:root{--ink:#111827;--muted:#6b7280;--line:#e5e7eb;--soft:#f7f8fa;--blue:#512eaa;--blue-dark:#1f4fbf;--navy:#0d004d;--purple:#14005f;--yellow:#fcdb07;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--white)}a{color:inherit;text-decoration:none}.container{max-width:1180px;margin:0 auto;padding:0 24px}.siteHeader{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:none}.headerInner{min-height:76px;justify-content:space-between;gap:22px}.brand,.headerInner{display:flex;align-items:center}.brand{min-width:120px}.brandImage{height:32px;width:auto;object-fit:contain;display:block}.mainNav{display:flex;align-items:center;gap:28px}.mainNav a,.navDropdown span{font-size:15px;font-weight:600;color:#374151;display:flex;align-items:center;height:40px}.mainNav a:hover{color:#111827}.headerCta{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:12px 18px;border-radius:999px;font-weight:700;white-space:nowrap;box-shadow:0 10px 24px rgba(37,99,235,.28)}.topNotice{min-height:52px;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#fcdb07,#ffe55c);color:#111827;font-size:15px;font-weight:800;letter-spacing:.03em;text-align:center;padding:12px 24px;border:none;box-shadow:none;margin:0}.navDropdown{position:relative}.navDropdown span{cursor:pointer}.dropdownMenu{position:absolute;top:calc(100% + 18px);left:0;min-width:220px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:10px;display:flex;flex-direction:column;gap:4px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.22s ease;box-shadow:0 20px 40px rgba(0,0,0,.08);z-index:200}.dropdownMenu a{padding:12px 14px;border-radius:12px;color:#111827;font-size:14px;font-weight:600}.dropdownMenu a:hover{background:#f3f4f6}.navDropdown:hover .dropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.section{padding:92px 0}.sectionHeader{max-width:760px;margin:0 auto 42px;text-align:center}.contactGrid h2,.sectionHeader h2,.split h2{margin:0;font-size:44px;line-height:1.12;letter-spacing:-.045em}.eyebrow,.label,.sectionHeader span,.sectionTag{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.04em;color:#1f4fbf;margin-bottom:20px;text-transform:uppercase}.primaryButton,.secondaryButton{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;font-weight:800}.primaryButton{background:var(--blue);color:#fff;box-shadow:0 16px 30px rgba(47,111,237,.22)}.secondaryButton{background:#fff;border:1px solid var(--line);color:var(--ink)}.heroActions{display:flex;gap:14px;margin-top:34px}.hero{padding:96px 0 80px;background:radial-gradient(circle at 80% 20%,rgba(47,111,237,.16),transparent 30%),linear-gradient(180deg,#fff,#f7f8fa)}.heroGrid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:56px;gap:56px;align-items:center}.hero h1{max-width:760px;margin:0;font-size:64px;line-height:1.02;letter-spacing:-.055em}.hero p{max-width:650px;margin:24px 0 0;color:var(--muted);font-size:19px;line-height:1.75}.heroCard{background:#fff;border:1px solid var(--line);border-radius:32px;padding:36px;box-shadow:0 28px 80px rgba(17,24,39,.08)}.heroCard h3{margin:0 0 12px;font-size:30px;letter-spacing:-.035em}.heroCard p{margin:0 0 24px;font-size:16px}.miniList{display:grid;grid-gap:14px;gap:14px}.miniList div{display:flex;gap:14px;padding:16px;border-radius:18px;background:var(--soft)}.miniList strong{color:var(--blue)}.miniList span{color:#374151;font-weight:600}.soft{background:linear-gradient(180deg,#0d004d,#14005f);margin:0}.soft,.soft .label,.soft h1,.soft h2,.soft h3{color:#fff}.soft li,.soft p{color:hsla(0,0%,100%,.72)}.soft .checkCard{background:transparent;border:none;box-shadow:none;padding:0}.soft .checkCard div{background:hsla(0,0%,100%,.1);color:#fff;border:1px solid hsla(0,0%,100%,.12)}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:46px;gap:46px;align-items:center}.checkCard{display:grid;grid-gap:14px;gap:14px}.checkCard div{padding:16px;border-radius:16px;font-weight:700}.programGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.programCard{padding:30px;border:1px solid var(--line);border-radius:26px;background:#fff;transition:.25s ease}.programCard:hover{transform:translateY(-5px);box-shadow:0 18px 50px rgba(17,24,39,.08);border-color:rgba(47,111,237,.35)}.programCard h3{margin:0 0 12px;font-size:24px}.programCard p{color:var(--muted);line-height:1.75;font-size:17px}.registerBanner{padding:90px 0;background:linear-gradient(135deg,#0d004d,#1a0b73);color:#fff}.registerBannerInner{display:flex;justify-content:center}.registerContent{max-width:900px;text-align:center}.registerTag{display:inline-flex;padding:10px 18px;border-radius:999px;background:hsla(0,0%,100%,.12);font-size:13px;font-weight:700;letter-spacing:.08em;margin-bottom:24px}.registerContent h2{margin:0;font-size:48px;line-height:1.1;letter-spacing:-.04em}.registerFeatures{display:grid;grid-gap:14px;gap:14px;margin-top:34px}.registerItem{padding:18px 22px;border-radius:18px;background:hsla(0,0%,100%,.08);font-size:17px;font-weight:600}.registerBanner .heroActions{justify-content:center;margin-top:34px}.centersSection{padding:100px 0}.centersGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:28px;gap:28px;margin-top:50px}.centerCard{background:#fff;border:1px solid #e5e7eb;border-radius:32px;padding:36px;transition:.25s ease;box-shadow:0 20px 50px rgba(0,0,0,.04)}.centerCard:hover{transform:translateY(-6px);box-shadow:0 30px 60px rgba(0,0,0,.08)}.centerBadge{display:inline-flex;padding:10px 16px;border-radius:999px;background:#0d004d;color:#fff;font-size:13px;font-weight:700;letter-spacing:.05em;margin-bottom:20px}.centerCard h3{margin:0 0 14px;font-size:32px;line-height:1.1;letter-spacing:-.04em}.centerCard p{color:#6b7280;line-height:1.8;font-size:16px}.centerList{margin:26px 0;padding:0;list-style:none;display:grid;grid-gap:12px;gap:12px}.centerList li{font-weight:600;color:#111827}.contactSection{padding:92px 0;background:#0d004d;color:#fff}.contactGrid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:44px;gap:44px;align-items:start}.contactGrid p{color:hsla(0,0%,100%,.72);line-height:1.75;font-size:17px}.formCard{background:#fff;padding:30px;border-radius:30px;display:grid;grid-gap:14px;gap:14px}.formCard input,.formCard select,.formCard textarea{width:100%;padding:15px 16px;border:1px solid var(--line);border-radius:16px;font:inherit;color:#111827}.formCard input::placeholder,.formCard textarea::placeholder{color:#6b7280}.formCard button{border:none;background:var(--blue);color:#fff;min-height:50px;border-radius:999px;font-weight:800;cursor:pointer}.footer{background:#fff;border-top:1px solid #e5e7eb}.footerTop{padding:72px 24px 48px;display:flex;justify-content:space-between;gap:60px;flex-wrap:wrap}.footerBrand{max-width:420px}.footerLogo{width:190px;margin-bottom:1px}.footerBrand p{color:#6b7280;line-height:1.8;font-size:16px}.footerLinks{display:flex;gap:80px}.footerLinks div{display:flex;flex-direction:column;gap:14px}.footerLinks h4{margin:0 0 10px;font-size:15px;color:#111827}.footerLinks a{color:#6b7280;font-size:15px}.footerLinks a:hover{color:#111827}.footerBottom{border-top:1px solid #e5e7eb;padding:24px;text-align:center;color:#9ca3af;font-size:14px}.socialIcons{gap:14px;margin-top:8px;margin-bottom:14px}.socialIcons,.socialIcons a{display:flex;align-items:center}.socialIcons a{justify-content:center;transition:.2s ease}.socialIcons a:hover{transform:translateY(-2px);opacity:.7}.socialIcons img{width:30px;height:30px;object-fit:contain}.cookieBar{position:fixed;left:24px;right:24px;bottom:24px;z-index:9999;display:flex;justify-content:center}.cookieContent{width:100%;max-width:1080px;background:rgba(17,24,39,.94);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid hsla(0,0%,100%,.1);border-radius:26px;padding:24px;display:flex;justify-content:space-between;gap:28px;box-shadow:0 24px 80px rgba(0,0,0,.28)}.cookieText{max-width:580px}.cookieText strong{display:block;color:#fff;font-size:17px;margin-bottom:8px}.cookieText p{margin:0 0 10px;color:hsla(0,0%,100%,.74);font-size:14px;line-height:1.7}.cookieLink{color:#fcdb07;font-size:14px;font-weight:700}.cookieActions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cookieButton,.cookieGhostButton,.cookieSecondaryButton{min-height:46px;padding:0 18px;border-radius:999px;font-weight:800;cursor:pointer;border:none;white-space:nowrap}.cookieButton{background:#fcdb07;color:#111827}.cookieSecondaryButton{background:#fff;color:#111827}.cookieGhostButton{background:transparent;color:#fff;border:1px solid hsla(0,0%,100%,.22)}.cookiePreferences{min-width:330px;display:grid;grid-gap:14px;gap:14px}.cookiePreferences label{color:#fff;display:flex;align-items:center;gap:10px;font-size:14px}.cookiePreferences input{width:18px;height:18px}.cookieDynamicText{min-height:72px;transition:.25s ease}.storeSection{background:#f8fafc}.storeGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));grid-gap:28px;gap:28px;margin-top:48px}.storeCard{background:#fff;border:1px solid #e5e7eb;border-radius:30px;padding:32px;display:flex;flex-direction:column;min-height:100%;box-shadow:none}.storeCard:hover{transform:translateY(-3px)}.storeBadge{width:-moz-fit-content;width:fit-content;padding:8px 14px;border-radius:999px;background:linear-gradient(135deg,#14005f,#0d004d);color:#fff;font-size:12px;font-weight:800;letter-spacing:.03em;margin-bottom:22px}.storeCard h3{min-height:30px;margin:0 0 16px;color:#111827;font-size:24px;line-height:1.15;letter-spacing:-.035em}.storeCard p{margin:0;min-height:90px;color:#6b7280;font-size:16px;line-height:1.7}.storePriceBox{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;padding:20px;margin-bottom:18px;text-align:center}.storePriceBox span{display:block;margin-bottom:8px;color:#6b7280;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.storePriceBox strong{display:block;color:#0d004d;font-size:22px;font-weight:850;letter-spacing:-.04em}.paymentOptions{display:grid;grid-gap:10px;gap:10px;margin-bottom:28px}.paymentOptions div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 14px;border-radius:14px;background:#fff;border:1px solid #eef2f7}.paymentOptions span{color:#6b7280;font-size:14px;font-weight:700}.paymentOptions strong{color:#111827;font-size:15px;font-weight:900;white-space:nowrap}.storeBuyButton,.storeCard .primaryButton{width:100%;margin-top:auto}.packageCard{border-color:rgba(13,0,77,.22)}@media (max-width:900px){.mainNav{display:none}.brandImage{height:48px}.headerInner{min-height:72px}.centersGrid,.contactGrid,.heroGrid,.programGrid,.split{grid-template-columns:1fr}.hero h1{font-size:42px}.contactGrid h2,.sectionHeader h2,.split h2{font-size:34px}.storeGrid{grid-template-columns:1fr}.storeCard p{min-height:auto}.footerTop{flex-direction:column}.footerLinks{gap:40px}.cookieContent{flex-direction:column}.cookieActions,.cookieButton,.cookieGhostButton,.cookieSecondaryButton{width:100%}.cookiePreferences{min-width:100%}}.centersHero{padding:90px 0 50px;background:linear-gradient(180deg,#fff,#f8fafc)}.centersHero h1{max-width:760px;font-size:56px;line-height:1.05;color:#111827}.centersHero p{color:#6b7280}.sectionEyebrow{color:#fcdb07}.centersListSection{padding:50px 0 100px;background:#f8fafc}.centersTable{background:#fff;border:1px solid #e5e7eb;border-radius:28px;overflow:hidden}.centerRow{display:grid;grid-template-columns:180px 1fr 120px;align-items:center;grid-gap:24px;gap:24px;padding:24px 28px;border-bottom:1px solid #e5e7eb}.centerRow:last-child{border-bottom:none}.centerCity{font-weight:900;color:#0d004d}.centerInfo h3{margin:0 0 6px;font-size:20px;color:#111827}.centerInfo p{margin:0;color:#6b7280;font-size:15px}.centerLink{justify-self:end;color:#2563eb;font-weight:800}@media (max-width:900px){.centersHero h1{font-size:40px}.centerRow{grid-template-columns:1fr;gap:10px}.centerLink{justify-self:start}}.centersHero{padding:90px 0 60px;background:linear-gradient(180deg,#0d004d,#14005f)}.sectionEyebrow{display:inline-block;margin-bottom:18px;color:#0d004d;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.centersHero h1{max-width:780px;margin:0;color:#fff;font-size:58px;line-height:1.04;letter-spacing:-.05em}.centersHero p{max-width:760px;margin-top:24px;color:hsla(0,0%,100%,.72);font-size:18px;line-height:1.8}.centersSection{padding:20px 0 110px;background:#f8fafc}.centersWrapper{background:#fff;border:1px solid #e5e7eb;border-radius:32px;overflow:hidden;box-shadow:0 24px 70px rgba(15,23,42,.05)}.centerItem{border-bottom:1px solid #eef2f7}.centerItem:last-child{border-bottom:none}.centerButton{width:100%;background:#fff;border:none;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;cursor:pointer;transition:.2s ease;text-align:left}.centerButton:hover{background:#fafbfc}.centerLeft{gap:18px}.centerLeft,.centerPlus{display:flex;align-items:center}.centerPlus{width:38px;height:38px;border-radius:999px;background:#f3f4f6;color:#0d004d;justify-content:center;font-size:24px;font-weight:400;flex-shrink:0;transition:.2s ease}.centerItem.active .centerPlus{background:#0d004d;color:#fff}.centerName{color:#111827;font-size:20px;font-weight:700;line-height:1.3}.centerCity{color:#6b7280;font-size:15px;font-weight:700;white-space:nowrap}.centerContent{padding:0 32px 30px 88px}.centerContent p{max-width:760px;margin:0;color:#6b7280;font-size:15px;line-height:1.9}@media (max-width:900px){.centersHero h1{font-size:40px}.centerButton{align-items:flex-start;flex-direction:column;gap:14px}.centerLeft{width:100%}.centerCity{padding-left:56px}.centerContent{padding:0 24px 24px}}.storeCard h3{min-height:72px}.storeCard p{min-height:110px}.storePriceBox{margin-top:0}.mockHero{padding:96px 0;background:linear-gradient(180deg,#0d004d,#14005f);color:#fff}.mockHeroGrid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:56px;gap:56px;align-items:center}.mockHero .sectionEyebrow{color:#fcdb07}.mockHero h1{max-width:760px;margin:0;font-size:58px;line-height:1.05;letter-spacing:-.05em}.mockHero p{max-width:640px;margin-top:24px;color:hsla(0,0%,100%,.74);font-size:18px;line-height:1.8}.mockPreviewCard{background:#fff;color:#111827;border-radius:34px;padding:36px;box-shadow:0 30px 80px rgba(0,0,0,.18)}.mockPreviewCard>span{display:inline-flex;padding:9px 14px;border-radius:999px;background:#f3f4f6;color:#0d004d;font-size:12px;font-weight:800;margin-bottom:22px}.mockPreviewCard h3{margin:0 0 26px;font-size:30px;line-height:1.2;letter-spacing:-.035em}.mockScores{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.mockScores div{background:#f7f8fa;border:1px solid #e5e7eb;border-radius:20px;padding:20px}.mockScores small{display:block;color:#6b7280;font-size:13px;font-weight:800;margin-bottom:8px}.mockScores strong{color:#0d004d;font-size:28px}.mockFeatureGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.mockFeatureGrid div{background:#fff;border:1px solid #e5e7eb;border-radius:30px;padding:32px}.mockFeatureGrid h3{margin:0 0 12px;font-size:24px}.mockFeatureGrid p{margin:0;color:#6b7280;line-height:1.75}.mockQuestionSection{padding:92px 0;background:#f8fafc}.mockQuestionGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.mockQuestionGrid div{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;font-weight:800;color:#111827}@media (max-width:900px){.mockFeatureGrid,.mockHeroGrid,.mockQuestionGrid{grid-template-columns:1fr}.mockHero h1{font-size:40px}}.mockPrepSection{padding:100px 0;background:#ddd7ff}.mockPrepGrid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:56px;gap:56px;align-items:center}.mockPrepImage img{width:100%;border-radius:28px;object-fit:cover}.mockPrepContent h2{margin:0;color:#111827;font-size:52px;line-height:1.08;letter-spacing:-.05em}.mockPrepContent p{margin:22px 0 34px;color:#374151;font-size:18px;line-height:1.7}.mockPrepList{display:grid;grid-gap:24px;gap:24px}.mockPrepList div{display:grid;grid-gap:6px;gap:6px}.mockPrepList strong{color:#111827;font-size:18px}.mockPrepList span{color:#374151;font-size:16px;line-height:1.6}.mockPrepButton{margin-top:36px;display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 28px;border-radius:999px;background:#111827;color:#fff;font-weight:800}@media (max-width:900px){.mockPrepGrid{grid-template-columns:1fr}.mockPrepContent h2{font-size:36px}}.mockScores .overall-card,.overall-card{grid-column:1/-1}.overall-card{grid-column:span 2;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.purchaseHero{padding:96px 0;background:linear-gradient(180deg,#0d004d,#14005f)}.purchaseGrid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:56px;gap:56px;align-items:start}.purchaseIntro{color:#fff}.purchaseIntro .sectionEyebrow{color:#fcdb07}.purchaseIntro h1{margin:0;font-size:56px;line-height:1.05;letter-spacing:-.05em}.purchaseIntro p{max-width:620px;margin-top:24px;color:hsla(0,0%,100%,.76);font-size:18px;line-height:1.8}.purchaseSteps{display:grid;grid-gap:14px;gap:14px;margin-top:36px}.purchaseSteps div{padding:18px 20px;border-radius:18px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);color:#fff;font-weight:700}.purchaseForm{background:#fff;border-radius:34px;padding:36px;display:grid;grid-gap:18px;gap:18px}.purchaseForm h2{margin:0 0 8px;color:#111827;font-size:34px;letter-spacing:-.04em}.formGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.formGroup{display:grid;grid-gap:10px;gap:10px}.formGroup label{color:#374151;font-size:14px;font-weight:800}.formGroup input,.formGroup select,.formGroup textarea{width:100%;padding:16px;border-radius:16px;border:1px solid #e5e7eb;font:inherit;color:#111827;background:#fff}.formGroup textarea{resize:vertical}.purchaseLegal{padding:26px;border-radius:22px;background:#f8fafc;border:1px solid #e5e7eb;text-align:left}.purchaseLegal h3{margin:0 0 18px;color:#111827;font-size:22px;line-height:1.25}.purchaseLegal p{margin:0 0 18px;color:#6b7280;font-size:14px;line-height:1.9;text-align:justify;text-justify:inter-word}.checkboxArea{display:grid;grid-gap:14px;gap:14px}.checkboxItem{display:flex;align-items:flex-start;gap:12px}.checkboxItem input{margin-top:5px}.checkboxItem span{color:#374151;font-size:14px;line-height:1.7}.purchaseNote{margin:0;text-align:center;color:#6b7280;font-size:13px;line-height:1.6}@media (max-width:900px){.formGrid,.purchaseGrid{grid-template-columns:1fr}.purchaseIntro h1{font-size:40px}}.legalDocuments{display:grid;grid-gap:14px;gap:14px}.legalRow{display:flex;align-items:center;gap:16px;padding:18px 20px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;cursor:pointer;transition:.25s ease}.legalRow:hover{border-color:#512eaa;background:#faf8ff;transform:translateY(-1px)}.legalCheck{width:28px;height:28px;border-radius:999px;border:2px solid #512eaa;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#512eaa;font-size:14px;font-weight:800}.legalText{display:grid;grid-gap:4px;gap:4px}.legalText strong{color:#111827;font-size:15px;font-weight:700}.legalText span{color:#6b7280;font-size:13px;line-height:1.5}.purchaseSubmit{width:100%;min-height:58px;border:none;border-radius:999px;background:#512eaa;color:#fff;font-size:16px;font-weight:800;cursor:pointer;transition:.2s ease}.purchaseSubmit:hover:not(:disabled){transform:translateY(-1px)}.purchaseSubmit:disabled{opacity:.45;cursor:not-allowed}.legalModal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.legalModalCard{width:100%;max-width:920px;max-height:85vh;overflow-y:auto;background:#fff;border-radius:32px;padding:40px;position:relative;box-shadow:0 30px 100px rgba(0,0,0,.2)}.legalModalCard h2{margin:0;color:#111827;font-size:34px;line-height:1.15;letter-spacing:-.04em}.closeModal{position:absolute;right:24px;top:24px;width:42px;height:42px;border:none;border-radius:999px;background:#f3f4f6;font-size:24px;line-height:1;cursor:pointer;transition:.2s ease}.closeModal:hover{background:#e5e7eb}.legalContent{margin-top:28px;color:#374151;font-size:15px;line-height:1.9}.legalContent h3{margin:28px 0 10px;color:#111827;font-size:20px;font-weight:700}.legalContent p{text-align:justify;text-justify:inter-word}.legalAcceptButton{width:100%;min-height:58px;margin-top:32px;border:none;border-radius:999px;background:#512eaa;color:#fff;font-size:16px;font-weight:800;cursor:pointer;transition:.2s ease}.legalAcceptButton:hover{transform:translateY(-1px)}@media (max-width:900px){.legalModal{padding:12px}.legalModalCard{padding:24px;border-radius:24px}.legalModalCard h2{font-size:26px}.legalRow{align-items:flex-start}.legalCheck{margin-top:2px}.closeModal{right:14px;top:14px}}.legalDeclineButton{width:100%;min-height:58px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#374151;font-size:16px;font-weight:800;cursor:pointer}.legalDeclineButton:hover{background:#f8fafc}.legalConsentActions{display:flex;gap:16px;margin-top:32px}.legalConsentActions .legalAcceptButton,.legalConsentActions .legalDeclineButton{flex:1 1;width:auto;min-height:58px;margin-top:0;border-radius:999px;font-size:16px;font-weight:800;cursor:pointer}.legalConsentActions .legalDeclineButton{background:#fff;color:#111827;border:1px solid #e5e7eb}.legalConsentActions .legalAcceptButton{background:#512eaa;color:#fff;border:none}@media (max-width:700px){.legalConsentActions{flex-direction:column}}.serviceBox{min-height:58px;display:flex;align-items:center;padding:0 18px;border:1px solid #e5e7eb;border-radius:16px;background:#f8fafc;color:#111827;font-weight:700;font-size:15px}.requiredStar{color:#ef4444;font-weight:700}.successMessage{padding:22px;border-radius:18px;background:#ecfdf5;border:1px solid #86efac}.successMessage h3{margin:0 0 8px;color:#166534;font-size:22px}.successMessage p{margin:0;color:#166534;line-height:1.6}.successOnly{padding:42px 28px;border-radius:28px;background:#ecfdf5;border:1px solid #86efac;text-align:center}.successIcon{width:60px;height:60px;margin:0 auto 20px;border-radius:999px;background:#16a34a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:900}.successOnly h3{margin:0 0 12px;color:#166534;font-size:30px}.successOnly p{margin:0 0 10px;color:#166534;font-size:17px;line-height:1.7}.successOnly span{color:#15803d;font-size:14px}@media (max-width:768px){.container{padding:0 18px}.siteHeader{position:relative}.headerInner{min-height:66px}.brandImage{height:38px}.headerCta{padding:10px 14px;font-size:13px}.centersHero,.hero,.mockHero,.purchaseHero{padding:52px 0}.centersHero h1,.hero h1,.mockHero h1,.purchaseIntro h1{font-size:34px;line-height:1.1;letter-spacing:-.035em}.centersHero p,.hero p,.mockHero p,.purchaseIntro p{font-size:16px;line-height:1.65}.heroActions{flex-direction:column;width:100%}.mockPrepButton,.primaryButton,.secondaryButton{width:100%}.formGrid,.mockHeroGrid,.mockPrepGrid,.purchaseGrid{grid-template-columns:1fr;gap:18px}.heroCard,.mockPreviewCard,.purchaseForm{padding:24px;border-radius:24px}.purchaseForm h2{font-size:30px}.formGroup input,.formGroup select,.formGroup textarea,.serviceBox{min-height:54px;font-size:15px}.purchaseLegal{padding:22px}.legalRow{padding:16px}.legalModalCard{max-height:88vh;padding:24px;border-radius:22px}.legalConsentActions,.mockScores{grid-template-columns:1fr}.overall-card{grid-column:auto}}@media (max-width:900px){.headerInner{gap:12px}.brandImage{height:34px}.headerCta{padding:10px 14px;font-size:13px}.mobileMenuButton{width:42px;height:42px;border-radius:999px;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:900;cursor:pointer;color:#111827;background:#fff}.mobileMenu{padding:12px 24px 18px;background:#fff;border-top:1px solid #e5e7eb;display:none;flex-direction:column;gap:12px}.mobileMenu a{padding:14px 0;border-bottom:1px solid #f3f4f6;font-size:16px;font-weight:800;color:#111827}.topNotice{padding:8px 16px;font-size:12px;line-height:1.35}}.mobileMenu,.mobileMenuButton{display:none}.headerRight{display:flex;align-items:center;gap:12px}@media (max-width:900px){.mobileMenuButton{width:42px;height:42px;border-radius:999px;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:900;cursor:pointer;color:#111827;background:#fff}.mobileMenu{display:flex;flex-direction:column;padding:12px 24px 18px;background:#fff;border-top:1px solid #e5e7eb;gap:0}.mobileMenu a{padding:15px 0;border-bottom:1px solid #f3f4f6;font-size:16px;font-weight:800;color:#111827}}