:root {
    --ink: #111917;
    --forest: #13251f;
    --forest-2: #1b342b;
    --sage: #81988d;
    --bronze: #b88a52;
    --bronze-light: #d8b98e;
    --ivory: #f5f1e9;
    --paper: #fbfaf7;
    --white: #fff;
    --muted: #64706b;
    --line: #dfe3df;
    --display: 'Noto Kufi Arabic', sans-serif;
    --body: 'Noto Sans Arabic', sans-serif;
    --shadow: 0 25px 70px rgba(11, 25, 20, .12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { background: var(--paper); color: var(--ink); font-family: var(--body); line-height: 1.8; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
.page-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; right: 20px; z-index: 999; background: var(--bronze); color: var(--ink); padding: 9px 16px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.12); transition: .35s ease; }
.site-header.scrolled { background: rgba(15, 25, 22, .95); box-shadow: 0 8px 35px rgba(0,0,0,.14); backdrop-filter: blur(16px); }
.nav-shell { width: min(1280px, calc(100% - 48px)); height: 88px; margin-inline: auto; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(216,185,142,.55); color: var(--bronze-light); transform: rotate(45deg); }
.brand-mark i { transform: rotate(-45deg); font-size: 18px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.35; white-space: nowrap; }
.brand-copy strong { font: 700 16px var(--display); }
.brand-copy small { color: rgba(255,255,255,.63); font-size: 10px; }
.main-menu { display: flex; align-items: center; gap: 27px; margin-right: auto; }
.main-menu a { color: rgba(255,255,255,.78); font-size: 14px; position: relative; transition: color .25s; }
.main-menu a::after { content: ''; position: absolute; right: 0; bottom: -10px; width: 0; height: 1px; background: var(--bronze-light); transition: width .25s; }
.main-menu a:hover { color: var(--white); }
.main-menu a:hover::after { width: 100%; }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; padding: 11px 20px; border: 1px solid var(--bronze-light); color: var(--white); font-size: 13px; transition: .25s; }
.nav-cta:hover { background: var(--bronze); border-color: var(--bronze); }
.menu-toggle { display: none; margin-right: auto; width: 42px; height: 42px; background: transparent; border: 1px solid rgba(255,255,255,.25); cursor: pointer; padding: 10px; }
.menu-toggle span { display: block; height: 1px; background: var(--white); margin: 5px 0; transition: .25s; }

.hero { position: relative; min-height: 820px; height: 100vh; max-height: 980px; display: flex; align-items: center; background: var(--forest); color: var(--white); overflow: hidden; }
.hero-slides,.hero-media { position:absolute;inset:0; }.hero-media { background: url('../images/legal-office-hero-v2.png') center left / cover no-repeat; transform:scale(1.01);opacity:0;transition:opacity 1.1s ease,transform 7s ease; }.hero-media.active{opacity:1;transform:scale(1.06)}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,14,12,.18) 0%, rgba(8,14,12,.42) 40%, rgba(8,14,12,.97) 76%, #0d1714 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg, transparent, #000); }
.hero-inner { position: relative; z-index: 2; }
.hero-content { width: min(650px, 57%); margin-right: 0; padding-top: 65px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--bronze-light); font: 600 12px var(--display); letter-spacing: .04em; margin-bottom: 22px; }
.eyebrow i { font-size: 6px; }
.hero h1 { font: 700 clamp(45px, 5.5vw, 78px)/1.3 var(--display); letter-spacing: -.055em; margin-bottom: 22px; }
.hero h1 em { color: var(--bronze-light); font-style: normal; font-weight: 500; }
.hero-content > p { color: rgba(255,255,255,.72); font-size: 17px; max-width: 610px; line-height: 2; }
.hero-actions { display: flex; gap: 14px; margin: 33px 0 48px; }
.button { min-height: 52px; padding: 11px 25px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; font-weight: 600; font-size: 14px; cursor: pointer; transition: transform .25s, background .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #101815; background: var(--bronze-light); }
.button-primary:hover { background: #e5c9a3; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.32); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.07); }
.hero-proof { display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,.16); width: fit-content; padding-top: 24px; }
.hero-proof div { padding: 0 25px; border-left: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; }
.hero-proof div:first-child { padding-right: 0; }
.hero-proof div:last-child { border-left: 0; }
.hero-proof strong { color: var(--bronze-light); font: 600 24px var(--display); direction: ltr; text-align: right; }
.hero-proof span { color: rgba(255,255,255,.56); font-size: 11px; }
.scroll-cue { position: absolute; z-index: 3; bottom: 28px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.55); font-size: 10px; display: flex; flex-direction: column; align-items: center; gap: 7px; }
.scroll-cue span { width: 1px; height: 34px; background: linear-gradient(var(--bronze-light), transparent); }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 55px; border-left: 1px solid var(--line); }
.trust-grid > div:last-child { border-left: 0; }
.trust-grid i { color: var(--bronze); font-size: 21px; }
.trust-grid span { display: flex; flex-direction: column; line-height: 1.65; color: var(--muted); font-size: 11px; }
.trust-grid strong { color: var(--ink); font: 600 13px var(--display); }

