/* CPAP Central homepage design. Generated from docs/design/prototype/index.html. Scoped under .cci-home. */

:root{--night:#0B1A2B;
  --night-2:#132C43;
  --ember:#E9A76B;      

  
  --navy:#074689;
  --blue:#24A6DE;
  --blue-600:#1A88BB;
  --blue-700:#156C96;
  --green:#90C741;
  --green-800:#476620;
  --tint:#DFF3FB;
  --page:#F8FCFE;
  --ink:#2A3E4C;
  --muted:#566E82;
  --line:rgba(7,70,137,.12);

  --r-md:14px; --r-lg:22px; --r-xl:30px; --pill:999px;
  --sh-sm:0 2px 10px rgba(7,70,137,.07);
  --sh-md:0 14px 36px rgba(7,70,137,.12);
  --sh-lg:0 34px 90px rgba(7,70,137,.18);

  --display:"Big Shoulders Display","Arial Narrow",system-ui,sans-serif;
  --head:"Montserrat",system-ui,sans-serif;
  --body:"Nunito Sans",system-ui,sans-serif;

  --wrap:1240px;
  --ease:cubic-bezier(.2,.7,.3,1);}
.cci-home *,.cci-home *::before,.cci-home *::after{box-sizing:border-box}
html{scroll-behavior:smooth}
.cci-home{margin:0;background:var(--page);color:var(--ink);
  font-family:var(--body);font-size:17px;line-height:1.65;
  -webkit-font-smoothing:antialiased;}
