.patient-page .wrap{max-width:1180px;margin:0 auto;padding:0 24px}.patient-page .eyebrow{font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--wine);font-weight:600;display:inline-flex;align-items:center;gap:8px}.patient-page .eyebrow:before{content:"";width:16px;height:1px;background:var(--wine);display:inline-block}.patient-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 30px;border-radius:100px;font-weight:600;font-size:15px;border:1px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap}.patient-page .btn-primary{background:var(--wine);color:var(--white);box-shadow:0 14px 30px -14px #7c2d3ba6}.patient-page .btn-primary:hover{background:var(--wine-deep);transform:translateY(-1px)}.patient-page .btn-ghost{background:transparent;border-color:#201a182e;color:var(--ink)}.patient-page .btn-ghost:hover{border-color:var(--ink)}.patient-page .btn-block{width:100%}.patient-page .btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.patient-page header{position:sticky;top:0;z-index:50;background:#fbf7f2e0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.patient-page .nav{display:flex;align-items:center;justify-content:space-between;padding:16px 24px}.patient-page .logo{font-family:Newsreader,serif;font-size:21px;font-weight:600;display:flex;align-items:center;gap:9px}.patient-page .logo-mark{width:26px;height:26px;flex:none}.patient-page .nav-links{display:flex;gap:32px;align-items:center}.patient-page .nav-links a{font-size:14.5px;font-weight:500;color:var(--muted)}.patient-page .nav-links a:hover{color:var(--ink)}.patient-page .nav-cta{display:flex;align-items:center;gap:18px}.patient-page .nav-phone{font-size:14px;font-weight:600;color:var(--ink);display:none}@media (min-width:860px){.patient-page .nav-phone{display:inline}}.patient-page .nav-links{display:none}@media (min-width:860px){.patient-page .nav-links{display:flex}}.patient-page .btn-sm{padding:11px 20px;font-size:13.5px}.patient-page .nav-audience{padding:8px 16px;border:1px solid var(--line);border-radius:100px;font-size:13.5px!important;color:var(--wine)!important;font-weight:600!important}.patient-page .nav-audience:hover{border-color:var(--wine);background:var(--wine-soft)}.patient-page section{position:relative}.patient-page .section-pad{padding:88px 0}@media (max-width:720px){.patient-page .section-pad{padding:60px 0}}.patient-page .contour-line{position:absolute;pointer-events:none;opacity:.5}.patient-page .hero{overflow:hidden;background:radial-gradient(120% 90% at 85% -10%,#F3E4D9 0%,transparent 55%),var(--shell);padding:72px 0 60px}.patient-page .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}@media (max-width:940px){.patient-page .hero-grid{grid-template-columns:1fr;gap:40px}}.patient-page .hero h1{font-size:clamp(38px,5.4vw,60px);line-height:1.04;color:var(--ink)}.patient-page .hero h1 em{font-style:italic;color:var(--wine)}.patient-page .hero-sub{margin-top:22px;font-size:18px;color:var(--muted);max-width:520px;line-height:1.6}.patient-page .hero-ctas{margin-top:34px;display:flex;gap:14px;flex-wrap:wrap;align-items:center}.patient-page .hero-trust{margin-top:28px;display:flex;gap:22px;flex-wrap:wrap;font-size:13px;color:var(--muted)}.patient-page .hero-trust span{display:flex;align-items:center;gap:7px}.patient-page .hero-trust svg{width:15px;height:15px;flex:none;color:var(--wine)}.patient-page .hero-art{position:relative;border-radius:32px;background:linear-gradient(155deg,#8b3444,#6c2432 55%,#4b1723);aspect-ratio:4/4.6;overflow:hidden;box-shadow:var(--shadow)}.patient-page .hero-art svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.patient-page .hero-art .art-caption{position:absolute;left:26px;right:26px;bottom:26px;color:#f6e9e4}.patient-page .art-caption .serif{font-size:22px;font-style:italic;font-weight:400;color:#fbefe9}.patient-page .art-caption p{font-size:13px;margin-top:8px;color:#e4c7c1;line-height:1.55}.patient-page .looking-head{max-width:620px}.patient-page .proc-grid{margin-top:44px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width:900px){.patient-page .proc-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.patient-page .proc-grid{grid-template-columns:1fr}}.patient-page .proc-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:22px 20px;display:flex;flex-direction:column;gap:14px;text-align:left;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.patient-page .proc-card:hover{border-color:var(--wine);transform:translateY(-3px);box-shadow:0 18px 34px -22px #201a1859}.patient-page .proc-card.is-selected{border-color:var(--wine);background:var(--wine-soft)}.patient-page .proc-icon{width:42px;height:42px;border-radius:12px;background:var(--gold-soft);display:flex;align-items:center;justify-content:center;color:var(--wine-deep)}.patient-page .proc-icon svg{width:21px;height:21px}.patient-page .proc-card h3{font-size:17px;font-weight:600;font-family:Inter,sans-serif}.patient-page .proc-card p{font-size:13.5px;color:var(--muted);line-height:1.5}.patient-page .how{background:var(--ink);color:#f3e9e1}.patient-page .how .eyebrow{color:var(--gold)}.patient-page .how .eyebrow:before{background:var(--gold)}.patient-page .how-head{max-width:600px}.patient-page .how h2{color:#fbf3ec}.patient-page .how-sub{color:#c6b7ae;margin-top:16px;font-size:16.5px;max-width:520px}.patient-page .how-grid{margin-top:52px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid rgba(255,255,255,.14)}@media (max-width:900px){.patient-page .how-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.patient-page .how-grid{grid-template-columns:1fr}}.patient-page .how-step{padding:32px 26px 32px 0;border-right:1px solid rgba(255,255,255,.14)}.patient-page .how-grid>.how-step:last-child{border-right:none}@media (max-width:900px){.patient-page .how-step:nth-child(2n){border-right:none}}@media (max-width:560px){.patient-page .how-step{border-right:none!important;border-bottom:1px solid rgba(255,255,255,.14)}}.patient-page .how-num{font-family:Newsreader,serif;font-style:italic;font-size:15px;color:var(--gold)}.patient-page .how-step h3{font-family:Newsreader,serif;font-weight:500;font-size:21px;margin-top:14px;color:#fbf3ec}.patient-page .how-step p{margin-top:10px;font-size:14px;color:#b9a99f;line-height:1.6}.patient-page .how-note{margin-top:44px;border-top:1px solid rgba(255,255,255,.14);padding-top:24px;font-size:13.5px;color:#b9a99f;max-width:720px;line-height:1.7}.patient-page .how-note strong{color:#f3e9e1;font-weight:600}.patient-page .why-grid{margin-top:44px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}@media (max-width:940px){.patient-page .why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.patient-page .why-grid{grid-template-columns:1fr}}.patient-page .why-card{padding:26px 22px;background:var(--card);border-radius:var(--radius-md)}.patient-page .why-card svg{width:22px;height:22px;color:var(--wine)}.patient-page .why-card h3{font-size:16.5px;margin-top:16px;font-family:Inter,sans-serif;font-weight:600}.patient-page .why-card p{font-size:13.5px;color:var(--muted);margin-top:8px;line-height:1.55}.patient-page .example{background:var(--shell-2)}.patient-page .example-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media (max-width:900px){.patient-page .example-grid{grid-template-columns:1fr}}.patient-page .example-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow)}.patient-page .example-card .cap{font-size:12.5px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:600}.patient-page .example-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.patient-page .example-tag{background:var(--wine-soft);color:var(--wine-deep);padding:9px 15px;border-radius:100px;font-size:13.5px;font-weight:500;display:flex;align-items:center;gap:7px}.patient-page .example-tag svg{width:13px;height:13px}.patient-page .example-arrow{display:flex;align-items:center;gap:12px;margin-top:24px;padding-top:22px;border-top:1px dashed var(--line);font-size:13.5px;color:var(--muted)}.patient-page .example-result{margin-top:12px;font-family:Newsreader,serif;font-style:italic;font-size:19px;color:var(--ink)}.patient-page .example-copy h2{font-size:clamp(30px,4vw,40px)}.patient-page .example-copy p{margin-top:18px;color:var(--muted);font-size:16px;line-height:1.65;max-width:440px}.patient-page .request{background:var(--ink);color:#f3e9e1}.patient-page .request .eyebrow{color:var(--gold)}.patient-page .request .eyebrow:before{background:var(--gold)}.patient-page .request h2{color:#fbf3ec;font-size:clamp(30px,4vw,42px);max-width:640px}.patient-page .request-sub{color:#c6b7ae;margin-top:16px;font-size:16px;max-width:560px}.patient-page .form-shell{margin-top:44px;background:#fbf7f2;border-radius:var(--radius-lg);padding:0;color:var(--ink);overflow:hidden;box-shadow:0 30px 70px -30px #0009}.patient-page .form-top{padding:26px 32px 0}.patient-page .progress-track{height:5px;border-radius:100px;background:var(--line);overflow:hidden;margin-top:18px}.patient-page .progress-fill{height:100%;background:var(--wine);border-radius:100px;width:16.6%;transition:width .3s ease}.patient-page .progress-label{display:flex;justify-content:space-between;margin-top:10px;font-size:12px;color:var(--muted);font-weight:600;letter-spacing:.03em;text-transform:uppercase}.patient-page .form-body{padding:28px 32px 32px}.patient-page .form-step{display:none}.patient-page .form-step.is-active{display:block;animation:fadeUp .35s ease both}.patient-page .step-title{font-size:23px;font-family:Newsreader,serif;font-weight:500}.patient-page .step-hint{font-size:14px;color:var(--muted);margin-top:8px}.patient-page .select-grid{margin-top:22px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width:520px){.patient-page .select-grid{grid-template-columns:1fr}}.patient-page .tech-block{margin-top:26px}.patient-page .tech-block:first-of-type{margin-top:22px}.patient-page .tech-label{font-size:13px;font-weight:700;color:var(--wine);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.patient-page .tech-empty{margin-top:22px;color:var(--muted);font-size:14.5px;line-height:1.6}.patient-page .select-card{border:1.5px solid var(--line);background:var(--white);border-radius:var(--radius-sm);padding:16px;display:flex;align-items:center;gap:12px;font-size:14.5px;font-weight:500;transition:border-color .15s ease,background .15s ease}.patient-page .select-card:hover{border-color:var(--wine)}.patient-page .select-card.is-selected{border-color:var(--wine);background:var(--wine-soft)}.patient-page .select-card .box{width:19px;height:19px;border-radius:6px;border:1.5px solid var(--line);flex:none;display:flex;align-items:center;justify-content:center;background:var(--white)}.patient-page .select-card.is-selected .box{background:var(--wine);border-color:var(--wine)}.patient-page .select-card .box svg{width:12px;height:12px;color:var(--white);display:none}.patient-page .select-card.is-selected .box svg{display:block}.patient-page .select-card.radio .box{border-radius:100px}.patient-page .field{margin-top:18px}.patient-page .field label{display:block;font-size:13.5px;font-weight:600;margin-bottom:8px}.patient-page .field input{width:100%;padding:14px 16px;border-radius:12px;border:1.5px solid var(--line);font-family:inherit;font-size:15px;background:var(--white);color:var(--ink)}.patient-page .field input:focus{outline:2px solid var(--wine);outline-offset:1px;border-color:var(--wine)}.patient-page .field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width:520px){.patient-page .field-row{grid-template-columns:1fr}}.patient-page .consent{margin-top:20px;display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--muted);line-height:1.55}.patient-page .consent input{margin-top:3px}.patient-page .form-nav{margin-top:30px;display:flex;justify-content:space-between;align-items:center;gap:14px}.patient-page .form-nav .btn-ghost{border-color:var(--line)}.patient-page .success-screen{display:none;text-align:center;padding:20px 8px 6px}.patient-page .success-screen.is-active{display:block;animation:fadeUp .4s ease both}.patient-page .success-icon{width:60px;height:60px;border-radius:100px;background:var(--wine-soft);color:var(--wine);display:flex;align-items:center;justify-content:center;margin:0 auto}.patient-page .success-icon svg{width:26px;height:26px}.patient-page .success-screen h3{margin-top:22px;font-size:24px}.patient-page .success-screen p{margin-top:12px;color:var(--muted);font-size:15px;max-width:380px;margin-left:auto;margin-right:auto;line-height:1.6}.patient-page .error-text{color:var(--wine);font-size:12.5px;margin-top:8px;display:none}.patient-page .error-text.is-visible{display:block}.patient-page .faq-wrap{max-width:760px;margin:44px auto 0}.patient-page details{border-bottom:1px solid var(--line);padding:22px 4px}.patient-page details:first-of-type{border-top:1px solid var(--line)}.patient-page summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:16.5px;font-weight:500;font-family:Newsreader,serif}.patient-page summary::-webkit-details-marker{display:none}.patient-page summary .plus{width:26px;height:26px;border-radius:100px;border:1.5px solid var(--line);flex:none;display:flex;align-items:center;justify-content:center;position:relative}.patient-page summary .plus:before,.patient-page summary .plus:after{content:"";position:absolute;background:var(--ink)}.patient-page summary .plus:before{width:10px;height:1.5px}.patient-page summary .plus:after{width:1.5px;height:10px;transition:transform .2s ease}.patient-page details[open] summary .plus:after{transform:rotate(90deg) scaleY(0)}.patient-page details[open] summary .plus{background:var(--wine-soft);border-color:var(--wine)}.patient-page .faq-a{margin-top:14px;font-size:14.5px;color:var(--muted);line-height:1.65;max-width:640px}.patient-page .final-cta{background:linear-gradient(135deg,#8b3444,#4b1723);color:#fbf3ec;text-align:center;position:relative;overflow:hidden}.patient-page .final-cta h2{font-size:clamp(30px,4.5vw,46px);max-width:680px;margin:0 auto;color:#fbf3ec}.patient-page .final-cta p{margin-top:16px;color:#e4c7c1;font-size:16px}.patient-page .final-cta .btn-primary{background:#fbf3ec;color:var(--wine-deep);margin-top:30px;box-shadow:none}.patient-page .final-cta .btn-primary:hover{background:#fff}.patient-page footer{padding:52px 0 34px;border-top:1px solid var(--line)}.patient-page .footer-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:28px}.patient-page .footer-trust{display:flex;gap:26px;flex-wrap:wrap}.patient-page .footer-trust span{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.patient-page .footer-trust svg{width:15px;height:15px;color:var(--wine)}.patient-page .footer-provider-cta{margin-top:34px;padding:18px 24px;background:var(--card);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:14.5px;font-weight:500}.patient-page .footer-provider-cta a{color:var(--wine);font-weight:600}.patient-page .footer-provider-cta a:hover{text-decoration:underline}.patient-page .footer-legal{margin-top:26px;padding-top:26px;border-top:1px solid var(--line);font-size:12px;color:var(--muted);line-height:1.7}.patient-page .footer-bottom{margin-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12.5px;color:var(--muted)}.patient-page .mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fbf7f2f5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--line);padding:12px 16px;display:none}@media (max-width:760px){.patient-page .mobile-cta{display:block}body{padding-bottom:0}}.patient-page .hero-art img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.patient-page .hero-art:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#201a1800 45%,#140f0deb)}.patient-page .hero-art .art-caption{z-index:1}.provider-page .wrap{max-width:1180px;margin:0 auto;padding:0 24px}.provider-page .eyebrow{font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--wine);font-weight:600;display:inline-flex;align-items:center;gap:8px}.provider-page .eyebrow:before{content:"";width:16px;height:1px;background:var(--wine);display:inline-block}.provider-page .free-badge{display:flex;align-items:center;gap:7px;margin-top:16px;width:max-content;background:var(--gold);color:#3d2c10;font-weight:700;font-size:13px;padding:8px 16px;border-radius:100px}.provider-page .free-badge:before{content:"✦";font-size:12px}.provider-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 30px;border-radius:100px;font-weight:600;font-size:15px;border:1px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap}.provider-page .btn-primary{background:var(--wine);color:var(--white);box-shadow:0 14px 30px -14px #7c2d3ba6}.provider-page .btn-primary:hover{background:var(--wine-deep);transform:translateY(-1px)}.provider-page .btn-ghost{background:transparent;border-color:#201a182e;color:var(--ink)}.provider-page .btn-ghost:hover{border-color:var(--ink)}.provider-page .btn-block{width:100%}.provider-page .btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.provider-page header{position:sticky;top:0;z-index:50;background:#fbf7f2e0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.provider-page .nav{display:flex;align-items:center;justify-content:space-between;padding:16px 24px}.provider-page .logo{font-family:Newsreader,serif;font-size:21px;font-weight:600;display:flex;align-items:center;gap:9px}.provider-page .logo-mark{width:26px;height:26px;flex:none}.provider-page .nav-links{display:none;gap:32px;align-items:center}@media (min-width:860px){.provider-page .nav-links{display:flex}}.provider-page .nav-links a{font-size:14.5px;font-weight:500;color:var(--muted)}.provider-page .nav-links a:hover{color:var(--ink)}.provider-page .nav-audience{padding:8px 16px;border:1px solid var(--line);border-radius:100px;font-size:13.5px!important;color:var(--wine)!important;font-weight:600!important}.provider-page .nav-audience:hover{border-color:var(--wine);background:var(--wine-soft)}.provider-page .nav-audience.is-current{background:var(--wine);color:var(--white)!important;border-color:var(--wine)}.provider-page .nav-cta{display:flex;align-items:center;gap:18px}.provider-page .nav-phone{font-size:14px;font-weight:600;color:var(--ink);display:none}@media (min-width:860px){.provider-page .nav-phone{display:inline}}.provider-page .btn-sm{padding:11px 20px;font-size:13.5px}.provider-page section{position:relative}.provider-page .section-pad{padding:88px 0}@media (max-width:720px){.provider-page .section-pad{padding:60px 0}}.provider-page .hero{overflow:hidden;background:radial-gradient(120% 90% at 85% -10%,#F3E4D9 0%,transparent 55%),var(--shell);padding:72px 0 60px}.provider-page .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}@media (max-width:940px){.provider-page .hero-grid{grid-template-columns:1fr;gap:40px}}.provider-page .hero h1{font-size:clamp(34px,4.6vw,52px);line-height:1.08;color:var(--ink)}.provider-page .hero h1 em{font-style:italic;color:var(--wine)}.provider-page .hero-sub{margin-top:22px;font-size:17.5px;color:var(--muted);max-width:500px;line-height:1.65}.provider-page .hero-ctas{margin-top:34px;display:flex;gap:14px;flex-wrap:wrap;align-items:center}.provider-page .hero-trust{margin-top:28px;display:flex;gap:22px;flex-wrap:wrap;font-size:13px;color:var(--muted)}.provider-page .hero-trust span{display:flex;align-items:center;gap:7px}.provider-page .hero-trust svg{width:15px;height:15px;flex:none;color:var(--wine)}.provider-page .hero-art{position:relative;border-radius:32px;background:linear-gradient(155deg,#3b3230,#241e1c);aspect-ratio:4/4.6;overflow:hidden;box-shadow:var(--shadow)}.provider-page .hero-art img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.provider-page .hero-art:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#201a1800 45%,#140f0deb)}.provider-page .hero-art .art-caption{position:absolute;left:26px;right:26px;bottom:26px;color:#f1e7de;z-index:1}.provider-page .art-caption .serif{font-size:21px;font-style:italic;font-weight:400;color:#fbf3ec}.provider-page .art-caption p{font-size:13px;margin-top:8px;color:#c9bbae;line-height:1.55}.provider-page .how{background:var(--ink);color:#f3e9e1}.provider-page .how .eyebrow{color:var(--gold)}.provider-page .how .eyebrow:before{background:var(--gold)}.provider-page .how-head{max-width:640px}.provider-page .how h2{color:#fbf3ec}.provider-page .how-sub{color:#c6b7ae;margin-top:16px;font-size:16.5px;max-width:560px}.provider-page .how-grid{margin-top:52px;display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(255,255,255,.14)}@media (max-width:900px){.provider-page .how-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.provider-page .how-grid{grid-template-columns:1fr}}.provider-page .how-step{padding:30px 26px 30px 0;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}@media (max-width:900px){.provider-page .how-step:nth-child(2n){border-right:none}}@media (max-width:560px){.provider-page .how-step{border-right:none!important}}.provider-page .how-num{font-family:Newsreader,serif;font-style:italic;font-size:15px;color:var(--gold)}.provider-page .how-step h3{font-family:Newsreader,serif;font-weight:500;font-size:19px;margin-top:12px;color:#fbf3ec}.provider-page .how-step p{margin-top:9px;font-size:13.5px;color:#b9a99f;line-height:1.6}.provider-page .how-note{margin-top:44px;border-top:1px solid rgba(255,255,255,.14);padding-top:24px;font-size:13.5px;color:#b9a99f;max-width:760px;line-height:1.7}.provider-page .how-note strong{color:#f3e9e1;font-weight:600}.provider-page .patient-interest{background:var(--wine);padding:34px 0}.provider-page .patient-interest h3{color:#fbefe9;font-size:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;text-align:center;font-family:Inter,sans-serif}.provider-page .interest-row{margin-top:22px;display:flex;justify-content:center;flex-wrap:wrap;gap:36px}.provider-page .interest-item{display:flex;flex-direction:column;align-items:center;gap:10px;color:#fbefe9;width:110px}.provider-page .interest-item svg{width:30px;height:30px;color:#eac9c1}.provider-page .interest-item span{font-size:12.5px;font-weight:600;text-align:center;line-height:1.3}.provider-page .why-grid{margin-top:44px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}@media (max-width:940px){.provider-page .why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.provider-page .why-grid{grid-template-columns:1fr}}.provider-page .why-card{padding:26px 22px;background:var(--card);border-radius:var(--radius-md)}.provider-page .why-card svg{width:22px;height:22px;color:var(--wine)}.provider-page .why-card h3{font-size:16.5px;margin-top:16px;font-family:Inter,sans-serif;font-weight:600}.provider-page .why-card p{font-size:13.5px;color:var(--muted);margin-top:8px;line-height:1.55}.provider-page .compare{background:var(--shell-2)}.provider-page .compare-grid{margin-top:44px;display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width:760px){.provider-page .compare-grid{grid-template-columns:1fr}}.provider-page .compare-col{border-radius:var(--radius-lg);padding:32px}.provider-page .compare-col.typical{background:var(--white);border:1.5px solid var(--line)}.provider-page .compare-col.ours{background:var(--ink);color:#f3e9e1;box-shadow:var(--shadow)}.provider-page .compare-col h3{font-size:19px;font-family:Inter,sans-serif;font-weight:700}.provider-page .compare-col.ours h3{color:#fbf3ec}.provider-page .compare-list{margin-top:22px;display:flex;flex-direction:column;gap:14px}.provider-page .compare-item{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;line-height:1.5}.provider-page .compare-col.typical .compare-item svg{color:var(--muted)}.provider-page .compare-col.ours .compare-item svg{color:var(--gold)}.provider-page .compare-item svg{width:16px;height:16px;flex:none;margin-top:3px}.provider-page .compare-col.ours .compare-item{color:#e7dacf}.provider-page .pricing-band{background:var(--ink)}.provider-page .pricing-grid{margin-top:40px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff24;border-radius:var(--radius-lg);overflow:hidden}@media (max-width:760px){.provider-page .pricing-grid{grid-template-columns:1fr}}.provider-page .pricing-card{background:var(--ink);padding:34px 28px}.provider-page .pricing-card .amount{font-family:Newsreader,serif;font-size:38px;color:var(--gold);font-style:italic}.provider-page .pricing-card h4{margin-top:10px;font-size:16px;font-weight:700;color:#fbf3ec;font-family:Inter,sans-serif}.provider-page .pricing-card p{margin-top:8px;font-size:13.5px;color:#b9a99f;line-height:1.55}.provider-page .pricing-note{margin-top:26px;font-size:13.5px;color:#c6b7ae;text-align:center}.provider-page .pricing-note strong{color:#f3e9e1}.provider-page .compare-grid-3{margin-top:44px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}@media (max-width:900px){.provider-page .compare-grid-3{grid-template-columns:1fr}}.provider-page .compare-grid-3 .compare-col.ours{outline:2px solid var(--gold)}.provider-page .compare-badge{display:inline-block;margin-bottom:14px;background:var(--gold);color:var(--ink);font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:100px}.provider-page .looking-grid{margin-top:44px;display:grid;grid-template-columns:1fr 1fr;gap:48px}@media (max-width:860px){.provider-page .looking-grid{grid-template-columns:1fr}}.provider-page .type-list{display:flex;flex-direction:column;gap:0}.provider-page .type-item{padding:16px 14px;border-bottom:1px solid var(--line);font-size:15.5px;font-weight:500;display:flex;align-items:center;gap:12px}.provider-page .type-item:first-child{border-top:1px solid var(--line)}.provider-page .type-item svg{width:17px;height:17px;color:var(--wine);flex:none}.provider-page .type-item.featured{background:var(--wine-soft);border-radius:12px;border-bottom-color:transparent;margin-bottom:6px}.provider-page .type-item.featured svg{color:var(--wine-deep)}.provider-page .type-item.featured .tag-primary{margin-left:auto;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--wine-deep)}.provider-page .collect-card{background:var(--card);border-radius:var(--radius-md);padding:28px}.provider-page .collect-card h3{font-size:16px;font-family:Inter,sans-serif;font-weight:600}.provider-page .collect-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.provider-page .collect-tag{background:var(--white);border:1px solid var(--line);padding:8px 14px;border-radius:100px;font-size:13px;font-weight:500}.provider-page .example-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch;margin-top:44px}@media (max-width:860px){.provider-page .example-grid{grid-template-columns:1fr}}.provider-page .example-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px}.provider-page .example-card.result{background:var(--wine);color:#fbefe9;border:none;display:flex;flex-direction:column;justify-content:center}.provider-page .example-card .cap{font-size:12.5px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:600}.provider-page .example-card.result .cap{color:#eac9c1}.provider-page .example-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.provider-page .example-tag{background:var(--wine-soft);color:var(--wine-deep);padding:9px 15px;border-radius:100px;font-size:13.5px;font-weight:500}.provider-page .example-card.result .example-result{font-family:Newsreader,serif;font-style:italic;font-size:20px;margin-top:16px;line-height:1.4}.provider-page .example-card.result .fine{margin-top:18px;font-size:13px;color:#eac9c1}.provider-page .comp-card{margin-top:40px;background:var(--card);border-radius:var(--radius-lg);padding:40px;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}.provider-page .comp-card h3{font-size:22px;max-width:460px}.provider-page .comp-card p{margin-top:10px;color:var(--muted);font-size:14.5px;max-width:460px;line-height:1.6}.provider-page .trust-card{margin-top:40px;border:1.5px dashed var(--line);border-radius:var(--radius-lg);padding:32px;display:flex;gap:20px;align-items:flex-start}.provider-page .trust-card svg{width:26px;height:26px;color:var(--wine);flex:none;margin-top:2px}.provider-page .trust-card p{color:var(--muted);font-size:14.5px;line-height:1.65;max-width:640px}.provider-page .trust-strip{display:flex;gap:28px;flex-wrap:wrap;justify-content:center}.provider-page .trust-strip-item{display:flex;align-items:flex-start;gap:10px;max-width:280px}.provider-page .trust-strip-item svg{width:20px;height:20px;color:var(--wine);flex:none;margin-top:2px}.provider-page .trust-strip-item p{font-size:13px;color:var(--muted);line-height:1.5;margin:0}.provider-page .trust-strip-item strong{display:block;font-size:13.5px;color:var(--ink);margin-bottom:2px}.provider-page .apply{background:var(--ink);color:#f3e9e1}.provider-page .apply .eyebrow{color:var(--gold)}.provider-page .apply .eyebrow:before{background:var(--gold)}.provider-page .apply h2{color:#fbf3ec;font-size:clamp(28px,4vw,38px)}.provider-page .apply-sub{color:#c6b7ae;margin-top:14px;font-size:16px;max-width:560px}.provider-page .form-shell{margin-top:40px;background:#fbf7f2;border-radius:var(--radius-lg);color:var(--ink);overflow:hidden;box-shadow:0 30px 70px -30px #0009;padding:36px}.provider-page .form-section{padding:24px 0;border-bottom:1px solid var(--line)}.provider-page .form-section:first-child{padding-top:0}.provider-page .form-section:last-of-type{border-bottom:none}.provider-page .form-section h3{font-size:17px;font-family:Inter,sans-serif;font-weight:700}.provider-page .form-section .sub{font-size:13px;color:var(--muted);margin-top:4px}.provider-page .field{margin-top:16px}.provider-page .field label{display:block;font-size:13.5px;font-weight:600;margin-bottom:8px}.provider-page .field input,.provider-page .field select,.provider-page .field textarea{width:100%;padding:13px 15px;border-radius:12px;border:1.5px solid var(--line);font-family:inherit;font-size:14.5px;background:var(--white);color:var(--ink)}.provider-page .field textarea{resize:vertical;min-height:80px}.provider-page .field input:focus,.provider-page .field select:focus,.provider-page .field textarea:focus{outline:2px solid var(--wine);outline-offset:1px;border-color:var(--wine)}.provider-page .field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.provider-page .field-row.three{grid-template-columns:1fr 1fr 1fr}@media (max-width:600px){.provider-page .field-row,.provider-page .field-row.three{grid-template-columns:1fr}}.provider-page .chip-grid{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px}.provider-page .tech-label{font-size:12px;font-weight:700;color:var(--wine);text-transform:uppercase;letter-spacing:.06em;margin:0}.provider-page .chip{border:1.5px solid var(--line);background:var(--white);border-radius:100px;padding:10px 16px;font-size:13.5px;font-weight:500;display:flex;align-items:center;gap:8px;transition:border-color .15s ease,background .15s ease}.provider-page .chip:hover{border-color:var(--wine)}.provider-page .chip.is-selected{border-color:var(--wine);background:var(--wine-soft);color:var(--wine-deep)}.provider-page .chip .dot{width:7px;height:7px;border-radius:100px;background:var(--line);flex:none}.provider-page .chip.is-selected .dot{background:var(--wine)}.provider-page .toggle-pair{display:flex;gap:10px;margin-top:10px}.provider-page .toggle-btn{flex:1;border:1.5px solid var(--line);background:var(--white);border-radius:12px;padding:12px;font-size:14px;font-weight:600;text-align:center}.provider-page .toggle-btn.is-selected{border-color:var(--wine);background:var(--wine-soft);color:var(--wine-deep)}.provider-page .consent{margin-top:20px;display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--muted);line-height:1.55}.provider-page .consent input{margin-top:3px}.provider-page .form-submit-row{margin-top:28px}.provider-page .error-text{color:var(--wine);font-size:12.5px;margin-top:10px;display:none}.provider-page .error-text.is-visible{display:block}.provider-page .success-screen{display:none;text-align:center;padding:30px 8px 10px}.provider-page .success-screen.is-active{display:block;animation:fadeUp .4s ease both}.provider-page .success-icon{width:60px;height:60px;border-radius:100px;background:var(--wine-soft);color:var(--wine);display:flex;align-items:center;justify-content:center;margin:0 auto}.provider-page .success-icon svg{width:26px;height:26px}.provider-page .success-screen h3{margin-top:22px;font-size:22px}.provider-page .success-screen p{margin-top:12px;color:var(--muted);font-size:15px;max-width:400px;margin-left:auto;margin-right:auto;line-height:1.6}.provider-page .faq-wrap{max-width:760px;margin:44px auto 0}.provider-page details{border-bottom:1px solid var(--line);padding:22px 4px}.provider-page details:first-of-type{border-top:1px solid var(--line)}.provider-page summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:16px;font-weight:500;font-family:Newsreader,serif}.provider-page summary::-webkit-details-marker{display:none}.provider-page summary .plus{width:26px;height:26px;border-radius:100px;border:1.5px solid var(--line);flex:none;display:flex;align-items:center;justify-content:center;position:relative}.provider-page summary .plus:before,.provider-page summary .plus:after{content:"";position:absolute;background:var(--ink)}.provider-page summary .plus:before{width:10px;height:1.5px}.provider-page summary .plus:after{width:1.5px;height:10px;transition:transform .2s ease}.provider-page details[open] summary .plus:after{transform:rotate(90deg) scaleY(0)}.provider-page details[open] summary .plus{background:var(--wine-soft);border-color:var(--wine)}.provider-page .faq-a{margin-top:14px;font-size:14.5px;color:var(--muted);line-height:1.65;max-width:640px}.provider-page .final-cta{background:linear-gradient(135deg,#3b3230,#201a18);color:#fbf3ec;text-align:center}.provider-page .final-cta .eyebrow:before{background:var(--gold)}.provider-page .final-cta h2{font-size:clamp(28px,4.2vw,42px);max-width:680px;margin:0 auto;color:#fbf3ec}.provider-page .final-cta p{margin-top:16px;color:#c9bbae;font-size:16px}.provider-page .final-cta .ctas{margin-top:30px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.provider-page .final-cta .btn-primary{background:#fbf3ec;color:var(--wine-deep);box-shadow:none}.provider-page .final-cta .btn-primary:hover{background:#fff}.provider-page .final-cta .btn-ghost{border-color:#fbf3ec59;color:#fbf3ec}.provider-page .final-cta .btn-ghost:hover{border-color:#fbf3ec}.provider-page footer{padding:52px 0 34px;border-top:1px solid var(--line)}.provider-page .footer-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:28px}.provider-page .footer-trust{display:flex;gap:26px;flex-wrap:wrap}.provider-page .footer-trust span{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.provider-page .footer-trust svg{width:15px;height:15px;color:var(--wine)}.provider-page .footer-provider-cta{margin-top:34px;padding:18px 24px;background:var(--card);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:14.5px;font-weight:500}.provider-page .footer-provider-cta a{color:var(--wine);font-weight:600}.provider-page .footer-provider-cta a:hover{text-decoration:underline}.provider-page .footer-legal{margin-top:26px;padding-top:26px;border-top:1px solid var(--line);font-size:12px;color:var(--muted);line-height:1.7}.provider-page .footer-bottom{margin-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12.5px;color:var(--muted)}.provider-page .mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fbf7f2f5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--line);padding:12px 16px;display:none}@media (max-width:760px){.provider-page .mobile-cta{display:block}}.legal-page{line-height:1.65}.legal-page .wrap{max-width:760px;margin:0 auto;padding:0 24px}.legal-page a{color:var(--wine);text-decoration:none}.legal-page a:hover{text-decoration:underline}.legal-page h1,.legal-page h2,.legal-page .serif{font-family:Newsreader,serif;font-weight:500;letter-spacing:normal;margin:0}.legal-page header{position:sticky;top:0;z-index:50;background:#fbf7f2e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.legal-page .nav{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:1180px;margin:0 auto}.legal-page .logo{font-family:Newsreader,serif;font-size:20px;font-weight:600;display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--ink)}.legal-page .nav-links{display:flex;gap:20px;font-size:13.5px;font-weight:500}.legal-page .nav-links a{color:var(--muted)}.legal-page .hero{padding:64px 0 32px;border-bottom:1px solid var(--line)}.legal-page .eyebrow{font-size:12.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--wine);font-weight:600}.legal-page .hero h1{margin-top:14px;font-size:clamp(30px,4.5vw,42px)}.legal-page .updated{margin-top:10px;font-size:13.5px;color:var(--muted)}.legal-page .content{padding:44px 0 80px}.legal-page .content h2{font-size:20px;margin-top:38px;margin-bottom:12px}.legal-page .content h2:first-child{margin-top:0}.legal-page .content p{margin:0 0 14px;font-size:15px;color:#3a3230}.legal-page .content ul{margin:0 0 14px;padding-left:20px;font-size:15px;color:#3a3230}.legal-page .content li{margin-bottom:6px}.legal-page .callout{background:var(--card);border-radius:14px;padding:18px 20px;margin:20px 0;font-size:14px;color:var(--muted)}.legal-page .toc{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:20px 22px;margin-top:28px}.legal-page .toc h3{font-size:12.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700;margin:0 0 10px}.legal-page .toc ol{margin:0;padding-left:18px;font-size:14px}.legal-page .toc li{margin-bottom:5px}.legal-page footer{border-top:1px solid var(--line);padding:32px 24px;text-align:center;font-size:12.5px;color:var(--muted)}:root{--ink:#201A18;--shell:#FBF7F2;--shell-2:#F6EFE7;--card:#F4ECE4;--wine:#7C2D3B;--wine-deep:#5E202B;--wine-soft:#F4E3E1;--gold:#B99257;--gold-soft:#E9DCC3;--line:#E4D8CC;--muted:#6B5F58;--white:#FFFFFF;--radius-lg:28px;--radius-md:18px;--radius-sm:12px;--shadow:0 20px 50px -25px rgba(32,26,24,.35)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--shell);color:var(--ink);font-family:Inter,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;transition-duration:.01ms!important}}h1,h2,h3,.serif{font-family:Newsreader,serif;font-weight:500;letter-spacing:-.01em;margin:0}p{margin:0}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button{font-family:inherit;cursor:pointer}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
