:root {
  --navy: #111827;
  --navy-light: #1f2937;
  --gold: #d4af37;
  --gold-dark: #b8901d;
  --white: #ffffff;
  --bg: #fafafa;
  --soft: #f4f5f7;
  --text: #4b5563;
  --heading: #111827;
  --border: #e5e7eb;
  --shadow: 0 18px 45px rgba(17, 24, 39, .09);
  --radius: 18px;
  --transition: .28s ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--text); background: var(--bg); font: 16px/1.7 Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.container { width: min(1140px, calc(100% - 36px)); margin-inline: auto; }
.section { padding: 86px 0; }
.section-soft { background: var(--soft); }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; padding: 10px 16px; background: var(--gold); color: var(--navy); font-weight: 700; }
.skip-link:focus { top: 12px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--heading); line-height: 1.16; }
h1 { font-size: clamp(2.5rem, 6vw, 4.8rem); letter-spacing: -.05em; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.04em; }
h3 { font-size: 1.15rem; }
.eyebrow { margin-bottom: 12px; color: var(--gold-dark); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-heading { max-width: 690px; margin-bottom: 42px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p:last-child { margin-bottom: 0; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.95); border-bottom: 1px solid transparent; backdrop-filter: blur(12px); transition: var(--transition); }
.site-header.scrolled { border-color: var(--border); box-shadow: 0 5px 20px rgba(17,24,39,.06); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 22px; }
.brand img { width: 165px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 21px; margin-left: auto; }
.site-nav a { color: var(--navy); font-size: .87rem; font-weight: 700; }
.site-nav a:hover, .site-nav a.active { color: var(--gold-dark); }
.nav-actions { display: flex; align-items: center; gap: 13px; }
.phone-link { color: var(--navy); font-size: .82rem; font-weight: 800; white-space: nowrap; }
.phone-link span { color: var(--gold-dark); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--navy); }

.btn { position: relative; display: inline-flex; justify-content: center; align-items: center; min-height: 49px; padding: 12px 22px; overflow: hidden; border: 1px solid transparent; border-radius: 8px; font-size: .86rem; font-weight: 800; letter-spacing: .02em; transition: transform var(--transition), background var(--transition), color var(--transition); }
.btn:hover { transform: translateY(-3px); }
.btn-gold { background: var(--gold); color: var(--navy); box-shadow: 0 9px 20px rgba(212,175,55,.2); }
.btn-gold:hover { background: var(--gold-dark); color: var(--white); }
.btn-dark { background: var(--navy); color: var(--white); }
.btn-outline { border-color: rgba(255,255,255,.55); color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--navy); }
.btn-small { min-height: 40px; padding: 9px 15px; font-size: .77rem; }

