:root{--bg: #f6eee9;--card: #fff9f5;--text: #2b1e18;--muted: #7a6d66;--accent: #735543;--border: #d8c7ba;--yellow: #ffe29a;--shadow: 0 18px 50px rgba(43, 30, 24, .08);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#ffe29a47,#ffe29a00 280px),var(--bg)}a{color:inherit}.siteShell{min-height:100vh;display:flex;flex-direction:column}.siteFooter{width:min(1160px,calc(100% - 32px));margin:0 auto}.siteHeader{width:100%;margin:0}.siteHeader{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:14px 16px;border-bottom:1px solid rgba(216,199,186,.82);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:4px;font-size:20px;font-weight:800;line-height:1.05;text-decoration:none}.brandMark{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;filter:drop-shadow(0 10px 18px rgba(115,85,67,.22))}.brandMark img{display:block;width:100%;height:100%}.desktopNav{display:none;gap:22px;align-items:center;padding:11px 18px;border:1px solid rgba(216,199,186,.72);border-radius:999px;background:#fff9f5b8}.desktopNav a,.mobileMenu a,.siteFooter a{text-decoration:none}.desktopNav a,.siteFooter a{color:var(--muted)}.desktopNav a{font-size:18px;font-weight:700;line-height:1}.desktopNav a:hover,.siteFooter a:hover{color:var(--accent)}.mobileMenu{position:relative}.mobileMenu summary{cursor:pointer;min-height:42px;padding:0 16px;border:1px solid rgba(216,199,186,.72);border-radius:999px;background:#fff9f5b8;color:var(--muted);font-size:17px;font-weight:700;line-height:42px}.mobileMenu div{position:absolute;right:0;top:50px;display:grid;gap:12px;min-width:210px;padding:18px;border:1px solid var(--border);border-radius:22px;background:var(--card);box-shadow:0 16px 40px #2b1e181f}.mobileMenu a{color:var(--text);font-size:18px;font-weight:700}main{flex:1}.pageHero,.section{width:min(1160px,calc(100% - 32px));margin:40px auto 80px}.pageHero{padding:28px;border:1px solid var(--border);border-radius:28px;background:var(--card);box-shadow:var(--shadow)}.pageHeroContent{display:grid;align-content:center}.homeHeroPage{position:relative;isolation:isolate;width:min(1320px,calc(100% - 32px));min-height:calc(100vh - 106px);margin:10px auto 80px;padding:clamp(28px,5.2vw,62px);border:1px solid rgba(115,85,67,.28);border-radius:34px;overflow:hidden;background:radial-gradient(circle at 13% 18%,rgba(255,234,185,.66),transparent 36%),radial-gradient(circle at 80% 16%,rgba(193,154,129,.22),transparent 43%),radial-gradient(circle at 67% 72%,rgba(255,248,237,.88),transparent 52%),linear-gradient(138deg,#fdf5ed,#f3e2d3 46%,#ebd5c2);box-shadow:inset 0 1px #ffffffb8,inset 0 0 90px #73554314,0 28px 70px #2b1e181f}.instructionsHero{position:relative;isolation:isolate;display:grid;gap:20px;width:min(1320px,calc(100% - 32px));margin:10px auto 80px;padding:clamp(28px,5vw,62px);border:1px solid rgba(115,85,67,.28);border-radius:34px;overflow:hidden;background:radial-gradient(circle at 14% 18%,rgba(255,234,185,.62),transparent 35%),radial-gradient(circle at 78% 20%,rgba(193,154,129,.2),transparent 40%),radial-gradient(circle at 72% 74%,rgba(255,248,237,.84),transparent 50%),linear-gradient(138deg,#fdf5ed,#f3e2d3 44%,#ebd5c2);box-shadow:inset 0 1px #ffffffb8,inset 0 0 90px #73554314,0 28px 70px #2b1e181f}.instructionsHero:before{content:"";position:absolute;inset:0;border-radius:inherit;z-index:-1;background-image:linear-gradient(rgba(115,85,67,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(115,85,67,.06) 1px,transparent 1px);background-size:46px 46px;opacity:.2;pointer-events:none}.instructionsHeroTexture{opacity:.2}.instructionsHeroContent{position:relative;z-index:2;display:grid;gap:18px;max-width:760px}.instructionsHeroText{max-width:680px;margin:0;color:var(--text);font-size:18px;line-height:1.62}.instructionsHeroAside{position:relative;z-index:2;display:grid;gap:18px;padding:22px;border:1px solid rgba(115,85,67,.22);border-radius:28px;background:#fff9f5d1;box-shadow:0 16px 40px #2b1e181a}.instructionsHeroAsideHeader{display:grid;gap:6px}.instructionsHeroAsideKicker{color:var(--accent);font-size:13px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.instructionsHeroAside h2{font-size:28px;line-height:1.15}.instructionsHeroSteps{display:grid;gap:14px;margin:0;padding:0;list-style:none}.instructionsHeroSteps li{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start}.instructionsHeroSteps span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--yellow);color:var(--text);font-weight:900}.instructionsHeroSteps strong{display:block;color:var(--text);font-size:16px;line-height:1.35}.instructionsHeroSteps p{margin:4px 0 0;color:var(--muted);font-size:15px;line-height:1.5}.instructionsPickerGrid{display:grid;gap:12px}.instructionPickerCard{display:grid;gap:6px;padding:18px 18px 16px;border:1px solid var(--border);border-radius:24px;background:var(--card);box-shadow:0 12px 32px #2b1e180f;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.instructionPickerCard span{color:var(--text);font-size:20px;font-weight:800;line-height:1.2}.instructionPickerCard strong{color:var(--muted);font-size:15px;font-weight:700;line-height:1.4}.instructionPickerCard em{color:var(--accent);font-style:normal;font-size:22px;font-weight:900;line-height:1}.instructionPickerCard:hover,.instructionPickerCard:focus-visible{transform:translateY(-2px);border-color:#73554366;box-shadow:0 16px 40px #2b1e181a;outline:none}.instructionsSections{width:min(1160px,calc(100% - 32px));margin:0 auto 80px;display:grid;gap:18px}.instructionsJourneySection{display:grid;gap:18px;width:100%;margin:0;padding:24px;border:1px solid var(--border);border-radius:28px;background:var(--card);box-shadow:var(--shadow)}.instructionsJourneyGrid{display:grid;gap:14px}.instruction-screenshots-section{display:grid;gap:18px;width:100%;margin:0;padding:24px;border:1px solid var(--border);border-radius:28px;background:var(--card);box-shadow:var(--shadow)}.instruction-screenshots-section .eyebrow{margin-bottom:4px}.instruction-screenshots-grid{display:grid;gap:14px}.instruction-screenshot-card{display:grid;gap:12px;min-width:0;margin:0;padding:14px;border:1px solid rgba(115,85,67,.2);border-radius:24px;background:linear-gradient(180deg,#ffe29a24,#fff9f5f5),var(--card);box-shadow:0 12px 32px #2b1e180f}.instruction-screenshot-card img{display:block;width:100%;max-width:100%;height:auto;border-radius:18px;background:#f6eee9;object-fit:contain}.instruction-screenshot-card figcaption{display:grid;gap:6px;min-width:0;overflow-wrap:anywhere}.instruction-screenshot-card figcaption strong{color:var(--text);font-size:17px;line-height:1.35}.instruction-screenshot-card figcaption span{color:var(--muted);font-size:15px;line-height:1.55}.instructionJourneyCard{display:grid;gap:12px;padding:22px;border:1px solid var(--border);border-radius:24px;background:linear-gradient(180deg,#ffe29a2e,#fff9f5eb),var(--card);box-shadow:0 12px 32px #2b1e180f}.instructionJourneyCard h3{color:var(--text);font-size:22px;line-height:1.18}.instructionJourneyCard p{margin:0;color:var(--muted);line-height:1.6}.instructionJourneyIndex{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--yellow);color:var(--text);font-size:15px;font-weight:900}.instructionOpenButtonsCard,.instructionFallbackCard{display:grid;gap:14px;padding:20px 22px;border:1px solid rgba(115,85,67,.2);border-radius:24px;background:#fff9f5eb}.instructionFallbackCard{border-style:dashed;background:linear-gradient(180deg,#ffe29a29,#fff9f5f0)}.instructionOpenButtonsCard h3,.instructionFallbackCard h3{font-size:20px;line-height:1.25}.instructionOpenButtonsCard p{margin:0;color:var(--muted);line-height:1.6}.instructionCardKicker{color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.instructionsStartSection,.instructionPlatformSection{scroll-margin-top:96px}.instructionsStartSection{margin-bottom:0}.instructionStepList{display:grid;gap:10px;margin:0;padding:0;list-style:none}.instructionStepList li{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;color:var(--text);line-height:1.55}.instructionStepList li:before{content:"";width:10px;height:10px;margin-top:.55em;border-radius:50%;background:var(--accent)}.instructionPlatformSection{display:grid;gap:16px;padding:24px;border:1px solid var(--border);border-radius:28px;background:var(--card);box-shadow:var(--shadow)}.instructionPlatformHeader{display:grid;gap:8px}.instructionNoteCard{display:grid;gap:14px;padding:18px 18px 20px;border:1px solid rgba(115,85,67,.22);border-radius:22px;background:#ffe29a2e}.instructionNoteCard h3{font-size:18px;line-height:1.35}.instructionDownloadGrid{display:flex;flex-wrap:wrap;gap:10px}.instructionExternalButton{width:fit-content;white-space:nowrap;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.instructionExternalButton:hover,.instructionExternalButton:focus-visible{transform:translateY(-1px);border-color:#73554366;box-shadow:0 12px 26px #2b1e1814;outline:none}.instructionDownloadButton{flex:1 1 220px;width:auto;min-width:0;text-align:center;white-space:normal}.instructionPlatformHint{margin:0;color:var(--muted);line-height:1.6}.instructionsLayout{width:min(1160px,calc(100% - 32px));margin:0 auto 80px;display:grid;gap:20px}.instructionsContent{display:grid;gap:18px}.instructionsSidebar{display:grid;gap:18px;padding:22px;border:1px solid var(--border);border-radius:28px;background:#fff9f5d6;box-shadow:0 14px 36px #2b1e1814}.instructionsSidebarHeader{display:grid;gap:6px}.instructionsSidebarKicker{color:var(--accent);font-size:13px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.instructionsSidebar h2{font-size:26px;line-height:1.15}.instructionsSidebarNav{display:grid;gap:8px}.instructionsSidebarNav a{color:var(--text);text-decoration:none;font-weight:700;line-height:1.45}.instructionsSidebarNav a:hover,.instructionsSidebarNav a:focus-visible{color:var(--accent);outline:none}.instructionsFaqList{gap:12px}.instructionsFaqList .faqItem{background:linear-gradient(180deg,#ffe29a1f,#fff9f5f5)}.instructionsFaqList .faqItem:hover,.instructionsFaqList .faqItem:focus-within{box-shadow:0 14px 36px #2b1e1814}.instructionsBottomCta{width:100%;margin:0}.instructionsBottomCta h2{margin:0}.homeHeroPage:before{content:"";position:absolute;inset:0;border-radius:inherit;z-index:-1;background-image:linear-gradient(rgba(115,85,67,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(115,85,67,.06) 1px,transparent 1px);background-size:46px 46px;opacity:.22;pointer-events:none}.homeHeroTexture{position:absolute;inset:-22%;z-index:-1;pointer-events:none;opacity:.24;background:radial-gradient(circle at 40% 30%,rgba(115,85,67,.18) 1px,transparent 1.7px),radial-gradient(circle at 72% 54%,rgba(43,30,24,.14) 1px,transparent 1.7px);background-size:4px 4px,5px 5px;mix-blend-mode:multiply}.homeHeroContent{position:relative;z-index:2;display:grid;gap:20px;max-width:min(760px,100%);margin-top:clamp(6px,3vh,28px)}.heroActions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.heroBadge{position:absolute;right:clamp(18px,3.5vw,30px);bottom:clamp(18px,3.5vw,30px);z-index:2;display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border:1px solid rgba(115,85,67,.26);border-radius:999px;background:#fff9f5c2;color:var(--accent);font-size:13px;font-weight:800;letter-spacing:.02em}.heroCorner{position:absolute;width:38px;height:38px;z-index:2;border-color:#735543a8;border-style:solid;pointer-events:none}.heroCornerTopLeft{top:14px;left:14px;border-width:2px 0 0 2px;border-top-left-radius:12px}.heroCornerTopRight{top:14px;right:14px;border-width:2px 2px 0 0;border-top-right-radius:12px}.heroCornerBottomLeft{bottom:14px;left:14px;border-width:0 0 2px 2px;border-bottom-left-radius:12px}.heroCornerBottomRight{right:14px;bottom:14px;border-width:0 2px 2px 0;border-bottom-right-radius:12px}.section{margin-top:0}.sectionHeader{display:grid;gap:8px;margin-bottom:18px}.eyebrow{margin:0 0 12px;color:var(--accent);font-weight:800}h1{margin:0;font-size:clamp(44px,8.8vw,96px);line-height:1;letter-spacing:0}h2,h3{margin:0;letter-spacing:0}h2{font-size:32px;line-height:1.12}h3{font-size:20px}p{color:var(--muted);line-height:1.6}.leadText{max-width:620px;margin:0;font-size:clamp(18px,2.2vw,24px);line-height:1.45}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:16px;font-weight:800;text-decoration:none}.primaryButton{background:var(--accent);color:var(--card);box-shadow:0 14px 28px #73554338}.secondaryButton{border:1px solid var(--border);background:var(--card);color:var(--accent)}.cardGrid,.stepsGrid{display:grid;gap:14px}.card{padding:20px;border:1px solid var(--border);border-radius:24px;background:var(--card);box-shadow:0 12px 32px #2b1e180f}.stepCard{display:grid;align-items:center;grid-template-columns:auto 1fr;gap:12px;min-height:92px;padding:22px;border:1px solid var(--border);border-radius:24px;background:var(--card);box-shadow:0 12px 32px #2b1e180f}.stepCard span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--yellow);color:var(--text);font-weight:900}.stepCard h3{color:var(--text);font-size:22px;line-height:1.18}.stepItem{display:grid;gap:12px}.stepArrow{justify-self:center;color:var(--accent);font-size:30px;font-weight:900;line-height:1;transform:rotate(90deg)}.benefitsGrid{grid-template-columns:1fr}.finalCta{display:grid;gap:14px;padding:24px;border:1px solid var(--border);border-radius:28px;background:var(--card);box-shadow:var(--shadow)}.finalCta p{margin:0}.pricingBotCta{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.pricingBotCta h2{margin:0}.pricingBotCta .primaryButton{margin-top:0}.plansGrid{display:grid;gap:18px}.planCard{position:relative;display:grid;align-content:start;gap:18px;min-height:360px;padding:24px;border:1px solid var(--border);border-radius:28px;background:var(--card);box-shadow:var(--shadow)}.popularPlan{border-color:#735543a3;box-shadow:0 22px 58px #2b1e181f}.planBadgeRow{display:flex;flex-wrap:wrap;gap:8px;min-height:30px}.popularBadge,.discountBadge{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border-radius:999px;font-size:13px;font-weight:800;line-height:1}.popularBadge{background:var(--accent);color:var(--card)}.discountBadge{border:1px solid rgba(115,85,67,.22);background:#ffe29a94;color:var(--accent)}.planHeader{display:grid;gap:8px}.planHeader h3{color:var(--text);font-size:28px;line-height:1.08}.planHeader p{margin:0;color:var(--muted)}.planPriceBlock{display:grid;gap:7px;padding:8px 0 2px}.planPriceBlock del{color:var(--muted);font-size:18px;font-weight:700;text-decoration-thickness:2px}.planPriceBlock strong{color:var(--text);font-size:46px;line-height:1}.planPriceBlock span{color:var(--muted);font-size:18px;font-weight:700}.planFeatureList{display:grid;gap:10px;margin:4px 0 0;padding:0;list-style:none}.planFeatureList li{position:relative;padding-left:18px;color:var(--text);line-height:1.5}.planFeatureList li:before{position:absolute;left:0;top:.68em;width:7px;height:7px;border-radius:50%;background:var(--accent);content:""}.planNotice{padding:16px 18px;border:1px solid var(--border);border-radius:18px;background:#fff9f5b8;color:var(--muted)}.finalCta{width:min(1160px,calc(100% - 32px));margin:0 auto 80px;background:linear-gradient(135deg,#ffe29aa6,#fff9f5eb),var(--card)}.faqList{display:grid;gap:14px}.faqItem{padding:18px 20px;border:1px solid var(--border);border-radius:22px;background:linear-gradient(180deg,#ffe29a29,#fff9f5f0),var(--card);box-shadow:0 12px 32px #2b1e180f}.faqItem summary{cursor:pointer;color:var(--text);font-size:18px;font-weight:800;line-height:1.35}.faqItem p{max-width:980px;margin:12px 0 0;color:var(--muted);font-size:17px;line-height:1.7}.faqItem a{color:var(--accent);font-weight:800;text-decoration-thickness:2px;text-underline-offset:3px}.infoGrid{display:grid;gap:12px}.infoCard{display:grid;gap:6px;padding:18px;border:1px solid var(--border);border-radius:22px;background:var(--card)}.infoCard span{color:var(--muted);font-size:14px}.infoCard strong,.infoCard a{color:var(--text);font-weight:800;text-decoration:none;overflow-wrap:anywhere}.numberedList{display:grid;gap:10px;margin:0;padding:22px 22px 22px 44px;border:1px solid var(--border);border-radius:24px;background:var(--card);color:var(--text)}.numberedList li{padding-left:4px}.offerPage{width:min(1040px,calc(100% - 32px));margin:42px auto 88px}.offerHeader{margin-bottom:24px}.offerHeader h1{color:#111;font-size:56px}.offerHeader p{max-width:680px;margin:14px 0 0;color:var(--muted);font-size:20px}.offerOperator,.offerDocument{border:1px solid var(--border);border-radius:24px;background:var(--card)}.offerOperator{margin-bottom:18px;padding:24px}.offerOperator h2,.offerToc h2{font-size:24px}.offerOperator dl,.offerContacts{display:grid;gap:12px;margin:18px 0 0}.offerOperator dl div,.offerContacts div{display:grid;gap:4px}.offerOperator dt,.offerContacts dt{color:var(--muted);font-size:14px}.offerOperator dd,.offerContacts dd{margin:0;color:var(--text);font-weight:700;overflow-wrap:anywhere}.offerDocument{padding:24px}.offerDocument section{padding:22px 0;border-bottom:1px solid var(--border)}.offerDocument section:last-child{border-bottom:0}.offerDocument h2{margin-bottom:12px;color:#111;font-size:24px;line-height:1.25}.offerDocument h3{margin:20px 0 8px;color:#111;font-size:18px;line-height:1.35}.offerDocument p{margin:0 0 12px;color:var(--text);line-height:1.72}.offerDocument ul,.offerToc ol{margin:12px 0;padding-left:22px}.offerDocument li{margin:8px 0;color:var(--text);line-height:1.65}.offerIntro{padding-top:0}.privacyNotice{margin-top:18px;padding:20px;border:1px solid rgba(115,85,67,.24);border-radius:20px;background:#ffe29a42}.privacyNotice p{margin:0}.offerToc{padding:20px 0 24px}.offerToc a{color:var(--accent);text-decoration:none}.siteFooter{display:grid;align-items:start;gap:28px;padding:42px 0 44px;border-top:1px solid rgba(216,199,186,.82)}.footerColumn{display:grid;align-content:start;gap:10px}.siteFooter h2{margin:0;color:var(--text);font-size:28px;line-height:1.15}.siteFooter h3{margin:0;color:var(--text);font-size:22px;line-height:1.2}.siteFooter p{margin:0;color:var(--muted);font-size:17px;line-height:1.55}.siteFooter nav{display:grid;gap:9px;align-content:start}.siteFooter a{overflow-wrap:anywhere;font-size:17px;line-height:1.55}@media(min-width:760px){.desktopNav{display:flex}.mobileMenu{display:none}.pageHero{padding:56px}.instructionsHero{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center}.instructionsJourneyGrid,.instruction-screenshots-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.instruction-screenshot-card img{max-height:620px}.instructionsPickerGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.instructionsLayout{grid-template-columns:minmax(260px,280px) minmax(0,1fr);align-items:start}.instructionsSidebar{position:sticky;top:104px}.homeHeroPage{min-height:calc(100vh - 124px)}.siteHeader{min-height:84px;padding:14px 42px}.brand{gap:4px;font-size:24px}.brandMark{width:40px;height:40px;flex-basis:40px;border-radius:18px;font-size:23px}.desktopNav{gap:26px;padding:12px 20px}.desktopNav a{font-size:19px}.siteFooter{grid-template-columns:1.1fr 1fr .9fr;column-gap:56px}.footerColumn{gap:12px}.siteFooter p,.siteFooter a{font-size:18px}.cardGrid,.plansGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.stepsGrid{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:18px}.stepItem{display:contents}.stepArrow{transform:none}.benefitsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.finalCta{grid-template-columns:1fr auto;align-items:center}.finalCta p{grid-column:1}.finalCta .primaryButton{grid-column:2;grid-row:1 / span 2}.pricingBotCta{flex-direction:row;align-items:center;justify-content:space-between;gap:24px}.pricingBotCta h2{flex:1 1 420px}.pricingBotCta .primaryButton{flex:0 0 auto}.infoGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.supportContactsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.offerPage{width:min(1040px,calc(100% - 56px))}.offerHeader h1{font-size:72px}.offerOperator,.offerDocument{border-radius:30px}.offerOperator,.offerDocument{padding:36px}.offerOperator dl,.offerContacts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:880px){.homeHeroPage{min-height:clamp(520px,84vh,760px)}}@media(max-width:620px){.instructionsHero{width:min(1320px,calc(100% - 32px));margin-top:8px;padding:22px 20px 24px;border-radius:26px}.instructionsHeroContent{gap:14px}.instructionsHeroAside{padding:18px;border-radius:22px}.instructionsHeroAside h2{font-size:24px}.instructionDownloadGrid{gap:8px}.instructionsLayout{margin-bottom:72px}.instructionsSections{width:100%;margin-bottom:0}.instructionsPlatformSection{padding:20px;border-radius:24px}.instructionsSidebar{padding:18px;border-radius:22px}.instructionsSidebar h2{font-size:22px}.instructionsBottomCta{padding:20px;border-radius:24px}.instructionJourneyCard,.instructionOpenButtonsCard,.instructionFallbackCard{padding:18px;border-radius:22px}.homeHeroPage{min-height:auto;margin-top:8px;padding:22px 20px 62px;border-radius:26px}.homeHeroContent{gap:16px;margin-top:2px}.heroActions{display:grid;grid-template-columns:1fr;gap:10px}.heroActions .button{width:100%}.heroBadge{right:14px;bottom:14px;min-height:32px;font-size:12px;padding:0 12px}.heroCorner{width:30px;height:30px}.heroCornerTopLeft,.heroCornerTopRight{top:10px}.heroCornerTopLeft,.heroCornerBottomLeft{left:10px}.heroCornerTopRight,.heroCornerBottomRight{right:10px}.heroCornerBottomLeft,.heroCornerBottomRight{bottom:10px}.instructionsPickerGrid{gap:10px}.instructionDownloadButton{flex-basis:100%;width:100%}.instructionExternalButton{width:fit-content}}
