/* EEG for ME — original responsive medical website */
:root{--navy:#0b2b3c;--navy2:#123e52;--teal:#35b9aa;--teal2:#148a80;--blue:#4e89b8;--ink:#16313f;--muted:#60717a;--mist:#f1f8f7;--sky:#eef4fa;--white:#fff;--line:#d8e5e7;--shadow:0 18px 55px rgba(11,43,60,.12);--radius:24px;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.65}img{max-width:100%;height:auto}a{color:inherit}button,input,textarea,select{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:12px;z-index:9999;background:#fff;padding:10px 14px;border-radius:8px}.topbar{background:var(--navy);color:#dff6f3;font-size:.9rem}.topbar .container{display:flex;justify-content:space-between;gap:18px;padding:9px 0}.topbar a{text-decoration:none;font-weight:700}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(216,229,231,.8)}.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-weight:850;color:var(--navy);letter-spacing:-.03em;font-size:1.32rem}.brand img,.brand svg{width:46px;height:46px}.brand small{display:block;color:var(--teal2);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;margin-top:-5px}.main-nav{display:flex;align-items:center;gap:29px}.main-nav a{text-decoration:none;font-size:.96rem;font-weight:700;color:#294653}.main-nav a:hover,.main-nav a:focus{color:var(--teal2)}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 21px;text-decoration:none;font-weight:800;border:2px solid transparent;transition:.2s ease;cursor:pointer}.nav-cta,.btn-primary{background:var(--teal);color:#062e2b}.nav-cta:hover,.btn-primary:hover{transform:translateY(-2px);background:#55ccbf;box-shadow:0 10px 28px rgba(53,185,170,.28)}.btn-secondary{background:#fff;color:var(--navy);border-color:var(--navy)}.btn-secondary:hover{background:var(--navy);color:#fff}.btn-light{background:#fff;color:var(--navy)}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:26px;height:3px;background:var(--navy);margin:5px;border-radius:4px}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#f2fbf9 48%,#edf4fb 100%);padding:74px 0 82px}.hero:before{content:"";position:absolute;width:500px;height:500px;border:90px solid rgba(53,185,170,.07);border-radius:50%;left:-260px;top:-240px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:58px}.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;font-size:.76rem;letter-spacing:.15em;font-weight:900;color:var(--teal2)}.eyebrow:before{content:"";width:28px;height:3px;background:var(--teal);border-radius:4px}.hero h1,.page-hero h1{font-size:clamp(2.8rem,5.8vw,5.25rem);line-height:.98;letter-spacing:-.065em;color:var(--navy);margin:18px 0 24px}.hero h1 span{color:var(--teal2)}.hero-copy{font-size:1.15rem;color:#49636e;max-width:650px}.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:31px}.micro-trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px;color:#385560;font-size:.93rem;font-weight:700}.micro-trust span:before{content:"✓";color:var(--teal2);font-weight:900;margin-right:7px}.hero-art{position:relative}.hero-art img{filter:drop-shadow(0 24px 35px rgba(11,43,60,.12))}.hero-badge{position:absolute;left:-16px;bottom:35px;background:#fff;border-radius:18px;padding:15px 18px;box-shadow:var(--shadow);font-weight:850;color:var(--navy)}.hero-badge small{display:block;color:var(--muted);font-weight:600}.trust-strip{background:var(--navy);color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:23px 22px;border-right:1px solid rgba(255,255,255,.13);display:flex;gap:12px;align-items:center}.trust-item:last-child{border-right:0}.trust-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(53,185,170,.18);color:#75e0d5;font-size:1.05rem;font-weight:900}.section{padding:94px 0}.section-soft{background:var(--mist)}.section-blue{background:var(--sky)}.section-dark{background:var(--navy);color:#fff}.section-heading{max-width:760px;margin-bottom:44px}.section-heading.center{text-align:center;margin-inline:auto}.section-heading h2{font-size:clamp(2.1rem,4vw,3.7rem);line-height:1.07;letter-spacing:-.05em;color:var(--navy);margin:12px 0 18px}.section-dark .section-heading h2{color:#fff}.section-heading p{font-size:1.08rem;color:var(--muted)}.section-dark .section-heading p{color:#c6dadd}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:31px;box-shadow:0 9px 30px rgba(11,43,60,.06)}.card h3{color:var(--navy);font-size:1.28rem;margin:17px 0 10px}.card p{color:var(--muted);margin:0}.icon-box{width:54px;height:54px;border-radius:17px;background:linear-gradient(135deg,#dff7f3,#e7eff9);display:grid;place-items:center;color:var(--teal2);font-size:1.35rem;font-weight:900}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.visual-panel{background:linear-gradient(145deg,#dff6f2,#e6eef8);border-radius:36px;padding:48px;min-height:440px;position:relative;overflow:hidden}.visual-panel:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:#fff;opacity:.45;right:-90px;bottom:-100px}.visual-panel .wave{font-size:2.2rem;color:var(--teal2);letter-spacing:.08em;font-weight:900;margin:90px 0 0}.visual-panel h3{font-size:2.15rem;line-height:1.08;color:var(--navy);position:relative;z-index:1}.check-list{list-style:none;padding:0;margin:26px 0}.check-list li{position:relative;padding:9px 0 9px 34px;color:#405b66}.check-list li:before{content:"✓";position:absolute;left:0;top:8px;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#dff6f2;color:var(--teal2);font-size:.8rem;font-weight:900}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;counter-reset:step}.step{position:relative;background:#fff;border-radius:20px;padding:26px 23px;border:1px solid var(--line);counter-increment:step}.step:before{content:counter(step);display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--navy);color:#fff;font-weight:900;margin-bottom:18px}.step:not(:last-child):after{content:"";position:absolute;right:-19px;top:45px;width:20px;height:2px;background:var(--teal)}.step h3{color:var(--navy);font-size:1.05rem;margin:0 0 8px}.step p{font-size:.91rem;color:var(--muted);margin:0}.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.audience-card{border-radius:30px;padding:42px;min-height:350px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.audience-card.patient{background:linear-gradient(145deg,#dff7f3,#bfece6)}.audience-card.provider{background:linear-gradient(145deg,#e4edf8,#c8daec)}.audience-card:before{content:"";position:absolute;width:230px;height:230px;border:52px solid rgba(255,255,255,.4);border-radius:50%;right:-65px;top:-70px}.audience-card h3{position:relative;font-size:2rem;line-height:1.1;color:var(--navy);margin:0 0 12px}.audience-card p{position:relative;color:#385560;max-width:470px}.audience-card .btn{align-self:flex-start;position:relative;margin-top:15px}.faq{max-width:900px;margin:auto}.faq details{background:#fff;border:1px solid var(--line);border-radius:17px;margin-bottom:13px;padding:0 22px}.faq summary{cursor:pointer;list-style:none;padding:20px 38px 20px 0;font-weight:850;color:var(--navy);position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:0;font-size:1.5rem;color:var(--teal2)}.faq details[open] summary:after{content:"–"}.faq details p{color:var(--muted);margin:0 0 21px}.cta-band{background:linear-gradient(120deg,var(--navy),#15536a);border-radius:34px;padding:54px;display:flex;justify-content:space-between;align-items:center;gap:30px;color:#fff;box-shadow:var(--shadow)}.cta-band h2{font-size:clamp(2rem,4vw,3.3rem);line-height:1.05;letter-spacing:-.045em;margin:0 0 11px}.cta-band p{margin:0;color:#c9dcdf}.page-hero{padding:76px 0;background:linear-gradient(135deg,#effaf8,#eef4fa)}.page-hero h1{font-size:clamp(2.8rem,5vw,4.7rem);max-width:820px}.page-hero p{max-width:730px;font-size:1.16rem;color:#4b6570}.content-narrow{max-width:820px}.notice{border-left:5px solid var(--teal);background:#eef9f7;padding:18px 20px;border-radius:0 14px 14px 0;color:#385560}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px}.contact-card{background:var(--navy);color:#fff;border-radius:28px;padding:36px}.contact-card h2{font-size:2rem}.contact-card a{color:#8ee8df}.form-card{border:1px solid var(--line);border-radius:28px;padding:36px;background:#fff}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field label{display:block;font-weight:800;color:var(--navy);margin-bottom:6px}.field input,.field select,.field textarea{width:100%;border:1px solid #bfcfd3;border-radius:12px;padding:13px;background:#fff}.field textarea{min-height:140px}.field.full{grid-column:1/-1}.form-note{font-size:.85rem;color:var(--muted)}.site-footer{background:#071f2c;color:#c7d8dc;padding:64px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr 1fr;gap:40px}.site-footer h3{color:#fff;font-size:1rem}.site-footer a{color:#c7d8dc;text-decoration:none;display:block;margin:8px 0}.site-footer a:hover{color:#7de1d7}.footer-brand{color:#fff}.footer-brand p{max-width:390px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:43px;padding-top:22px;display:flex;justify-content:space-between;gap:18px;font-size:.86rem}.legal{font-size:.82rem;color:#93aab1;max-width:850px;margin-top:20px}.wp-block-group{max-width:var(--max);margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:980px){.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:84px;left:0;right:0;background:#fff;padding:22px 25px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.hero-grid,.split,.contact-grid{grid-template-columns:1fr}.hero-art{max-width:650px;margin:auto}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.steps{grid-template-columns:1fr 1fr}.step:after{display:none}.footer-grid{grid-template-columns:1fr 1fr}.cards-3{grid-template-columns:1fr 1fr}.hero{padding-top:52px}}
@media(max-width:680px){.container{width:min(100% - 28px,var(--max))}.topbar .container{justify-content:center;text-align:center}.topbar .container span:last-child{display:none}.nav-wrap{height:72px}.main-nav{top:72px}.brand small{display:none}.hero h1{font-size:3rem}.hero-grid{gap:34px}.hero-badge{position:relative;left:auto;bottom:auto;margin:-6px 14px 0}.trust-grid,.cards-3,.audience-grid,.steps,.footer-grid,.form-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}.trust-item:last-child{border-bottom:0}.section{padding:68px 0}.cta-band{padding:34px 27px;align-items:flex-start;flex-direction:column}.audience-card{padding:30px;min-height:320px}.visual-panel{padding:32px;min-height:350px}.footer-bottom{flex-direction:column}.field.full{grid-column:auto}}
.main-nav li{list-style:none;margin:0;padding:0}.custom-logo-link{display:flex;align-items:center}.custom-logo{max-width:220px;max-height:58px;width:auto;height:auto}.site-footer .custom-logo{filter:brightness(0) invert(1)}
