:root {
  --navy: #0b2f3a;
  --navy-2: #123f4b;
  --green: #88ad79;
  --green-dark: #648a58;
  --blue: #56a1bc;
  --cream: #f5f4ed;
  --white: #ffffff;
  --ink: #142229;
  --muted: #5d6b71;
  --line: #dce4e5;
  --shadow: 0 18px 50px rgba(11, 47, 58, 0.14);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; background: var(--white); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.topbar { background: var(--navy); color: rgba(255,255,255,.86); font-size: .86rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar-actions { display: flex; align-items: center; gap: 16px; }
.topbar a { font-weight: 800; color: var(--white); }
.language-button { border: 1px solid rgba(255,255,255,.4); background: transparent; color: var(--white); border-radius: 999px; min-width: 42px; height: 28px; cursor: pointer; font-weight: 800; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(11,47,58,.08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--navy); }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.08; }
.brand strong { font-size: 1.07rem; }
.brand small { letter-spacing: .12em; text-transform: uppercase; font-weight: 700; font-size: .66rem; color: var(--green-dark); margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 24px; font-weight: 700; font-size: .94rem; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--green); transition: .25s; }
.main-nav > a:hover::after { right: 0; }
.menu-button { display: none; width: 45px; height: 42px; border: 0; background: transparent; cursor: pointer; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 6px 0; border-radius: 4px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; background: var(--green); color: var(--navy); border: 2px solid var(--green); font-weight: 850; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; box-shadow: 0 10px 26px rgba(100,138,88,.24); }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(100,138,88,.3); background: #98bd89; }
.button-small { min-height: 42px; padding: 0 18px; }
.button-outline { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.65); box-shadow: none; }
.button-outline:hover { background: var(--white); color: var(--navy); }
.button-dark-outline { background: transparent; color: var(--navy); border-color: var(--navy); box-shadow: none; }
.button-dark-outline:hover { background: var(--navy); color: var(--white); }
.button-full { width: 100%; border: 0; }
.hero { min-height: 720px; position: relative; display: grid; align-items: center; overflow: hidden; color: var(--white); }
.hero-image { position: absolute; inset: 0; background: url("assets/hero.webp") center 38% / cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,29,36,.94) 0%, rgba(5,29,36,.78) 44%, rgba(5,29,36,.18) 78%, rgba(5,29,36,.05) 100%), linear-gradient(0deg, rgba(5,29,36,.25), transparent 50%); }
.hero-content { position: relative; z-index: 2; padding: 90px 0 110px; }
.hero-copy { width: min(680px, 66%); }
.eyebrow { display: inline-block; color: var(--green-dark); text-transform: uppercase; letter-spacing: .17em; font-weight: 900; font-size: .76rem; margin-bottom: 15px; }
.hero .eyebrow { color: #b9dca9; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.6rem); max-width: 760px; margin-bottom: 22px; }
h2 { font-size: clamp(2.25rem, 4vw, 3.8rem); margin-bottom: 18px; color: var(--navy); }
h3 { font-size: 1.25rem; }
.hero-copy > p { font-size: clamp(1.05rem, 1.7vw, 1.32rem); max-width: 620px; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 32px 0 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; font-weight: 750; color: rgba(255,255,255,.9); font-size: .93rem; }
.quick-actions { position: relative; z-index: 4; margin-top: -46px; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); box-shadow: var(--shadow); border-radius: var(--radius); overflow: hidden; }
.quick-card { min-height: 94px; display: flex; align-items: center; gap: 16px; padding: 20px 28px; border-right: 1px solid var(--line); transition: background .2s; }
.quick-card:last-child { border-right: 0; }
.quick-card:hover { background: var(--cream); }
.quick-card span:nth-child(2) { display: flex; flex-direction: column; }
.quick-card small { color: var(--muted); }
.quick-icon { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 14px; display: grid; place-items: center; background: #eaf3e6; color: var(--green-dark); font-weight: 900; font-size: 1.25rem; }
.google-g { color: #4285f4; background: #eef5ff; }
.section { padding: 112px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading p, .split-copy p, .reviews-header p, .quote-copy > p { color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-number { color: var(--blue); font-weight: 950; font-size: .8rem; letter-spacing: .1em; margin-bottom: 44px; }
.service-card p { color: var(--muted); margin-bottom: 0; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; background: var(--cream); }
.split-section.split-reverse { direction: rtl; background: var(--white); }
.split-section.split-reverse > * { direction: ltr; }
.split-image { min-height: 650px; overflow: hidden; }
.split-image img { width: 100%; height: 100%; object-fit: cover; }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(36px, 7vw, 110px); max-width: 760px; }
.check-list { list-style: none; padding: 0; margin: 25px 0 28px; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 32px; font-weight: 720; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green-dark); font-weight: 950; }
.text-link { color: var(--navy); font-weight: 900; width: fit-content; border-bottom: 2px solid var(--green); padding-bottom: 4px; }
.muted-section { background: var(--navy); color: var(--white); }
.muted-section h2 { color: var(--white); }
.muted-section .eyebrow { color: #b9dca9; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-card { padding: 30px 26px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); }
.process-card > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--green); color: var(--navy); font-weight: 950; margin-bottom: 32px; }
.process-card p { color: rgba(255,255,255,.7); margin-bottom: 0; }
.reviews-section { background: #f9fbfa; }
.reviews-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.reviews-header > div:first-child { max-width: 700px; }
.reviews-actions { display: flex; flex-wrap: wrap; gap: 12px; min-width: fit-content; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial { margin: 0; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 36px rgba(11,47,58,.06); }
.stars { color: #f4a621; letter-spacing: .09em; margin-bottom: 20px; }
.testimonial p { font-size: 1.05rem; color: #2f4047; min-height: 126px; }
.testimonial footer { display: flex; flex-direction: column; border-top: 1px solid var(--line); padding-top: 18px; }
.testimonial footer span { color: var(--muted); font-size: .8rem; }
.review-note { color: var(--muted); font-size: .82rem; margin-top: 18px; }
.gallery-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; height: 440px; }
.gallery-grid figure { margin: 0; overflow: hidden; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-grid figure:hover img { transform: scale(1.04); }
.quote-section { background: var(--cream); }
.quote-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-details { display: grid; margin-top: 34px; border-top: 1px solid #ced8d5; }
.contact-details > * { display: flex; flex-direction: column; padding: 18px 0; border-bottom: 1px solid #ced8d5; }
.contact-details span { color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.quote-form { background: var(--white); padding: 34px; border-radius: var(--radius); box-shadow: var(--shadow); display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: grid; gap: 7px; color: var(--navy); font-weight: 800; font-size: .9rem; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #cdd8da; border-radius: 12px; background: #fff; color: var(--ink); padding: 13px 14px; outline: none; transition: border-color .2s, box-shadow .2s; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(86,161,188,.16); }
.form-note { color: var(--muted); font-size: .78rem; text-align: center; margin: -4px 0 0; }
.final-cta { padding: 72px 0; background: linear-gradient(125deg, var(--navy), #195468); color: var(--white); }
.final-cta h2 { color: var(--white); margin-bottom: 0; }
.final-cta .eyebrow.light { color: #c4e8b5; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.final-actions { display: flex; flex-wrap: wrap; gap: 12px; min-width: fit-content; }
.button-light { background: var(--white); color: var(--navy); border-color: var(--white); box-shadow: none; }
.button-outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.7); box-shadow: none; }
.button-outline-light:hover { background: var(--white); color: var(--navy); }
.site-footer { padding: 66px 0 26px; background: #071f27; color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 40px; }
.footer-grid h3 { color: var(--white); font-size: .95rem; letter-spacing: .02em; margin-bottom: 18px; }
.footer-grid a { display: block; margin: 8px 0; }
.footer-grid a:hover { color: var(--white); }
.footer-brand { display: flex; gap: 14px; }
.footer-brand img { width: 58px; height: 58px; }
.footer-brand strong { color: var(--white); }
.footer-brand p { max-width: 350px; margin-top: 8px; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); margin-top: 46px; padding-top: 22px; font-size: .85rem; }
.floating-whatsapp { position: fixed; z-index: 990; right: 18px; bottom: 18px; display: grid; place-items: center; min-width: 112px; height: 48px; padding: 0 17px; border-radius: 999px; background: #25d366; color: #052b16; font-weight: 900; box-shadow: 0 12px 35px rgba(0,0,0,.22); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; transition-duration: .01ms !important; } }
@media (max-width: 980px) {
  .main-nav { position: absolute; top: 78px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 10px; }
  .main-nav .button { margin-top: 8px; }
  .menu-button { display: block; }
  .hero-copy { width: 76%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-header { align-items: start; flex-direction: column; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial p { min-height: 0; }
  .quote-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .topbar-inner > span { display: none; }
  .topbar-inner { justify-content: flex-end; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: .96rem; }
  .hero { min-height: 690px; }
  .hero-image { background-position: 58% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5,29,36,.95), rgba(5,29,36,.72)); }
  .hero-content { padding: 76px 0 110px; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(2.7rem, 14vw, 4.3rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .quick-actions { margin-top: -28px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-card { border-right: 0; border-bottom: 1px solid var(--line); min-height: 80px; padding: 16px 20px; }
  .quick-card:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-number { margin-bottom: 28px; }
  .split-section, .split-section.split-reverse { grid-template-columns: 1fr; direction: ltr; }
  .split-image { min-height: 380px; }
  .split-copy { padding: 70px 28px; }
  .process-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; height: auto; }
  .gallery-grid figure { height: 260px; }
  .gallery-grid figure:first-child { grid-column: 1 / -1; height: 350px; }
  .form-row { grid-template-columns: 1fr; }
  .quote-form { padding: 24px 18px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-actions { width: 100%; }
  .final-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}
@media (max-width: 480px) {
  .brand small { display: none; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure, .gallery-grid figure:first-child { grid-column: auto; height: 280px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child, .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .floating-whatsapp { min-width: 54px; width: 54px; overflow: hidden; text-indent: -9999px; }
  .floating-whatsapp::after { content: "WA"; text-indent: 0; }
}
