*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
font-size: 16px;
}
body {
font-family: 'Inter', sans-serif;
color: #0a1628;
background: #fff;
overflow-x: hidden;
}

:root {
--navy: #08142a;
--navy2: #0f2244;
--blue: #0052b4;
--blue2: #0066cc;
--green: #1b7a3e;
--green2: #239150;
--light: #f4f7fb;
--border: #dde3ee;
--muted: #5a6a80;
--px: 80px;
}

/* ── NAV ── */
nav {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 200;
background: #fff;
border-bottom: 1px solid var(--border);
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 var(--px);
height: 72px;
transition: box-shadow 0.3s;
}
nav.scrolled {
box-shadow: 0 2px 24px rgba(8, 20, 40, 0.08);
}
.nav-logo img {
height: 46px;
width: auto;
display: block;
}
.nav-links {
display: flex;
gap: 36px;
list-style: none;
}
.nav-links a {
font-size: 0.8rem;
font-weight: 500;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--muted);
text-decoration: none;
transition: color 0.2s;
}
.nav-links a:hover {
color: var(--navy);
}
.nav-actions {
display: flex;
align-items: center;
gap: 16px;
}
.nav-phone {
font-size: 0.82rem;
font-weight: 600;
color: var(--navy);
text-decoration: none;
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
}
.nav-cta {
height: 40px;
padding: 0 22px;
background: var(--blue);
color: #fff;
border: none;
border-radius: 4px;
font-family: 'Inter', sans-serif;
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
cursor: pointer;
text-decoration: none;
display: inline-flex;
align-items: center;
transition: background 0.2s;
}
.nav-cta:hover {
background: var(--blue2);
}
.nav-toggle {
display: none;
flex-direction: column;
justify-content: center;
gap: 5px;
width: 32px;
height: 32px;
background: none;
border: none;
cursor: pointer;
padding: 0;
}
.nav-toggle span {
display: block;
width: 100%;
height: 2px;
background: var(--navy);
border-radius: 2px;
transition: transform 0.25s, opacity 0.25s;
}
.nav-toggle.open span:nth-child(1) {
transform: translateY(7px) rotate(45deg);
}
.nav-toggle.open span:nth-child(2) {
opacity: 0;
}
.nav-toggle.open span:nth-child(3) {
transform: translateY(-7px) rotate(-45deg);
}