.section { padding: 120px 0; }
.split-layout { display: grid; grid-template-columns: .94fr 1fr; align-items: center; gap: 100px; }
.about { background: var(--paper); }
.about-visual { position: relative; padding: 0 0 34px 34px; }
.about-visual img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 35% center; filter: saturate(.77) contrast(1.02); position: relative; z-index: 2; }
.visual-outline { position: absolute; z-index: 1; inset: 32px 0 0 64px; border: 1px solid var(--bronze); }
.experience-card { position: absolute; z-index: 3; bottom: 0; right: -38px; background: var(--forest); color: var(--white); padding: 23px 27px; display: flex; align-items: center; gap: 15px; box-shadow: var(--shadow); }
.experience-card strong { color: var(--bronze-light); font: 500 46px/1 var(--display); }
.experience-card span { font-size: 11px; line-height: 1.7; color: rgba(255,255,255,.7); }
.section-kicker { color: var(--bronze); position: relative; padding-right: 38px; }
.section-kicker::before { content: ''; width: 26px; height: 1px; background: currentColor; position: absolute; right: 0; top: 50%; }
.section-copy h2, .section-heading h2, .faq-intro h2, .contact-copy h2 { font: 700 clamp(31px, 4vw, 50px)/1.5 var(--display); letter-spacing: -.05em; }
.section-copy .lead { font-size: 18px; color: #34423d; margin: 22px 0 14px; line-height: 1.95; }
.section-copy > p:not(.lead) { color: var(--muted); font-size: 14px; }
.signature-line { display: flex; align-items: center; gap: 18px; border-top: 1px solid var(--line); padding-top: 21px; margin: 25px 0 20px; }
.signature { font: 500 32px serif; color: var(--bronze); transform: rotate(-6deg); }
.signature-line > span:last-child { display: flex; flex-direction: column; }
.signature-line strong { font-size: 13px; }
.signature-line small { color: var(--muted); font-size: 11px; }
.text-link { display: inline-flex; gap: 11px; align-items: center; color: var(--forest-2); border-bottom: 1px solid var(--bronze); padding-bottom: 5px; font-size: 13px; font-weight: 600; }

.services { background: var(--forest); color: var(--white); position: relative; }
.services::before { content: ''; position: absolute; inset: 0; opacity: .04; background-image: linear-gradient(135deg, transparent 48%, #fff 49%, #fff 50%, transparent 51%); background-size: 80px 80px; }
.section-heading { position: relative; display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; gap: 50px; }
.section-heading > p { max-width: 420px; color: rgba(255,255,255,.57); font-size: 14px; }
.section-kicker.light { color: var(--bronze-light); }
.services-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-right: 1px solid rgba(255,255,255,.13); }
.service-card { position: relative; min-height: 350px; padding: 42px 35px; border-left: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); overflow: hidden; transition: .35s; }
.service-card::before { content: ''; position: absolute; inset: auto 0 0; height: 0; background: var(--bronze); transition: height .35s; z-index: 0; }
.service-card > * { position: relative; z-index: 1; }
.service-card:hover::before { height: 100%; }
.service-card:hover { color: var(--ink); }
.service-number { position: absolute; top: 25px; left: 26px; color: rgba(255,255,255,.25); font-size: 12px; }
.service-card > i { font-size: 29px; color: var(--bronze-light); margin: 20px 0 28px; }
.service-card:hover > i { color: var(--ink); }
.service-card h3 { font: 600 18px/1.7 var(--display); margin-bottom: 12px; }
.service-card p { color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.9; min-height: 100px; }
.service-card:hover p { color: rgba(17,25,23,.72); }
.service-card a { opacity: 0; transform: translateY(10px); display: inline-flex; gap: 9px; align-items: center; font-size: 12px; font-weight: 700; transition: .25s; }
.service-card:hover a { opacity: 1; transform: translateY(0); }

.approach { background: var(--ivory); }
.section-heading.dark > p, .section-heading.centered > p { color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); position: relative; }
.steps::before { content: ''; position: absolute; top: 58px; left: 17%; right: 17%; border-top: 1px dashed #b9c0bb; }
.step { position: relative; text-align: center; padding: 0 40px; }
.step > span { position: absolute; top: 0; right: 24%; font: 600 10px var(--display); color: var(--bronze); }
.step-icon { position: relative; z-index: 2; margin: 0 auto 27px; width: 116px; height: 116px; border: 1px solid #ccd2ce; border-radius: 50%; background: var(--ivory); display: grid; place-items: center; }
.step-icon::after { content: ''; position: absolute; inset: 8px; border: 1px solid var(--bronze-light); border-radius: inherit; }
.step-icon i { font-size: 27px; color: var(--forest); }
.step h3 { font: 600 17px var(--display); margin-bottom: 11px; }
.step p { color: var(--muted); font-size: 13px; }

.team { background: var(--white); }
.section-heading.centered { display: block; text-align: center; }
.section-heading.centered > p { margin: 15px auto 0; max-width: 600px; }
.team-showcase { display: grid; grid-template-columns: 1.45fr .75fr; min-height: 510px; box-shadow: var(--shadow); }
.team-showcase > img { width: 100%; height: 100%; max-height: 590px; object-fit: cover; object-position: 25% center; }
.team-panel { background: var(--forest); color: var(--white); padding: 60px 48px; display: flex; flex-direction: column; justify-content: center; }
.team-panel > span { color: var(--bronze-light); font-size: 11px; margin-bottom: 15px; }
.team-panel h3 { font: 600 25px/1.7 var(--display); }
.team-panel p { color: rgba(255,255,255,.59); font-size: 13px; margin: 17px 0 25px; }
.team-panel ul { list-style: none; }
.team-panel li { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; color: rgba(255,255,255,.76); display: flex; gap: 10px; }
.team-panel li i { color: var(--bronze-light); margin-top: 8px; }
.vision-grid { display:grid;grid-template-columns:1fr 1fr;gap:30px; }.vision-grid article{background:var(--white);padding:50px;border:1px solid var(--line);box-shadow:var(--shadow)}.vision-grid article>i{font-size:30px;color:var(--bronze);margin-bottom:25px}.vision-grid h2{font:600 clamp(21px,2.4vw,30px)/1.9 var(--display);color:var(--forest)}
.dynamic-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.dynamic-team-card{background:var(--paper);border:1px solid var(--line);box-shadow:0 15px 45px rgba(11,25,20,.08);overflow:hidden}.dynamic-team-card img,.team-legal-placeholder{width:100%;height:280px;object-fit:cover}.team-legal-placeholder{display:grid;place-items:center;background:linear-gradient(145deg,#111f1b,#263e35);color:var(--bronze-light);font-size:60px}.dynamic-team-card>div:last-child{padding:24px}.dynamic-team-card h3{font:600 17px var(--display)}.dynamic-team-card span{color:var(--bronze);font-size:11px}.dynamic-team-card p{color:var(--muted);font-size:12px;margin-top:10px}
.dynamic-testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.dynamic-testimonials blockquote{border:1px solid rgba(255,255,255,.12);padding:32px;background:rgba(255,255,255,.04)}.dynamic-testimonials blockquote>i{color:var(--bronze-light);font-size:24px}.dynamic-testimonials p{font-size:15px;line-height:2;color:rgba(255,255,255,.78);margin:18px 0}.dynamic-testimonials footer strong,.dynamic-testimonials footer span{display:block}.dynamic-testimonials footer span{font-size:11px;color:rgba(255,255,255,.45)}

.testimonial { background: var(--forest-2); color: var(--white); padding-block: 95px; }
.quote-wrap { text-align: center; max-width: 900px; }
.quote-mark { color: var(--bronze-light); font-size: 31px; opacity: .8; }
.quote-wrap blockquote { font: 500 clamp(22px, 3vw, 32px)/1.9 var(--display); letter-spacing: -.03em; margin: 25px 0; }
.quote-author { display: flex; align-items: center; justify-content: center; gap: 12px; }
.quote-author > span { width: 45px; height: 45px; border-radius: 50%; background: var(--bronze); display: grid; place-items: center; font-size: 13px; }
.quote-author div { display: flex; flex-direction: column; text-align: right; }
.quote-author strong { font-size: 12px; }
.quote-author small { color: rgba(255,255,255,.5); font-size: 10px; }
.quote-dots { margin-top: 28px; display: flex; justify-content: center; gap: 7px; }
.quote-dots span { width: 5px; height: 5px; background: rgba(255,255,255,.25); border-radius: 50%; }
.quote-dots .active { width: 20px; border-radius: 5px; background: var(--bronze-light); }

.faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-intro p { color: var(--muted); font-size: 14px; margin: 20px 0 24px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 23px 0; background: none; border: 0; text-align: right; display: flex; justify-content: space-between; align-items: center; color: var(--ink); cursor: pointer; font-weight: 600; }
.faq-item button i { color: var(--bronze); transition: transform .25s; }
.faq-item.open button i { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s; }
.faq-answer p { overflow: hidden; color: var(--muted); font-size: 13px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 22px; }

.contact { position: relative; background: #0e1815; color: var(--white); padding: 110px 0; overflow: hidden; }
.contact-pattern { position: absolute; inset: 0 50% 0 0; background: radial-gradient(circle at 40% 45%, rgba(184,138,82,.14), transparent 55%); }
.contact-grid { position: relative; display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: center; }
.contact-copy > p { color: rgba(255,255,255,.58); max-width: 580px; font-size: 13px; margin: 17px 0 35px; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.contact-details > * { display: flex; gap: 13px; align-items: center; color: var(--white); }
.contact-details i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(216,185,142,.34); color: var(--bronze-light); }
.contact-details span { display: flex; flex-direction: column; font-size: 12px; direction: rtl; }
.contact-details small { color: rgba(255,255,255,.45); font-size: 9px; }
.consultation-form { background: var(--white); color: var(--ink); padding: 40px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.form-heading { display: flex; flex-direction: column; padding-bottom: 20px; margin-bottom: 21px; border-bottom: 1px solid var(--line); }
.form-heading span { font: 600 20px var(--display); }
.form-heading small { color: var(--muted); font-size: 11px; }
.consultation-form label { display: block; margin-bottom: 16px; }
.consultation-form label > span { display: block; font-size: 11px; font-weight: 600; margin-bottom: 5px; }
.consultation-form input, .consultation-form select, .consultation-form textarea { width: 100%; border: 1px solid var(--line); background: #fbfbf9; padding: 11px 13px; color: var(--ink); outline: none; border-radius: 0; transition: border-color .2s; }
.consultation-form input:focus, .consultation-form select:focus, .consultation-form textarea:focus { border-color: var(--bronze); }
.consultation-form textarea { resize: vertical; }
.consultation-form>div{margin-bottom:16px}.consultation-form label{font-size:11px;font-weight:700;margin-bottom:6px}.website-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.form-status{min-height:22px;margin-top:12px;font-size:12px}.form-status.success{color:#14805e}.form-status.error{color:#b42318}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.button.full { width: 100%; border: 0; }
.form-note { color: var(--muted); font-size: 9px; text-align: center; margin-top: 10px; }
.form-note i { color: var(--bronze); margin-left: 5px; }

.site-footer { background: #09110f; color: rgba(255,255,255,.55); padding: 70px 0 23px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .8fr .8fr; gap: 70px; padding-bottom: 50px; }
.footer-brand p { max-width: 300px; font-size: 12px; margin-top: 20px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; font-size: 11px; }
.footer-grid h3 { color: var(--white); font: 600 13px var(--display); margin-bottom: 7px; }
.footer-grid a { transition: color .2s; }
.footer-grid a:hover { color: var(--bronze-light); }
.socials { display: flex; gap: 8px; margin-top: 8px; }
.socials a { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.14); display: grid; place-items: center; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding-top: 20px; display: flex; justify-content: space-between; font-size: 9px; }
.whatsapp-float { position: fixed; z-index: 80; left: 22px; bottom: 22px; display: flex; align-items: center; gap: 8px; background: #1faa59; color: var(--white); padding: 12px 16px; border-radius: 30px; box-shadow: 0 12px 30px rgba(0,0,0,.23); font-size: 12px; }
.whatsapp-float i { font-size: 21px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.services-grid .service-card:nth-child(2), .steps .step:nth-child(2) { transition-delay: .1s; }
.services-grid .service-card:nth-child(3), .steps .step:nth-child(3) { transition-delay: .2s; }

@media (max-width: 1050px) {
    .main-menu { gap: 17px; }
    .nav-cta { display: none; }
    .hero-content { width: 68%; }
    .split-layout { gap: 65px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .faq-layout, .contact-grid { gap: 60px; }
    .footer-grid { gap: 40px; }
}

@media (max-width: 820px) {
    .page-shell, .nav-shell { width: min(100% - 34px, 680px); }
    .menu-toggle { display: block; }
    .nav-shell { height: 76px; }
    .main-menu { position: absolute; top: 76px; right: 17px; left: 17px; background: #111d19; padding: 22px; display: flex; flex-direction: column; align-items: stretch; gap: 0; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; box-shadow: var(--shadow); }
    .main-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
    .main-menu a { padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
    .main-menu a::after { display: none; }
    .hero { min-height: 760px; height: 100svh; }
    .hero-media { background-position: 32% center; }
    .hero-shade { background: linear-gradient(90deg, rgba(8,14,12,.42), rgba(8,14,12,.92) 66%, #0d1714); }
    .hero-content { width: 78%; }
    .hero h1 { font-size: clamp(40px, 8vw, 62px); }
    .trust-grid { grid-template-columns: repeat(2, 1fr); padding-block: 15px; }
    .trust-grid > div { border-bottom: 1px solid var(--line); }
    .trust-grid > div:nth-child(2) { border-left: 0; }
    .trust-grid > div:nth-child(n+3) { border-bottom: 0; }
    .section { padding: 85px 0; }
    .split-layout, .faq-layout, .contact-grid { grid-template-columns: 1fr; }
    .split-layout { gap: 70px; }
    .about-visual { max-width: 520px; margin-inline: auto; }
    .section-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
    .steps::before { display: none; }
    .step { padding: 0 15px; }
    .team-showcase { grid-template-columns: 1fr; }
    .team-showcase > img { height: 430px; }
    .faq-layout { gap: 45px; }
    .contact-grid { gap: 55px; }
    .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}
@media (max-width:820px){.vision-grid{grid-template-columns:1fr}.dynamic-team-grid,.dynamic-testimonials{grid-template-columns:1fr}}

@media (max-width: 560px) {
    .page-shell, .nav-shell { width: calc(100% - 30px); }
    .brand-copy small { display: none; }
    .hero { min-height: 720px; }
    .hero-media { background-position: 39% center; opacity: .66; }
    .hero-shade { background: linear-gradient(90deg, rgba(8,14,12,.42), rgba(8,14,12,.95) 80%); }
    .hero-grid { display: none; }
    .hero-content { width: 100%; padding-top: 70px; }
    .hero h1 { font-size: 40px; }
    .hero-content > p { font-size: 14px; }
    .hero-actions { flex-direction: column; width: 100%; margin-bottom: 35px; }
    .hero-proof { width: 100%; }
    .hero-proof div { flex: 1; padding: 0 12px; }
    .hero-proof strong { font-size: 18px; }
    .hero-proof span { font-size: 9px; }
    .scroll-cue { display: none; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid > div { justify-content: flex-start; padding-right: 27px; border-left: 0; border-bottom: 1px solid var(--line) !important; }
    .trust-grid > div:last-child { border-bottom: 0 !important; }
    .section { padding: 70px 0; }
    .section-copy h2, .section-heading h2, .faq-intro h2, .contact-copy h2 { font-size: 29px; }
    .about-visual { padding-left: 15px; }
    .experience-card { right: -5px; padding: 16px 18px; }
    .experience-card strong { font-size: 34px; }
    .services-grid { grid-template-columns: 1fr; }
    .service-card { min-height: auto; }
    .service-card p { min-height: auto; margin-bottom: 18px; }
    .service-card a { opacity: 1; transform: none; }
    .steps { grid-template-columns: 1fr; gap: 55px; }
    .team-showcase > img { height: 320px; }
    .team-panel { padding: 39px 27px; }
    .quote-wrap blockquote { font-size: 19px; }
    .faq-layout, .contact-grid { gap: 40px; }
    .contact-details, .form-row { grid-template-columns: 1fr; }
    .consultation-form { padding: 27px 20px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; gap: 5px; text-align: center; }
    .whatsapp-float span { display: none; }
    .whatsapp-float { width: 50px; height: 50px; padding: 0; justify-content: center; }
}

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