:root {
  --navy: #102d78;
  --navy-deep: #071c54;
  --navy-dark: #04143d;
  --blue: #173f9e;
  --blue-bright: #1266d8;
  --pool: #12a9d8;
  --gold: #fdbb12;
  --gold-dark: #d99400;
  --green: #21d36b;
  --ink: #132039;
  --muted: #69748a;
  --line: #dfe5ef;
  --soft: #f4f7fb;
  --white: #ffffff;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(15, 34, 82, .12);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.narrow { max-width: 860px; }
.centered { text-align: center; }
.section { padding: 92px 0; }
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 9999;
  padding: 12px 18px; border-radius: 8px; background: #fff; color: var(--navy);
  font-weight: 800; text-decoration: none; transition: top .2s;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  background: rgba(22, 56, 143, .97);
  box-shadow: 0 5px 20px rgba(0, 0, 0, .12);
  transition: background .25s, box-shadow .25s;
}
.site-header.is-scrolled { background: rgba(8, 33, 92, .98); box-shadow: 0 8px 28px rgba(0, 0, 0, .2); }
.header-shell {
  width: min(100% - 42px, 1740px); margin-inline: auto; min-height: 92px;
  display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 30px;
}
.brand { width: 88px; height: 88px; display: grid; place-items: center; text-decoration: none; }
.brand img { max-height: 78px; width: auto; object-fit: contain; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(25px, 3.4vw, 58px); }
.main-nav > a,
.dropdown-toggle {
  display: inline-flex; align-items: center; gap: 5px; padding: 30px 0;
  color: #fff; background: transparent; border: 0; text-decoration: none;
  font-weight: 700; font-size: 16px; cursor: pointer; transition: color .2s;
}
.main-nav > a:hover, .dropdown-toggle:hover, .nav-dropdown.is-open .dropdown-toggle { color: var(--gold); }
.dropdown-toggle svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .2s; }
.nav-dropdown { position: relative; }
.nav-dropdown.is-open .dropdown-toggle svg { transform: rotate(180deg); }
.dropdown-menu {
  position: absolute; top: calc(100% - 10px); left: -20px; width: 260px;
  padding: 12px; border-radius: 12px; background: #fff; box-shadow: 0 18px 50px rgba(4, 20, 61, .26);
  opacity: 0; transform: translateY(-8px); visibility: hidden; transition: .2s;
}
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown.is-open .dropdown-menu { opacity: 1; transform: translateY(0); visibility: visible; }
.dropdown-menu a {
  display: block; padding: 12px 14px; border-radius: 8px; color: #263653; text-decoration: none; font-weight: 600;
}
.dropdown-menu a:hover { background: #f3f6fb; color: var(--blue); }
.header-wa {
  display: inline-flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 24px;
  color: #fff; background: var(--green); border-radius: 999px; text-decoration: none; font-weight: 800;
  box-shadow: 0 10px 24px rgba(33, 211, 107, .24); transition: transform .2s, filter .2s;
}
.header-wa:hover { transform: translateY(-2px); filter: brightness(1.04); }
.header-wa svg { width: 23px; fill: currentColor; }
.menu-toggle { display: none; }

.hero {
  position: relative; min-height: 780px; padding-top: 92px; display: grid; align-items: center;
  overflow: hidden; background: #071b50;
}
.hero-slides, .hero-slide, .hero-overlay, .hero-pattern { position: absolute; inset: 0; }
.hero-slide {
  background-image: var(--hero-image); background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.05); transition: opacity 1s ease, transform 7s linear;
}
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-overlay {
  background: linear-gradient(90deg, rgba(2, 13, 46, .91) 0%, rgba(5, 24, 73, .76) 40%, rgba(7, 24, 64, .24) 72%, rgba(6, 18, 51, .35) 100%);
}
.hero-pattern {
  opacity: .35;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 55px 55px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}