/* ── HERO ── */
.hero {
background: var(--navy);
display: grid;
grid-template-columns: 1fr 1fr;
min-height: 100vh;
padding-top: 72px;
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(0, 82, 180, 0.12) 0%, transparent 60%), radial-gradient(ellipse at 80% 50%, rgba(0, 82, 180, 0.06) 0%, transparent 60%);
pointer-events: none;
}
/* Subtle grid pattern */
.hero::after {
content: '';
position: absolute;
inset: 0;
background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
background-size: 60px 60px;
pointer-events: none;
}
.hero-left {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: center;
padding: 80px var(--px);
}
.hero-eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 0.7rem;
font-weight: 600;
letter-spacing: 0.2em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.45);
margin-bottom: 28px;
}
.hero-eyebrow span {
display: block;
width: 32px;
height: 1px;
background: var(--blue2);
}
h1 {
font-family: 'Playfair Display', serif;
font-size: clamp(3.2rem, 5vw, 5.6rem);
font-weight: 800;
line-height: 1.02;
color: #fff;
letter-spacing: -0.02em;
margin-bottom: 28px;
}
h1 em {
font-style: italic;
color: #4da3ff;
}
.hero-desc {
font-size: 1rem;
line-height: 1.8;
color: rgba(255, 255, 255, 0.55);
max-width: 420px;
margin-bottom: 44px;
font-weight: 300;
}
.hero-desc strong {
color: rgba(255, 255, 255, 0.85);
font-weight: 500;
}
.hero-actions {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.btn-white {
height: 50px;
padding: 0 32px;
background: #fff;
color: var(--navy);
border: none;
border-radius: 4px;
font-family: 'Inter', sans-serif;
font-size: 0.82rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
cursor: pointer;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 8px;
transition:
    background 0.2s,
    transform 0.2s;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.btn-white:hover {
background: #f0f4ff;
transform: translateY(-2px);
}
.btn-ghost {
height: 50px;
padding: 0 32px;
background: transparent;
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 4px;
font-family: 'Inter', sans-serif;
font-size: 0.82rem;
font-weight: 500;
letter-spacing: 0.06em;
text-transform: uppercase;
cursor: pointer;
text-decoration: none;
display: inline-flex;
align-items: center;
transition:
    border-color 0.2s,
    background 0.2s;
}
.btn-ghost:hover {
border-color: rgba(255, 255, 255, 0.6);
background: rgba(255, 255, 255, 0.06);
}
.hero-divider {
width: 100%;
height: 1px;
background: rgba(255, 255, 255, 0.08);
margin: 48px 0 36px;
}
.hero-stats {
display: flex;
gap: 0;
}
.hero-stat {
padding: 0 36px 0 0;
border-right: 1px solid rgba(255, 255, 255, 0.1);
margin-right: 36px;
}
.hero-stat:last-child {
border-right: none;
margin-right: 0;
}
.hs-num {
font-family: 'Playfair Display', serif;
font-size: 2.6rem;
font-weight: 700;
color: #fff;
line-height: 1;
}
.hs-label {
font-size: 0.68rem;
letter-spacing: 0.14em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.35);
margin-top: 6px;
}

/* Hero right — photo */
.hero-right {
position: relative;
}
.hero-right::before {
content: '';
position: absolute;
inset: 0;
z-index: 1;
background: linear-gradient(to right, var(--navy) 0%, transparent 30%), linear-gradient(to top, var(--navy) 0%, transparent 20%);
}
.hero-photo {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
display: block;
}
.hero-card {
position: absolute;
bottom: 40px;
left: -20px;
z-index: 3;
background: rgba(255, 255, 255, 0.06);
backdrop-filter: blur(24px);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 8px;
padding: 20px 28px;
}
.hc-label {
font-size: 0.65rem;
letter-spacing: 0.2em;
text-transform: uppercase;
color: #4da3ff;
margin-bottom: 10px;
}
.hc-rule {
width: 32px;
height: 1px;
background: rgba(255, 255, 255, 0.2);
margin-bottom: 10px;
}
.hc-name {
font-size: 1.1rem;
font-weight: 700;
color: #fff;
}
.hc-title {
font-size: 0.75rem;
color: rgba(255, 255, 255, 0.45);
margin-top: 3px;
}

/* ── CREDENTIAL BAR ── */
.cred-bar {
background: #fff;
border-bottom: 1px solid var(--border);
padding: 0 var(--px);
display: flex;
align-items: stretch;
}
.cred-item {
display: flex;
align-items: center;
gap: 12px;
padding: 20px 40px 20px 0;
margin-right: 40px;
border-right: 1px solid var(--border);
font-size: 0.78rem;
font-weight: 500;
color: var(--muted);
}
.cred-item:last-child {
border-right: none;
margin-right: 0;
padding-right: 0;
}
.cred-icon {
width: 34px;
height: 34px;
border-radius: 6px;
flex-shrink: 0;
background: var(--light);
border: 1px solid var(--border);
display: grid;
place-items: center;
font-size: 0.85rem;
}

/* ── SHARED ── */
.section-eyebrow {
display: flex;
align-items: center;
gap: 10px;
font-size: 0.68rem;
font-weight: 600;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--blue);
margin-bottom: 16px;
}
.section-eyebrow::before {
content: '';
display: block;
width: 28px;
height: 2px;
background: var(--blue);
flex-shrink: 0;
}
h2 {
font-family: 'Playfair Display', serif;
font-size: clamp(2.2rem, 3.5vw, 3.4rem);
font-weight: 800;
line-height: 1.08;
letter-spacing: -0.02em;
color: var(--navy);
margin-bottom: 16px;
}
h2 em {
font-style: italic;
color: var(--blue);
}
.lead {
font-size: 1rem;
line-height: 1.8;
color: var(--muted);
max-width: 500px;
margin-bottom: 52px;
}

