*{box-sizing:border-box;margin:0;padding:0;}html{scroll-behavior:smooth;}body{font-family:"Inter",sans-serif;background:#fff;color:#14243a;line-height:1.6;}a{text-decoration:none;color:inherit;}img{display:block;max-width:100%;}:root{--brand:hsl(215,83%,43%);--brand-dark:hsl(215,83%,22%);--brand-light:#eef5ff;--ink:#14243a;--muted:#56657a;--border:#dbe5f3;--white:#fff;--accent:#f6c85f;}.section-shell{width:min(1180px,calc(100% - 48px));margin-inline:auto;}.eyebrow.light{color:#bcd2ff;}h1,h2,h3{font-family:"Barlow Condensed",sans-serif;line-height:1.05;}h1{font-size:clamp(3rem,6vw,5.8rem);text-transform:uppercase;letter-spacing:-0.025em;}h2{font-size:clamp(2.2rem,4vw,4rem);text-transform:uppercase;}h3{font-size:1.7rem;}.site-nav{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1rem max(24px,calc((100vw - 1180px) / 2));background:rgba(255,255,255,0.94);border-bottom:1px solid var(--border);backdrop-filter:blur(14px);}.logo{font-size:1.8rem;font-weight:800;}.logo span{color:var(--brand);}.nav-links{display:flex;gap:1.6rem;list-style:none;}.nav-links a{font-size:0.9rem;font-weight:700;color:var(--muted);}.nav-links a:hover,.nav-links a:focus-visible{color:var(--brand);}.nav-right{display:flex;align-items:center;gap:1rem;}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0.8rem 1.15rem;font-weight:800;border:1px solid transparent;}.nav-cta,.button-primary{background:var(--brand);color:#fff;}.button-secondary{border-color:var(--border);color:var(--ink);background:#fff;}.lang-switcher{display:flex;gap:0.5rem;}.lang-btn{border:0;background:transparent;font:inherit;font-size:0.75rem;font-weight:800;color:var(--muted);cursor:pointer;text-decoration:none;}.lang-btn.active{color:var(--brand);}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,540px);gap:3rem;align-items:center;padding-block:3.5rem;min-height:70vh;}.hero-copy{min-width:0;}.hero-sub{font-size:1.08rem;color:var(--muted);max-width:620px;margin:1.1rem 0 1.45rem;}.hero-actions{display:flex;gap:0.8rem;flex-wrap:wrap;}.hero-proof{display:flex;gap:0.7rem 1rem;flex-wrap:wrap;list-style:none;max-width:650px;margin-top:1rem;color:var(--muted);font-size:0.9rem;}.hero-proof li{background:var(--brand-light);padding:0.45rem 0.7rem;font-weight:700;color:var(--ink);}.hero-proof li:before{content:"";color:var(--brand);font-weight:900;margin-right:0.4rem;}.hero-mascot{width:100%;max-width:540px;justify-self:end;}.hero-mascot img{display:block;width:100%;height:auto;object-fit:contain;}.hero-portrait{position:relative;background:var(--brand-light);padding:0.75rem;display:none;}.hero-portrait img{width:100%;aspect-ratio:4/5;object-fit:cover;}.hero-portrait figcaption{position:absolute;left:-1rem;bottom:1.5rem;background:var(--brand-dark);color:#fff;padding:0.8rem 1rem;font-size:0.85rem;font-weight:700;}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--border);background:var(--brand-light);padding:1rem max(24px,calc((100vw - 1180px) / 2));gap:1rem;}.trust-strip div{display:flex;flex-direction:column;border-left:3px solid var(--brand);padding-left:0.8rem;}.trust-strip strong{font-family:"Barlow Condensed",sans-serif;font-size:1.5rem;}.trust-strip span{font-size:0.82rem;color:var(--muted);}.section-split{display:grid;grid-template-columns:minmax(280px,0.82fr) minmax(0,1.18fr);gap:3.25rem;padding-block:4.5rem;}.problem-copy{max-width:720px;}.problem-copy > p{font-size:1rem;line-height:1.55;color:var(--muted);}.check-list{list-style:none;margin:1.4rem 0;}.check-list li{padding:0.55rem 0;border-bottom:1px solid var(--border);}.check-list li:before{content:"";font-weight:900;color:var(--brand);margin-right:0.7rem;}.problem-solution{font-weight:800;color:var(--ink) !important;}.section-heading{max-width:760px;margin-bottom:2rem;}.section-heading > p:last-child{color:var(--muted);margin-top:0.8rem;font-size:1rem;line-height:1.55;}.results,.case-gallery,.pricing,.process{padding-block:4.75rem;}.card-grid{display:grid;gap:0.8rem;}.four-cards{grid-template-columns:repeat(4,1fr);}.three-cards{grid-template-columns:repeat(3,1fr);}.result-card,.price-card{border:1px solid var(--border);padding:1.5rem;background:#fff;}.result-card{display:grid;grid-template-columns:auto 1fr;column-gap:0.9rem;align-content:start;}.result-card span{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;background:var(--brand-light);font-size:0.75rem;font-weight:800;color:var(--brand);}.result-card h3{margin:0 0 0.45rem;}.result-card p{color:var(--muted);font-size:0.93rem;}.featured-case{display:grid;grid-template-columns:1.08fr 0.92fr;gap:3rem;align-items:center;padding-block:5.5rem;border-block:1px solid var(--border);}.case-image-wrap{background:var(--brand-light);padding:1rem;}.case-image-wrap img{width:100%;aspect-ratio:4/3;object-fit:cover;}.case-lead{font-size:1rem;line-height:1.55;color:var(--muted);margin:1rem 0;}.case-details div{padding:0.75rem 0;border-top:1px solid var(--border);}.case-details dt{font-weight:800;font-size:0.78rem;text-transform:uppercase;color:var(--brand);}.case-details dd{color:var(--muted);margin-top:0.3rem;}.case-copy blockquote{font-family:"Barlow Condensed",sans-serif;font-size:1.5rem;line-height:1.14;margin:1.2rem 0;}.case-note{font-size:0.8rem;color:var(--muted);}.row-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;max-width:none;}.row-heading > p{max-width:430px;}.case-card{border:1px solid var(--border);overflow:hidden;background:#fff;}.case-card img{width:100%;aspect-ratio:4/3;object-fit:cover;}.case-card div{padding:1.2rem;}.case-card div > p{font-size:0.72rem;text-transform:uppercase;color:var(--brand);font-weight:800;letter-spacing:0.08em;}.case-card h3{margin:0.25rem 0 0.5rem;}.case-card span{color:var(--muted);font-size:0.88rem;}.pricing{background:var(--brand-light);width:100%;max-width:none;padding-inline:max(24px,calc((100vw - 1180px) / 2));}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:0.8rem;}.price-card{display:flex;flex-direction:column;min-height:100%;padding:1.35rem;}.price-card > p:not(.price):not(.price-audience):not(.term):not(.price-range):not( .price-badge ){color:var(--muted);}.price-audience,.price-badge{font-size:0.72rem;text-transform:uppercase;letter-spacing:0.08em;font-weight:800;color:var(--brand);}.price-card h3{margin:0.45rem 0;}.price-card ul{list-style:none;margin:1rem 0;}.price-card li{padding:0.4rem 0;color:var(--muted);font-size:0.88rem;}.price-card li:before{content:"";color:var(--brand);margin-right:0.5rem;font-weight:900;}.price{font-family:"Barlow Condensed",sans-serif;font-size:2rem;font-weight:800;margin-top:auto;}.term{font-size:0.8rem;color:var(--muted);margin-bottom:1rem;}.price-card > a{font-weight:800;color:var(--brand);}.price-card > a:not(.button){margin-top:auto;display:inline-flex;min-height:44px;align-items:center;font-weight:900;}.featured-price{border:3px solid var(--brand);transform:none;background:#fff;box-shadow:0 18px 40px rgba(18,61,127,0.12);}.price-guide{grid-column:1/-1;display:grid;grid-template-columns:1fr auto;gap:1rem 2rem;align-items:center;background:var(--brand);color:#fff;border-color:var(--brand);}.price-guide p{color:#fff !important;}.price-guide h3,.price-guide .price-audience,.price-guide > p:not(.price-range){max-width:680px;}.price-range{font-family:"Barlow Condensed",sans-serif;font-size:2.4rem;font-weight:800;margin:0;color:#fff !important;}.price-guide .price-range{grid-row:1/4;grid-column:2;white-space:nowrap;}.price-guide .button{grid-column:2;justify-self:end;}.button-light{background:#fff;color:var(--brand-dark) !important;margin-top:auto;}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0.8rem;list-style:none;}.process-grid li{position:relative;border-top:3px solid var(--brand);padding:1.2rem 0;}.process-grid li span{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid var(--border);border-radius:50%;font-size:0.78rem;font-weight:800;color:var(--brand);margin-bottom:1rem;}.process-grid h3{margin:0.6rem 0;}.process-grid p{color:var(--muted);font-size:0.9rem;}.process .section-heading > p:last-child{max-width:600px;}.about{display:grid;grid-template-columns:0.8fr 1.2fr;gap:4rem;align-items:center;padding-block:6rem;border-top:1px solid var(--border);}.about-image{max-width:360px;justify-self:center;background:var(--brand-light);padding:1rem;}.about-image img{width:100%;height:100%;aspect-ratio:4/5;object-fit:cover;}.about-copy > p{color:var(--muted);margin:1rem 0;font-size:1rem;line-height:1.55;}.quote-section{position:relative;overflow:hidden;isolation:isolate;background:var(--brand);color:#fff;padding-block:5.5rem;}.quote-inner{position:relative;z-index:2;}.quote-mascot{position:absolute;z-index:1;left:0;bottom:0;width:clamp(300px,31vw,350px);height:auto;max-width:42%;object-fit:contain;object-position:left bottom;pointer-events:none;user-select:none;}.quote-inner{display:grid;grid-template-columns:0.85fr 1.15fr;gap:4rem;}.quote-inner > div > p{color:#d8e6ff;margin-top:1rem;}.contact-alternative a{color:#fff;font-weight:800;}.contact-options{display:grid;gap:0.75rem;margin-top:1.5rem;}.quote-inner > div:first-child{position:relative;z-index:2;padding-bottom:clamp(220px,20vw,320px);}.contact-option{background:var(--brand);display:flex;justify-content:space-between;gap:1rem;border:1px solid rgba(255,255,255,0.35);padding:1rem;color:#fff;text-decoration:none;}.cta-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;}.form-field{display:flex;flex-direction:column;gap:0.45rem;}.form-field-full,.cta-form fieldset,.cta-submit,.form-guarantee,#formStatus{grid-column:1/-1;}.form-field label,.form-field legend{font-size:0.9rem;font-weight:700;color:#fff;}.form-field input,.form-field textarea{width:100%;border:1px solid rgba(255,255,255,0.35);background:rgba(255,255,255,0.15);color:#fff;padding:0.9rem 1rem;border-radius:0;font:inherit;}.cta-form input{width:100%;min-height:48px;padding:0.8rem 1rem;border:1px solid rgba(255,255,255,0.28);background:rgba(255,255,255,0.09);font:inherit;}.cta-form input::placeholder{color:#c7d4ea;}.form-field textarea{resize:vertical;min-height:130px;}.cta-form fieldset{border:0;padding:0;margin:0;}.headline{font-size:0.78rem;text-transform:uppercase;letter-spacing:0.08em;font-weight:800;}.service-chips{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0.55rem;}.chip{padding:0.65rem 0.85rem;border:1px solid rgba(255,255,255,0.3);background:transparent;color:#fff;font:inherit;cursor:pointer;}.package-chip{display:flex;min-width:0;min-height:176px;flex-direction:column;align-items:flex-start;gap:0.35rem;padding:1rem;text-align:left;}.package-chip-audience{font-size:0.68rem;font-weight:800;line-height:1.25;letter-spacing:0.06em;text-transform:uppercase;opacity:0.78;}.package-chip-title{font-family:"Barlow Condensed",sans-serif;font-size:1.5rem;line-height:1;}.package-chip-feature{font-size:0.82rem;line-height:1.35;}.package-chip-meta{display:grid;gap:0.15rem;margin-top:auto;font-size:0.72rem;line-height:1.35;opacity:0.86;}.package-chip-meta span:first-child{font-weight:900;}.chip.selected,.package-chip[aria-pressed="true"]{background:#fff;color:var(--brand-dark);}.package-chip:hover{border-color:rgba(255,255,255,0.72);background:rgba(255,255,255,0.08);}.package-chip[aria-pressed="true"]:hover{background:#fff;}.cta-submit{min-height:50px;border:0;background:#fff;color:var(--brand-dark);font:inherit;font-weight:900;cursor:pointer;}.form-guarantee{display:flex;align-items:center;gap:10px;font-size:0.78rem;color:#c7d4ea;}.honeypot{position:absolute !important;left:-10000px !important;width:1px !important;height:1px !important;overflow:hidden !important;}footer{padding:2rem;text-align:center;color:var(--muted);font-size:0.8rem;border-top:1px solid var(--border);}footer .lang-switcher{display:none;}.photo-proof,.reviews{padding-block:6rem;}.photo-proof-grid{display:grid;grid-template-columns:1.25fr repeat(2,1fr);gap:1rem;}.photo-proof-grid figure{margin:0;position:relative;overflow:hidden;background:#eef1f7;min-height:260px;}.photo-proof-grid .photo-proof-main{grid-row:span 2;min-height:540px;}.photo-proof-grid img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.35s ease;}.photo-proof-grid figure:hover img{transform:scale(1.02);}.photo-proof-grid figcaption{position:absolute;left:1rem;right:1rem;bottom:1rem;background:rgba(255,255,255,0.92);padding:0.7rem 0.85rem;font-weight:700;font-size:0.9rem;}.photo-disclaimer,.reviews-note{margin-top:1rem;color:var(--muted);font-size:0.9rem;}.reviews{border-top:1px solid var(--border);}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0.8rem;}.review-card{border:1px solid var(--border);padding:1.5rem;background:#fff;min-height:250px;}.review-card h3{margin:0.9rem 0 0.6rem;}.review-card p{color:var(--muted);}.review-card span{display:block;margin-top:1.25rem;font-size:0.85rem;font-weight:700;}.review-logo{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-weight:800;}.review-placeholder{border-style:dashed;}.mobile-contact-bar{display:none;}.mobile-contact-bar a{text-decoration:none;color:var(--brand);}.mobile-contact-bar .mobile-contact-primary{background:var(--brand);color:#fff;}:focus-visible{outline:3px solid #f6c85f;outline-offset:3px;}button,a,input,select,textarea,summary{touch-action:manipulation;}.faq{padding-block:6rem;}.faq-list{border-top:1px solid var(--border);}.faq-list details{border-bottom:1px solid var(--border);}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:64px;padding:1rem 0;font-weight:800;cursor:pointer;list-style:none;}.faq-list summary::-webkit-details-marker{display:none;}.faq-list summary:after{content:"+";font-size:1.5rem;color:var(--brand);}.faq-list details[open] summary:after{content:"−";}.faq-list details p{max-width:780px;padding:0 0 1.25rem;color:var(--muted);}.cta-form input,.cta-form textarea{min-height:48px;border-radius:0;}.cta-form textarea{min-height:132px;}.cta-form label,.cta-form legend{font-weight:700;}.cta-form button{font-size:0.9rem;}.cta-form .cta-submit{background-color:white;}.sector-hero{padding-block:5rem;}.sector-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;}.sector-benefits li{list-style:none;border:1px solid var(--border);padding:1.5rem;font-weight:700;}.sector-cta{margin-top:2rem;}.skip-link{position:absolute;left:-9999px;top:0.5rem;}.skip-link:focus{left:0.5rem;z-index:100;background:#fff;padding:0.75rem 1rem;}.hero-portrait img,.about-image img{content-visibility:auto;}.promo-banner{display:flex;align-items:center;justify-content:center;gap:0.9rem;min-height:52px;padding:0.75rem 1.25rem;background:var(--brand);color:#fff;text-align:center;}.promo-banner strong{font-family:"Barlow Condensed",sans-serif;font-size:1.25rem;line-height:1;text-transform:uppercase;}.promo-banner span{color:#d8e6ff;font-size:0.95rem;}.promo-banner a{font-weight:900;text-decoration:underline;text-underline-offset:3px;}.eyebrow{font-family:"Barlow Condensed",sans-serif;font-size:1.15rem;line-height:1.1;letter-spacing:0;text-transform:none;color:var(--ink);margin-bottom:0.75rem;}.eyebrow.light{color:#d8e6ff;}h1,h2,h3{letter-spacing:0;}h1{font-size:clamp(2.55rem,5vw,4.8rem);max-width:880px;}h2{font-size:clamp(2rem,3.4vw,3.35rem);}.result-card,.price-card,.case-card,.review-card{box-shadow:none;}.hero-proof li:before,.check-list li:before,.price-card li:before{content:"";display:inline-block;width:0.86em;height:0.72em;margin-right:0.48em;background:currentColor;color:var(--brand);vertical-align:-0.04em;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14'%3E%3Cpath d='M2 7.5 6.2 11.5 14 2' fill='none' stroke='black' stroke-width='3.1' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14'%3E%3Cpath d='M2 7.5 6.2 11.5 14 2' fill='none' stroke='black' stroke-width='3.1' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center/contain no-repeat;}.hero-proof li:before{margin-right:0.38em;}.problem > *,.problem-copy,.problem-copy > *{min-width:0;max-width:100%;}.problem h2,.problem-copy p,.check-list li{overflow-wrap:anywhere;word-break:normal;}@media (max-width:1080px){.service-chips{grid-template-columns:1fr;}.package-chip{min-height:0;}}@media (min-width:1081px) and (max-width:1280px){.package-chip{min-height:164px;padding:0.8rem;}.package-chip-title{font-size:1.3rem;}.package-chip-feature{font-size:0.76rem;}}@media (max-width:1020px){.nav-links{display:none;}.hero{grid-template-columns:minmax(0,1fr) minmax(300px,440px);gap:2rem;}.hero-mascot{max-width:440px;}.pricing-grid{grid-template-columns:1fr 1fr;}.four-cards,.process-grid{grid-template-columns:repeat(2,1fr);}.featured-price{transform:none;}.price-guide{grid-column:1/-1;}.price-guide .price-range{grid-row:auto;grid-column:auto;}.price-guide .button{grid-column:auto;justify-self:start;}.photo-proof-grid{grid-template-columns:repeat(2,1fr);}.photo-proof-grid .photo-proof-main{grid-row:auto;min-height:360px;}.review-grid{grid-template-columns:1fr;}.cta-form{grid-template-columns:1fr;}.form-field-full,.cta-form fieldset,.cta-submit,.form-guarantee,#formStatus{grid-column:auto;}}@media (max-width:760px){body{padding-bottom:64px;}.section-shell{width:min(calc(100% - 32px),1180px);}.site-nav{padding:1rem;min-height:64px;}.nav-cta{display:none;}.hero{grid-template-columns:minmax(0,1fr);gap:1.25rem;padding-block:1.75rem 2.5rem;min-height:auto;}.hero-mascot{width:min(100%,420px);max-width:none;justify-self:center;}.hero-mascot img{width:100%;height:auto;}.hero-copy{padding-top:0;}h1{font-size:2.65rem;}.hero-actions .button{width:100%;}.hero-portrait{order:initial;}.hero-portrait figcaption{left:0.75rem;right:0.75rem;bottom:0.75rem;}.hero-portrait img{width:100%;height:340px;aspect-ratio:4/5;}.promo-banner{align-items:flex-start;flex-direction:column;text-align:left;}.promo-banner strong{font-size:1.1rem;}.promo-banner span{font-size:0.9rem;}.hero-offer{display:none;}.eyebrow{font-size:1rem;}.section-split,.featured-case,.about,.quote-inner{grid-template-columns:1fr;gap:2rem;}.problem.section-split{width:calc(100% - 32px);grid-template-columns:minmax(0,1fr);overflow:hidden;}.trust-strip{grid-template-columns:1fr;gap:0.75rem;padding-inline:1rem;}.three-cards,.four-cards,.pricing-grid,.process-grid{grid-template-columns:1fr;}.row-heading{align-items:start;flex-direction:column;}.section-split,.results,.case-gallery,.pricing,.process,.about{padding-block:3.25rem;}.featured-case{border-block:0;}.pricing{padding-inline:1rem;}.featured-price{order:-1;}.price-guide{display:flex;}.price-guide .price-range{white-space:normal;}.quote-section{padding-block:4rem;}footer .lang-switcher{display:flex;justify-content:center;margin-bottom:1rem;}.photo-proof,.reviews{padding-block:4rem;}.photo-proof-grid{grid-template-columns:1fr;}.photo-proof-grid figure,.photo-proof-grid .photo-proof-main{min-height:320px;}.photo-proof-grid figcaption{font-size:0.82rem;}.review-card{min-height:auto;}.contact-option{align-items:flex-start;flex-direction:column;}.mobile-contact-bar{position:fixed;z-index:1000;display:grid;grid-template-columns:1fr 1.2fr 1.2fr;left:0;right:0;bottom:0;min-height:60px;background:#fff;border-top:1px solid var(--border);padding:8px max(8px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));box-shadow:0 -8px 24px rgba(0,0,0,0.08);}.mobile-contact-bar a{display:grid;place-items:center;min-height:48px;color:var(--brand);font-weight:800;font-size:0.88rem;}.mobile-contact-bar .mobile-contact-primary{background:var(--brand);color:#fff;}.lang-btn,.mobile-contact-bar a,.chip,.cta-submit{min-height:48px;}.faq{padding-block:4rem;}.sector-benefits{grid-template-columns:1fr;}.about-image{max-width:280px;}.hero-proof li{width:100%;}}@media (max-width:420px){.hero{gap:1rem;padding-top:1.25rem;}.hero-mascot{width:min(100%,360px);}h1{font-size:2.45rem;}}@media (max-width:1020px){.quote-mascot{width:clamp(260px,36vw,380px);max-width:44%;}.quote-inner > div:first-child{padding-bottom:clamp(180px,24vw,260px);}}@media (max-width:760px){.quote-section{padding-bottom:260px;}.quote-inner > div:first-child{padding-bottom:0;}.quote-mascot{width:min(72vw,330px);max-width:none;left:0;bottom:0;}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}*,*:before,*:after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important;}}.legal-page{padding:7rem 1.25rem 5rem;min-height:70vh;}.legal-content{width:min(100%,820px);margin:0 auto;}.legal-content h1{margin:0.4rem 0 0.5rem;font-size:clamp(2.25rem,5vw,4rem);}.legal-content h2{margin:2.25rem 0 0.55rem;font-size:clamp(1.2rem,2vw,1.55rem);}.legal-content p{max-width:76ch;line-height:1.75;white-space:pre-line;}.legal-updated{font-size:0.9rem;opacity:0.65;}.legal-intro{margin:1.5rem 0 2.5rem;font-size:1.05rem;}.legal-back{display:inline-block;margin-bottom:1.5rem;text-decoration:none;font-weight:700;}.legal-content a,footer a{text-underline-offset:3px;}@media (max-width:640px){.legal-page{padding:5.5rem 1rem 3rem;}}.process-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,360px);gap:2.5rem;align-items:end;margin-bottom:2rem;}.process-intro .section-heading{margin-bottom:0;}.process-mascot{width:100%;max-width:360px;justify-self:end;}.process-mascot img{display:block;width:100%;height:auto;object-fit:contain;}@media (max-width:760px){.process-intro{grid-template-columns:minmax(0,1fr) minmax(120px,38%);gap:1rem;align-items:end;margin-bottom:1.5rem;}.process-mascot{width:100%;max-width:190px;justify-self:end;}}@media (max-width:420px){.process-intro{grid-template-columns:minmax(0,1fr) minmax(105px,35%);gap:0.75rem;}}