/* Appzster — shared design system | Microsoft-inspired, light and premium */
:root {
  --blue: #0067b8;
  --blue-dark: #004f8c;
  --blue-light: #eaf4fc;
  --ink: #172033;
  --muted: #526176;
  --line: #dce5ee;
  --canvas: #ffffff;
  --surface: #f6f9fc;
  --green: #107c41;
  --radius: 18px;
  --shadow-sm: 0 4px 18px rgba(20, 44, 78, .08);
  --shadow-lg: 0 20px 48px rgba(20, 44, 78, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--canvas); font-family: "Segoe UI", Inter, Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, h5, p { margin: 0; }
h1, h2, h3, h4 { color: var(--ink); font-weight: 650; letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(2.75rem, 5.8vw, 5.15rem); }
h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
h3 { font-size: 1.28rem; }
p { color: var(--muted); }

.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 104px 0; }
.section-alt { background: linear-gradient(180deg, #f7fbff 0%, #f2f7fc 100%); }
.grid-2, .grid-3, .grid-4 { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.section-header { max-width: 740px; margin: 0 auto 56px; text-align: center; }
.section-header h2 { margin: 14px 0 18px; }
.section-header p { font-size: 1.075rem; }
.text-gradient { color: var(--blue); }

.section-badge, .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; min-height: 30px; padding: 5px 12px; border: 1px solid #cce3f5; border-radius: 999px; color: var(--blue-dark); background: #f1f8fe; font-size: .77rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.section-badge.orange { color: #a94d00; background: #fff6ed; border-color: #f7dfca; }
.section-badge.green { color: #076b38; background: #edfbf3; border-color: #ccefdc; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 20px; border: 1px solid transparent; border-radius: 7px; font-size: .95rem; font-weight: 600; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--blue); box-shadow: 0 5px 14px rgba(0, 103, 184, .22); }
.btn-primary:hover { background: var(--blue-dark); box-shadow: 0 8px 20px rgba(0, 79, 140, .24); }
.btn-outline { color: var(--blue-dark); background: #fff; border-color: #9fc9e8; }
.btn-outline:hover { background: #f3f9fd; border-color: var(--blue); }
.btn-lg { min-height: 54px; padding: 14px 24px; font-size: 1rem; }

/* Navigation */
.navbar { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; background: rgba(255, 255, 255, .86); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transition: box-shadow .2s ease, border-color .2s ease; }
.navbar.scrolled { border-color: var(--line); box-shadow: 0 4px 18px rgba(21, 41, 70, .07); }
.navbar-inner { display: flex; align-items: center; width: min(1260px, calc(100% - 48px)); min-height: 86px; margin: auto; gap: 28px; }
.navbar-logo { display: inline-flex; flex: 0 0 auto; align-items: center; }
.navbar-logo img { width: 184px; height: auto; }
.navbar-nav { display: flex; align-items: center; gap: 25px; margin: 0 0 0 auto; padding: 0; list-style: none; }
.navbar-nav > li { position: relative; }
.nav-link { display: inline-flex; gap: 5px; align-items: center; padding: 27px 0; color: #354258; font-size: .9rem; font-weight: 600; }
.nav-link:hover, .nav-link.active { color: var(--blue); }
.nav-arrow { font-size: .7rem; }
.dropdown { position: absolute; top: calc(100% - 12px); left: -20px; display: none; width: 240px; padding: 8px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow-lg); }
.navbar-nav > li:hover .dropdown, .navbar-nav > li:focus-within .dropdown { display: block; }
.dropdown a { display: block; padding: 10px 12px; border-radius: 8px; color: #42516a; font-size: .9rem; }
.dropdown a:hover { color: var(--blue); background: #f3f9fd; }
.dropdown-divider { height: 1px; margin: 5px 0; background: var(--line); }
.navbar-cta .btn { min-height: 42px; }
.hamburger { display: none; width: 42px; height: 42px; margin-left: auto; padding: 9px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.hamburger span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; }

/* Home hero */
.hero { position: relative; overflow: hidden; min-height: 645px; padding: 102px 0 94px; background: radial-gradient(circle at 88% 20%, #d9efff 0, rgba(217, 239, 255, 0) 28%), linear-gradient(135deg, #fff 15%, #f6fbff 100%); }
.hero::after { position: absolute; inset: 0; pointer-events: none; content: ""; background-image: linear-gradient(rgba(0, 103, 184, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 103, 184, .045) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, #000 0, transparent 70%); }
.hero .container { position: relative; z-index: 1; }
.hero-content { max-width: 765px; }
.hero-eyebrow { margin-bottom: 25px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #107c41; box-shadow: 0 0 0 5px rgba(16, 124, 65, .11); }
.hero h1 { max-width: 800px; }
.hero-subtitle { max-width: 670px; margin-top: 26px; font-size: 1.14rem; line-height: 1.7; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .78; }
.hero-orb-1 { top: 100px; right: 7%; width: 260px; height: 260px; border: 35px solid rgba(0, 103, 184, .14); }
.hero-orb-2 { right: 17%; bottom: 52px; width: 110px; height: 110px; background: rgba(91, 189, 255, .26); }
.hero-orb-3 { top: 178px; right: 24%; width: 44px; height: 44px; background: rgba(0, 103, 184, .32); }
.hero-grid { display: none; }

/* Cards and homepage modules */
.service-card, .testimonial-card { min-height: 100%; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, .9); box-shadow: 0 1px 0 rgba(20, 55, 90, .02); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.service-card:hover, .testimonial-card:hover { transform: translateY(-6px); border-color: #9ac9ed; box-shadow: var(--shadow-sm); }
.card-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 24px; border-radius: 13px; color: var(--blue); background: #eaf4fc; font-size: 1.45rem; }
.card-icon.orange { color: #a94d00; background: #fff3e8; }
.card-icon.green { color: #08753e; background: #e9f8f0; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { font-size: .95rem; line-height: 1.65; }
.stats-strip { padding: 94px 0; background: linear-gradient(120deg, #005b9f 0%, #0078d4 100%); }
.stats-strip .section-header { margin-bottom: 46px; }
.stats-strip .section-badge { color: #fff; background: rgba(255, 255, 255, .15); border-color: rgba(255,255,255,.34); }
.stats-strip h3, .stats-strip p { color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 820px; margin: auto; border-top: 1px solid rgba(255,255,255,.32); border-bottom: 1px solid rgba(255,255,255,.32); }
.stat-item { padding: 26px; text-align: center; }
.stat-item + .stat-item { border-left: 1px solid rgba(255,255,255,.32); }
.stat-number { color: #fff; font-size: clamp(2.2rem, 4vw, 3.25rem); font-weight: 700; letter-spacing: -.05em; }
.stat-label { color: rgba(255,255,255,.86); font-size: .91rem; }
.testimonial-stars { margin-bottom: 18px; color: #f5a623; letter-spacing: 3px; }
.testimonial-text { margin-bottom: 24px; color: #3d4d64; font-size: .98rem; font-style: italic; }
.author-info { display: grid; gap: 2px; padding-top: 17px; border-top: 1px solid var(--line); }
.author-info strong { color: var(--ink); font-size: .93rem; }
.author-info span { color: var(--muted); font-size: .84rem; }
.cta-section { padding: 102px 0; text-align: center; background: #eef7fe; }
.cta-section h2 { margin: 14px auto 18px; }
.cta-section > .container > p { max-width: 650px; margin: auto; font-size: 1.06rem; }
.cta-actions { justify-content: center; }

/* Footer */
.footer { padding: 72px 0 24px; color: #526176; background: #fff; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 54px; }
.footer-brand img { width: 150px; }
.footer h4 { color: var(--ink) !important; font-size: .96rem; letter-spacing: 0; }
.footer h5 { margin-bottom: 18px; color: var(--ink); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.office-card p { color: var(--muted) !important; }
.footer a { color: var(--blue) !important; }
.footer-links { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.footer-links a { color: #526176 !important; font-size: .92rem; }
.footer-links a:hover { color: var(--blue) !important; }
.footer-socials { display: flex; gap: 8px; }
.social-link { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; color: var(--blue) !important; font-size: .85rem; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 52px; padding-top: 22px; border-top: 1px solid var(--line); font-size: .84rem; }
.footer-bottom p { color: #718097; font-size: inherit; }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { color: #718097 !important; }
.scroll-top { position: fixed; right: 22px; bottom: 22px; z-index: 20; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #b7d6eb; border-radius: 9px; color: #fff; background: var(--blue); box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s, transform .2s; }
.scroll-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* Shared inner-page components */
.page-hero { padding: 120px 0 82px; text-align: center; background: linear-gradient(135deg, #f4faff, #fff); }
.page-hero h1 { max-width: 900px; margin: 14px auto; }
.page-hero p { max-width: 700px; margin: auto; font-size: 1.08rem; }
.feature-card, .info-block, .process-step, .industry-card, .stat-card, .tech-item { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.contact-form { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; margin-bottom: 7px; color: var(--ink); font-size: .9rem; font-weight: 600; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 12px 13px; border: 1px solid #bdcad7; border-radius: 8px; color: var(--ink); background: #fff; outline: none; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,103,184,.12); }

/* About page */
.breadcrumb { display: flex; justify-content: center; gap: 9px; margin-bottom: 22px; color: var(--muted); font-size: .9rem; }
.breadcrumb a { color: var(--blue); }
.about-copy h2 { margin: 14px 0 20px; }
.about-copy > p { margin-bottom: 16px; }
.info-box { margin-top: 16px; padding: 20px; border: 1px solid #cfe4f4; border-radius: 13px; background: #f3f9fe; }
.info-box.green { border-color: #c9ead8; background: #f0fbf5; }
.info-box h4 { margin-bottom: 6px; font-size: 1rem; }
.history-timeline { position: relative; padding-left: 35px; }
.history-timeline::before { position: absolute; top: 7px; bottom: 8px; left: 7px; width: 2px; content: ""; background: #b7d8ee; }
.history-item { position: relative; padding: 0 0 27px 15px; }
.history-item:last-child { padding-bottom: 0; }
.history-dot { position: absolute; top: 5px; left: -35px; width: 16px; height: 16px; border: 3px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 2px #b7d8ee; }
.history-year { display: inline-block; margin-bottom: 7px; padding: 3px 9px; border-radius: 999px; color: var(--blue-dark); background: var(--blue-light); font-size: .75rem; font-weight: 700; }
.history-item h4 { margin-bottom: 5px; font-size: 1.03rem; }
.history-item p { font-size: .93rem; }
.value-card, .practice-card, .principle-item, .office-item, .partner-badge { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.value-card { padding: 28px; }
.value-card:hover, .practice-card:hover, .principle-item:hover, .office-item:hover, .partner-badge:hover { border-color: #9eccea; box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.value-icon, .practice-icon { margin-bottom: 15px; color: var(--blue); font-size: 1rem; font-weight: 800; }
.value-card h3, .practice-card h3 { margin-bottom: 9px; }
.value-card p, .practice-card p { font-size: .93rem; }
.practice-card { padding: 28px 20px; text-align: center; }
.practice-number { margin-bottom: 6px; color: var(--blue); font-size: 2.2rem; font-weight: 700; letter-spacing: -.05em; }
.principles-list { display: grid; gap: 16px; }
.principle-item { display: flex; gap: 15px; padding: 20px; }
.principle-number { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-light); font-size: .78rem; font-weight: 700; }
.principle-item h4 { margin-bottom: 4px; font-size: 1rem; }
.principle-item p { font-size: .91rem; }
.office-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; gap: 20px; margin: auto; }
.office-item { padding: 28px; text-align: center; }
.office-item h4 { margin-bottom: 5px; }
.office-role { display: inline-block; margin-top: 12px; padding: 3px 9px; border-radius: 999px; color: var(--blue-dark); background: var(--blue-light); font-size: .73rem; font-weight: 700; }
.partner-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.partner-badge { padding: 12px 16px; color: #40516a; font-size: .9rem; font-weight: 600; }

/* Service-detail pages */
.platform-card, .apptype-card, .highlight-row, .faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.platform-card { padding: 30px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.platform-card:hover { border-color: #9eccea; box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.platform-kicker { display: inline-block; margin-bottom: 13px; color: var(--blue-dark); font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.platform-card h3 { margin-bottom: 10px; }
.feature-list { display: grid; gap: 8px; margin: 20px 0; padding: 0; list-style: none; color: #4a5b72; font-size: .9rem; }
.feature-list li { position: relative; padding-left: 19px; }
.feature-list li::before { position: absolute; left: 0; content: ""; width: 8px; height: 8px; margin-top: .43em; border-radius: 50%; background: var(--blue); }
.tech-pill { display: inline-block; margin: 3px 3px 0 0; padding: 4px 8px; border: 1px solid #cfe4f4; border-radius: 999px; color: var(--blue-dark); background: #f2f9fe; font-size: .74rem; font-weight: 600; }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.comparison-table { width: 100%; min-width: 750px; border-collapse: collapse; font-size: .88rem; }
.comparison-table th, .comparison-table td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table th { color: var(--ink); background: #f2f8fc; font-size: .8rem; }
.comparison-table td:first-child { color: var(--ink); font-weight: 600; }
.positive { color: #08753e; font-weight: 600; }.neutral { color: #9a5700; font-weight: 600; }
.apptype-card { display: flex; gap: 14px; padding: 21px; }
.apptype-card h4 { margin-bottom: 5px; font-size: 1rem; }.apptype-card p { font-size: .91rem; }
.apptype-marker { flex: 0 0 10px; width: 10px; height: 10px; margin-top: 7px; border-radius: 50%; background: var(--blue); }.apptype-marker.green { background: var(--green); }.apptype-marker.orange { background: #c65d00; }
.highlight-row { display: grid; grid-template-columns: 180px 1fr; gap: 28px; padding: 29px; margin-bottom: 18px; }.highlight-number { color: var(--blue); font-size: 1.1rem; font-weight: 700; }.highlight-row h3 { margin-bottom: 9px; }
.process-list { display: grid; gap: 0; }.process-item { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 0 0 24px; }.process-number { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-light); font-size: .8rem; font-weight: 700; }.process-item h4 { margin-bottom: 5px; }.process-item p { font-size: .92rem; }
.commitment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }.commitment-card { padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }.commitment-card h4 { margin-bottom: 5px; font-size: .96rem; }.commitment-card p { font-size: .86rem; }
.faq-list { display: grid; gap: 12px; max-width: 850px; margin: auto; }.faq-item { padding: 21px 22px; }.faq-item h4 { margin-bottom: 8px; font-size: 1rem; }.faq-item p { font-size: .92rem; }

/* Contact page */
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: start; }
.contact-list { display: grid; gap: 12px; margin: 25px 0; }.contact-item { padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }.contact-item h4 { margin-bottom: 3px; font-size: 1rem; }.contact-item p { font-size: .88rem; }.contact-item a { color: var(--blue); font-weight: 600; font-size: .92rem; }
.steps-compact { display: grid; gap: 14px; }.step-compact { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; }.step-compact span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-light); font-size: .75rem; font-weight: 700; }.step-compact h4 { margin-bottom: 2px; font-size: .93rem; }.step-compact p { font-size: .84rem; }
.contact-form { box-shadow: var(--shadow-lg); }.contact-form h2 { margin-bottom: 8px; }.form-intro { margin-bottom: 24px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.choice { display: flex; align-items: center; gap: 8px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; color: #40516a; font-size: .87rem; }.choice input { accent-color: var(--blue); }.form-submit { width: 100%; margin-top: 5px; }.form-status { display: none; margin-top: 15px; padding: 12px; border-radius: 8px; font-size: .9rem; }.form-status.success { color: #08753e; background: #edf9f2; }.form-status.error { color: #a22b20; background: #fff1ef; }

/* Legal pages */
.legal-page { max-width: 900px; margin: auto; padding: 80px 0 100px; }.legal-page h1 { margin: 15px 0; }.legal-page > p { max-width: 710px; }.legal-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; color: var(--muted); font-size: .84rem; }.legal-meta span { padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); }.legal-toc { margin: 42px 0; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #f7fbff; }.legal-toc h3 { margin-bottom: 12px; font-size: 1.05rem; }.legal-toc ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px 24px; margin: 0; padding-left: 20px; }.legal-toc a { color: var(--blue); font-size: .9rem; }.legal-section { padding: 34px 0; border-top: 1px solid var(--line); }.legal-section h2 { margin-bottom: 17px; font-size: 1.65rem; }.legal-section h3 { margin: 20px 0 8px; font-size: 1.05rem; }.legal-section p { margin-bottom: 13px; }.legal-section ul { display: grid; gap: 8px; margin: 14px 0 15px; padding-left: 22px; color: var(--muted); }.legal-section li { padding-left: 3px; }.legal-section a { color: var(--blue); }.legal-highlight { margin: 18px 0; padding: 18px; border-left: 4px solid var(--blue); border-radius: 0 10px 10px 0; color: #40516a; background: #f1f8fe; }.legal-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }.legal-links a { color: var(--blue); font-weight: 600; }

/* Reveal animation */
.fade-up { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up-delay-1 { transition-delay: .1s; }
.fade-up-delay-2 { transition-delay: .2s; }
.fade-up-delay-3 { transition-delay: .3s; }

@media (max-width: 980px) {
  .navbar-nav, .navbar-cta { display: none; }
  .hamburger { display: block; }
  .mobile-nav { position: fixed; inset: 86px 0 auto; z-index: 40; padding: 18px 24px 26px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: var(--shadow-sm); }
  .mobile-nav.open { display: grid; gap: 2px; }
  .mobile-nav > a:not(.btn) { padding: 11px 8px; color: var(--ink); font-weight: 600; }
  .mobile-cta { margin-top: 10px; }
  .hero { min-height: auto; }
  .footer-grid { grid-template-columns: 1.6fr 1fr; }
  .footer-brand { grid-column: 1 / -1 !important; }
}

@media (max-width: 720px) {
  .container, .navbar-inner { width: min(100% - 32px, 1180px); }
  .section { padding: 72px 0; }
  .navbar-inner { min-height: 74px; }
  .navbar-logo img { width: 162px; }
  .mobile-nav { inset: 74px 0 auto; }
  .hero { padding: 76px 0 72px; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 3.55rem); }
  .hero-subtitle { font-size: 1rem; }
  .hero-orb-1 { top: 10px; right: -110px; }
  .grid-2, .grid-3, .grid-4, .footer-grid { grid-template-columns: 1fr; }
  .office-grid { grid-template-columns: 1fr; }
  .highlight-row { grid-template-columns: 1fr; gap: 10px; }
  .commitment-grid { grid-template-columns: 1fr; }
  .contact-layout, .form-row { grid-template-columns: 1fr; }
  .legal-toc ol { grid-template-columns: 1fr; }
  .section-header { margin-bottom: 36px; }
  .service-card, .testimonial-card { padding: 25px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat-item + .stat-item { border-top: 1px solid rgba(255,255,255,.32); border-left: 0; }
  .footer-brand { grid-column: auto !important; }
  .footer-bottom { flex-direction: column; margin-top: 40px; }
  .footer-legal { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
