:root {
  --navy: #063945;
  --teal: #075d71;
  --cyan: #12a7b8;
  --green: #22a06b;
  --red: #e5383b;
  --ink: #102a31;
  --muted: #64777d;
  --soft: #f1f8f8;
  --line: #dce9e9;
  --white: #fff;
  --shadow: 0 24px 70px rgba(6,57,69,.13);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Tahoma, Arial, sans-serif; line-height: 1.8; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; right: 20px; z-index: 1000; background: #fff; color: var(--navy); padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.topbar { background: var(--navy); color: rgba(255,255,255,.9); font-size: 13px; }
.topbar-inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar-links { display: flex; gap: 20px; direction: ltr; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(6,57,69,.08); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; gap: 28px; }
.brand { width: 230px; margin-left: auto; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 700; }
.main-nav a { position: relative; padding-block: 8px; }
.main-nav a::after { content: ""; position: absolute; right: 0; left: 100%; bottom: 0; height: 2px; background: var(--red); transition: left .25s ease; }
.main-nav a:hover::after { left: 0; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border: 0; border-radius: 14px; color: #fff; background: linear-gradient(135deg,var(--teal),var(--cyan)); font-weight: 800; cursor: pointer; box-shadow: 0 12px 28px rgba(7,93,113,.22); transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 35px rgba(7,93,113,.28); }
.btn-small { min-height: 44px; padding: 9px 17px; font-size: 13px; }
.btn-ghost { color: var(--navy); background: #fff; box-shadow: inset 0 0 0 1px var(--line); }
.btn-white { color: var(--teal); background: #fff; box-shadow: none; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 12px; background: var(--soft); padding: 12px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { position: relative; min-height: 720px; padding: 90px 0 72px; background: linear-gradient(135deg,#f6fbfb 0%,#edf8f8 55%,#fff 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 500px; height: 500px; left: -220px; bottom: -240px; border: 85px solid rgba(229,56,59,.07); border-radius: 50%; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { width: 300px; height: 300px; top: 70px; right: -130px; background: rgba(18,167,184,.08); }
.hero-orb-two { width: 90px; height: 90px; top: 120px; left: 48%; background: rgba(34,160,107,.12); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 74px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--teal); font-size: 13px; font-weight: 900; letter-spacing: .03em; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--red); }
.eyebrow-light { color: #bdebf0; }
.hero h1, .section h2 { margin: 18px 0; color: var(--navy); line-height: 1.24; letter-spacing: -.045em; }
.hero h1 { font-size: clamp(44px, 6vw, 76px); }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-copy > p { max-width: 610px; margin: 0 0 30px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-strip { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 25px; color: var(--muted); font-size: 13px; }
.trust-strip span { display: flex; align-items: center; gap: 7px; }
.trust-strip span::before { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #fff; background: var(--green); font-size: 11px; }
.trust-strip b { color: var(--navy); }
.hero-image-wrap { position: relative; width: min(520px,90%); margin-inline: auto; }
.hero-image-wrap::before { content: ""; position: absolute; inset: 22px -24px -24px 24px; border-radius: 48% 48% 24px 24px; background: linear-gradient(145deg,var(--cyan),var(--teal)); }
.hero-image-wrap > img { position: relative; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 48% 48% 24px 24px; box-shadow: var(--shadow); }
.floating-card { position: absolute; z-index: 2; display: flex; flex-direction: column; padding: 14px 19px; border: 1px solid rgba(255,255,255,.6); border-radius: 15px; background: rgba(255,255,255,.9); backdrop-filter: blur(14px); box-shadow: 0 16px 36px rgba(6,57,69,.17); }
.floating-card strong { color: var(--teal); font-size: 18px; }
.floating-card span { color: var(--muted); font-size: 11px; }
.card-quality { right: -45px; bottom: 56px; }
.card-years { left: -35px; top: 70px; }

.stats { position: relative; z-index: 3; background: var(--navy); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stats-grid > div { min-height: 152px; display: grid; align-content: center; justify-items: center; border-left: 1px solid rgba(255,255,255,.1); }
.stats-grid > div:last-child { border-left: 0; }
.stats strong { display: block; color: #fff; font-size: 38px; line-height: 1.2; direction: ltr; }
.stats span { color: rgba(255,255,255,.66); font-size: 13px; }
.section { padding: 110px 0; }
.section-head { margin-bottom: 45px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section h2 { font-size: clamp(34px,4vw,52px); }
.section-head h2 { margin-bottom: 0; }
.section-head > p { max-width: 480px; margin: 0; color: var(--muted); }
.services { background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { position: relative; min-height: 300px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(18,167,184,.45); box-shadow: var(--shadow); }
.service-index { position: absolute; left: 24px; top: 20px; color: #dce8e9; font-size: 34px; font-weight: 900; }
.icon-badge { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 18px; color: var(--teal); background: var(--soft); font-size: 12px; font-weight: 900; letter-spacing: .05em; }
.service-card h3 { margin: 25px 0 10px; font-size: 22px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }

.about { background: var(--soft); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.about-collage { position: relative; min-height: 600px; }
.about-main { width: 79%; height: 520px; object-fit: cover; border-radius: 32px; box-shadow: var(--shadow); }
.about-small { position: absolute; left: 0; bottom: 5px; width: 48%; height: 250px; object-fit: cover; border: 10px solid var(--soft); border-radius: 28px; }
.about-note { position: absolute; right: 40px; bottom: 20px; padding: 18px 20px; color: #fff; background: var(--red); border-radius: 18px; box-shadow: 0 18px 35px rgba(229,56,59,.25); }
.about-note b, .about-note span { display: block; }
.about-note span { font-size: 12px; opacity: .82; }
.about-copy p { color: var(--muted); }
.check-list { list-style: none; margin: 25px 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.check-list li { position: relative; padding-right: 30px; font-size: 14px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; right: 0; top: 1px; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: #fff; background: var(--green); font-size: 10px; }
.text-link, .text-button { color: var(--teal); border: 0; background: none; font-weight: 900; cursor: pointer; }
.text-link span { display: inline-block; margin-right: 7px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(-5px); }

.quality { position: relative; color: #fff; background: var(--teal); overflow: hidden; }
.quality::before { content: ""; position: absolute; width: 600px; height: 600px; right: -250px; top: -250px; border: 80px solid rgba(255,255,255,.035); border-radius: 50%; }
.quality-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.quality h2 { color: #fff; }
.quality-copy > p { color: rgba(255,255,255,.74); font-size: 16px; }
.quality-points { margin-top: 32px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.quality-points div { padding: 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.06); }
.quality-points strong, .quality-points span { display: block; }
.quality-points strong { color: #fff; font-size: 23px; }
.quality-points span { color: rgba(255,255,255,.65); font-size: 11px; }
.certificate-card { padding: 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 26px; background: rgba(255,255,255,.1); transform: rotate(-1.5deg); }
.certificate-card img { border-radius: 17px; }

.packages { background: #fff; }
.package-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.package-card { position: relative; min-height: 330px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: #fff; overflow: hidden; }
.package-card::after { content: ""; position: absolute; width: 100px; height: 100px; left: -45px; top: -45px; border-radius: 50%; background: var(--soft); }
.package-card.featured { color: #fff; border-color: var(--teal); background: var(--teal); box-shadow: var(--shadow); }
.package-card .tag { position: absolute; top: 20px; left: 20px; z-index: 1; padding: 5px 9px; color: var(--teal); background: #fff; border-radius: 99px; font-size: 10px; font-weight: 900; }
.package-number { color: var(--cyan); font-size: 40px; font-weight: 900; direction: ltr; }
.package-card h3 { margin: 25px 0 10px; font-size: 22px; }
.package-card p { margin: 0 0 25px; color: var(--muted); font-size: 14px; }
.package-card.featured p { color: rgba(255,255,255,.7); }
.package-card a { margin-top: auto; color: var(--teal); font-weight: 900; }
.package-card.featured a { color: #fff; }
.result-cta { padding-top: 10px; }
.cta-panel { padding: 55px 60px; display: flex; align-items: center; justify-content: space-between; gap: 40px; color: #fff; border-radius: 32px; background: linear-gradient(135deg,var(--navy),var(--teal)); box-shadow: var(--shadow); }
.cta-panel h2 { max-width: 700px; margin: 10px 0; color: #fff; font-size: clamp(28px,4vw,44px); }
.cta-panel p { margin: 0; color: rgba(255,255,255,.7); }

.branches { background: var(--soft); }
.branch-layout { display: grid; grid-template-columns: 1.04fr .96fr; gap: 28px; }
.branch-list { display: grid; gap: 10px; }
.branch { position: relative; padding: 19px 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.branch span { color: var(--red); font-size: 11px; font-weight: 900; }
.branch h3 { margin: 2px 0; font-size: 17px; }
.branch p { margin: 0; color: var(--muted); font-size: 13px; }
.branch a { position: absolute; left: 20px; bottom: 18px; color: var(--teal); direction: ltr; font-size: 13px; font-weight: 800; }
.branch.active { color: #fff; border-color: var(--teal); background: var(--teal); }
.branch.active p, .branch.active a { color: rgba(255,255,255,.75); }
.branch-visual { position: relative; min-height: 580px; border-radius: 28px; overflow: hidden; }
.branch-visual img { width: 100%; height: 100%; object-fit: cover; }
.branch-overlay { position: absolute; right: 20px; left: 20px; bottom: 20px; padding: 24px; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; background: rgba(6,57,69,.86); backdrop-filter: blur(12px); }
.branch-overlay strong, .branch-overlay span { display: block; }
.branch-overlay strong { font-size: 22px; }
.branch-overlay span { margin-block: 4px 12px; color: rgba(255,255,255,.73); font-size: 13px; }
.branch-overlay a { color: #83e5ec; font-weight: 900; }

.gallery { background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 230px; gap: 14px; }
.gallery-grid figure { margin: 0; border-radius: 22px; overflow: hidden; }
.gallery-grid .gallery-large { grid-column: span 2; grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-grid figure:hover img { transform: scale(1.05); }
.partners { padding: 45px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partners p { margin: 0 0 24px; text-align: center; color: var(--muted); font-size: 13px; font-weight: 800; }
.partner-row { display: grid; grid-template-columns: repeat(7,1fr); align-items: center; gap: 25px; }
.partner-row img { width: 100%; max-height: 55px; object-fit: contain; filter: grayscale(1); opacity: .65; transition: filter .2s ease, opacity .2s ease; }
.partner-row img:hover { filter: none; opacity: 1; }

.contact { color: #fff; background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 100px; align-items: center; }
.contact h2 { color: #fff; }
.contact-copy > p { color: rgba(255,255,255,.68); }
.contact-items { margin-top: 35px; display: grid; gap: 12px; }
.contact-items a, .contact-items div { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-items span, .contact-items strong { display: block; }
.contact-items span { color: rgba(255,255,255,.55); font-size: 11px; }
.contact-items strong { font-size: 15px; direction: rtl; }
.contact-card { padding: 34px; color: var(--ink); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.contact-card h3 { margin: 0 0 20px; font-size: 25px; }
.contact-card label { display: block; margin-bottom: 13px; color: var(--muted); font-size: 12px; font-weight: 800; }
.contact-card input, .contact-card select, .contact-card textarea { width: 100%; margin-top: 6px; padding: 12px 14px; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; background: #f9fcfc; outline: none; }
.contact-card input:focus, .contact-card select:focus, .contact-card textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(18,167,184,.1); }
.contact-card .btn { width: 100%; }
.contact-card small { display: block; margin-top: 8px; text-align: center; color: var(--muted); font-size: 10px; }
.site-footer { padding: 70px 0 20px; color: rgba(255,255,255,.66); background: #052f39; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 45px; }
.footer-brand img { width: 240px; padding: 10px; border-radius: 10px; background: #fff; }
.footer-grid h3 { margin: 0 0 16px; color: #fff; font-size: 15px; }
.footer-grid a { display: block; margin: 8px 0; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.copyright { margin-top: 50px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.whatsapp-float { position: fixed; left: 22px; bottom: 22px; z-index: 80; width: 66px; height: 66px; display: grid; place-items: center; color: #fff; border: 4px solid #fff; border-radius: 50%; background: #20b86a; box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: 10px; font-weight: 900; }

.archive-modal { position: fixed; inset: 0; z-index: 300; display: none; padding: 30px; background: rgba(3,35,42,.78); backdrop-filter: blur(10px); }
.archive-modal.open { display: grid; place-items: center; }
.archive-panel { width: min(1180px,100%); max-height: calc(100vh - 60px); padding: 30px; border-radius: 28px; background: #fff; overflow: auto; }
.archive-head { position: sticky; top: -30px; z-index: 2; padding: 15px 0 20px; display: flex; justify-content: space-between; align-items: center; background: #fff; }
.archive-head h2 { margin: 5px 0 0; font-size: 34px; }
.archive-head button { width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--navy); background: var(--soft); font-size: 28px; cursor: pointer; }
.archive-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.archive-grid figure { margin: 0; aspect-ratio: 4/3; border-radius: 14px; background: var(--soft); overflow: hidden; }
.archive-grid img { width: 100%; height: 100%; object-fit: cover; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1020px) {
  .header-cta { display: none; }
  .main-nav { gap: 16px; }
  .hero-grid, .split-grid, .quality-grid, .contact-grid { gap: 45px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .package-grid { grid-template-columns: repeat(2,1fr); }
  .branch-layout { grid-template-columns: 1fr; }
  .branch-visual { min-height: 450px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px,1180px); }
  .topbar p, .topbar-links a:first-child { display: none; }
  .topbar-inner { justify-content: center; }
  .nav-wrap { min-height: 74px; }
  .brand { width: 190px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 14px; left: 14px; padding: 15px; display: none; flex-direction: column; align-items: stretch; gap: 3px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 9px 12px; }
  .hero { min-height: auto; padding: 65px 0; }
  .hero-grid, .split-grid, .quality-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .trust-strip { justify-content: center; }
  .hero-visual { margin-top: 25px; }
  .hero-image-wrap { width: min(430px,85%); }
  .card-quality { right: -28px; }
  .card-years { left: -28px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid > div { min-height: 125px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding: 78px 0; }
  .section-head { align-items: start; flex-direction: column; gap: 15px; }
  .about-collage { order: 2; min-height: 490px; }
  .about-main { height: 420px; }
  .about-small { height: 190px; }
  .quality-points { grid-template-columns: repeat(3,1fr); }
  .cta-panel { padding: 36px; align-items: start; flex-direction: column; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 190px; }
  .partner-row { grid-template-columns: repeat(4,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .archive-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 42px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .trust-strip { gap: 12px; }
  .floating-card { padding: 10px 12px; }
  .card-quality { right: -18px; bottom: 25px; }
  .card-years { left: -18px; top: 35px; }
  .services-grid, .package-grid { grid-template-columns: 1fr; }
  .check-list { grid-template-columns: 1fr; }
  .about-collage { min-height: 410px; }
  .about-main { width: 88%; height: 350px; }
  .about-small { height: 150px; }
  .about-note { right: 20px; }
  .quality-points { grid-template-columns: 1fr; }
  .branch a { position: static; display: inline-block; margin-top: 6px; }
  .branch-visual { min-height: 360px; }
  .gallery-grid { grid-auto-rows: 155px; }
  .gallery-grid .gallery-large { grid-column: span 2; grid-row: span 2; }
  .partner-row { grid-template-columns: repeat(3,1fr); }
  .contact-card { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .copyright { gap: 12px; flex-direction: column; }
  .archive-modal { padding: 10px; }
  .archive-panel { max-height: calc(100vh - 20px); padding: 18px; }
  .archive-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
}