/* ── SERVICES ── */
.services-section {
padding: 100px var(--px);
background: #fff;
}
.services-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2px;
border: 1px solid var(--border);
border-radius: 8px;
overflow: hidden;
box-shadow: 0 4px 40px rgba(8, 20, 40, 0.06);
}
.svc-card {
background: #fff;
padding: 44px 28px;
border-right: 1px solid var(--border);
position: relative;
transition: background 0.25s;
display: flex;
flex-direction: column;
}
.svc-card:last-child {
border-right: none;
}
.svc-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: var(--blue);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.3s;
}
.svc-card:hover {
background: var(--light);
}
.svc-card:hover::before {
transform: scaleX(1);
}
.svc-card.active {
background: var(--navy);
}
.svc-card.active::before {
transform: scaleX(1);
background: #4da3ff;
}
.svc-num {
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.2em;
color: var(--border);
margin-bottom: 28px;
transition: color 0.25s;
}
.svc-card:hover .svc-num {
color: var(--blue);
}
.svc-card.active .svc-num {
color: rgba(255, 255, 255, 0.2);
}
h3 {
font-family: 'Playfair Display', serif;
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 14px;
color: var(--navy);
transition: color 0.25s;
}
.svc-card.active h3 {
color: #fff;
}
.svc-desc {
font-size: 0.88rem;
line-height: 1.75;
color: var(--muted);
margin-bottom: 24px;
flex: 1;
transition: color 0.25s;
}
.svc-card.active .svc-desc {
color: rgba(255, 255, 255, 0.55);
}
.svc-list {
list-style: none;
display: flex;
flex-direction: column;
gap: 8px;
margin-bottom: 32px;
}
.svc-list li {
font-size: 0.82rem;
color: var(--muted);
display: flex;
align-items: center;
gap: 10px;
transition: color 0.25s;
}
.svc-card.active .svc-list li {
color: rgba(255, 255, 255, 0.5);
}
.svc-tick {
width: 16px;
height: 16px;
border-radius: 50%;
flex-shrink: 0;
background: var(--light);
border: 1px solid var(--border);
display: grid;
place-items: center;
font-size: 0.55rem;
color: var(--blue);
transition:
    background 0.25s,
    border-color 0.25s;
}
.svc-card:hover .svc-tick {
background: #ebf2ff;
border-color: var(--blue);
}
.svc-card.active .svc-tick {
background: rgba(77, 163, 255, 0.15);
border-color: rgba(77, 163, 255, 0.3);
color: #4da3ff;
}
.svc-price {
padding-top: 24px;
border-top: 1px solid var(--border);
transition: border-color 0.25s;
}
.svc-card.active .svc-price {
border-color: rgba(255, 255, 255, 0.1);
}
.price-label {
font-size: 0.65rem;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--muted);
margin-bottom: 4px;
}
.svc-card.active .price-label {
color: rgba(255, 255, 255, 0.3);
}
.price-amount {
font-family: 'Playfair Display', serif;
font-size: 2rem;
font-weight: 700;
color: var(--navy);
transition: color 0.25s;
}
.svc-card.active .price-amount {
color: #4da3ff;
}
.price-unit {
font-size: 0.78rem;
color: var(--muted);
}
.svc-card.active .price-unit {
color: rgba(255, 255, 255, 0.3);
}
.price-note {
display: block;
font-size: 0.74rem;
color: var(--muted);
margin-top: 6px;
font-weight: 400;
}
.svc-card.active .price-note {
color: rgba(255, 255, 255, 0.35);
}

/* ── STATS BAND ── */
.stats-band {
background: var(--navy2);
padding: 72px var(--px);
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0;
border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.stat-block {
padding: 0 48px;
border-right: 1px solid rgba(255, 255, 255, 0.08);
text-align: center;
}
.stat-block:last-child {
border-right: none;
}
.sb-num {
font-family: 'Playfair Display', serif;
font-size: 3.2rem;
font-weight: 700;
color: #fff;
line-height: 1;
margin-bottom: 8px;
}
.sb-label {
font-size: 0.72rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.35);
}
.sb-accent {
color: #4da3ff;
}

/* ── INDUSTRIES ── */
.industries-section {
padding: 100px var(--px);
background: var(--light);
}
.ind-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}
.ind-card {
background: #fff;
border: 1px solid var(--border);
border-radius: 6px;
padding: 32px 28px;
display: flex;
align-items: flex-start;
gap: 18px;
transition:
    border-color 0.25s,
    box-shadow 0.25s,
    transform 0.25s;
}
.ind-card:hover {
border-color: var(--blue);
box-shadow: 0 8px 32px rgba(0, 82, 180, 0.08);
transform: translateY(-3px);
}
.ind-icon {
width: 46px;
height: 46px;
border-radius: 6px;
flex-shrink: 0;
background: var(--light);
border: 1px solid var(--border);
display: grid;
place-items: center;
font-size: 1.1rem;
transition:
    background 0.25s,
    border-color 0.25s;
}
.ind-card:hover .ind-icon {
background: #ebf2ff;
border-color: var(--blue);
}
.ind-name {
font-size: 0.95rem;
font-weight: 700;
color: var(--navy);
margin-bottom: 6px;
}
.ind-desc {
font-size: 0.82rem;
color: var(--muted);
line-height: 1.65;
}