.hero-inner { position: relative; z-index: 2; padding: 90px 0 120px; }
.hero-copy { max-width: 790px; color: #fff; }
.eyebrow, .section-kicker {
  margin: 0 0 14px; color: var(--gold-dark); font-weight: 800; font-size: 13px; letter-spacing: .11em; text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 11px; color: #ffcf4d; }
.eyebrow span { width: 34px; height: 3px; border-radius: 99px; background: var(--gold); }
.hero h1 {
  margin: 0; max-width: 780px; font-family: "Manrope", sans-serif; font-size: clamp(48px, 5.4vw, 82px);
  line-height: 1.01; letter-spacing: -.045em;
}
.hero h1 em, .section-heading h2 em, .intro h2 em { color: var(--gold); font-style: normal; }
.hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 25px 0 0; color: rgba(255,255,255,.84); font-size: clamp(17px, 1.6vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn {
  min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 0; border-radius: 8px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, filter .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2; }
.btn-gold { color: var(--navy-deep); background: linear-gradient(120deg, #ffd35c, var(--gold)); box-shadow: 0 12px 24px rgba(253, 187, 18, .25); }
.btn-gold:hover { box-shadow: 0 16px 32px rgba(253, 187, 18, .35); }
.btn-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.btn-outline-light:hover { background: rgba(255,255,255,.15); }
.btn-blue { color: #fff; background: var(--navy); box-shadow: 0 12px 24px rgba(16, 45, 120, .2); }
.hero-facts { display: flex; gap: 36px; margin-top: 38px; }
.hero-facts div { min-width: 130px; display: grid; }
.hero-facts strong { font-family: "Manrope", sans-serif; font-size: 25px; color: #fff; }
.hero-facts span { color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.25; }
.hero-dots { position: absolute; z-index: 3; right: 6%; bottom: 46px; display: flex; gap: 9px; }
.hero-dots button { width: 10px; height: 10px; padding: 0; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: transparent; cursor: pointer; }
.hero-dots button.is-active { width: 30px; border-radius: 99px; background: var(--gold); border-color: var(--gold); }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 28px; width: 29px; height: 44px; border: 2px solid #fff; border-radius: 18px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; border-radius: 4px; background: #fff; transform: translateX(-50%); animation: scrollCue 1.6s infinite; }
@keyframes scrollCue { 0% { opacity: 0; transform: translate(-50%,0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,15px); } }

.section-heading { max-width: 830px; margin: 0 auto 46px; }
.section-heading h2, .intro h2 {
  margin: 0; color: var(--navy); font-family: "Manrope", sans-serif; font-size: clamp(35px, 4.1vw, 56px); line-height: 1.08; letter-spacing: -.035em;
}
.section-heading > p:last-child, .intro > p:last-of-type { margin: 17px auto 0; max-width: 720px; color: var(--muted); font-size: 17px; }
.section-heading.light h2, .section-heading.light p { color: #fff; }
.section-heading.light > p:last-child { color: rgba(255,255,255,.76); }
.section-kicker.light { color: #ffd45d !important; }
.intro { padding-bottom: 72px; }
.mini-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 22px; margin-top: 28px; color: #47546a; font-size: 14px; }
.mini-trust b { color: var(--gold-dark); margin-right: 5px; }

.services-section { background: var(--soft); }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: #fff; border: 1px solid #e4e9f1; border-radius: 14px; overflow: hidden; box-shadow: 0 15px 38px rgba(10, 38, 92, .08); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 25px 55px rgba(10, 38, 92, .15); }
.service-card figure { position: relative; height: 245px; margin: 0; overflow: hidden; }
.service-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.service-card:hover figure img { transform: scale(1.04); }
.service-card figure > span { position: absolute; left: 16px; bottom: 14px; padding: 7px 11px; border-radius: 999px; background: var(--gold); color: var(--navy-deep); font-size: 11px; font-weight: 800; }
.service-card-body { padding: 24px; }
.card-number { margin: 0; color: var(--gold-dark); font-weight: 900; font-size: 12px; }
.service-card h3 { margin: 4px 0 10px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 24px; }
.service-card-body > p:not(.card-number) { color: var(--muted); font-size: 14px; }
.service-card ul { margin: 18px 0 20px; padding: 0; list-style: none; }
.service-card li { position: relative; padding: 6px 0 6px 20px; font-size: 13px; color: #43506a; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-dark); font-weight: 900; }
.card-link, .project-link { display: inline-flex; gap: 8px; align-items: center; color: var(--navy); font-weight: 800; text-decoration: none; font-size: 14px; }
.card-link span { color: var(--gold-dark); transition: transform .2s; }
.card-link:hover span { transform: translateX(4px); }

.packages { background: #fff; }
.package-mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-bottom: 28px; }
.package-mini { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 10px 30px rgba(15, 34, 82, .06); }
.package-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 14px; background: #fff6d9; color: var(--gold-dark); font-size: 30px; font-weight: 900; }
.package-mini h3 { margin: 0; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 20px; }
.package-mini p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.package-mini > a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); text-decoration: none; font-weight: 900; }
.package-feature { padding: 34px 38px; display: grid; grid-template-columns: 1.1fr 1fr auto; align-items: center; gap: 30px; border-radius: 14px; background: linear-gradient(135deg, #0e2c76, #173f9e); color: #fff; box-shadow: 0 20px 50px rgba(15, 49, 128, .22); }
.package-feature h3 { margin: 0; font-family: "Manrope", sans-serif; font-size: 28px; }
.package-feature p:not(.section-kicker) { margin: 9px 0 0; color: rgba(255,255,255,.74); }
.package-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.package-list span { position: relative; padding-left: 18px; font-size: 13px; }
.package-list span::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }

.why { position: relative; background: linear-gradient(155deg, #102e7f, #2047a9 65%, #17398d); overflow: hidden; }
.why::before, .why::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); }
.why::before { width: 440px; height: 440px; top: -240px; right: -100px; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.018); }
.why::after { width: 360px; height: 360px; bottom: -230px; left: -120px; }
.why .container { position: relative; z-index: 2; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 30px; }
.stats-row div { padding: 24px 16px; border-radius: 10px; background: #fff; text-align: center; box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.stats-row strong { display: block; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 27px; }
.stats-row span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit-card { display: grid; grid-template-columns: 46px 1fr; gap: 13px; padding: 22px; border-radius: 10px; background: #fff; box-shadow: 0 12px 32px rgba(2, 12, 45, .14); }
.benefit-card > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #fff4cf; color: var(--gold-dark); font-weight: 900; font-size: 12px; }
.benefit-card h3 { margin: 1px 0 6px; color: var(--navy); font-size: 17px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 12.5px; }
.peace-panel { margin-top: 28px; padding: 35px; display: grid; grid-template-columns: 1.45fr .75fr; gap: 34px; border-radius: 13px; background: rgba(5, 24, 72, .58); border: 1px solid rgba(255,255,255,.12); color: #fff; }
.peace-panel h3 { margin: 0; max-width: 600px; font-family: "Manrope", sans-serif; font-size: 30px; line-height: 1.15; }
.peace-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }
.peace-points p { display: grid; grid-template-columns: 30px 1fr; gap: 8px; margin: 0; color: rgba(255,255,255,.68); font-size: 12px; }
.peace-points b { color: var(--gold); font-size: 14px; }
.peace-points strong { display: block; color: #fff; font-size: 13px; }
.peace-panel aside { padding: 25px; border-radius: 10px; background: #fff; color: var(--ink); }
.peace-panel aside h4 { margin: 0; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 21px; }
.peace-panel aside p { color: var(--muted); font-size: 13px; }

.projects { background: #fff; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.project-card { display: grid; grid-template-columns: 47% 1fr; min-height: 360px; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; background: #fff; box-shadow: 0 16px 40px rgba(10, 38, 92, .09); }
.project-card figure { position: relative; margin: 0; min-height: 100%; overflow: hidden; }
.project-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.project-card:hover figure img { transform: scale(1.04); }
.tag { position: absolute; left: 12px; top: 12px; padding: 7px 10px; border-radius: 999px; color: #fff; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.tag.real { background: #16985b; }
.tag.render { background: var(--gold-dark); }
.project-card > div { padding: 24px; }
.project-card > div > p { margin: 0; color: var(--gold-dark); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.project-card h3 { margin: 6px 0 15px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 22px; line-height: 1.15; }
.project-card ul { margin: 0 0 23px; padding: 0; list-style: none; }
.project-card li { position: relative; padding: 5px 0 5px 18px; color: var(--muted); font-size: 12.5px; }
.project-card li::before { content: "•"; position: absolute; left: 3px; color: var(--gold-dark); font-weight: 900; }
.project-note { margin-top: 24px; padding: 18px 22px; display: flex; align-items: center; gap: 18px; border-radius: 10px; background: var(--soft); border: 1px solid var(--line); }
.project-note span { flex: none; padding: 6px 9px; border-radius: 99px; background: #fff0bc; color: #8b5b00; font-size: 11px; font-weight: 900; }
.project-note p { margin: 0; color: var(--muted); font-size: 13px; }

.yellow-cta { padding: 30px 0; background: var(--gold); }
.yellow-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.yellow-cta p { margin: 0; color: #6d4d00; font-size: 13px; font-weight: 800; }
.yellow-cta h2 { margin: 2px 0 0; color: var(--navy-deep); font-family: "Manrope", sans-serif; font-size: 30px; }
.yellow-actions { display: flex; align-items: center; gap: 18px; }
.text-wa { color: var(--navy); font-weight: 900; text-decoration: none; font-size: 13px; }

.finance { background: linear-gradient(105deg, var(--navy-deep) 0 58%, var(--gold) 58% 100%); }
.finance-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.finance-copy { color: #fff; }
.finance-copy h2 { margin: 0; max-width: 620px; font-family: "Manrope", sans-serif; font-size: clamp(38px, 4.2vw, 56px); line-height: 1.08; letter-spacing: -.035em; }
.finance-copy > p:not(.section-kicker) { color: rgba(255,255,255,.74); font-size: 17px; }
.finance-copy ul { margin: 24px 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.finance-copy li { position: relative; padding-left: 23px; color: rgba(255,255,255,.86); font-size: 13px; }
.finance-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.finance-alert { padding: 15px 17px; border-radius: 9px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); font-size: 12px; }
.finance-alert strong { color: #fff; }
.quick-form, .contact-form { padding: 30px; border-radius: 14px; background: #fff; box-shadow: 0 22px 55px rgba(5, 23, 66, .24); }
.form-label { margin: 0; color: var(--gold-dark); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.quick-form h3, .contact-form h3 { margin: 4px 0 21px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 25px; }
label { display: grid; gap: 6px; margin-bottom: 14px; color: #3c4960; font-weight: 700; font-size: 12px; }
input, select, textarea { width: 100%; border: 1px solid #d8dee8; border-radius: 8px; background: #fff; color: var(--ink); outline: none; }
input, select { height: 46px; padding: 0 13px; }
textarea { padding: 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue-bright); box-shadow: 0 0 0 3px rgba(18,102,216,.1); }
.quick-form .btn, .contact-form .btn { width: 100%; margin-top: 4px; }
.quick-form small, .contact-form small { display: block; margin-top: 10px; color: #8a93a3; font-size: 10px; text-align: center; }

.tips { background: var(--soft); }
.tip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tip-card { padding: 27px; border-radius: 13px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 28px rgba(15,34,82,.06); }
.tip-card > span { color: var(--gold-dark); font-size: 12px; font-weight: 900; }
.tip-card h3 { margin: 6px 0 9px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 20px; }
.tip-card p { margin: 0; color: var(--muted); font-size: 13px; }

.faq { background: #fff; }
.faq-shell { max-width: 960px; }
.accordion { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 10px; background: #fff; overflow: hidden; box-shadow: 0 7px 22px rgba(15,34,82,.04); }
.faq-item button { width: 100%; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: #fff; text-align: left; color: var(--navy); font-weight: 800; cursor: pointer; }
.faq-item button b { width: 28px; height: 28px; display: grid; place-items: center; flex: none; border-radius: 50%; background: #fff3c5; color: var(--gold-dark); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 14px; }
.faq-item.is-open .faq-answer { max-height: 300px; }
.faq-cta { margin: 28px auto 0; padding: 20px; max-width: 640px; display: flex; align-items: center; justify-content: center; gap: 20px; border-radius: 10px; background: var(--soft); }
.faq-cta p { margin: 0; color: var(--navy); font-weight: 800; }

.contact { background: linear-gradient(160deg, #123281, #2247a4); }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; align-items: start; }
.contact-form { padding: 32px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-side { display: grid; gap: 16px; }
.direct-card, .address-card { padding: 24px; border-radius: 12px; background: #fff; box-shadow: 0 18px 40px rgba(4,19,58,.16); }
.direct-card a { display: grid; gap: 2px; padding: 13px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.direct-card a:last-child { border-bottom: 0; }
.direct-card a span { color: var(--muted); font-size: 11px; }
.direct-card a strong { color: var(--navy); font-size: 14px; overflow-wrap: anywhere; }
.direct-card .direct-wa strong { color: #159654; }
.address-card strong { display: block; margin-top: 6px; color: var(--navy); font-size: 18px; }
.address-card span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; }
.side-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.side-stats div { padding: 18px 7px; border-radius: 10px; background: var(--gold); text-align: center; }
.side-stats strong { display: block; color: var(--navy-deep); font-family: "Manrope", sans-serif; font-size: 17px; }
.side-stats span { display: block; color: #735000; font-size: 9px; font-weight: 800; }

.site-footer { padding: 60px 0 20px; background: #071d57; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 45px; }
.footer-brand img { width: 100px; max-height: 105px; object-fit: contain; }
.footer-brand p { max-width: 280px; color: rgba(255,255,255,.65); font-size: 13px; }
.footer-grid h3 { margin: 4px 0 16px; font-size: 14px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; }
.footer-grid a { margin-bottom: 8px; color: rgba(255,255,255,.62); text-decoration: none; font-size: 12px; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { margin-top: 38px; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: 11px; }
.footer-bottom p { margin: 0; }
.floating-wa { position: fixed; z-index: 999; right: 24px; bottom: 24px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; box-shadow: 0 15px 35px rgba(17,157,78,.35); transition: transform .2s; }
.floating-wa:hover { transform: translateY(-4px) scale(1.03); }
.floating-wa svg { width: 31px; fill: currentColor; }
.toast { position: fixed; z-index: 1200; left: 50%; bottom: 25px; max-width: min(92vw, 520px); padding: 13px 18px; border-radius: 10px; background: #111d37; color: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.25); opacity: 0; transform: translate(-50%, 25px); pointer-events: none; transition: .25s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .header-shell { grid-template-columns: 100px 1fr auto; gap: 18px; }
  .main-nav { gap: 23px; }
  .header-wa { padding: 0 18px; font-size: 14px; }
  .package-feature { grid-template-columns: 1fr; }
  .package-list { grid-template-columns: repeat(3, 1fr); }
  .finance { background: linear-gradient(105deg, var(--navy-deep) 0 62%, var(--gold) 62% 100%); }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 30px, 760px); }
  .section { padding: 72px 0; }
  .header-shell { min-height: 78px; grid-template-columns: 80px auto; justify-content: space-between; }
  .brand { width: 72px; height: 72px; }
  .brand img { max-height: 64px; }
  .menu-toggle { position: relative; z-index: 2; width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 10px; border: 0; border-radius: 8px; background: rgba(255,255,255,.08); }
  .menu-toggle span { display: block; height: 2px; border-radius: 2px; background: #fff; transition: .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 78px 0 0; padding: 30px 24px 60px; display: block; background: #071d57; transform: translateX(100%); transition: transform .28s; overflow-y: auto; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav > a, .dropdown-toggle { width: 100%; padding: 14px 4px; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); }
  .dropdown-menu { position: static; width: 100%; padding: 5px 0 12px 12px; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; display: none; }
  .nav-dropdown.is-open .dropdown-menu { display: block; }
  .dropdown-menu a { color: rgba(255,255,255,.75); }
  .dropdown-menu a:hover { background: rgba(255,255,255,.07); color: #fff; }
  .header-wa { display: none; }
  .hero { min-height: 720px; padding-top: 78px; }
  .hero-inner { padding: 80px 0 110px; }
  .service-cards, .benefit-grid, .tip-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: 42% 1fr; }
  .service-card figure { height: 100%; min-height: 360px; }
  .package-mini-grid, .project-grid, .finance-grid, .contact-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .peace-panel { grid-template-columns: 1fr; }
  .peace-points { grid-template-columns: 1fr; }
  .project-card { min-height: 330px; }
  .finance { background: linear-gradient(180deg, var(--navy-deep) 0 57%, var(--gold) 57% 100%); }
  .finance-grid { gap: 50px; }
  .yellow-cta-inner { align-items: flex-start; }
  .yellow-actions { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 26px); }
  .section { padding: 58px 0; }
  .hero { min-height: 690px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(2,13,46,.92), rgba(5,24,73,.75)); }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-facts { gap: 18px; flex-wrap: wrap; }
  .hero-facts div { min-width: 105px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-dots { right: 20px; }
  .scroll-cue { display: none; }
  .section-heading h2, .intro h2 { font-size: clamp(32px, 9vw, 42px); }
  .mini-trust { flex-direction: column; align-items: center; }
  .service-card { display: block; }
  .service-card figure { height: 230px; min-height: 0; }
  .package-mini { grid-template-columns: 50px 1fr; }
  .package-mini > a { display: none; }
  .package-feature { padding: 28px 24px; }
  .package-list { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .benefit-card { padding: 18px; }
  .peace-panel { padding: 25px 20px; }
  .project-card { display: block; }
  .project-card figure { height: 240px; }
  .project-note { align-items: flex-start; flex-direction: column; }
  .yellow-cta-inner { display: block; text-align: center; }
  .yellow-actions { margin-top: 18px; align-items: stretch; }
  .finance-copy ul { grid-template-columns: 1fr; }
  .quick-form, .contact-form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .faq-cta { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .floating-wa { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

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