@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300;400;500;600;700&family=Cairo:wght@500;600;700;800;900&display=swap');

:root {
  --ink: #15323a;
  --muted: #65777c;
  --teal-950: #052f37;
  --teal-900: #073a44;
  --teal-800: #0b4f5c;
  --teal-600: #2b7d84;
  --teal-400: #65b8b4;
  --mint-100: #edf7f5;
  --mint-50: #f7faf9;
  --gold: #f4c247;
  --gold-dark: #e5ad21;
  --cream: #fff9ec;
  --white: #fff;
  --line: #dce9e7;
  --danger: #a93636;
  --shadow-sm: 0 8px 25px rgba(6, 58, 68, .08);
  --shadow-lg: 0 28px 70px rgba(6, 58, 68, .16);
  --radius-sm: 18px;
  --radius: 26px;
  --radius-lg: 40px;
  --container: 1240px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: 'Alexandria', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
::selection { color: var(--white); background: var(--teal-800); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-family: 'Cairo', sans-serif; line-height: 1.25; }
h1 { font-size: clamp(2.5rem, 5.5vw, 5.4rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 3.8vw, 3.8rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.2rem, 2vw, 1.65rem); }
p { color: var(--muted); }
ul { margin-top: 0; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding: clamp(76px, 9vw, 132px) 0; }
.section-sm { padding: clamp(52px, 6vw, 82px) 0; }
.section-mint { background: var(--mint-100); }
.section-cream { background: var(--cream); }
.section-dark { color: var(--white); background: var(--teal-950); }
.section-dark p { color: rgba(255,255,255,.7); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: var(--teal-800);
  font-family: 'Cairo', sans-serif;
  font-weight: 800;
  font-size: .85rem;
}
.eyebrow::before { content: ''; width: 30px; height: 2px; background: var(--gold); }
.section-dark .eyebrow { color: var(--gold); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading p { max-width: 650px; font-size: 1.06rem; }
.section-heading.center p { margin-inline: auto; }
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stack { display: grid; gap: 24px; }
.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.card-pad { padding: clamp(24px, 3vw, 38px); }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: var(--gold);
  color: var(--teal-950);
  font-family: 'Cairo', sans-serif;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
}
.button:hover { transform: translateY(-3px); background: var(--gold-dark); box-shadow: 0 12px 26px rgba(229,173,33,.28); }
.button-outline { border-color: var(--teal-800); background: transparent; color: var(--teal-800); }
.button-outline:hover { color: var(--white); background: var(--teal-800); box-shadow: none; }
.button-white { background: var(--white); color: var(--teal-900); }
.button-whatsapp { background: #25d366; color: var(--white); }
.button-whatsapp:hover { background: #1ebc59; box-shadow: 0 12px 26px rgba(37, 211, 102, .28); }
.button svg { width: 20px; height: 20px; fill: currentColor; }
.button-sm { min-height: 44px; padding: 10px 18px; font-size: .9rem; }
.icon-dot {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  flex: 0 0 44px;
  border-radius: 50%;
  background: var(--mint-100);
  color: var(--teal-800);
  font-weight: 900;
}
.announcement { padding: 8px 0; color: var(--white); background: var(--teal-950); font-size: .78rem; }
.announcement .container { display: flex; justify-content: space-between; gap: 20px; }
.announcement strong { color: var(--gold); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(11,79,92,.08);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
}
.navbar { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: 'Cairo', sans-serif; font-size: 1.3rem; font-weight: 900; color: var(--teal-800); }
.brand-logo { width: 58px; height: 58px; flex: 0 0 58px; object-fit: contain; }
.brand small { display: block; margin-top: -7px; color: var(--muted); font-family: 'Alexandria', sans-serif; font-size: .55rem; font-weight: 500; }
.nav-links { display: flex; align-items: center; gap: 5px; }
.nav-links a { position: relative; padding: 13px 12px; border-radius: 12px; font-size: .87rem; font-weight: 600; }
.nav-links a::after { content: ''; position: absolute; right: 12px; bottom: 7px; width: 0; height: 2px; background: var(--gold); transition: width .25s; }
.nav-links a:hover::after, .nav-links a.active::after { width: calc(100% - 24px); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--teal-800); transition: .25s; }
.mobile-panel { display: none; }

.hero { position: relative; min-height: 760px; padding: 62px 0 96px; background: linear-gradient(160deg, var(--mint-50) 0 62%, var(--mint-100) 62%); overflow: hidden; }
.hero::before { content: ''; position: absolute; width: 420px; height: 420px; left: -180px; top: -140px; border: 90px solid rgba(101,184,180,.12); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 590px; align-items: center; gap: 60px; }
.hero-copy { position: relative; z-index: 3; }
.hero-copy h1 { max-width: 680px; margin-bottom: 24px; color: var(--teal-900); }
.hero-copy h1 em { position: relative; color: var(--teal-600); font-style: normal; }
.hero-copy h1 em::after { content: ''; position: absolute; right: 0; bottom: 4px; width: 100%; height: 9px; z-index: -1; border-radius: 10px; background: var(--gold); opacity: .7; }
.hero-copy > p { max-width: 610px; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.trust-inline { display: flex; flex-wrap: wrap; gap: 16px 26px; padding: 0; list-style: none; color: var(--teal-800); font-size: .86rem; font-weight: 600; }
.trust-inline li::before { content: '✓'; display: inline-grid; width: 22px; height: 22px; margin-left: 7px; place-items: center; border-radius: 50%; color: var(--white); background: var(--teal-400); }
.hero-media { position: relative; min-height: 590px; }
.hero-image { width: 100%; height: 570px; object-fit: cover; border-radius: 50px 14px 50px 50px; box-shadow: var(--shadow-lg); }
.hero-stamp { position: absolute; top: 22px; right: -22px; display: grid; width: 112px; height: 112px; place-items: center; padding: 14px; border: 7px solid rgba(255,255,255,.65); border-radius: 50%; background: var(--gold); color: var(--teal-950); text-align: center; font-family: 'Cairo'; font-size: .82rem; font-weight: 900; line-height: 1.3; transform: rotate(7deg); }
.floating-review { position: absolute; left: -36px; bottom: 32px; width: 230px; padding: 18px; border-radius: 22px; background: var(--white); box-shadow: var(--shadow-lg); }
.stars { color: var(--gold-dark); letter-spacing: 2px; }
.floating-review strong { display: block; font-family: 'Cairo'; }
.floating-review small { color: var(--muted); }
.hero-stat { position: absolute; right: -30px; bottom: -24px; padding: 18px 24px; border-radius: 22px; background: var(--teal-800); color: var(--white); box-shadow: var(--shadow-lg); }
.hero-stat strong { display: block; color: var(--gold); font-family: 'Cairo'; font-size: 1.65rem; }

.proof-strip { position: relative; z-index: 4; margin-top: -48px; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow-sm); overflow: hidden; }
.proof-item { display: flex; align-items: center; gap: 14px; padding: 24px; border-left: 1px solid var(--line); }
.proof-item:last-child { border-left: 0; }
.proof-item strong { display: block; font-family: 'Cairo'; }
.proof-item small { color: var(--muted); }

.service-card { position: relative; min-height: 390px; padding: 0; overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.service-card img { width: 100%; height: 210px; object-fit: cover; transition: transform .6s var(--ease); }
.service-card:hover img { transform: scale(1.06); }
.service-card-body { padding: 26px; }
.service-card h3 { color: var(--teal-800); }
.service-card .tag { position: absolute; top: 18px; right: 18px; padding: 7px 13px; border-radius: 50px; color: var(--teal-950); background: var(--gold); font-size: .7rem; font-weight: 800; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--teal-800); font-family: 'Cairo'; font-weight: 800; }
.text-link::after { content: '←'; transition: transform .25s; }
.text-link:hover::after { transform: translateX(-5px); }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 7vw, 95px); }
.media-collage { position: relative; min-height: 560px; }
.media-collage .main-img { width: 82%; height: 500px; margin-right: auto; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.media-collage .small-img { position: absolute; right: 0; bottom: 0; width: 48%; height: 250px; object-fit: cover; border: 10px solid var(--white); border-radius: 36px; box-shadow: var(--shadow-sm); }
.media-collage .badge-card { position: absolute; top: 32px; right: -10px; max-width: 190px; padding: 18px; border-radius: 20px; background: var(--gold); color: var(--teal-950); box-shadow: var(--shadow-sm); font-family: 'Cairo'; font-weight: 800; }
.check-list { display: grid; gap: 13px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-right: 34px; }
.check-list li::before { content: '✓'; position: absolute; right: 0; top: 3px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 8px; color: var(--white); background: var(--teal-400); font-size: .75rem; font-weight: 900; }

.nationality-card { position: relative; padding: 28px; overflow: hidden; transition: .3s var(--ease); }
.nationality-card:hover { transform: translateY(-7px); border-color: var(--teal-400); }
.nationality-head { display: flex; align-items: center; gap: 16px; margin-bottom: 15px; }
.flag { width: 58px; height: 42px; object-fit: cover; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 5px 12px rgba(0,0,0,.08); }
.availability { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 30px; color: var(--teal-800); background: var(--mint-100); font-size: .7rem; font-weight: 700; }
.availability::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #31a45d; box-shadow: 0 0 0 4px rgba(49,164,93,.12); }

.feature-card { padding: 30px; box-shadow: none; }
.feature-card .icon-dot { margin-bottom: 20px; font-size: 1.2rem; }
.feature-card p { margin-bottom: 0; font-size: .92rem; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.process-grid::before { content: ''; position: absolute; top: 31px; right: 16%; left: 16%; border-top: 2px dashed var(--teal-400); }
.process-step { position: relative; z-index: 2; text-align: center; }
.step-num { display: grid; width: 64px; height: 64px; margin: 0 auto 20px; place-items: center; border: 8px solid var(--white); border-radius: 50%; color: var(--gold); background: var(--teal-800); box-shadow: 0 0 0 1px var(--teal-400); font-family: 'Cairo'; font-weight: 900; }

.stats-band { padding: 48px 0; color: var(--white); background: var(--teal-800); }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { padding: 14px 24px; border-left: 1px solid rgba(255,255,255,.2); text-align: center; }
.stat-item:last-child { border-left: 0; }
.stat-item strong { display: block; color: var(--gold); font-family: 'Cairo'; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; }
.stat-item span { font-size: .84rem; opacity: .8; }

.gallery-grid { display: grid; grid-auto-rows: 240px; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.gallery-item { position: relative; grid-column: span 4; padding: 0; border: 0; border-radius: var(--radius); background: var(--mint-100); overflow: hidden; cursor: zoom-in; }
.gallery-item.wide { grid-column: span 8; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item span { position: absolute; right: 16px; bottom: 16px; padding: 8px 13px; border-radius: 12px; color: var(--white); background: rgba(5,47,55,.82); font-size: .75rem; }
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.filter-button { min-height: 44px; padding: 8px 18px; border: 1px solid var(--line); border-radius: 30px; background: var(--white); cursor: pointer; }
.filter-button.active { border-color: var(--teal-800); color: var(--white); background: var(--teal-800); }
.gallery-item[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 3000; display: none; padding: 30px; place-items: center; background: rgba(2,28,33,.94); }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(100%, 1100px); max-height: 80vh; border-radius: 22px; }
.lightbox button { position: absolute; top: 24px; left: 24px; width: 50px; height: 50px; border: 0; border-radius: 50%; color: var(--teal-950); background: var(--white); cursor: pointer; font-size: 1.4rem; }

.testimonial-card { display: flex; min-height: 315px; flex-direction: column; padding: 32px; }
.testimonial-card blockquote { margin: 14px 0 24px; color: var(--ink); font-family: 'Cairo'; font-size: 1.06rem; line-height: 1.9; }
.testimonial-author { display: flex; align-items: center; gap: 13px; margin-top: auto; }
.avatar { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--white); background: var(--teal-800); font-family: 'Cairo'; font-weight: 900; }
.testimonial-author small { display: block; color: var(--muted); }

.faq-list { display: grid; gap: 12px; max-width: 900px; margin-inline: auto; }
.faq-item { border: 1px solid var(--line); border-radius: 18px; background: var(--white); overflow: hidden; }
.faq-question { display: flex; width: 100%; min-height: 68px; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; border: 0; background: transparent; text-align: right; font-family: 'Cairo'; font-weight: 800; cursor: pointer; }
.faq-question::after { content: '+'; display: grid; width: 32px; height: 32px; place-items: center; flex: 0 0 32px; border-radius: 50%; color: var(--teal-800); background: var(--mint-100); font-size: 1.25rem; }
.faq-question[aria-expanded='true']::after { content: '−'; color: var(--white); background: var(--teal-800); }
.faq-answer { display: none; padding: 0 22px 20px; }
.faq-answer.open { display: block; }
.faq-answer p { margin: 0; }

.blog-card { overflow: hidden; }
.blog-card img { width: 100%; height: 230px; object-fit: cover; transition: transform .5s; }
.blog-card:hover img { transform: scale(1.04); }
.blog-card-body { padding: 25px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-bottom: 12px; color: var(--muted); font-size: .75rem; }
.category-chip { display: inline-flex; padding: 6px 12px; border-radius: 30px; color: var(--teal-800); background: var(--mint-100); font-size: .72rem; font-weight: 700; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 50px; }
.article-body { min-width: 0; font-size: 1.04rem; }
.article-body h2 { margin-top: 54px; font-size: 2rem; }
.article-body h3 { margin-top: 34px; }
.article-body p, .article-body li { color: #51656a; }
.article-body img { width: 100%; margin: 30px 0; border-radius: var(--radius); }
.article-aside { position: sticky; top: 120px; padding: 26px; }
.toc { display: grid; gap: 10px; padding: 0; list-style: none; }
.toc a { color: var(--muted); font-size: .85rem; }
.toc a:hover { color: var(--teal-800); }

.breadcrumb-hero { position: relative; padding: 86px 0 94px; color: var(--white); background: var(--teal-900); overflow: hidden; }
.breadcrumb-hero::before, .breadcrumb-hero::after { content: ''; position: absolute; border-radius: 50%; background: var(--teal-400); opacity: .13; }
.breadcrumb-hero::before { width: 420px; height: 420px; left: -170px; top: -190px; }
.breadcrumb-hero::after { width: 220px; height: 220px; right: 6%; bottom: -150px; }
.breadcrumb-hero .container { position: relative; z-index: 2; }
.breadcrumb-hero h1 { max-width: 900px; margin-bottom: 18px; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.breadcrumb-hero p { max-width: 720px; color: rgba(255,255,255,.72); font-size: 1.06rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; color: rgba(255,255,255,.7); font-size: .82rem; }
.breadcrumbs a { color: var(--gold); }

.profile-hero { position: relative; margin-top: -48px; z-index: 5; }
.profile-card { display: grid; grid-template-columns: 360px 1fr; padding: 14px; align-items: center; gap: 40px; }
.profile-card img.profile-photo { width: 100%; height: 380px; object-fit: cover; border-radius: 24px; }
.profile-copy { padding: 28px 28px 28px 0; }
.profile-copy .flag { width: 72px; height: 50px; }
.profile-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 24px; }
.profile-fact { padding: 16px; border-radius: 16px; background: var(--mint-100); }
.profile-fact strong { display: block; font-family: 'Cairo'; }
.profile-fact small { color: var(--muted); }

.comparison { min-width: 0; max-width: 100%; overflow-x: auto; }
.comparison table { width: 100%; min-width: 720px; border-collapse: collapse; overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.comparison th, .comparison td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: right; }
.comparison th { color: var(--white); background: var(--teal-800); font-family: 'Cairo'; }
.comparison tr:last-child td { border-bottom: 0; }
.comparison td:not(:first-child) { text-align: center; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-family: 'Cairo'; font-size: .87rem; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; min-height: 54px; padding: 13px 15px; border: 1px solid #cfe0de; border-radius: 15px; color: var(--ink); background: var(--white); }
.field textarea { min-height: 130px; resize: vertical; }
.field [aria-invalid='true'] { border-color: var(--danger); }
.field-error { min-height: 18px; color: var(--danger); font-size: .72rem; }
.form-status { display: none; margin-top: 18px; padding: 16px; border-radius: 14px; color: var(--teal-900); background: var(--mint-100); }
.form-status.show { display: block; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; }
.contact-details { padding: 38px; color: var(--white); background: var(--teal-900); }
.contact-details p { color: rgba(255,255,255,.72); }
.contact-row { display: flex; gap: 15px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-row:last-child { border-bottom: 0; }
.contact-row strong { display: block; color: var(--gold); font-family: 'Cairo'; }
.contact-form { padding: 38px; }
.map-placeholder { display: grid; min-height: 360px; place-items: center; padding: 40px; border-radius: var(--radius-lg); color: var(--white); background: linear-gradient(rgba(7,58,68,.72), rgba(7,58,68,.8)), url('https://images.unsplash.com/photo-1577086664693-894d8405334a?auto=format&fit=crop&w=1600&q=80') center/cover; text-align: center; }

.cta-band { position: relative; padding: clamp(54px, 7vw, 90px) 0; color: var(--white); background: var(--teal-800); overflow: hidden; }
.cta-band::before { content: ''; position: absolute; width: 370px; height: 370px; left: -120px; top: -190px; border: 70px solid rgba(244,194,71,.12); border-radius: 50%; }
.cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.cta-inner h2 { max-width: 720px; margin-bottom: 10px; font-size: clamp(2rem, 4vw, 3.7rem); }
.cta-inner p { margin-bottom: 0; color: rgba(255,255,255,.7); }
.cta-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.site-footer { padding-top: 75px; color: var(--white); background: var(--teal-950); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 45px; padding-bottom: 58px; }
.site-footer .brand { color: var(--white); }
.site-footer .brand small { color: rgba(255,255,255,.58); }
.site-footer p, .site-footer a { color: rgba(255,255,255,.65); }
.site-footer h4 { color: var(--gold); }
.footer-links { display: grid; gap: 9px; padding: 0; list-style: none; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.floating-actions { position: fixed; left: 24px; bottom: 24px; z-index: 900; display: flex; flex-direction: column; gap: 16px; }
.floating-action { --ripple: rgba(244, 194, 71, .72); position: relative; display: grid; width: 60px; height: 60px; place-items: center; border: 7px solid rgba(255,255,255,.75); border-radius: 50%; color: var(--teal-950); background: var(--gold); box-shadow: var(--shadow-lg); font-size: 1.28rem; transition: transform .25s var(--ease); }
.floating-action:hover { transform: scale(1.08); }
.floating-action svg { position: relative; z-index: 2; width: 27px; height: 27px; fill: currentColor; }
.whatsapp-action { --ripple: rgba(37, 211, 102, .72); color: var(--white); background: #25d366; }
.ripple-action::before, .ripple-action::after { content: ''; position: absolute; inset: -2px; z-index: -1; border: 2px solid var(--ripple); border-radius: 50%; pointer-events: none; animation: ripple-ring 2.4s var(--ease) infinite; }
.ripple-action::after { animation-delay: 1.2s; }
@keyframes ripple-ring { 0% { opacity: .85; transform: scale(.92); } 75%, 100% { opacity: 0; transform: scale(1.62); } }

.not-found { display: grid; min-height: 70vh; place-items: center; padding: 70px 0; background: var(--mint-100); text-align: center; }
.not-found-code { color: var(--teal-800); font-family: 'Cairo'; font-size: clamp(7rem, 20vw, 15rem); font-weight: 900; line-height: .8; letter-spacing: -.08em; text-shadow: 12px 12px 0 var(--gold); }
.not-found h1 { margin: 40px 0 12px; font-size: clamp(2rem, 4vw, 3.5rem); }
.notice { padding: 18px; border-right: 4px solid var(--gold); border-radius: 14px; background: var(--cream); color: var(--ink); }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.js .reveal.visible { opacity: 1; transform: none; }
.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; }

@media (max-width: 1050px) {
  .nav-links, .header-actions .button { display: none; }
  .menu-toggle { display: block; }
  .mobile-panel { position: fixed; inset: 0 0 0 auto; z-index: 1100; display: block; width: min(88vw, 390px); padding: 28px; background: var(--white); box-shadow: var(--shadow-lg); transform: translateX(110%); transition: transform .35s var(--ease); }
  .mobile-panel.open { transform: none; }
  .mobile-panel-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
  .mobile-close { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); cursor: pointer; }
  .mobile-links { display: grid; gap: 5px; }
  .mobile-links a { padding: 13px 15px; border-radius: 12px; background: var(--mint-50); font-family: 'Cairo'; font-weight: 700; }
  .mobile-panel .button { width: 100%; margin-top: 22px; }
  .menu-backdrop { position: fixed; inset: 0; z-index: 1050; display: none; background: rgba(5,47,55,.55); }
  .menu-backdrop.open { display: block; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-left: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  body { font-size: 15px; }
  .container { width: min(100% - 36px, var(--container)); }
  .announcement .container { justify-content: center; text-align: center; }
  .announcement span:last-child { display: none; }
  .navbar { min-height: 72px; }
  .brand-logo { width: 50px; height: 50px; flex-basis: 50px; }
  .hero { padding-top: 44px; }
  .hero-grid, .split, .contact-layout, .article-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }
  .hero-media { min-height: 490px; }
  .hero-image { height: 480px; }
  .hero-stamp { right: -8px; }
  .floating-review { left: 10px; bottom: 16px; }
  .hero-stat { right: 10px; bottom: -30px; }
  .proof-strip { margin-top: -24px; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 24px; }
  .process-grid::before { top: 30px; bottom: 30px; right: 31px; left: auto; height: auto; border-top: 0; border-right: 2px dashed var(--teal-400); }
  .process-step { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 18px; text-align: right; }
  .step-num { margin: 0; }
  .process-step p { margin-bottom: 0; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-left: 0; }
  .stat-item:nth-child(-n+2) { margin-bottom: 24px; }
  .gallery-grid { grid-auto-rows: 210px; grid-template-columns: 1fr 1fr; }
  .gallery-item, .gallery-item.wide { grid-column: span 1; }
  .gallery-item.tall { grid-row: span 1; }
  .article-aside { position: static; order: -1; }
  .profile-card { grid-template-columns: 1fr; }
  .profile-copy { padding: 20px; }
  .profile-card img.profile-photo { height: 360px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .floating-actions { left: 16px; bottom: 16px; gap: 13px; }
  .floating-action { width: 54px; height: 54px; border-width: 6px; }
}

@media (max-width: 520px) {
  h1 { font-size: 2.7rem; }
  h2 { font-size: 2.15rem; }
  .section { padding: 70px 0; }
  .hero { min-height: auto; padding-bottom: 74px; }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-media { min-height: 410px; }
  .hero-image { height: 390px; border-radius: 34px 12px 34px 34px; }
  .hero-stamp { width: 88px; height: 88px; border-width: 5px; font-size: .65rem; }
  .floating-review { width: 190px; padding: 13px; }
  .hero-stat { display: none; }
  .proof-grid, .grid-4, .stat-grid, .footer-grid, .profile-facts { grid-template-columns: 1fr; }
  .proof-item { border-left: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
  .stat-item { border-left: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .stat-item:last-child { border-bottom: 0; }
  .media-collage { min-height: 440px; }
  .media-collage .main-img { height: 400px; }
  .media-collage .small-img { height: 190px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .cta-actions { width: 100%; }
  .cta-actions .button { width: 100%; }
  .breadcrumb-hero { padding: 64px 0 76px; }
  .contact-details, .contact-form { padding: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
