:root {
  --comfort-ink: #090909;
  --comfort-muted: #4c4a50;
  --comfort-line: rgba(9, 9, 9, .18);
  --comfort-paper: #fffdfb;
  --comfort-cyan: #64c9ef;
  --comfort-pink: #fa7da9;
  --comfort-violet: #9168f3;
  --comfort-green: #dff9e9;
  --comfort-lilac: #f1e8ff;
}

html { scroll-behavior: smooth; }
body.comfort-page { margin: 0; background: var(--comfort-paper); color: var(--comfort-ink); font-family: Arial, Helvetica, sans-serif; }
body.comfort-page *, body.comfort-page *::before, body.comfort-page *::after { box-sizing: border-box; }
body.comfort-page a { color: inherit; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Helper pages use the source shell's rhythm while giving the header a stable surface. */
.comfort-page > header[data-homepage-region="01-header-hero-introduction"] { position: relative; z-index: 5; min-height: 0; background: var(--comfort-paper); color: var(--comfort-ink); font-family: Arial, Helvetica, sans-serif; }
.comfort-page > header[data-homepage-region="01-header-hero-introduction"] [data-homepage-region-content] { min-height: 0 !important; overflow: visible; background: var(--comfort-paper) !important; background-image: none !important; }
.comfort-page > header .hero-nav { width: min(100%, 1520px); min-height: 150px; margin: 0 auto; padding: 30px clamp(24px, 5vw, 88px); gap: clamp(18px, 3vw, 48px); }
.comfort-page > header .brand { flex: 0 0 auto; }
.comfort-page > header .nav-panel { align-items: center; }
.comfort-page > header .nav-panel a, .comfort-page > header .phone { color: var(--comfort-ink); }
.comfort-page > header .phone { margin-left: 0; padding-left: clamp(16px, 2.5vw, 42px); }
.comfort-header-tools { display: flex; align-items: center; gap: clamp(14px, 2vw, 34px); margin-left: auto; }

.comfort-search { position: relative; }
.comfort-search__toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 8px 14px; border: 1px solid var(--comfort-ink); border-radius: 999px; background: #fff; color: var(--comfort-ink); cursor: pointer; font: inherit; }
.comfort-search__toggle:hover, .comfort-search__toggle:focus-visible { background: var(--comfort-lilac); }
.comfort-search__icon { position: relative; display: block; width: 15px; height: 15px; border: 2px solid currentColor; border-radius: 50%; }
.comfort-search__icon::after { position: absolute; right: -6px; bottom: -4px; width: 7px; height: 2px; background: currentColor; content: ""; transform: rotate(45deg); transform-origin: left center; }
.comfort-search__panel { position: absolute; top: calc(100% + 12px); right: 0; z-index: 8; display: grid; grid-template-columns: minmax(180px, 1fr) auto; gap: 8px; width: min(370px, calc(100vw - 48px)); padding: 12px; border: 1px solid var(--comfort-ink); border-radius: 16px; background: #fff; box-shadow: 8px 8px 0 var(--comfort-cyan); }
.comfort-search__panel[hidden] { display: none; }
.comfort-search__panel input, .comfort-search__panel button { min-height: 40px; border: 1px solid var(--comfort-ink); border-radius: 999px; background: #fff; color: var(--comfort-ink); font: inherit; }
.comfort-search__panel input { min-width: 0; padding: 8px 12px; }
.comfort-search__panel button { padding: 8px 14px; cursor: pointer; }
.comfort-search__panel button:hover, .comfort-search__panel button:focus-visible { background: var(--comfort-cyan); }
.comfort-search__results { grid-column: 1 / -1; display: grid; gap: 4px; padding-top: 4px; font-size: 13px; line-height: 1.3; }
.comfort-search__results a { padding: 5px 8px; border-radius: 8px; text-decoration: none; }
.comfort-search__results a:hover, .comfort-search__results a:focus-visible { background: var(--comfort-green); }

.comfort-main { width: min(100%, 1520px); margin: 0 auto; padding: clamp(54px, 8vw, 132px) clamp(24px, 7vw, 112px) clamp(80px, 10vw, 150px); }
.comfort-main h1, .comfort-main h2, .comfort-main h3, .comfort-main p { max-width: 100%; }
.comfort-eyebrow, .comfort-section-label { margin: 0 0 20px; color: var(--comfort-violet); font-size: 13px; font-weight: 700; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.comfort-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); align-items: end; gap: clamp(40px, 9vw, 160px); padding-bottom: clamp(72px, 10vw, 152px); }
.comfort-hero__copy { max-width: 760px; }
.comfort-hero h1 { max-width: 720px; margin: 0; font-size: clamp(62px, 9vw, 148px); font-weight: 700; letter-spacing: -.09em; line-height: .83; }
.comfort-hero h1::first-line { color: var(--comfort-ink); }
.comfort-hero__lede { max-width: 640px; margin: clamp(38px, 5vw, 72px) 0 0; font-size: clamp(20px, 2vw, 28px); line-height: 1.17; }
.comfort-hero__media { align-self: stretch; margin: 0; }
.comfort-hero__media img { display: block; width: 100%; height: 360px; border: 2px solid var(--comfort-cyan); border-radius: 45% 45% 12px 12px / 24% 24% 12px 12px; object-fit: cover; object-position: center; }
.comfort-hero__media figcaption { margin-top: 17px; color: var(--comfort-muted); font-size: 14px; line-height: 1.35; }
.comfort-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 52px; margin-top: 38px; padding: 12px 17px 12px 20px; border: 1px solid var(--comfort-ink); border-radius: 999px; font-size: 15px; font-weight: 700; text-decoration: none; text-transform: lowercase; }
.comfort-button span { font-size: 24px; line-height: .7; }
.comfort-button--dark { background: var(--comfort-ink); color: #fff !important; }
.comfort-button--dark:hover, .comfort-button--dark:focus-visible { background: var(--comfort-violet); }

.comfort-band, .comfort-check { padding: clamp(58px, 8vw, 120px) 0; border-top: 1px solid var(--comfort-line); scroll-margin-top: 30px; }
.comfort-band__content { max-width: 950px; margin-left: clamp(0px, 8vw, 126px); }
.comfort-band h2, .comfort-check h2 { max-width: 760px; margin: 0; font-size: clamp(44px, 6vw, 94px); letter-spacing: -.075em; line-height: .87; }
.comfort-band__content > p, .comfort-check__intro > p { max-width: 680px; margin: 34px 0 0; color: var(--comfort-muted); font-size: 18px; line-height: 1.4; }
.comfort-band--clarity { background: linear-gradient(108deg, transparent 10%, var(--comfort-green) 48%, transparent 86%); }
.comfort-band--search { background: linear-gradient(110deg, transparent 0%, #f6f0ff 46%, transparent 100%); }
.comfort-band--lists { background: linear-gradient(110deg, transparent 18%, #fff1f6 53%, transparent 90%); }
.comfort-band--devices { background: linear-gradient(108deg, #effbff 0%, transparent 58%); }
.comfort-band--performance { background: linear-gradient(110deg, transparent, #f5edff 60%, transparent); }
.comfort-band--controls { background: linear-gradient(110deg, transparent 12%, #fff8ed 64%, transparent); }
.comfort-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 48px; }
.comfort-point { padding: 24px; border: 1px solid var(--comfort-ink); border-radius: 18px; background: rgba(255,255,255,.76); }
.comfort-point span, .comfort-feature-card__number { display: block; margin-bottom: 42px; color: var(--comfort-pink); font-size: 15px; font-weight: 700; }
.comfort-point strong { display: block; font-size: 22px; line-height: 1; }
.comfort-point p { margin: 12px 0 0; color: var(--comfort-muted); font-size: 15px; line-height: 1.35; }
.comfort-feature-grid, .comfort-control-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 48px; }
.comfort-feature-card, .comfort-control-grid article { min-height: 220px; padding: 23px; border: 1px solid var(--comfort-ink); border-radius: 18px; background: #fff; }
.comfort-feature-card:nth-child(2) { background: var(--comfort-green); transform: translateY(22px); }
.comfort-feature-card:nth-child(3) { background: var(--comfort-lilac); }
.comfort-feature-card h3, .comfort-control-grid h3 { margin: 0; font-size: 25px; letter-spacing: -.045em; line-height: 1; }
.comfort-feature-card p, .comfort-control-grid p { margin: 16px 0 0; color: var(--comfort-muted); font-size: 15px; line-height: 1.35; }
.comfort-list-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 7vw, 100px); margin-top: 50px; align-items: start; }
.comfort-list-layout__quote { padding: 28px; border-left: 3px solid var(--comfort-pink); font-size: clamp(26px, 3vw, 44px); letter-spacing: -.06em; line-height: .98; }
.comfort-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: comfort-step; }
.comfort-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 18px 0; border-top: 1px solid var(--comfort-line); counter-increment: comfort-step; }
.comfort-steps li::before { color: var(--comfort-violet); content: "0" counter(comfort-step); font-size: 14px; font-weight: 700; }
.comfort-steps strong { font-size: 20px; }
.comfort-steps span { grid-column: 2; color: var(--comfort-muted); font-size: 15px; }
.comfort-band__content--split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr); align-items: center; gap: clamp(28px, 7vw, 110px); }
.comfort-band__content--split > p { grid-column: 1; }
.comfort-band__content--split > div:first-child { min-width: 0; }
.comfort-device-media { margin: 0; }
.comfort-device-media img { display: block; width: 100%; height: 280px; border: 2px solid var(--comfort-cyan); border-radius: 20px; object-fit: cover; }
.comfort-device-notes { display: flex; flex-wrap: wrap; gap: 12px 30px; margin: 44px 0 0 clamp(0px, 8vw, 126px); color: var(--comfort-muted); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.comfort-band__content--reverse { grid-template-columns: minmax(260px, .8fr) minmax(0, 1fr); }
.comfort-band__content--reverse h2 { max-width: 650px; }
.comfort-meter { display: flex; align-items: center; gap: 18px; margin-top: 32px; color: var(--comfort-ink); font-size: 14px; }
.comfort-meter__track { display: block; width: min(100%, 240px); height: 10px; border: 1px solid var(--comfort-ink); border-radius: 99px; background: #fff; }
.comfort-meter__track i { display: block; width: 72%; height: 100%; border-radius: inherit; background: var(--comfort-violet); }
.comfort-control-grid article:nth-child(2) { background: var(--comfort-green); transform: translateY(-20px); }
.comfort-control-grid article:nth-child(3) { background: #fff2f6; }
.comfort-control-grid__symbol { display: block; margin-bottom: 36px; color: var(--comfort-pink); font-size: 38px; line-height: .6; }
.comfort-check { display: grid; grid-template-columns: minmax(0, .8fr) minmax(280px, 1fr); gap: clamp(38px, 9vw, 150px); padding-bottom: 0; }
.comfort-check__intro { min-width: 0; }
.comfort-check__form { min-width: 0; padding: clamp(24px, 4vw, 44px); border: 1px solid var(--comfort-ink); border-radius: 22px; background: #fff; box-shadow: 10px 10px 0 var(--comfort-cyan); }
.comfort-check__form fieldset { display: grid; gap: 14px; margin: 0; padding: 0; border: 0; }
.comfort-check__form legend { margin-bottom: 20px; font-size: 22px; font-weight: 700; line-height: 1.05; }
.comfort-check__form label { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--comfort-line); font-size: 16px; }
.comfort-check__form input { width: 18px; height: 18px; accent-color: var(--comfort-violet); }
.comfort-check__form .comfort-button { width: 100%; margin-top: 28px; }
.comfort-check__result { min-height: 22px; margin: 18px 0 0; color: var(--comfort-violet); font-size: 15px; font-weight: 700; line-height: 1.35; }

.comfort-page > .site-footer { margin-top: 0; }
.comfort-page > .site-footer [data-homepage-region-content] { background: linear-gradient(116deg, #9ed7da 0%, #e4eeee 28%, #fff7f1 51%, #f0e2f3 71%, #c080ed 100%); }
.comfort-page .site-footer__topics a { display: block; color: inherit; text-decoration: none; font-size: 18px; line-height: 20px; }
.comfort-page .site-footer__topics a:hover, .comfort-page .site-footer__topics a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
.comfort-page .site-footer__company a, .comfort-page .site-footer__legal a { color: inherit; }
.comfort-footer__settings { margin-top: 8px; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; font-size: 18px; line-height: 20px; text-align: start; }
.comfort-footer__settings:hover, .comfort-footer__settings:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
.comfort-consent-panel { width: min(100% - 32px, 560px); padding: 0; border: 1px solid var(--comfort-ink); border-radius: 20px; color: var(--comfort-ink); box-shadow: 12px 12px 0 var(--comfort-cyan); }
.comfort-consent-panel::backdrop { background: rgba(9, 9, 9, .28); }
.comfort-consent-panel__inner { padding: clamp(26px, 5vw, 46px); }
.comfort-consent-panel h2 { margin: 0 0 18px; font-size: clamp(38px, 6vw, 58px); letter-spacing: -.07em; line-height: .9; }
.comfort-consent-panel p:not(.comfort-eyebrow) { margin: 0; color: var(--comfort-muted); font-size: 17px; line-height: 1.45; }
.comfort-consent-panel__choice { display: flex; align-items: center; gap: 10px; margin-top: 26px; padding: 16px 0; border-top: 1px solid var(--comfort-line); border-bottom: 1px solid var(--comfort-line); font-weight: 700; }
.comfort-consent-panel__choice input { width: 18px; height: 18px; accent-color: var(--comfort-violet); }
.comfort-consent-panel__actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }
.comfort-consent-panel__actions button { min-height: 42px; padding: 9px 15px; border: 1px solid var(--comfort-ink); border-radius: 22px; background: #fff; color: var(--comfort-ink); cursor: pointer; font: 700 14px/1 Arial, sans-serif; }
.comfort-consent-panel__actions button[type="submit"] { background: var(--comfort-ink); color: #fff; }
.comfort-consent-panel__actions button:hover, .comfort-consent-panel__actions button:focus-visible { outline: 3px solid var(--comfort-cyan); outline-offset: 2px; }

@media (max-width: 1100px) {
  .comfort-page > header .hero-nav { padding-inline: 5vw; }
  .comfort-page > header .nav-panel { gap: 20px; }
  .comfort-page > header .nav-panel a, .comfort-page > header .phone { font-size: 15px; }
  .comfort-hero { gap: 48px; }
  .comfort-hero h1 { font-size: clamp(60px, 9vw, 106px); }
  .comfort-band__content, .comfort-device-notes { margin-left: 0; }
}
@media (max-width: 720px) {
  .comfort-page > header .hero-nav { min-height: 108px; }
  .comfort-page > header .phone { display: none; }
  .comfort-page > header .nav-toggle { display: block; }
  .comfort-page > header .nav-panel { order: 5; flex-basis: 100%; }
  .comfort-header-tools { gap: 10px; }
  .comfort-hero, .comfort-check { grid-template-columns: 1fr; gap: 44px; }
  .comfort-hero { padding-bottom: 78px; }
  .comfort-hero h1 { font-size: clamp(62px, 17vw, 106px); }
  .comfort-hero__lede { font-size: 20px; }
  .comfort-hero__media img { height: clamp(210px, 55vw, 340px); }
  .comfort-band__content--split, .comfort-band__content--reverse { grid-template-columns: 1fr; }
  .comfort-band__content--reverse .comfort-device-media { order: 2; }
  .comfort-points, .comfort-feature-grid, .comfort-control-grid, .comfort-list-layout { grid-template-columns: 1fr; }
  .comfort-feature-card:nth-child(2), .comfort-control-grid article:nth-child(2) { transform: none; }
  .comfort-device-notes { display: grid; gap: 12px; }
  .comfort-check__form { box-shadow: 6px 6px 0 var(--comfort-cyan); }
}
@media (max-width: 600px) {
  .comfort-page > header .hero-nav { flex-wrap: wrap; padding: 20px; }
  .comfort-page > header .brand { height: 60px; width: 140px; }
  .comfort-page > header .nav-panel { background: rgba(255,255,255,.98); padding: 18px; }
  .comfort-page > header .nav-panel a { font-size: 17px; }
  .comfort-search__toggle { min-height: 40px; padding-inline: 11px; }
  .comfort-search__toggle span:last-child { display: none; }
  .comfort-search__panel { position: fixed; top: 88px; right: 20px; left: 20px; width: auto; }
  .comfort-main { padding: 56px 24px 84px; }
  .comfort-band, .comfort-check { padding-block: 58px; }
  .comfort-band h2, .comfort-check h2 { font-size: clamp(46px, 13vw, 72px); }
  .comfort-button { width: 100%; }
  .comfort-list-layout__quote { padding-inline: 18px; }
  .comfort-page .site-footer__main { display: flex; flex-direction: column; }
  .comfort-footer__settings { font-size: 17px; }
  .comfort-consent-panel__actions { flex-direction: column; }
  .comfort-consent-panel__actions button { width: 100%; }
}
