:root {
  --ink: #07131f;
  --ink-2: #0b1d2c;
  --navy: #0e2f4c;
  --blue: #1378e9;
  --blue-2: #0d64c4;
  --teal: #17b89a;
  --mint: #e9fbf6;
  --orange: #ff9f1c;
  --paper: #f7fafc;
  --line: #dce7f1;
  --muted: #62758a;
  --white: #ffffff;
  --max: 1180px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shadow: 0 18px 48px rgba(10, 36, 61, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.site-shell { overflow: hidden; }
.container { width: min(var(--max), calc(100% - 2.5rem)); margin: 0 auto; }
.skip-link { position: fixed; left: -999px; top: 0; z-index: 1000; padding: .7rem 1rem; background: var(--white); border-radius: 0 0 10px 0; color: var(--ink); font-weight: 800; }
.skip-link:focus { left: 0; }
.topbar { background: #081d2e; color: #dbefff; font-size: .86rem; }
.topbar-inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar strong { color: #fff; }
.topbar-right { display: flex; gap: 1rem; align-items: center; }
.topbar-right a:hover { color: #fff; }
.header { position: sticky; z-index: 80; top: 0; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(220,231,241,.8); backdrop-filter: blur(14px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: max-content; }
.brand-mark { width: 40px; height: 40px; border-radius: 13px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--blue), #1a9eea); box-shadow: 0 10px 22px rgba(19,120,233,.24); }
.brand-mark svg { width: 24px; height: 24px; }
.brand-name { display: block; font-weight: 900; letter-spacing: -.045em; font-size: 1.25rem; line-height: 1; }
.brand-sub { display: block; margin-top: .22rem; color: #557087; text-transform: uppercase; font-size: .62rem; font-weight: 800; letter-spacing: .12em; }
.nav-links { display: flex; align-items: center; gap: 1.4rem; padding: 0; margin: 0; list-style: none; }
.nav-links a { color: #344f66; font-weight: 750; font-size: .92rem; transition: color .2s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--blue); }
.nav-cta { display: inline-flex !important; align-items: center; justify-content: center; min-height: 44px; padding: .7rem 1rem; border-radius: 12px; background: var(--ink); color: #fff !important; box-shadow: 0 10px 24px rgba(7,19,31,.16); }
.nav-cta:hover { background: var(--blue) !important; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor; border-radius: 999px; }
.hero { position: relative; color: #fff; background: #071d30; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5, 20, 34, .95) 0%, rgba(5, 20, 34, .86) 38%, rgba(5, 20, 34, .25) 73%, rgba(5, 20, 34, .5) 100%), url('https://assets.zyrosite.com/cdn-cgi/image/format%3Dauto%2Cw%3D1920%2Cfit%3Dcrop/YrDqpQgMOaiL3OK3/front-view-man-repairing-computer-AGBneV8J4XikzbJ8.jpg') center / cover no-repeat; }
.hero::after { content: ""; position: absolute; z-index: -1; width: 560px; height: 560px; right: -230px; top: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(21,184,154,.27) 0%, rgba(21,184,154,0) 68%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .78fr); gap: 3rem; align-items: center; min-height: 680px; padding: 5.4rem 0; }
.eyebrow { margin: 0 0 1rem; display: inline-flex; align-items: center; gap: .45rem; color: #86ddff; font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; border-radius: 999px; }
.hero h1 { max-width: 790px; margin: 0; font-size: clamp(3rem, 6.2vw, 5.6rem); line-height: .96; letter-spacing: -.072em; }
.hero h1 .accent { color: #9af4dd; }
.hero-copy { max-width: 600px; margin: 1.3rem 0 0; color: #d6e4ef; font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .85rem 1.1rem; border: 1px solid transparent; border-radius: 13px; font-weight: 850; font-size: .94rem; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #062332; background: #b7f7e6; box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.button--primary:hover { background: #fff; }
.button--light { color: #fff; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.25); }
.button--light:hover { background: rgba(255,255,255,.16); }
.button--blue { color: #fff; background: var(--blue); box-shadow: 0 12px 24px rgba(19,120,233,.22); }
.button--blue:hover { background: var(--blue-2); }
.button--ink { color: #fff; background: var(--ink); }
.button--outline { color: var(--blue); border-color: #b5d4f4; background: #fff; }
.button--outline:hover { background: #f1f8ff; }
.hero-panel { position: relative; padding: 1.15rem; border: 1px solid rgba(255,255,255,.2); border-radius: 23px; background: rgba(5,24,40,.62); box-shadow: 0 24px 60px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.hero-panel::before { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,0) 48%); }
.panel-kicker { display: flex; align-items: center; gap: .5rem; margin-bottom: 1rem; color: #aeeedb; font-weight: 850; font-size: .8rem; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #69e6b7; box-shadow: 0 0 0 5px rgba(105,230,183,.13); }
.panel-card { display: grid; gap: 1rem; padding: 1rem; border-radius: 16px; background: rgba(255,255,255,.08); }
.panel-card strong { display: block; font-size: 1.2rem; letter-spacing: -.035em; }
.panel-card p { margin: .35rem 0 0; color: #cbdce9; font-size: .88rem; }
.service-mode { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.service-mode div { padding: .85rem; border-radius: 13px; background: rgba(3,16,29,.45); }
.service-mode span { display: block; color: #b2c6d7; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-mode strong { margin-top: .25rem; font-size: .92rem; }
.hero-note { margin: .85rem 0 0; color: #b8cfdf; font-size: .78rem; }
.trust-bar { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 84px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; align-items: center; }
.trust-item { display: flex; align-items: center; gap: .7rem; color: #38536b; font-size: .84rem; font-weight: 780; }
.trust-icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--blue); border-radius: 11px; background: #eaf4ff; }
.trust-icon svg { width: 18px; height: 18px; }
.section { padding: clamp(4.5rem, 8vw, 7rem) 0; }
.section--white { background: #fff; }
.section--ink { background: #081a2a; color: #fff; }
.section--soft { background: #eff7fc; }
.section--tint { background: linear-gradient(180deg, #f7fbff 0%, #eaf6fb 100%); }
.section-header { display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: 2rem; margin-bottom: 2.3rem; }
.section-header h2, .section-title { margin: 0; font-size: clamp(2.15rem, 4vw, 3.5rem); line-height: 1.03; letter-spacing: -.06em; }
.section-header p, .section-copy { margin: 0; color: var(--muted); font-size: 1rem; }
.section--ink .section-header p, .section--ink .section-copy { color: #bbcedc; }
.section--ink .eyebrow { color: #83ddff; }
.section--soft .eyebrow, .section--tint .eyebrow { color: var(--blue); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { position: relative; min-height: 270px; padding: 1.35rem; overflow: hidden; border: 1px solid #ddeaf4; border-radius: var(--radius-md); background: #fff; box-shadow: 0 10px 30px rgba(11,46,75,.05); }
.service-card:hover { border-color: #bcdaf7; box-shadow: 0 16px 42px rgba(11,46,75,.11); }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 2rem; border-radius: 14px; color: var(--blue); background: #e7f3ff; }
.service-icon svg { width: 24px; height: 24px; }
.service-card h3 { margin: 0 0 .5rem; font-size: 1.18rem; letter-spacing: -.035em; }
.service-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.service-card a { display: inline-flex; align-items: center; gap: .35rem; margin-top: 1.2rem; color: var(--blue); font-weight: 850; font-size: .88rem; }
.service-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -105px; top: -110px; border-radius: 50%; background: radial-gradient(circle, rgba(19,120,233,.1), rgba(19,120,233,0) 70%); }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5.5rem); align-items: center; }
.photo-stack { position: relative; min-height: 500px; }
.photo-stack .photo-large, .photo-stack .photo-small { position: absolute; overflow: hidden; border-radius: 22px; background: #d5e4ef; box-shadow: var(--shadow); }
.photo-stack img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-large { inset: 0 10% 0 0; }
.photo-small { right: 0; bottom: 7%; width: 48%; height: 42%; border: 8px solid #fff; }
.photo-stack .tag { position: absolute; left: 1.2rem; bottom: 1.2rem; z-index: 1; padding: .54rem .75rem; border-radius: 10px; background: rgba(5,27,45,.8); color: #fff; font-size: .75rem; font-weight: 800; backdrop-filter: blur(9px); }
.feature-list { display: grid; gap: .8rem; margin: 1.65rem 0 2rem; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 28px 1fr; gap: .75rem; align-items: start; color: #476077; }
.check { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #dff8f1; color: #0d9d7d; font-weight: 900; font-size: .85rem; }
.mode-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.mode-card { overflow: hidden; border-radius: 22px; border: 1px solid rgba(185,216,239,.25); background: linear-gradient(145deg, #0f314b, #082238); color: #fff; }
.mode-card--mail { background: linear-gradient(145deg, #116d78, #0a3c50); }
.mode-card-visual { height: 190px; position: relative; display: flex; align-items: end; padding: 1rem; background: linear-gradient(0deg, rgba(0,0,0,.43), rgba(0,0,0,0) 70%), url('https://images.unsplash.com/photo-1679672068167-514d126697d4?auto=format&fit=crop&w=1100&q=85') center / cover; }
.mode-card--mail .mode-card-visual { background-image: linear-gradient(0deg, rgba(0,0,0,.45), rgba(0,0,0,.03) 70%), url('https://images.unsplash.com/photo-1620306823142-5b253c457fd5?auto=format&fit=crop&w=1100&q=85'); }
.mode-card-visual span { position: relative; z-index: 1; padding: .42rem .66rem; border-radius: 999px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.2); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.mode-card-body { padding: 1.35rem; }
.mode-card h3 { margin: 0 0 .5rem; font-size: 1.4rem; letter-spacing: -.04em; }
.mode-card p { margin: 0; color: #c8dbe8; font-size: .9rem; }
.mode-card .text-link { margin-top: 1.2rem; color: #aef4df; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; font-size: .88rem; font-weight: 850; }
.process-grid { counter-reset: process; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.process-card { position: relative; min-height: 234px; padding: 1.35rem; border: 1px solid rgba(208,232,246,.2); border-radius: 18px; background: rgba(255,255,255,.06); }
.process-card::before { counter-increment: process; content: "0" counter(process); display: block; margin-bottom: 2rem; color: #79d9ff; font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.process-card h3 { margin: 0 0 .55rem; font-size: 1.15rem; letter-spacing: -.03em; }
.process-card p { margin: 0; color: #b9cedc; font-size: .9rem; }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 3rem; align-items: start; }
.faq-list { display: grid; gap: .7rem; }
.faq-item { border: 1px solid #dbe9f3; border-radius: 14px; background: #fff; overflow: hidden; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.05rem; border: 0; background: transparent; color: #16314a; text-align: left; font-weight: 820; }
.faq-item button span { color: var(--blue); font-size: 1.35rem; font-weight: 500; transition: transform .2s; }
.faq-answer { display: none; padding: 0 1.05rem 1.05rem; color: #60768a; font-size: .92rem; }
.faq-item.is-open .faq-answer { display: block; }
.faq-item.is-open button span { transform: rotate(45deg); }
.cta-band { position: relative; overflow: hidden; color: #fff; background: linear-gradient(115deg, #0b2d49, #146cc6); }
.cta-band::after { content: ""; position: absolute; right: -7%; top: -100%; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 56px rgba(255,255,255,.06), 0 0 0 112px rgba(255,255,255,.04); }
.cta-inner { position: relative; z-index: 1; min-height: 290px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; }
.cta-inner h2 { margin: 0; max-width: 670px; font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: 1; letter-spacing: -.065em; }
.cta-inner p { margin: 1rem 0 0; color: #d6e9fb; }
.cta-inner .eyebrow { color: #a9eaff; }
.page-hero { position: relative; overflow: hidden; color: #fff; background: #0a243a; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6,25,42,.94), rgba(6,25,42,.78) 52%, rgba(6,25,42,.28)), url('https://images.unsplash.com/photo-1620306823142-5b253c457fd5?auto=format&fit=crop&w=1800&q=85') center / cover; }
.page-hero--mail::before { background: linear-gradient(100deg, rgba(6,25,42,.94), rgba(6,25,42,.78) 52%, rgba(6,25,42,.25)), url('https://images.unsplash.com/photo-1679672068167-514d126697d4?auto=format&fit=crop&w=1800&q=85') center / cover; }
.page-hero--about::before { background: linear-gradient(100deg, rgba(6,25,42,.94), rgba(6,25,42,.78) 52%, rgba(6,25,42,.25)), url('https://assets.zyrosite.com/cdn-cgi/image/format%3Dauto%2Cw%3D1920%2Cfit%3Dcrop/YrDqpQgMOaiL3OK3/front-view-man-repairing-computer-AGBneV8J4XikzbJ8.jpg') center / cover; }
.page-hero .container { position: relative; z-index: 1; padding: 5.8rem 0 5rem; }
.breadcrumb { display: flex; align-items: center; gap: .55rem; color: #b8d0df; font-size: .84rem; font-weight: 750; }
.breadcrumb span { color: #70d9ff; }
.page-hero h1 { max-width: 800px; margin: 1rem 0 0; font-size: clamp(3rem, 6vw, 5.2rem); line-height: .96; letter-spacing: -.072em; }
.page-hero p:not(.eyebrow) { max-width: 610px; margin: 1.2rem 0 0; color: #c5d9e6; font-size: 1.05rem; }
.page-hero .hero-actions { margin-top: 1.8rem; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.service-detail { padding: 1.15rem; overflow: hidden; border: 1px solid #dbe9f3; border-radius: 20px; background: #fff; box-shadow: 0 10px 28px rgba(9,38,61,.05); }
.detail-image { height: 185px; overflow: hidden; border-radius: 14px; background: #dfeef8; }
.detail-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.service-detail h3 { margin: 1.1rem 0 .45rem; font-size: 1.25rem; letter-spacing: -.035em; }
.service-detail p { margin: 0; color: var(--muted); font-size: .92rem; }
.mail-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.mail-step { position: relative; padding: 1.3rem; min-height: 255px; border-radius: 18px; background: #fff; border: 1px solid #dbe9f3; }
.mail-step-num { width: 32px; height: 32px; display: grid; place-items: center; margin-bottom: 1.7rem; border-radius: 10px; background: #e6f3ff; color: var(--blue); font-size: .8rem; font-weight: 900; }
.mail-step h3 { margin: 0 0 .55rem; font-size: 1.12rem; letter-spacing: -.025em; }
.mail-step p { margin: 0; color: var(--muted); font-size: .9rem; }
.quote-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.2rem; align-items: start; }
.form-card, .contact-card { border-radius: 22px; }
.form-card { padding: clamp(1.35rem, 3vw, 2.3rem); background: #fff; box-shadow: var(--shadow); }
.form-card h2 { margin: 0; font-size: clamp(1.85rem, 3.4vw, 2.8rem); line-height: 1.03; letter-spacing: -.055em; }
.form-card > p { color: var(--muted); max-width: 52ch; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .95rem; margin-top: 1.5rem; }
.field { display: grid; gap: .38rem; }
.field--full { grid-column: 1 / -1; }
.field label { color: #31516c; font-size: .78rem; font-weight: 850; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #caddea; border-radius: 11px; padding: .78rem .85rem; color: var(--ink); background: #fff; outline: none; transition: border-color .18s, box-shadow .18s; }
.field textarea { min-height: 128px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(19,120,233,.12); }
.form-note { margin: 1rem 0 0; color: #6d8092; font-size: .78rem; }
.contact-card { display: grid; gap: 1rem; }
.contact-item { padding: 1.3rem; border: 1px solid #d3e2ee; border-radius: 18px; background: #fff; }
.contact-item h3 { margin: 0 0 .5rem; font-size: 1.02rem; letter-spacing: -.025em; }
.contact-item p, .contact-item address { margin: 0; color: var(--muted); font-style: normal; font-size: .92rem; }
.contact-item a { display: inline-flex; margin-top: .7rem; color: var(--blue); font-weight: 850; }
.notice { display: none; margin-top: 1rem; padding: .85rem .95rem; border-radius: 11px; background: #e8fbf5; border: 1px solid #bcecdf; color: #0e6b57; font-size: .86rem; font-weight: 720; }
.notice.is-visible { display: block; }
.footer { color: #b8c9d6; background: #06111d; padding: 4rem 0 1.25rem; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .9fr .95fr; gap: 2rem; padding-bottom: 2.6rem; }
.footer .brand-name { color: #fff; }
.footer .brand-sub { color: #93abc0; }
.footer p { margin: 1rem 0 0; max-width: 33ch; font-size: .9rem; }
.footer h3 { margin: .2rem 0 1rem; color: #fff; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-links { display: grid; gap: .65rem; }
.footer-links a, .footer-links span { color: #b8c9d6; font-size: .9rem; }
.footer-links a:hover { color: #93e7ff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.09); color: #7990a4; font-size: .78rem; }
.modal-backdrop { position: fixed; z-index: 300; inset: 0; display: none; align-items: center; justify-content: center; padding: 1rem; background: rgba(2, 13, 23, .72); backdrop-filter: blur(9px); }
.modal-backdrop.is-open { display: flex; }
.modal { width: min(100%, 650px); max-height: calc(100vh - 2rem); overflow: auto; position: relative; padding: clamp(1.3rem, 4vw, 2.2rem); border-radius: 22px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.modal-close { position: absolute; top: 1rem; right: 1rem; width: 38px; height: 38px; border: 1px solid #d5e2ec; border-radius: 50%; background: #fff; color: var(--ink); font-size: 1.25rem; }
.modal h2 { margin: 0; font-size: 2rem; line-height: 1; letter-spacing: -.06em; }
.modal > p { color: var(--muted); }
.toast { position: fixed; left: 50%; bottom: 1.2rem; z-index: 400; transform: translate(-50%, 150%); max-width: calc(100% - 2rem); padding: .75rem 1rem; border-radius: 999px; color: #08304a; background: #b7f7e6; box-shadow: 0 15px 35px rgba(3,19,33,.2); font-size: .84rem; font-weight: 850; transition: transform .22s ease; }
.toast.is-visible { transform: translate(-50%, 0); }
@media (max-width: 980px) {
  .nav-links { gap: 1rem; }
  .hero-grid, .split-layout, .quote-grid, .faq-layout { grid-template-columns: 1fr; }
  .hero-grid { padding: 4.5rem 0; }
  .hero-panel { max-width: 620px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-stack { min-height: 430px; }
  .section-header { grid-template-columns: 1fr; gap: .7rem; }
  .process-grid, .mail-steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > :first-child { grid-column: span 3; }
}
@media (max-width: 760px) {
  .container { width: min(var(--max), calc(100% - 1.4rem)); }
  .topbar-right { display: none; }
  .topbar-inner { justify-content: center; text-align: center; }
  .nav { min-height: 68px; }
  .menu-button { display: block; }
  .nav-links { position: fixed; z-index: 70; top: 68px; right: 0; left: 0; min-height: calc(100vh - 68px); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.35rem 2rem; background: #fff; border-top: 1px solid var(--line); transform: translateX(100%); transition: transform .22s ease; }
  .nav-links.is-open { transform: translateX(0); }
  .nav-links li { border-bottom: 1px solid #e6eef5; }
  .nav-links a { display: block; padding: 1rem 0; font-size: 1.05rem; }
  .nav-links .nav-cta { margin-top: 1rem; }
  .hero-grid { min-height: auto; padding: 4.1rem 0 3.5rem; }
  .hero h1, .page-hero h1 { font-size: clamp(2.85rem, 13vw, 4rem); }
  .hero-copy { font-size: 1rem; }
  .hero::before { background-position: 62% center; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: .85rem 0; }
  .trust-item { font-size: .76rem; }
  .service-grid, .mode-grid { grid-template-columns: 1fr; }
  .photo-stack { min-height: 340px; }
  .photo-large { inset: 0 7% 0 0; }
  .photo-small { width: 47%; height: 42%; }
  .process-grid, .mail-steps { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; align-content: center; padding: 3.6rem 0; }
  .cta-inner .button { justify-self: start; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: span 2; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: .4rem; }
}
@media (max-width: 450px) {
  .brand-sub { font-size: .55rem; }
  .hero-actions .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
}


/* Legal policy pages and payment-card footer */
.policy-hero { padding: 5.25rem 0 2rem; background: linear-gradient(135deg, rgba(19,120,233,.09), rgba(16,24,40,.04)); }
.policy-hero .eyebrow { color: #1378e9; }
.policy-hero h1 { max-width: 880px; margin: .5rem 0 .85rem; font-size: clamp(2.2rem, 5vw, 4.2rem); letter-spacing: -.06em; line-height: .95; }
.policy-hero p { max-width: 760px; color: #596579; font-size: 1.08rem; }
.policy-section { padding: 4rem 0 5rem; background: #fff; }
.policy-card { max-width: 980px; margin: 0 auto; padding: clamp(1.3rem, 4vw, 3rem); border: 1px solid rgba(15, 23, 42, .09); border-radius: 28px; background: #fff; box-shadow: 0 24px 70px rgba(15, 23, 42, .08); }
.policy-card .updated { display: inline-flex; margin-bottom: 1.4rem; padding: .45rem .75rem; border-radius: 999px; background: #eef6ff; color: #095daf; font-size: .86rem; font-weight: 800; }
.policy-card h2 { margin: 2rem 0 .65rem; font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.035em; }
.policy-card h2:first-of-type { margin-top: 0; }
.policy-card p, .policy-card li { color: #4f5f76; }
.policy-card ul { margin: .75rem 0 1.2rem; padding-left: 1.2rem; }
.policy-card a { color: #1378e9; font-weight: 800; }
.policy-note-box { margin: 1.5rem 0; padding: 1rem 1.1rem; border-radius: 18px; border: 1px solid rgba(19,120,233,.18); background: #f3f8ff; color: #30465f; }
.payment-strip { margin-top: 1.7rem; padding: .75rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: .85rem; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.payment-strip span { color: #9db0c9; font-size: .86rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; }
.payment-strip img { width: 240px; max-width: 55vw; height: auto; display: block; padding: .18rem; border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: 0 8px 18px rgba(0,0,0,.12); }
.footer-bottom a { color: inherit; }
.footer-bottom a:hover { color: #fff; }
@media (max-width: 720px) { .payment-strip { align-items: flex-start; flex-direction: column; } .payment-strip img { width: 220px; max-width: 100%; } }


/* Critical fix: keep inline phone/payment/action icons normal size on live hosting */
.button svg,
a.button svg,
.hero-actions .button svg,
.nav-cta svg,
.footer svg {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  max-width: 22px !important;
  flex: 0 0 22px !important;
  display: inline-block !important;
}
.hero-actions .button--light,
.button--light[href^="tel"],
a[href^="tel"].button {
  white-space: nowrap !important;
  width: auto !important;
  max-width: 100% !important;
  align-self: flex-start;
}
.hero-actions .button--light {
  padding: .85rem 1.15rem !important;
}
.hero-actions {
  align-items: center;
}
@media (max-width: 560px) {
  .hero-actions .button,
  .hero-actions .button--light {
    width: 100% !important;
    justify-content: center !important;
    white-space: nowrap !important;
    font-size: .92rem;
  }
  .button svg,
  a.button svg,
  .hero-actions .button svg {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    flex-basis: 20px !important;
  }
}