/* ── PROCESS ── */
.process-section {
padding: 100px var(--px);
background: #fff;
}
.process-inner {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 100px;
align-items: start;
}
.process-steps {
margin-top: 8px;
}
.p-step {
display: grid;
grid-template-columns: 64px 1fr;
gap: 0;
padding: 28px 0;
border-bottom: 1px solid var(--border);
transition: background 0.2s;
}
.p-step:first-child {
border-top: 1px solid var(--border);
}
.p-step-num {
font-family: 'Playfair Display', serif;
font-size: 2.4rem;
font-weight: 700;
color: var(--border);
line-height: 1;
padding-top: 2px;
transition: color 0.3s;
}
.p-step:hover .p-step-num {
color: var(--blue);
}
.p-step-title {
font-size: 0.95rem;
font-weight: 700;
color: var(--navy);
margin-bottom: 7px;
}
.p-step-desc {
font-size: 0.84rem;
color: var(--muted);
line-height: 1.7;
}

/* ── ABOUT ── */
.about-section {
display: grid;
grid-template-columns: 1fr 1fr;
min-height: 600px;
overflow: hidden;
}
.about-photo-col {
position: relative;
overflow: hidden;
}
.about-photo {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
display: block;
filter: grayscale(8%);
}
.about-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to right, transparent 60%, #fff 100%);
}
.about-content-col {
background: #fff;
padding: 80px var(--px) 80px 60px;
display: flex;
flex-direction: column;
justify-content: center;
}
.about-name-block {
border-left: 3px solid var(--blue);
padding-left: 20px;
margin: 28px 0 36px;
}
.about-name {
font-family: 'Playfair Display', serif;
font-size: 1.8rem;
font-weight: 700;
color: var(--navy);
}
.about-title {
font-size: 0.82rem;
color: var(--muted);
margin-top: 4px;
}
.about-body {
font-size: 0.92rem;
line-height: 1.85;
color: var(--muted);
margin-bottom: 36px;
}
.about-creds {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
}
.cred-pill {
padding: 14px 18px;
background: var(--light);
border: 1px solid var(--border);
border-radius: 6px;
}
.cred-pill-label {
font-size: 0.62rem;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--muted);
margin-bottom: 4px;
}
.cred-pill-val {
font-size: 0.9rem;
font-weight: 700;
color: var(--navy);
}

/* ── WHY US ── */
.why-section {
padding: 100px var(--px);
background: var(--light);
}
.why-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.why-card {
background: #fff;
border: 1px solid var(--border);
border-radius: 6px;
padding: 32px 26px;
transition:
    border-color 0.25s,
    box-shadow 0.25s;
}
.why-card:hover {
border-color: var(--blue);
box-shadow: 0 8px 32px rgba(0, 82, 180, 0.07);
}
.why-card-num {
font-size: 0.65rem;
font-weight: 700;
letter-spacing: 0.2em;
color: var(--border);
margin-bottom: 20px;
}
.why-card-title {
font-size: 0.95rem;
font-weight: 700;
color: var(--navy);
margin-bottom: 10px;
}
.why-card-desc {
font-size: 0.83rem;
color: var(--muted);
line-height: 1.7;
}

/* ── CTA ── */
.cta-section {
background: var(--navy);
padding: 100px var(--px);
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}
.cta-left h2 {
color: #fff;
}
.cta-left h2 em {
color: #4da3ff;
}
.cta-left .lead {
color: rgba(255, 255, 255, 0.45);
max-width: 440px;
margin-bottom: 0;
}
.cta-right {
}
.cta-form {
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 8px;
padding: 40px;
}
.cta-form-title {
font-size: 1.1rem;
font-weight: 700;
color: #fff;
margin-bottom: 6px;
}
.cta-form-sub {
font-size: 0.82rem;
color: rgba(255, 255, 255, 0.35);
margin-bottom: 28px;
}
.form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
}
.form-group {
margin-bottom: 12px;
}
label {
font-size: 0.65rem;
letter-spacing: 0.14em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.35);
display: block;
margin-bottom: 6px;
}
input,
select,
textarea {
width: 100%;
padding: 11px 14px;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 4px;
color: #fff;
font-family: 'Inter', sans-serif;
font-size: 0.88rem;
outline: none;
transition: border-color 0.2s;
}
input::placeholder,
textarea::placeholder {
color: rgba(255, 255, 255, 0.2);
}
input:focus,
select:focus,
textarea:focus {
border-color: rgba(77, 163, 255, 0.5);
}
select option {
background: var(--navy2);
color: #fff;
}
textarea {
resize: vertical;
min-height: 80px;
}
.submit-btn {
width: 100%;
height: 46px;
margin-top: 6px;
background: var(--blue);
color: #fff;
border: none;
border-radius: 4px;
font-family: 'Inter', sans-serif;
font-size: 0.82rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
cursor: pointer;
transition: background 0.2s;
}
.submit-btn:hover {
background: var(--blue2);
}