.hero { overflow: hidden; padding: 86px 0 72px; background: var(--navy); color: #d1d5db; }
.hero-grid, .about-grid, .contact-grid, .faq-grid { display: grid; gap: 52px; align-items: center; }
.hero-grid { grid-template-columns: 1.08fr .92fr; }
.hero h1 { max-width: 700px; margin-bottom: 23px; color: var(--white); }
.hero h1 span { color: var(--gold); }
.hero-text { max-width: 610px; font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 42px; }
.hero-trust div { display: grid; gap: 1px; padding-right: 21px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-trust div:last-child { border: 0; }
.hero-trust strong { color: var(--white); font-size: .88rem; }
.hero-trust span { font-size: .74rem; }
.hero-image { position: relative; }
.hero-image > img { width: 100%; min-height: 480px; object-fit: cover; border-radius: 14px; }
.hero-card { position: absolute; left: -35px; bottom: 25px; display: flex; align-items: center; gap: 12px; max-width: 290px; padding: 15px; background: var(--white); color: var(--navy); border-radius: 10px; box-shadow: var(--shadow); }
.hero-card-icon { display: grid; width: 36px; height: 36px; place-items: center; flex: 0 0 auto; background: var(--gold); border-radius: 50%; font-weight: 900; }
.hero-card strong, .hero-card small { display: block; }
.hero-card strong { font-size: .78rem; }
.hero-card small { color: var(--text); font-size: .68rem; }

.trust-bar { background: var(--gold); color: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; padding: 16px 0; }
.trust-grid p { margin: 0; font-size: .83rem; font-weight: 800; text-align: center; }
.trust-grid span { margin-right: 5px; }

.about-grid { grid-template-columns: .93fr 1.07fr; }
.about-images { position: relative; }
.about-main { width: 100%; min-height: 465px; object-fit: cover; border-radius: var(--radius); }
.experience-card { position: absolute; right: -20px; bottom: 25px; max-width: 190px; padding: 20px; background: var(--navy); color: var(--white); border-radius: 10px; box-shadow: var(--shadow); }
.experience-card strong { display: block; color: var(--gold); font-size: 1.15rem; }
.experience-card span { font-size: .74rem; line-height: 1.3; }
.section-copy > p:not(.eyebrow) { max-width: 590px; }
.text-link { display: inline-block; margin-top: 10px; color: var(--navy); font-weight: 800; }
.text-link span { color: var(--gold-dark); font-size: 1.2rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.service-card, .benefit-card, .testimonial-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); }
.service-card { padding: 29px; }
.service-card:hover, .benefit-card:hover, .testimonial-card:hover { border-color: rgba(212,175,55,.55); box-shadow: var(--shadow); transform: translateY(-6px); }
.service-icon { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 20px; color: var(--navy); background: #fbf4da; border-radius: 10px; font-size: 1.45rem; }
.service-card p { font-size: .9rem; }
.service-card a { color: var(--navy); font-size: .83rem; font-weight: 800; }
.service-card a span { color: var(--gold-dark); margin-left: 5px; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { padding: 25px; }
.benefit-card > span { display: block; color: var(--gold-dark); font-weight: 900; font-size: .78rem; letter-spacing: .1em; }
.benefit-card h3 { margin: 11px 0 8px; }
.benefit-card p { margin: 0; font-size: .88rem; }

.process-section { background: var(--navy); }
.process-section h2 { color: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process-step { position: relative; color: #cbd5e1; }
.process-step:not(:last-child)::after { position: absolute; top: 25px; left: calc(50% + 43px); width: calc(100% - 54px); border-top: 1px dashed rgba(212,175,55,.6); content: ""; }
.step-number { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 21px; background: var(--gold); color: var(--navy); border-radius: 50%; font-size: .8rem; font-weight: 900; }
.process-step h3 { color: var(--white); }
.process-step p { font-size: .88rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 185px; gap: 13px; }
.gallery-item { padding: 0; overflow: hidden; border: 0; border-radius: 10px; background: var(--navy); }
.gallery-item.large { grid-column: span 2; grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, opacity .3s; }
.gallery-item:hover img { opacity: .82; transform: scale(1.06); }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { padding: 27px; }
.stars { color: var(--gold-dark); letter-spacing: 2px; }
blockquote { margin: 18px 0 22px; color: var(--navy); font-size: .95rem; line-height: 1.8; }
.client { border-top: 1px solid var(--border); padding-top: 14px; }
.client strong, .client span { display: block; }
.client strong { color: var(--navy); font-size: .86rem; }
.client span { font-size: .76rem; }

.cta-section { padding: 83px 0; background: linear-gradient(rgba(17,24,39,.91), rgba(17,24,39,.91)), url("../images/cta.webp") center/cover; color: #d1d5db; text-align: center; }
.cta-content { max-width: 720px; }
.cta-content h2 { color: var(--white); }
.cta-content .btn { margin-top: 13px; }

.faq-grid { grid-template-columns: .85fr 1.15fr; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item button { display: flex; width: 100%; justify-content: space-between; gap: 15px; padding: 19px 0; border: 0; background: transparent; color: var(--navy); font-weight: 800; text-align: left; }
.faq-item button span { color: var(--gold-dark); font-size: 1.4rem; line-height: 1; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.active .faq-answer { max-height: 240px; }
.faq-item.active button span { transform: rotate(45deg); }
.faq-answer p { padding-bottom: 18px; margin: 0; font-size: .91rem; }

.contact-grid { grid-template-columns: .9fr 1.1fr; }
.contact-list { display: grid; gap: 19px; margin-top: 27px; }
.contact-list > * { display: flex; align-items: flex-start; gap: 13px; }
.contact-list > * > span { display: grid; width: 37px; height: 37px; place-items: center; flex: 0 0 auto; background: #fbf4da; color: var(--navy); border-radius: 50%; }
.contact-list strong, .contact-list small { display: block; }
.contact-list strong { color: var(--navy); font-size: .87rem; }
.contact-list small { font-size: .78rem; line-height: 1.5; }
.contact-form { padding: 29px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-form label { display: block; margin-bottom: 14px; color: var(--navy); font-size: .77rem; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 6px; padding: 11px 12px; border: 1px solid var(--border); border-radius: 7px; background: var(--white); color: var(--navy); font-weight: 400; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,175,55,.15); }
.optional { color: #9ca3af; font-weight: 400; }
.form-note { margin: 11px 0 0; font-size: .7rem; line-height: 1.4; }

.map-placeholder { display: grid; min-height: 330px; place-items: center; padding: 30px; background: linear-gradient(rgba(17,24,39,.84), rgba(17,24,39,.84)), url("../images/map-bg.webp") center/cover; text-align: center; }
.map-placeholder > div { color: #d1d5db; }
.map-placeholder span { display: inline-grid; width: 48px; height: 48px; place-items: center; background: var(--gold); color: var(--navy); border-radius: 50%; font-size: 1.4rem; }
.map-placeholder h2 { margin: 14px 0 6px; color: var(--white); font-size: clamp(1.5rem, 4vw, 2.3rem); }
.map-placeholder .btn { margin-top: 12px; }

.site-footer { padding-top: 60px; background: #0b1120; color: #9ca3af; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1.2fr .7fr; gap: 35px; padding-bottom: 42px; }
.footer-brand { color: var(--white); font-size: 1.45rem; font-weight: 900; letter-spacing: .08em; }
.footer-brand span { color: var(--gold); }
.footer-grid p { margin: 12px 0 0; max-width: 290px; font-size: .82rem; }
.footer-grid h3 { margin-bottom: 13px; color: var(--white); font-size: .9rem; }
.footer-grid a:not(.footer-brand) { display: block; margin: 7px 0; font-size: .8rem; }
.footer-grid a:hover { color: var(--gold); }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid !important; width: 31px; height: 31px; place-items: center; border: 1px solid #334155; border-radius: 50%; color: var(--white); font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding: 17px 0; border-top: 1px solid #1f2937; font-size: .74rem; }
.footer-bottom p { margin: 0; }

.whatsapp-float {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 90;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  transition: transform .25s ease;
}

.whatsapp-float img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whatsapp-float:hover {
  transform: scale(1.08);
}

@media (max-width: 460px) {
  .whatsapp-float {
    left: 14px;
    bottom: 14px;
  }
}
.lightbox { position: fixed; inset: 0; z-index: 1000; display: none; place-items: center; padding: 28px; background: rgba(0,0,0,.88); }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(950px, 100%); max-height: 88vh; border-radius: 8px; }
.lightbox-close { position: absolute; top: 16px; right: 23px; border: 0; background: transparent; color: var(--white); font-size: 2.4rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal-left { transform: translateX(-35px); }
.reveal-right { transform: translateX(35px); }
.reveal.show { opacity: 1; transform: translate(0); }

@media (max-width: 980px) {
  .phone-link { display: none; }
  .hero-grid, .about-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-image { max-width: 680px; }
  .service-grid, .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
  .process-step:nth-child(2)::after { display: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .section { padding: 64px 0; }
  .nav-wrap { min-height: 67px; }
  .brand img { width: 144px; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav-actions .btn { display: none; }
  .site-nav { position: absolute; top: 67px; left: 0; right: 0; display: none; padding: 13px 18px 19px; background: var(--white); border-bottom: 1px solid var(--border); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 8px 0; }
  .hero { padding: 62px 0 52px; }
  .hero-image > img { min-height: 360px; }
  .hero-card { left: 14px; bottom: 14px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid, .benefit-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 155px; }
  .gallery-item.large { grid-column: span 2; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step:not(:last-child)::after { top: 65px; left: 25px; width: 1px; height: 27px; border-top: 0; border-left: 1px dashed rgba(212,175,55,.6); }
  .process-step:nth-child(2)::after { display: block; }
  .experience-card { right: 12px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
}

@media (max-width: 460px) {
  .container { width: min(100% - 28px, 1140px); }
  .hero-trust { gap: 13px; }
  .hero-trust div { padding-right: 12px; }
  .hero-trust div:last-child { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
}