.subpage{background:#fff;color:var(--text)}
.page-container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.page-header{position:sticky;top:0;z-index:50;height:72px;border-bottom:1px solid var(--border);background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}
section[id]{scroll-margin-top:88px}
.page-header .header-inner{height:100%;display:flex;align-items:center;gap:30px}
.page-brand{display:flex;align-items:center;gap:10px;flex-shrink:0;color:var(--primary);text-decoration:none}
.page-brand-mark{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:var(--primary-light)}
.page-brand strong{display:block;font-family:'DM Serif Display',Georgia,serif;font-size:17px;font-weight:400;line-height:1.05}
.page-brand small{display:block;margin-top:2px;color:var(--muted);font-size:10px;letter-spacing:.06em}
.page-header .primary-nav{display:flex;flex:1;justify-content:center;gap:26px}
.page-header .primary-nav a{padding:3px 0;border-bottom:2px solid transparent;color:var(--body);font-size:14px;text-decoration:none}
.page-header .primary-nav a[aria-current="page"]{border-color:var(--primary);color:var(--primary);font-weight:600}
.page-header-actions{display:flex;align-items:center;gap:10px}
.button,.button-outline,.button-coral{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 22px;border:1px solid transparent;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer}
.button{background:var(--primary);color:#fff}
.button-outline{border-color:var(--primary);background:#fff;color:var(--primary)}
.button-coral{background:var(--coral);color:#fff}
.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;color:var(--primary);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.eyebrow::before{width:26px;height:2px;background:var(--coral);content:""}
.page-hero{position:relative;overflow:hidden;padding:72px 0 76px;background:linear-gradient(135deg,#fff 0%,#f7fbfa 60%,#e8f5f4 100%)}
.page-hero::after{position:absolute;right:-110px;bottom:-180px;width:380px;height:380px;border:62px solid rgba(8,122,123,.06);border-radius:50%;content:""}
.page-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px}
.page-hero-copy{max-width:560px}
.page-hero h1,.login-card h1{margin:0 0 20px;font-family:'DM Serif Display',Georgia,serif;font-size:54px;font-weight:400;line-height:1.06;letter-spacing:-.01em}
.page-hero-copy>p{max-width:520px;margin-bottom:28px;color:var(--body);font-size:17px;line-height:1.72}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.hero-proof{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:var(--body);font-size:13px}
.hero-proof span{display:flex;align-items:center;gap:7px}
.hero-proof span::before{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:var(--primary-light);color:var(--primary);content:"✓";font-size:12px;font-weight:700}
.page-hero-media{position:relative;min-width:0}
.page-hero-media img{display:block;width:100%;height:480px;border-radius:22px;object-fit:cover;box-shadow:0 14px 30px rgba(24,63,72,.1)}
.page-section{padding:82px 0}
.page-section.soft{background:var(--soft)}
.page-section.teal{background:var(--primary-light)}
.section-heading{max-width:680px;margin:0 auto 42px;text-align:center}
.section-heading.align-left{margin-left:0;text-align:left}
.section-heading h1,.section-heading h2{margin-bottom:13px;font-family:'DM Serif Display',Georgia,serif;font-size:38px;font-weight:400;line-height:1.15}
.section-heading h1{font-size:52px}
.section-heading p{margin:0;color:var(--body);font-size:16px;line-height:1.7}
.principle-grid,.route-grid,.app-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.principle-card,.route-card,.app-feature-card{padding:28px 0 0;border:0;border-top:1px solid var(--border);border-radius:0;background:transparent;box-shadow:none}
.card-icon{display:grid;width:48px;height:48px;margin-bottom:20px;place-items:center;border-radius:50%;background:var(--primary-light);color:var(--primary);font-size:21px;font-weight:700}
.principle-card:nth-child(2) .card-icon,.route-card:nth-child(2) .card-icon{background:#fbe9e4;color:#bf5d4a}
.principle-card h3,.route-card h3,.app-feature-card h3{margin-bottom:9px;font-family:'DM Serif Display',Georgia,serif;font-size:21px;font-weight:400}
.principle-card p,.route-card p,.app-feature-card p{margin:0;color:var(--body);font-size:14px;line-height:1.7}
.story-split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:56px}
.story-image{position:relative}
.story-image img{display:block;width:100%;height:470px;border-radius:18px;object-fit:cover}
.story-image::before{position:absolute;z-index:-1;top:-18px;left:-18px;width:74%;height:76%;border-radius:18px;background:var(--primary-light);content:""}
.story-copy h2{margin-bottom:18px;font-family:'DM Serif Display',Georgia,serif;font-size:39px;font-weight:400;line-height:1.15}
.story-copy p{color:var(--body);font-size:15.5px;line-height:1.78}
.story-list{display:grid;gap:14px;margin-top:24px}
.story-list div{display:grid;grid-template-columns:36px 1fr;gap:13px;align-items:start}
.story-list span{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--primary);color:#fff;font-weight:700}
.story-list strong{display:block;margin:2px 0 3px;font-size:15px}
.story-list p{margin:0;font-size:13px;line-height:1.55}
.cta-band{display:flex;align-items:center;justify-content:space-between;gap:34px;padding:44px 48px;border-radius:20px;background:var(--footer);color:#fff}
.cta-band h2{margin-bottom:8px;font-family:'DM Serif Display',Georgia,serif;font-size:34px;font-weight:400}
.cta-band p{max-width:650px;margin:0;color:rgba(255,255,255,.76);line-height:1.65}
.contact-hero{padding-bottom:52px}
.route-card a{display:inline-block;margin-top:16px;color:var(--primary);font-size:13px;font-weight:600;text-decoration:none}
.contact-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:46px;align-items:start}
.contact-aside{position:sticky;top:96px}
.contact-aside img{display:block;width:100%;height:300px;border-radius:17px;object-fit:cover}
.contact-aside h2{margin:24px 0 10px;font-family:'DM Serif Display',Georgia,serif;font-size:30px;font-weight:400}
.contact-aside p{color:var(--body);font-size:14px;line-height:1.7}
.response-note{padding:16px 18px;border:1px solid #f3d6ce;border-radius:10px;background:#fff7f4;color:var(--body);font-size:13px;line-height:1.55}
.form-card,.login-card{padding:38px;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:none}
.form-card h2{margin-bottom:9px;font-family:'DM Serif Display',Georgia,serif;font-size:31px;font-weight:400}
.form-intro{margin-bottom:28px;color:var(--body);font-size:14px;line-height:1.65}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-field{display:flex;flex-direction:column;gap:7px}
.form-field.full{grid-column:1/-1}
.form-field label{color:var(--text);font-size:13px;font-weight:600}
.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #cbdcda;border-radius:8px;background:#fff;color:var(--text);padding:12px 13px;outline:0}
.form-field textarea{min-height:138px;resize:vertical}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(8,122,123,.11)}
.form-help{color:var(--muted);font-size:11.5px;line-height:1.45}
.form-check{display:flex;gap:10px;align-items:flex-start;margin:20px 0;color:var(--body);font-size:12.5px;line-height:1.5}
.form-check input{margin-top:3px}
.form-status{min-height:22px;margin:14px 0 0;color:var(--primary-dark);font-size:13px;line-height:1.5}
.blog-hero{padding-bottom:60px}
.blog-hero .page-hero-copy{max-width:700px}
.blog-hero .page-hero-grid{grid-template-columns:.78fr 1.22fr}
.blog-hero .page-hero-media img{height:430px}
.topic-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.topic-pills a{padding:8px 14px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--body);font-size:12.5px;text-decoration:none}
.featured-article{display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:none}
.featured-article img{display:block;width:100%;height:100%;min-height:390px;object-fit:cover}
.featured-copy{display:flex;flex-direction:column;justify-content:center;padding:42px}
.article-meta{display:flex;gap:10px;align-items:center;margin-bottom:15px;color:var(--primary);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.article-meta span+span::before{margin-right:10px;color:var(--border);content:"•"}
.featured-copy h2{margin-bottom:14px;font-family:'DM Serif Display',Georgia,serif;font-size:34px;font-weight:400;line-height:1.2}
.featured-copy p{color:var(--body);font-size:14.5px;line-height:1.72}
.text-link{color:var(--primary);font-size:14px;font-weight:600;text-decoration:none}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.blog-card{overflow:hidden;border:1px solid var(--border);border-radius:15px;background:#fff;box-shadow:none}
.blog-card img{display:block;width:100%;height:220px;object-fit:cover}
.blog-card-body{padding:23px}
.blog-card h3{margin-bottom:10px;font-family:'DM Serif Display',Georgia,serif;font-size:22px;font-weight:400;line-height:1.25}
.blog-card p{margin-bottom:16px;color:var(--body);font-size:13.5px;line-height:1.65}
.blog-card .text-link{font-size:13px}
.blog-card a.card-link{display:block;color:inherit;text-decoration:none}
.blog-card a.card-link:focus-visible{outline-offset:-4px}
.article-hero{padding:64px 0 48px;background:linear-gradient(135deg,#fff 0%,#f7fbfa 68%,#e8f5f4 100%)}
.article-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:24px;color:var(--muted);font-size:12.5px}
.article-breadcrumbs a{color:var(--primary);text-decoration:none}
.article-heading{max-width:880px}
.article-heading h1{margin:0 0 18px;font-family:'DM Serif Display',Georgia,serif;font-size:54px;font-weight:400;line-height:1.06;letter-spacing:-.015em}
.article-deck{max-width:780px;margin-bottom:22px;color:var(--body);font-size:18px;line-height:1.72}
.article-byline{display:flex;flex-wrap:wrap;gap:8px 18px;color:var(--muted);font-size:12.5px}
.article-cover{display:block;width:min(1180px,calc(100% - 40px));height:auto;max-height:620px;margin:0 auto;border-radius:22px;object-fit:cover;box-shadow:0 20px 54px rgba(24,63,72,.13)}
.article-layout{display:grid;grid-template-columns:220px minmax(0,760px);justify-content:center;gap:58px;align-items:start;padding:68px 0 86px}
.article-toc{position:sticky;top:96px;padding:22px;border:1px solid var(--border);border-radius:14px;background:var(--soft)}
.article-toc strong{display:block;margin-bottom:12px;color:var(--text);font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.article-toc ol{display:grid;gap:10px;margin:0;padding-left:18px;color:var(--muted);font-size:12.5px;line-height:1.5}
.article-toc a{color:inherit;text-decoration:none}
.article-toc a:hover{color:var(--primary)}
.article-body{min-width:0;color:#334f56;font-size:17px;line-height:1.86}
.article-body>p:first-child{font-size:20px;line-height:1.72;color:var(--text)}
.article-body h2{scroll-margin-top:98px;margin:58px 0 18px;font-family:'DM Serif Display',Georgia,serif;color:var(--text);font-size:36px;font-weight:400;line-height:1.16}
.article-body h3{scroll-margin-top:98px;margin:38px 0 14px;color:var(--text);font-size:21px;line-height:1.35}
.article-body p{margin-bottom:22px}
.article-body strong{color:var(--text);font-weight:700}
.article-body blockquote{margin:34px 0;padding:24px 28px;border:1px solid #f3d6ce;border-radius:12px;background:#fff7f4;color:var(--text);font-family:'DM Serif Display',Georgia,serif;font-size:24px;line-height:1.45}
.article-body figure{margin:42px 0}
.article-body figure img{display:block;width:100%;height:auto;max-height:520px;border-radius:16px;object-fit:cover}
.article-body figcaption{margin-top:10px;color:var(--muted);font-size:12px;line-height:1.5}
.article-note{margin:34px 0;padding:22px 24px;border:1px solid var(--border);border-radius:13px;background:var(--soft);font-size:14px;line-height:1.68}
.article-note p:last-child{margin-bottom:0}
.article-takeaway{margin-top:54px;padding-top:24px;border-top:1px solid var(--border);color:var(--muted);font-size:12.5px;line-height:1.65}
.article-takeaway a{color:var(--primary)}
.related-guides{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:32px}
.related-guides a{padding:20px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--text);font-size:14px;font-weight:600;line-height:1.45;text-decoration:none}
.related-guides span{display:block;margin-bottom:6px;color:var(--primary);font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.newsletter{display:grid;grid-template-columns:1fr auto;align-items:center;gap:36px;padding:42px 46px;border-radius:18px;background:var(--primary-light)}
.newsletter h2{margin-bottom:8px;font-family:'DM Serif Display',Georgia,serif;font-size:31px;font-weight:400}
.newsletter p{margin:0;color:var(--body);font-size:14px}
.newsletter form{display:grid;grid-template-columns:1fr auto;gap:10px}
.newsletter .form-status{grid-column:1/-1;margin:0}
.newsletter input{min-width:280px;border:1px solid var(--border);border-radius:8px;padding:12px 14px}
.app-hero .page-hero-grid{grid-template-columns:1.05fr .95fr}
.phone-scene{position:relative;width:min(410px,100%);margin:0 auto;padding:22px 22px 0;border-radius:34px;background:#dff1ef}
.phone-scene img{height:515px;border-radius:24px 24px 0 0;object-position:center 25%}
.app-feature-grid{grid-template-columns:repeat(4,1fr)}
.app-feature-card{padding:26px}
.app-feature-card .card-icon{width:44px;height:44px;font-size:18px}
.phone-mockup{width:300px;margin:0 auto;padding:14px;border:8px solid var(--text);border-radius:38px;background:#fff;box-shadow:0 14px 28px rgba(24,63,72,.14)}
.phone-notch{width:88px;height:18px;margin:-3px auto 12px;border-radius:0 0 14px 14px;background:var(--text)}
.phone-screen{overflow:hidden;border-radius:24px;background:var(--soft)}
.phone-screen img{display:block;width:100%;height:230px;object-fit:cover}
.phone-ui{padding:18px}
.phone-ui small{color:var(--primary);font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.phone-ui h3{margin:7px 0 11px;font-family:'DM Serif Display',Georgia,serif;font-size:24px;font-weight:400}
.mini-chip{display:inline-block;margin:3px;padding:6px 9px;border-radius:999px;background:var(--primary-light);color:var(--primary);font-size:10px}
.download-note{margin-top:16px;color:var(--muted);font-size:12px;line-height:1.55}
.login-page{min-height:100vh;background:var(--soft)}
.login-layout{display:grid;grid-template-columns:.9fr 1.1fr;min-height:calc(100vh - 72px)}
.login-panel{display:flex;align-items:center;justify-content:center;padding:56px 8vw}
.login-card{width:min(480px,100%)}
.login-card h1{font-size:43px}
.login-card>p{margin-bottom:28px;color:var(--body);font-size:14px;line-height:1.65}
.login-form{display:grid;gap:17px}
.password-row{display:flex;justify-content:space-between;gap:16px;align-items:center}
.password-row button{padding:0;border:0;background:none;color:var(--primary);font-size:12px;cursor:pointer}
.login-form .button{width:100%;margin-top:3px}
.login-separator{display:flex;align-items:center;gap:12px;margin:24px 0;color:var(--muted);font-size:11px;text-transform:uppercase}
.login-separator::before,.login-separator::after{height:1px;flex:1;background:var(--border);content:""}
.join-prompt{text-align:center;color:var(--body);font-size:13px}
.join-prompt a{color:var(--primary);font-weight:600;text-decoration:none}
.login-visual{position:relative;overflow:hidden;background:var(--footer)}
.login-visual img{display:block;width:100%;height:100%;min-height:620px;object-fit:cover;opacity:.82}
.login-visual::after{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,111,112,.08),rgba(8,62,66,.7));content:""}
.login-quote{position:absolute;z-index:2;right:9%;bottom:8%;left:9%;max-width:560px;color:#fff}
.login-quote p{margin-bottom:15px;font-family:'DM Serif Display',Georgia,serif;font-size:34px;line-height:1.25}
.login-quote span{color:rgba(255,255,255,.74);font-size:13px}
.page-footer{padding:54px 0 0;background:var(--footer);color:#fff}
.page-footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:48px;padding-bottom:42px}
.page-footer .page-brand{margin-bottom:15px;color:#fff}
.page-footer .page-brand-mark{background:rgba(255,255,255,.12)}
.page-footer .page-brand small{color:rgba(255,255,255,.58)}
.footer-about{max-width:310px;color:rgba(255,255,255,.66);font-size:13.5px;line-height:1.7}
.page-footer h2{margin-bottom:16px;color:rgba(255,255,255,.48);font-size:11px;letter-spacing:.1em;text-transform:uppercase}
.page-footer ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.page-footer a{color:rgba(255,255,255,.75);font-size:13.5px;text-decoration:none}
.page-footer-bottom{display:flex;justify-content:space-between;gap:24px;padding:20px 0;border-top:1px solid rgba(255,255,255,.11);color:rgba(255,255,255,.45);font-size:12px}
.page-footer-bottom p{margin:0}
.page-footer-bottom div{display:flex;gap:22px}
.page-footer-bottom a{color:rgba(255,255,255,.5);font-size:12px}

/* Trust, editorial and responsive-content additions */
.page-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:18px;color:var(--muted);font-size:12.5px}
.page-breadcrumbs a{color:var(--primary);text-decoration:none}
.trust-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:54px;align-items:start}
.trust-layout h2{margin:8px 0 18px;font-family:'DM Serif Display',Georgia,serif;font-size:38px;font-weight:400;line-height:1.15}
.trust-layout p{margin:0 0 16px;color:var(--body);font-size:15px;line-height:1.75}
.trust-card,.support-card,.method-card{padding:28px;border:0;border-radius:14px;background:var(--soft);box-shadow:none}
.trust-card h3,.support-card h3,.method-card h3{margin:0 0 12px;color:var(--text);font-size:18px}
.trust-card address,.support-card address{margin:0 0 22px;color:var(--body);font-size:14px;font-style:normal;line-height:1.7}
.trust-card .button-outline{display:inline-flex;margin-top:8px}
.editorial-disclosure{margin-top:26px;padding:20px 22px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--body);font-size:14px;line-height:1.7}
.source-list{display:grid;gap:16px;margin:18px 0 0;padding-left:22px}
.source-list li{padding-left:4px;color:var(--body);font-size:14px;line-height:1.55}
.source-list a{color:var(--primary);font-weight:650;text-decoration-thickness:1px;text-underline-offset:3px}
.source-list span{display:block;margin-top:4px;color:var(--muted);font-size:12.5px}
.source-list.compact{gap:11px;margin-bottom:0}
.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.support-card p{margin:0 0 12px;color:var(--body);font-size:14px;line-height:1.65}
.support-card a{color:var(--primary);font-weight:650}
.small-note{color:var(--muted)!important;font-size:12.5px!important}
.route-card h2{margin:0 0 10px;font-size:20px}
.article-byline a{color:var(--primary);font-weight:650;text-decoration:none}
.article-references{margin-top:58px;padding-top:8px;border-top:1px solid var(--border)}
.article-references h2{margin-top:42px}
.article-references h3{margin-top:30px}
.method-card{margin:20px 0 30px;background:var(--soft);box-shadow:none}
.method-card p{margin-bottom:12px;font-size:14px;line-height:1.7}
.method-card p:last-child{margin-bottom:0}
.corrections-note{margin-top:25px;color:var(--muted);font-size:13px!important}
.login-page-main{background:var(--soft)}
.login-page-main .login-layout{background:#fff}
.official-login-note{margin:0 0 24px;padding:18px;border:1px solid var(--border);border-radius:12px;background:var(--soft)}
.official-login-note strong{display:block;margin-bottom:5px;color:var(--text);font-size:14px}
.official-login-note p{margin:0 0 14px;color:var(--body);font-size:12.5px;line-height:1.55}
.official-login-note .button{display:flex;width:100%;justify-content:center}
.login-faq-section{background:var(--soft)}
.faq-wrap{max-width:900px}
.login-faq-section .section-heading{margin-bottom:28px}
.login-faq-section .faq-list{display:grid;gap:12px}
.login-faq-section .faq-item{overflow:hidden;border:1px solid var(--border);border-radius:13px;background:#fff}
.login-faq-section .faq-question{display:flex;width:100%;align-items:center;justify-content:space-between;gap:20px;padding:19px 22px;border:0;background:#fff;color:var(--text);font:inherit;font-size:15px;font-weight:700;text-align:left;cursor:pointer}
.login-faq-section .faq-toggle{color:var(--primary);font-size:22px;font-weight:400;transition:transform .2s ease}
.login-faq-section .faq-item.is-open .faq-toggle{transform:rotate(45deg)}
.login-faq-section .faq-answer{overflow:hidden;padding:0 22px;transition:max-height .25s ease,padding .25s ease}
.login-faq-section .faq-answer p{margin:0;color:var(--body);font-size:14px;line-height:1.7}
.faq-source{margin-top:22px;color:var(--muted);font-size:12.5px;line-height:1.65}
.faq-source a{color:var(--primary)}

@media(max-width:1050px){
  .page-header .primary-nav{gap:16px}.page-hero-grid{gap:38px}.app-feature-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:860px){
  .page-header{height:auto}.page-header .header-inner{min-height:72px;flex-wrap:wrap;padding-top:10px;padding-bottom:10px}.page-header .menu-toggle{display:block;margin-left:auto}.page-header .primary-nav{display:none;order:4;flex:0 0 100%;padding:8px 0 14px;flex-direction:column;align-items:flex-start}.page-header .primary-nav.is-open{display:flex}.page-header-actions{display:none}
  .page-hero-grid,.story-split,.contact-layout,.featured-article,.login-layout,.trust-layout{grid-template-columns:1fr}.page-hero-copy{max-width:700px}.page-hero-media{max-width:700px}.contact-aside{position:static}.principle-grid,.route-grid,.blog-grid,.support-grid{grid-template-columns:repeat(2,1fr)}.featured-article img{min-height:340px}.newsletter{grid-template-columns:1fr}.newsletter form{justify-content:flex-start}.page-footer-grid{grid-template-columns:repeat(2,1fr)}.page-footer-grid>div:first-child{grid-column:1/-1}.login-visual{display:none}.login-panel{min-height:calc(100vh - 72px);padding:48px 24px}.article-layout{grid-template-columns:minmax(0,760px);padding-right:20px;padding-left:20px}.article-toc{position:static}.article-toc ol{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .page-container{width:min(100% - 36px,1180px)}.page-hero{padding:48px 0 56px}.page-hero h1{font-size:42px}.page-hero-copy>p{font-size:15.5px}.page-hero-media img{height:340px}.page-section{padding:60px 0}.section-heading h2,.story-copy h2{font-size:32px}.principle-grid,.route-grid,.blog-grid,.app-feature-grid,.form-grid,.support-grid{grid-template-columns:1fr}.form-field.full{grid-column:auto}.story-image img{height:350px}.cta-band{align-items:flex-start;flex-direction:column;padding:34px 26px}.form-card,.login-card{padding:28px 22px}.blog-hero .page-hero-grid{grid-template-columns:1fr}.blog-hero .page-hero-media img{height:300px}.featured-copy{padding:28px 24px}.featured-copy h2{font-size:28px}.blog-card img{height:210px}.newsletter{padding:32px 24px}.newsletter form{align-items:stretch;flex-direction:column}.newsletter input{min-width:0}.page-footer-grid{grid-template-columns:1fr}.page-footer-grid>div:first-child{grid-column:auto}.page-footer-bottom{align-items:flex-start;flex-direction:column}.page-footer-bottom div{flex-wrap:wrap;gap:10px 18px}.login-panel{padding:36px 18px}.login-card h1{font-size:38px}.article-hero{padding:44px 0 34px}.article-heading h1{font-size:40px}.article-deck{font-size:16px}.article-cover{width:calc(100% - 28px);border-radius:14px}.article-layout{padding:46px 18px 64px}.article-toc ol{grid-template-columns:1fr}.article-body{font-size:16px;line-height:1.8}.article-body>p:first-child{font-size:18px}.article-body h2{font-size:31px}.article-body blockquote{padding:20px;font-size:21px}.related-guides{grid-template-columns:1fr}
}

@media(max-width:860px){
  .app-hero .page-hero-grid{grid-template-columns:1fr}
  .app-hero .page-hero-media{width:100%;max-width:520px;margin:0 auto}
}