.cci-home img{max-width:100%;display:block}
.cci-home a{color:var(--blue-700);text-underline-offset:.18em}
.cci-home :focus-visible{outline:3px solid var(--navy);outline-offset:2px;border-radius:8px}
.cci-home .util :focus-visible,.cci-home footer :focus-visible{outline-color:#fff}
.cci-home .wrap{width:min(100% - 40px,var(--wrap));margin-inline:auto}
.cci-home .display{font-family:var(--display);font-weight:800;text-transform:uppercase;
  line-height:.9;letter-spacing:-.005em;text-wrap:balance;margin:0;}
.cci-home .display em{font-style:normal;color:var(--green)}
.cci-home h2.sec{font-family:var(--display);font-weight:800;text-transform:uppercase;
  font-size:clamp(34px,4.6vw,58px);line-height:.94;letter-spacing:-.005em;
  color:var(--navy);margin:0;text-wrap:balance;}
.cci-home h2.sec em{font-style:normal;color:var(--green)}
.cci-home h3{font-family:var(--head);font-weight:700;font-size:19px;line-height:1.25;color:var(--navy);margin:0}
.cci-home .over{font-family:var(--head);font-weight:700;font-size:12px;letter-spacing:.16em;
  text-transform:uppercase;color:var(--blue-700);margin:0 0 14px;}
.cci-home .lede{font-size:19px;color:var(--muted);max-width:60ch;margin:14px 0 0}
.cci-home p{margin:0 0 14px;max-width:66ch}
.cci-home .btn{display:inline-flex;align-items:center;gap:9px;
  font-family:var(--head);font-weight:700;font-size:15px;
  padding:14px 26px;border-radius:var(--pill);border:0;
  text-decoration:none;cursor:pointer;white-space:nowrap;
  transition:transform .14s var(--ease),box-shadow .22s var(--ease),background-color .22s var(--ease);}
.cci-home .btn:hover{transform:translateY(-1px)}
.cci-home .btn-primary{background:var(--blue-700);color:#fff;box-shadow:0 4px 12px rgba(7,70,137,.16)}
.cci-home .btn-primary:hover{background:var(--navy);box-shadow:0 8px 20px rgba(7,70,137,.24)}
.cci-home .btn-ghost{background:rgba(255,255,255,.72);color:var(--navy);border:1px solid var(--line);box-shadow:var(--sh-sm)}
.cci-home .btn-ghost:hover{background:#fff}
.cci-home .btn-light{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(10px)}
.cci-home .btn-light:hover{background:rgba(255,255,255,.22)}
.cci-home .btn-sm{padding:10px 18px;font-size:14px}
.cci-home .util{background:var(--navy);color:#cfe6f7;font-size:13.5px}
.cci-home .util .wrap{display:flex;gap:18px 26px;align-items:center;justify-content:space-between;min-height:42px;flex-wrap:wrap}
.cci-home .util a{color:#fff;text-decoration:none;font-weight:600}
.cci-home .util .dot{margin-left:14px;opacity:.85}
.cci-home .util-right{display:flex;gap:16px;align-items:center}
.cci-home .site-head{position:sticky;top:0;z-index:60;
  background:rgba(255,255,255,.82);backdrop-filter:blur(18px) saturate(150%);
  border-bottom:1px solid var(--line);}
.cci-home .site-head .wrap{display:flex;align-items:center;gap:26px;min-height:78px}
.cci-home .brand{display:flex;align-items:center;flex:none}
.cci-home .brand img{width:190px}
.cci-home nav.main{margin-left:auto;display:flex;gap:26px;align-items:center}
.cci-home nav.main a{font-family:var(--head);font-weight:600;font-size:15.5px;color:var(--navy);
  text-decoration:none;padding:6px 0;position:relative;}
.cci-home nav.main a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;
  background:var(--blue);transform:scaleX(0);transform-origin:left;
  transition:transform .18s var(--ease);}
.cci-home nav.main a:hover::after{transform:scaleX(1)}
.cci-home .head-cta{display:flex;gap:10px;align-items:center}
.cci-home .hero{position:relative;background:var(--night);color:#fff;overflow:hidden;isolation:isolate;
  padding:0;                    
  display:flex;flex-direction:column;justify-content:flex-end;
  min-height:clamp(420px,52vh,620px);}
.cci-home .hero-media{position:absolute;inset:0;z-index:0}
.cci-home .hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.1s var(--ease);}
.cci-home .hero-slide.is-on{opacity:1}
.cci-home .hero-slide img{width:100%;height:100%;object-fit:cover;
  transform:scale(1.06);transition:transform 9s linear;}
.cci-home .hero-slide.is-on img{transform:scale(1.13)}
.cci-home .hero-media::after{content:"";position:absolute;inset:0;
  background:
    linear-gradient(100deg,rgba(11,26,43,.94) 0%,rgba(11,26,43,.78) 38%,rgba(11,26,43,.28) 68%,rgba(11,26,43,.12) 100%),
    radial-gradient(70% 90% at 88% 62%,rgba(233,167,107,.26),transparent 70%);}
.cci-home .hero-inner{position:relative;z-index:2;padding:clamp(44px,6vh,72px) 0 clamp(22px,3vh,38px)}
.cci-home .hero-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:22px;max-width:720px}
.cci-home .hero-chapter{display:inline-flex;align-items:center;
  font-family:var(--head);font-weight:700;font-size:12px;letter-spacing:.16em;text-transform:uppercase;
  color:var(--ember);margin:0 0 20px;}
.cci-home .hero h1{font-size:clamp(38px,5.4vw,74px);color:#fff}
.cci-home .hero-sub{font-size:17.5px;color:rgba(255,255,255,.82);max-width:50ch;margin:14px 0 0}
.cci-home .hero-text{transition:opacity .5s var(--ease),transform .5s var(--ease)}
.cci-home .hero-text.is-swapping{opacity:0;transform:translateY(10px)}
.cci-home .hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.cci-home .hero-trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:26px;
  font-family:var(--head);font-weight:600;font-size:13.5px;color:rgba(255,255,255,.74);}
.cci-home .hero-trust span{display:flex;align-items:center;gap:9px}
.cci-home .hero-trust svg{width:17px;height:17px;stroke:var(--green);fill:none;stroke-width:2.2}
.cci-home .hero-nav{position:relative;z-index:3;display:flex;gap:14px;align-items:flex-end;
  padding-bottom:clamp(18px,2.4vh,30px);flex-wrap:wrap;}
.cci-home .chip{flex:1 1 150px;max-width:230px;background:none;border:0;padding:0;cursor:pointer;
  text-align:left;color:rgba(255,255,255,.6);font-family:var(--head);font-weight:600;font-size:13px;
  transition:color .2s var(--ease);}
.cci-home .chip:hover,.cci-home .chip[aria-current="true"]{color:#fff}
.cci-home .chip .bar{display:block;height:3px;border-radius:2px;background:rgba(255,255,255,.22);margin-bottom:10px;overflow:hidden}
.cci-home .chip .bar i{display:block;height:100%;width:0;background:var(--green);border-radius:2px}
.cci-home .chip[aria-current="true"] .bar i{width:100%;transition:width 7s linear}
.cci-home .sunrise{position:relative;z-index:4;height:clamp(46px,5.5vw,86px);margin-top:-1px;flex:none}
.cci-home .sunrise svg{display:block;width:100%;height:100%}
.cci-home section{padding:clamp(64px,8vw,110px) 0}
.cci-home section.tint{background:var(--tint)}
.cci-home section.pale{background:#fff}
.cci-home .sec-head{max-width:70ch;margin-bottom:46px}
.cci-home .sec-head.center{margin-inline:auto;text-align:center}
.cci-home .sec-head.center .lede{margin-inline:auto}
.cci-home .grid{display:grid;gap:22px}
.cci-home .g3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.cci-home .g4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}
.cci-home .g2{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}
.cci-home .card{background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);
  padding:30px;box-shadow:var(--sh-sm);
  transition:transform .24s var(--ease),box-shadow .24s var(--ease);
  display:flex;flex-direction:column;gap:13px;}
.cci-home .card:hover{transform:translateY(-4px);box-shadow:var(--sh-md)}
.cci-home .card .ico{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;
  background:var(--tint);color:var(--navy);flex:none;}
.cci-home .card .ico svg{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:2}
.cci-home .card p{color:var(--muted);font-size:15.5px;margin:0;flex:1}
.cci-home .card .go{font-family:var(--head);font-weight:700;font-size:14.5px;color:var(--blue-700);
  text-decoration:none;display:inline-flex;gap:7px;align-items:center;}
.cci-home .card .go::after{content:"→";transition:transform .18s var(--ease)}
.cci-home .card:hover .go::after{transform:translateX(4px)}
.cci-home .path{border-top:4px solid var(--blue)}
.cci-home .path.b{border-top-color:var(--green)}
.cci-home .path.c{border-top-color:var(--navy)}
.cci-home .fund{background:linear-gradient(140deg,var(--navy),#0A5AA8 55%,var(--blue-700));color:#fff;position:relative;overflow:hidden}
.cci-home .fund::after{content:"";position:absolute;right:-140px;top:-140px;width:520px;height:520px;border-radius:50%;
  background:radial-gradient(circle at 30% 30%,rgba(144,199,65,.30),transparent 62%);}
.cci-home .fund .wrap{position:relative;z-index:1}
.cci-home .fund h2.sec{color:#fff}
.cci-home .fund .lede{color:rgba(255,255,255,.82)}
.cci-home .fund-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:center}
.cci-home .fund-stat{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.24);
  border-radius:var(--r-xl);padding:34px;backdrop-filter:blur(14px);}
.cci-home .fund-stat .big{font-family:var(--display);font-weight:900;font-size:clamp(74px,11vw,132px);
  line-height:.82;color:var(--green);letter-spacing:-.01em;}
.cci-home .fund-stat .cap{font-family:var(--head);font-weight:700;font-size:16px;color:#fff;margin-top:8px}
.cci-home .fund-stat .fine{font-size:14.5px;color:rgba(255,255,255,.72);margin:12px 0 0}
.cci-home .ticks{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:12px}
.cci-home .ticks li{display:flex;gap:12px;align-items:flex-start;font-size:16px;color:rgba(255,255,255,.9)}
.cci-home .ticks svg{width:20px;height:20px;stroke:var(--green);fill:none;stroke-width:2.4;flex:none;margin-top:3px}
.cci-home .loc{display:flex;flex-direction:column;gap:12px;padding:28px;background:#fff;
  border:1px solid var(--line);border-radius:var(--r-xl);box-shadow:var(--sh-sm);
  transition:transform .24s var(--ease),box-shadow .24s var(--ease)}
.cci-home .loc:hover{transform:translateY(-4px);box-shadow:var(--sh-md)}
.cci-home .loc .city{font-family:var(--display);font-weight:800;text-transform:uppercase;font-size:29px;line-height:1;color:var(--navy)}
.cci-home .loc dl{margin:0;display:grid;gap:9px;font-size:15px}
.cci-home .loc dl div{display:flex;gap:10px;align-items:flex-start}
.cci-home .loc dl svg{width:17px;height:17px;stroke:var(--blue);fill:none;stroke-width:2;flex:none;margin-top:4px}
.cci-home .loc dd{margin:0;color:var(--ink)}
.cci-home .loc .area{font-size:14px;color:var(--muted);border-top:1px solid var(--line);padding-top:13px;margin:2px 0 0}
.cci-home .loc a.tel{color:var(--navy);font-weight:700;text-decoration:none}
.cci-home .loc a.tel:hover{color:var(--blue-700)}
.cci-home .prod{border-radius:var(--r-xl);overflow:hidden;background:#fff;border:1px solid var(--line);
  box-shadow:var(--sh-sm);display:flex;flex-direction:column;
  transition:transform .24s var(--ease),box-shadow .24s var(--ease)}
.cci-home .prod:hover{transform:translateY(-4px);box-shadow:var(--sh-md)}
.cci-home .prod .ph{aspect-ratio:4/3;background:linear-gradient(150deg,var(--tint),#EAF7FD);
  display:grid;place-items:center;color:var(--blue);position:relative;
  border-bottom:1px solid var(--line);}
.cci-home .prod .ph svg{width:64px;height:64px;stroke:currentColor;fill:none;stroke-width:1.5;opacity:.75}
.cci-home .prod .body{padding:22px 24px 26px;display:flex;flex-direction:column;gap:9px;flex:1}
.cci-home .prod p{font-size:15px;color:var(--muted);margin:0;flex:1}
.cci-home .quote{background:var(--night);color:#fff;position:relative;overflow:hidden}
.cci-home .quote::before{content:"";position:absolute;left:50%;top:-320px;width:900px;height:900px;translate:-50% 0;
  border-radius:50%;background:radial-gradient(circle,rgba(36,166,222,.2),transparent 62%);}
.cci-home .quote .wrap{position:relative;z-index:1;text-align:center;max-width:920px}
.cci-home .quote blockquote{font-family:var(--display);font-weight:700;text-transform:uppercase;
  font-size:clamp(30px,4.2vw,52px);line-height:1.02;margin:0;color:#fff;text-wrap:balance;}
.cci-home .quote figcaption{margin-top:24px;font-family:var(--head);font-weight:600;color:rgba(255,255,255,.6);font-size:15px}
.cci-home details{background:#fff;border:1px solid var(--line);border-radius:var(--r-md);margin-bottom:11px;overflow:hidden}
.cci-home details summary{cursor:pointer;list-style:none;padding:19px 24px;
  font-family:var(--head);font-weight:700;font-size:16.5px;color:var(--navy);
  display:flex;justify-content:space-between;gap:18px;align-items:center;}
.cci-home details summary::-webkit-details-marker{display:none}
.cci-home details summary::after{content:"+";font-size:23px;color:var(--blue);font-weight:600;line-height:1}
.cci-home details[open] summary::after{content:"\2212"}
.cci-home details[open] summary{background:var(--page)}
.cci-home details .ans{padding:4px 24px 22px;border-top:1px solid var(--line)}
.cci-home details .ans p{margin:14px 0 0;font-size:16px;color:var(--ink)}
.cci-home .close-cta{text-align:center}
.cci-home .close-cta .btns{display:flex;gap:13px;justify-content:center;flex-wrap:wrap;margin-top:28px}
.cci-home footer{background:var(--navy);color:rgba(255,255,255,.8);padding:72px 0 0;font-size:15px}
.cci-home .f-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:34px}
.cci-home footer h4{font-family:var(--head);font-weight:700;color:#fff;font-size:14px;letter-spacing:.1em;text-transform:uppercase;margin:0 0 16px}
.cci-home footer ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.cci-home footer a{color:rgba(255,255,255,.8);text-decoration:none}
.cci-home footer a:hover{color:#fff}
.cci-home .f-bottom{margin-top:52px;border-top:1px solid rgba(255,255,255,.16);padding:22px 0;font-size:13.5px;color:rgba(255,255,255,.7)}
.cci-home .f-bottom .wrap{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.cci-home .mobile-bar{position:fixed;left:0;right:0;bottom:0;z-index:70;display:none;gap:10px;padding:11px 14px;
  background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-top:1px solid var(--line);}
.cci-home .mobile-bar .btn{flex:1;justify-content:center}
.cci-home .rv{opacity:1;transform:none}
html.cci-js .cci-home .rv{opacity:0;transform:translateY(16px)}
html.cci-js .cci-home .rv.in{opacity:1;transform:none;transition:opacity .6s var(--ease),transform .6s var(--ease)}



@media (max-width:1000px){
.cci-home .fund-grid{grid-template-columns:1fr;gap:32px}
.cci-home .f-grid{grid-template-columns:1fr 1fr}

}

@media (max-width:860px){
.cci-home nav.main,.cci-home .head-cta .btn-primary{display:none}
.cci-home .site-head .wrap{min-height:66px}
.cci-home .hero-inner{padding:40px 0 24px}
.cci-home .mobile-bar{display:flex}
.cci-home{padding-bottom:72px}
.cci-home .util-right .hide-sm{display:none}

}

@media (max-width:560px){
.cci-home .f-grid{grid-template-columns:1fr}
.cci-home .hero-nav{padding-bottom:20px}
.cci-home .chip{flex:1 1 100%;max-width:none}

}


@media (prefers-reduced-motion:reduce){
.cci-home *,.cci-home *::before,.cci-home *::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
.cci-home .hero-slide img{transform:none!important}
.cci-home .rv{opacity:1;transform:none}

}