/* ── FOOTER ── */
footer {
background: var(--light);
border-top: 1px solid var(--border);
padding: 64px var(--px) 36px;
}
.footer-top {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr;
gap: 60px;
padding-bottom: 48px;
border-bottom: 1px solid var(--border);
}
.footer-logo img {
height: 44px;
width: auto;
display: block;
margin-bottom: 16px;
}
.footer-tagline {
font-size: 0.84rem;
color: var(--muted);
line-height: 1.8;
max-width: 240px;
}
.footer-col-h {
font-size: 0.65rem;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--navy);
margin-bottom: 18px;
font-weight: 600;
}
.footer-links {
list-style: none;
display: flex;
flex-direction: column;
gap: 10px;
}
.footer-links a {
font-size: 0.84rem;
color: var(--muted);
text-decoration: none;
transition: color 0.2s;
}
.footer-links a:hover {
color: var(--blue);
}
.footer-bottom {
padding-top: 28px;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 12px;
}
.footer-copy {
font-size: 0.74rem;
color: var(--muted);
}
.footer-legal {
display: flex;
gap: 24px;
}
.footer-legal a {
font-size: 0.74rem;
color: var(--muted);
text-decoration: none;
transition: color 0.2s;
}
.footer-legal a:hover {
color: var(--blue);
}

/* ── LEGAL PAGES ── */
.legal-hero {
background: var(--navy);
padding: 160px var(--px) 64px;
}
.legal-hero .section-eyebrow {
color: #4da3ff;
}
.legal-hero .section-eyebrow::before {
background: #4da3ff;
}
.legal-hero h1 {
font-size: clamp(2.4rem, 4vw, 3.6rem);
margin-bottom: 12px;
}
.legal-updated {
color: rgba(255, 255, 255, 0.4);
font-size: 0.85rem;
}
.legal-content {
max-width: 760px;
margin: 0 auto;
padding: 64px var(--px) 120px;
}
.legal-content h2 {
font-size: 1.5rem;
margin-top: 40px;
margin-bottom: 14px;
}
.legal-content h2:first-child {
margin-top: 0;
}
.legal-content p,
.legal-content li {
font-size: 0.92rem;
line-height: 1.85;
color: var(--muted);
margin-bottom: 14px;
}
.legal-content ul,
.legal-content ol {
margin: 0 0 14px 24px;
}
.legal-content strong {
color: var(--navy);
}
.legal-content a {
color: var(--blue);
text-decoration: none;
}
.legal-content a:hover {
text-decoration: underline;
}
.reveal {
opacity: 0;
transform: translateY(24px);
transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.visible {
opacity: 1;
transform: none;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
:root {
    --px: 40px;
}
.hero {
    grid-template-columns: 1fr;
    min-height: auto;
}
.hero-left {
    padding: 80px var(--px) 60px;
}
.hero-right {
    height: 55vw;
}
.hero-right::before {
    background: linear-gradient(to top, var(--navy) 0%, transparent 35%);
}
.services-grid,
.ind-grid,
.why-grid {
    grid-template-columns: 1fr 1fr;
}
.stats-band {
    grid-template-columns: 1fr 1fr;
}
.stat-block {
    padding: 30px 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.process-inner,
.cta-section,
.about-section {
    grid-template-columns: 1fr;
}
.footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}
.form-row {
    grid-template-columns: 1fr;
}
.cred-bar {
    flex-wrap: wrap;
}
.about-overlay {
    background: linear-gradient(to bottom, transparent 60%, #fff 100%);
}
.about-photo-col {
    height: 60vw;
}
.about-content-col {
    padding: 60px var(--px);
}
}
@media (max-width: 640px) {
:root {
    --px: 20px;
}
.nav-links {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 24px rgba(8, 20, 40, 0.08);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    z-index: 199;
}
.nav-links.open {
    max-height: 400px;
}
.nav-links li {
    width: 100%;
}
.nav-links a {
    display: block;
    padding: 16px var(--px);
    border-bottom: 1px solid var(--border);
}
.nav-actions .nav-phone {
    display: none;
}
.nav-toggle {
    display: flex;
}
.services-grid,
.ind-grid,
.why-grid {
    grid-template-columns: 1fr;
}
.cta-form {
    padding: 28px 20px;
}
h1 {
    font-size: 2.8rem;
}
.hero-right,
.about-photo-col {
    height: auto;
    min-height: 320px;
    aspect-ratio: 4 / 5;
}
.hero-stats {
    flex-wrap: wrap;
    gap: 24px 0;
}
.hero-stat {
    flex: 1 1 40%;
    padding: 0 0 16px 0;
    margin-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hs-num {
    font-size: 2.1rem;
}
}