/* ============================================================
   MedConsult — Medical travel to Türkiye
   Design system: "Calm clinical luxury"
   Deep petrol-teal · warm ivory · amber accent
   ============================================================ */

/* ---------- Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&family=Manrope:wght@400;500;600;700;800&family=Cairo:wght@400;600;700&display=swap');

/* ---------- Tokens ---------- */
:root {
  /* Brand: Medical Consult — blue #2d57a6 + green #80c41c */
  --petrol-900: #14264a;
  --petrol-800: #1d3a72;
  --petrol-700: #2d57a6;
  --petrol-600: #3a68bd;
  --petrol-500: #5a86d6;
  --sage-100: #e8eff9;
  --sage-50:  #f2f6fc;

  --ivory:     #f5f8fc;
  --ivory-2:   #e9f0f8;
  --paper:     #ffffff;

  --amber:     #80c41c;
  --amber-dark:#69a312;
  --coral:     #80c41c;
  --coral-dark:#5f960f;

  --ink:       #15243f;
  --ink-soft:  #394a63;
  --muted:     #6a7589;
  --line:      #dde5f0;

  --grad-hero: radial-gradient(120% 120% at 80% 0%, #3a68bd 0%, #2d57a6 40%, #14264a 100%);
  --grad-amber: linear-gradient(135deg, #8ed01f 0%, #5f960f 100%);

  --shadow-sm: 0 2px 8px rgba(10,46,44,.06);
  --shadow-md: 0 10px 30px rgba(10,46,44,.10);
  --shadow-lg: 0 30px 70px rgba(10,46,44,.18);

  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-xl: 40px;

  --container: 1200px;
  --gutter: clamp(20px, 5vw, 64px);

  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Manrope', system-ui, sans-serif;

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--ivory);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

/* RTL */
[dir="rtl"] body { font-family: 'Cairo', 'Manrope', sans-serif; }
[dir="rtl"] .reveal { transform: translateY(28px); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 9vw, 130px); position: relative; }
.section--tight { padding-block: clamp(48px, 6vw, 80px); }

/* ---------- Type ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; line-height: 1.08; letter-spacing: -.01em; color: var(--ink); }
.h-display { font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 500; }
h1 { font-size: clamp(2.3rem, 5vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: var(--ink-soft); }
.eyebrow {
  font-family: var(--font-body); font-weight: 700; font-size: .8rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--petrol-600);
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content:""; width: 26px; height: 2px; background: var(--amber); display:inline-block; }
.text-amber { color: var(--amber-dark); }
.italic-accent { font-style: italic; font-family: var(--font-display); color: var(--amber-dark); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 28px; border-radius: 100px; font-weight: 700; font-size: .98rem;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s;
  will-change: transform;
}
.btn svg { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.btn--primary { background: var(--grad-amber); color: #fff; box-shadow: 0 12px 26px rgba(128,196,28,.32); }
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(128,196,28,.42); }
.btn--primary:hover svg { transform: translateX(4px); }
.btn--dark { background: var(--petrol-700); color: #fff; }
.btn--dark:hover { background: var(--petrol-800); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn--ghost { border: 1.5px solid var(--line); color: var(--ink); }
.btn--ghost:hover { border-color: var(--petrol-600); color: var(--petrol-700); transform: translateY(-2px); }
.btn--light { background: #fff; color: var(--petrol-800); }
.btn--light:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn--block { width: 100%; justify-content: center; }
[dir="rtl"] .btn--primary:hover svg { transform: translateX(-4px); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .4s var(--ease), box-shadow .4s, padding .4s;
  padding-block: 18px;
}
.site-header.scrolled { background: rgba(250,246,239,.88); backdrop-filter: blur(14px); box-shadow: var(--shadow-sm); padding-block: 10px; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__logo { height: 38px; width: auto; display: block; }
.site-header.scrolled .brand__logo { height: 34px; }
.logo-pill { background: #fff; padding: 9px 14px; border-radius: 12px; display: inline-block; }
.logo-pill img { height: 30px; width: auto; display: block; }
.nav__links { display: flex; align-items: center; gap: 6px; }
.nav__links a {
  padding: 9px 14px; border-radius: 100px; font-weight: 600; font-size: .95rem; color: var(--ink-soft);
  transition: color .25s, background .25s;
}
.nav__links a:hover { color: var(--petrol-700); background: var(--sage-100); }
.nav__right { display: flex; align-items: center; gap: 12px; }

/* dropdown */
.has-dd { position: relative; }
.dd {
  position: absolute; top: calc(100% + 12px); inset-inline-start: 0; min-width: 280px;
  background: #fff; border-radius: var(--r-md); box-shadow: var(--shadow-lg); padding: 12px;
  opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .3s var(--ease);
  border: 1px solid var(--line);
}
.has-dd:hover .dd { opacity: 1; visibility: visible; transform: translateY(0); }
.dd a { display: flex; gap: 12px; align-items: center; padding: 11px 12px; border-radius: 12px; color: var(--ink); }
.dd a:hover { background: var(--sage-50); }
.dd .ic { width: 34px; height: 34px; border-radius: 10px; background: var(--sage-100); display: grid; place-items: center; flex: none; color: var(--petrol-700); }
.dd .ic svg { width: 18px; height: 18px; }
.dd small { display: block; color: var(--muted); font-size: .8rem; font-weight: 500; }
.dd b { font-weight: 700; font-size: .95rem; }

/* language switcher */
.lang { position: relative; }
.lang__btn { display: flex; align-items: center; gap: 7px; padding: 9px 14px; border-radius: 100px; border: 1.5px solid var(--line); font-weight: 700; font-size: .85rem; color: var(--ink); background: rgba(255,255,255,.5); transition: border-color .25s; }
.lang__btn:hover { border-color: var(--petrol-500); }
.lang__btn svg { width: 16px; height: 16px; }
.lang__menu {
  position: absolute; top: calc(100% + 10px); inset-inline-end: 0; background: #fff; border-radius: 14px;
  box-shadow: var(--shadow-lg); padding: 8px; min-width: 168px; border: 1px solid var(--line);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .25s var(--ease); z-index: 50;
}
.lang.open .lang__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lang__menu button { display: flex; width: 100%; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; font-weight: 600; font-size: .9rem; color: var(--ink); }
.lang__menu button:hover { background: var(--sage-50); }
.lang__menu button.active { color: var(--petrol-700); background: var(--sage-100); }
.lang__menu .flag { font-size: 1.1rem; }

/* burger */
.burger { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1.5px solid var(--line); position: relative; }
.burger span { position: absolute; left: 11px; right: 11px; height: 2px; background: var(--ink); transition: .3s var(--ease); }
.burger span:nth-child(1){ top: 15px; } .burger span:nth-child(2){ top: 21px; } .burger span:nth-child(3){ top: 27px; }
.burger.active span:nth-child(1){ top: 21px; transform: rotate(45deg); }
.burger.active span:nth-child(2){ opacity: 0; }
.burger.active span:nth-child(3){ top: 21px; transform: rotate(-45deg); }

/* mobile drawer */
.mobile-nav { position: fixed; inset: 0; z-index: 99; background: var(--ivory); transform: translateX(100%); transition: transform .45s var(--ease); padding: 90px var(--gutter) 40px; overflow-y: auto; }
.mobile-nav.open { transform: translateX(0); }
.mobile-nav a { display: block; padding: 16px 0; font-family: var(--font-display); font-size: 1.5rem; border-bottom: 1px solid var(--line); color: var(--ink); }

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: 150px; padding-bottom: 90px; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero__title { font-size: clamp(2.6rem, 5.4vw, 4.7rem); line-height: 1.04; }
.hero__title .line { display: block; overflow: hidden; }
.hero p.lead { margin-top: 22px; max-width: 33ch; }
.hero__cta { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero__trust { display: flex; gap: 28px; margin-top: 42px; flex-wrap: wrap; }
.hero__trust .stat b { font-family: var(--font-display); font-size: 2rem; color: var(--petrol-700); display: block; }
.hero__trust .stat span { font-size: .85rem; color: var(--muted); }

.hero__visual { position: relative; }
.hero__card-img { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/5; background: var(--grad-hero); position: relative; }
.hero__float {
  position: absolute; background: #fff; border-radius: var(--r-md); padding: 16px 18px; box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: .9rem;
}
.hero__float .ic { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; flex: none; }
.hero__float small { display: block; font-weight: 500; color: var(--muted); font-size: .78rem; }
.float-1 { top: 24px; inset-inline-start: -28px; }
.float-2 { bottom: 30px; inset-inline-end: -24px; }

/* badges row */
.badges { display: flex; gap: 30px; align-items: center; flex-wrap: wrap; opacity: .8; }
.badges span { font-weight: 700; color: var(--muted); font-size: .9rem; letter-spacing: .02em; }

/* ---------- Section header ---------- */
.sec-head { max-width: 720px; margin-bottom: 54px; }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head p { margin-top: 18px; }

/* ---------- Cards: directions ---------- */
.dir-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dir-card {
  background: var(--paper); border-radius: var(--r-md); padding: 30px; border: 1px solid var(--line);
  position: relative; overflow: hidden; transition: transform .45s var(--ease), box-shadow .45s, border-color .45s;
}
.dir-card::after { content:""; position: absolute; inset: auto 0 0 0; height: 3px; background: var(--grad-amber); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
[dir="rtl"] .dir-card::after { transform-origin: right; }
.dir-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.dir-card:hover::after { transform: scaleX(1); }
.dir-card .ic { width: 58px; height: 58px; border-radius: 16px; background: var(--sage-100); display: grid; place-items: center; color: var(--petrol-700); margin-bottom: 22px; transition: background .4s, color .4s; }
.dir-card:hover .ic { background: var(--grad-amber); color: #fff; }
.dir-card .ic svg { width: 28px; height: 28px; }
.dir-card h3 { margin-bottom: 10px; }
.dir-card p { color: var(--muted); font-size: .96rem; }
.dir-card .more { margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--petrol-700); font-size: .9rem; }
.dir-card .more svg { width: 16px; height: 16px; transition: transform .3s; }
.dir-card:hover .more svg { transform: translateX(5px); }
.dir-card.featured { background: var(--grad-hero); color: #fff; border: none; grid-row: span 2; display: flex; flex-direction: column; justify-content: space-between; }
.dir-card.featured h3, .dir-card.featured p { color: #fff; }
.dir-card.featured p { opacity: .82; }
.dir-card.featured .ic { background: rgba(255,255,255,.14); color: #fff; }
.dir-card.featured .more { color: var(--amber); }

/* ---------- Process ---------- */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; counter-reset: s; }
.step { position: relative; padding-top: 30px; }
.step::before { counter-increment: s; content: "0" counter(s); font-family: var(--font-display); font-size: 3.2rem; color: var(--ivory-2); position: absolute; top: -18px; inset-inline-start: -6px; z-index: 0; }
.step__inner { position: relative; z-index: 1; }
.step h3 { font-size: 1.25rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .92rem; }
.step .dot { width: 14px; height: 14px; border-radius: 50%; background: var(--amber); margin-bottom: 18px; box-shadow: 0 0 0 6px rgba(128,196,28,.18); }

/* ---------- Stats band ---------- */
.band { background: var(--grad-hero); color: #fff; border-radius: var(--r-xl); padding: clamp(40px,5vw,68px); position: relative; overflow: hidden; }
.band__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; position: relative; z-index: 1; }
.band .stat b { font-family: var(--font-display); font-size: clamp(2.4rem,4vw,3.4rem); display: block; color: #fff; }
.band .stat b .text-amber { color: var(--amber); }
.band .stat span { opacity: .8; font-size: .95rem; }
.band__glow { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(128,196,28,.4), transparent 70%); top: -180px; inset-inline-end: -120px; }

/* ---------- Why / features split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.feature-list { display: grid; gap: 18px; margin-top: 30px; }
.feature { display: flex; gap: 16px; padding: 20px; border-radius: var(--r-md); background: var(--paper); border: 1px solid var(--line); transition: transform .35s var(--ease), box-shadow .35s; }
.feature:hover { transform: translateX(6px); box-shadow: var(--shadow-md); }
[dir="rtl"] .feature:hover { transform: translateX(-6px); }
.feature .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--sage-100); color: var(--petrol-700); display: grid; place-items: center; flex: none; }
.feature .ic svg { width: 22px; height: 22px; }
.feature h4 { font-family: var(--font-body); font-weight: 800; font-size: 1.02rem; margin-bottom: 4px; }
.feature p { color: var(--muted); font-size: .9rem; }
.media-frame { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 1/1; background: var(--grad-hero); }

/* ---------- Clinics logos ---------- */
.logos { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 16px; }
.logo-chip { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 26px 18px; text-align: center; font-family: var(--font-display); font-size: 1.15rem; color: var(--petrol-800); transition: transform .35s var(--ease), box-shadow .35s; }
.logo-chip:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.logo-chip small { display:block; font-family: var(--font-body); font-size:.72rem; color: var(--muted); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; }

/* ---------- Testimonials ---------- */
.quote-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.quote { background: var(--paper); border-radius: var(--r-md); padding: 30px; border: 1px solid var(--line); position: relative; }
.quote .stars { color: var(--amber); margin-bottom: 14px; letter-spacing: 2px; }
.quote p { font-size: 1.02rem; color: var(--ink-soft); }
.quote .who { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.quote .av { width: 44px; height: 44px; border-radius: 50%; background: var(--grad-amber); display: grid; place-items: center; color: #fff; font-weight: 800; }
.quote .who b { display: block; font-size: .95rem; }
.quote .who span { font-size: .82rem; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 24px 0; text-align: start; font-family: var(--font-display); font-size: 1.2rem; color: var(--ink); }
.faq-q .pm { width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; flex: none; transition: .3s; position: relative; }
.faq-q .pm::before, .faq-q .pm::after { content:""; position: absolute; background: var(--petrol-700); }
.faq-q .pm::before { width: 12px; height: 2px; } .faq-q .pm::after { width: 2px; height: 12px; transition: transform .3s; }
.faq-item.open .pm { background: var(--petrol-700); border-color: var(--petrol-700); }
.faq-item.open .pm::before, .faq-item.open .pm::after { background: #fff; }
.faq-item.open .pm::after { transform: rotate(90deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a p { padding-bottom: 24px; color: var(--ink-soft); }

/* ---------- CTA ---------- */
.cta-box { background: var(--grad-hero); border-radius: var(--r-xl); padding: clamp(40px,6vw,80px); text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-box h2 { color: #fff; max-width: 18ch; margin-inline: auto; }
.cta-box p { opacity: .85; margin: 18px auto 32px; max-width: 50ch; }
.cta-box .hero__cta { justify-content: center; }
.cta-box__glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(128,196,28,.35), transparent 70%); bottom: -340px; inset-inline-start: 50%; transform: translateX(-50%); }

/* ---------- Form ---------- */
.lead-form { background: var(--paper); border-radius: var(--r-lg); padding: clamp(28px,4vw,44px); box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 700; font-size: .85rem; margin-bottom: 7px; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border-radius: 12px; border: 1.5px solid var(--line); font-family: inherit; font-size: 1rem; background: var(--ivory); transition: border-color .25s, box-shadow .25s; color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--petrol-500); box-shadow: 0 0 0 4px rgba(45,87,166,.12); background: #fff; }
.field textarea { resize: vertical; min-height: 90px; }
.form-note { font-size: .8rem; color: var(--muted); margin-top: 12px; text-align: center; }
.form-ok { display: none; text-align: center; padding: 30px 10px; }
.form-ok.show { display: block; }
.form-ok .ic { width: 64px; height: 64px; border-radius: 50%; background: var(--sage-100); color: var(--petrol-600); display: grid; place-items: center; margin: 0 auto 18px; }

/* ---------- Page hero (inner) ---------- */
.page-hero { background: var(--grad-hero); color: #fff; padding-top: 150px; padding-bottom: 70px; position: relative; overflow: hidden; }
.page-hero h1 { color: #fff; max-width: 18ch; }
.page-hero p { opacity: .85; margin-top: 18px; max-width: 56ch; }
.page-hero__glow { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(128,196,28,.28), transparent 70%); top: -200px; inset-inline-end: -100px; }
.crumbs { display: flex; gap: 10px; align-items: center; font-size: .85rem; opacity: .8; margin-bottom: 22px; }
.crumbs a:hover { color: var(--amber); }

/* ---------- Article ---------- */
.prose { max-width: 760px; margin-inline: auto; }
.prose h2 { margin-top: 48px; margin-bottom: 16px; }
.prose h3 { margin-top: 32px; margin-bottom: 12px; }
.prose p { margin-bottom: 18px; color: var(--ink-soft); }
.prose ul.bullets { margin: 0 0 22px; padding-inline-start: 4px; display: grid; gap: 10px; }
.prose ul.bullets li { position: relative; padding-inline-start: 30px; color: var(--ink-soft); }
.prose ul.bullets li::before { content:""; position: absolute; inset-inline-start: 0; top: 9px; width: 16px; height: 16px; border-radius: 50%; background: var(--sage-100); }
.prose ul.bullets li::after { content:""; position: absolute; inset-inline-start: 5px; top: 13px; width: 6px; height: 6px; border-radius: 50%; background: var(--amber-dark); }
.prose .callout { background: var(--sage-50); border-inline-start: 4px solid var(--amber); border-radius: 12px; padding: 22px 24px; margin: 28px 0; }
.toc { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 24px 28px; margin-bottom: 36px; }
.toc b { display: block; margin-bottom: 12px; }
.toc a { display: block; padding: 6px 0; color: var(--petrol-700); font-weight: 600; font-size: .95rem; }

/* price table */
.price-table { width: 100%; border-collapse: collapse; background: var(--paper); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-sm); margin: 24px 0; }
.price-table th, .price-table td { padding: 16px 20px; text-align: start; border-bottom: 1px solid var(--line); }
.price-table th { background: var(--petrol-700); color: #fff; font-weight: 700; }
.price-table tr:last-child td { border-bottom: none; }
.price-table td:last-child { font-weight: 800; color: var(--petrol-700); }

/* ---------- Footer ---------- */
.site-footer { background: var(--petrol-900); color: #cfe0db; padding-block: 70px 30px; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer h4 { color: #fff; font-family: var(--font-body); font-weight: 800; font-size: .95rem; letter-spacing: .04em; margin-bottom: 18px; text-transform: uppercase; }
.site-footer a { color: #a9c2bc; display: block; padding: 6px 0; transition: color .25s; }
.site-footer a:hover { color: var(--amber); }
.site-footer .brand { color: #fff; margin-bottom: 16px; }
.footer-contact a { display: flex; gap: 10px; align-items: center; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 50px; padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .85rem; color: #7e9892; }
.social { display: flex; gap: 12px; margin-top: 18px; }
.social a { width: 40px; height: 40px; border-radius: 12px; background: rgba(255,255,255,.07); display: grid; place-items: center; }
.social a:hover { background: var(--amber); color: #fff; }
.social svg { width: 18px; height: 18px; }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; inset-block-end: 24px; inset-inline-end: 24px; z-index: 80; width: 60px; height: 60px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.4); transition: transform .3s var(--ease); animation: wa-pulse 2.5s infinite; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; color: #fff; }
@keyframes wa-pulse { 0%{ box-shadow: 0 10px 30px rgba(37,211,102,.4), 0 0 0 0 rgba(37,211,102,.4); } 70%{ box-shadow: 0 10px 30px rgba(37,211,102,.4), 0 0 0 18px rgba(37,211,102,0); } 100%{ box-shadow: 0 10px 30px rgba(37,211,102,.4), 0 0 0 0 rgba(37,211,102,0); } }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"]{ transition-delay: .08s; }
.reveal[data-delay="2"]{ transition-delay: .16s; }
.reveal[data-delay="3"]{ transition-delay: .24s; }
.reveal[data-delay="4"]{ transition-delay: .32s; }

/* hero load animation */
.hero .line > * { display: inline-block; transform: translateY(110%); animation: rise .9s var(--ease) forwards; }
.hero .line:nth-child(2) > *{ animation-delay: .12s; }
.hero .line:nth-child(3) > *{ animation-delay: .24s; }
@keyframes rise { to { transform: translateY(0); } }
.hero .hero__sub, .hero .hero__cta, .hero .hero__trust { opacity: 0; animation: fade-up .8s var(--ease) forwards; }
.hero .hero__sub{ animation-delay: .4s; } .hero .hero__cta{ animation-delay: .52s; } .hero .hero__trust{ animation-delay: .64s; }
.hero__visual { opacity: 0; animation: fade-up 1s var(--ease) .3s forwards; }
@keyframes fade-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

/* ---------- Instagram ---------- */
.insta-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.insta-tile { aspect-ratio: 1/1; border-radius: 16px; background: var(--grad-hero); position: relative; display: grid; place-items: center; transition: transform .35s var(--ease), box-shadow .35s; }
.insta-tile:nth-child(2) { background: linear-gradient(135deg, #3a68bd, #2d57a6); }
.insta-tile:nth-child(3) { background: linear-gradient(135deg, #8ed01f, #5f960f); }
.insta-tile:nth-child(4) { background: linear-gradient(135deg, #2d57a6, #14264a); }
.insta-tile:not(.insta-cta)::after { content: ""; width: 36%; height: 36%; border: 2.5px solid rgba(255,255,255,.3); border-radius: 12px; }
.insta-tile:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.insta-cta { background: #fff; border: 1px solid var(--line); color: var(--petrol-700); flex-direction: column; gap: 10px; font-weight: 800; text-align: center; padding: 14px; }
.insta-cta span { font-size: .82rem; }
@media (max-width: 780px) { .insta-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Decorative visuals ---------- */
.hero__bg { background:
  radial-gradient(60% 50% at 85% -5%, rgba(45,87,166,.16), transparent 60%),
  radial-gradient(50% 40% at 0% 100%, rgba(128,196,28,.12), transparent 60%);
}
.hero__card-img, .media-frame { position: relative; display: flex; align-items: center; justify-content: center; padding: 30px; }
.visual-card { background: #fff; border-radius: var(--r-md); padding: 30px 26px; box-shadow: var(--shadow-md); text-align: center; width: 100%; max-width: 320px; }
.visual-card img { height: 44px; width: auto; margin: 0 auto 18px; }
.visual-card h3 { font-size: 1.25rem; margin-bottom: 8px; }
.visual-card p { color: var(--ink-soft); font-size: .95rem; }
.visual-card .vc-stats { display: flex; gap: 18px; justify-content: center; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.visual-card .vc-stats b { font-family: var(--font-display); font-size: 1.6rem; color: var(--petrol-700); display: block; }
.visual-card .vc-stats span { font-size: .72rem; color: var(--muted); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .hero .line > * { transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero__grid, .split { grid-template-columns: 1fr; gap: 40px; }
  .hero__visual { max-width: 440px; margin-inline: auto; }
  .dir-grid, .quote-grid { grid-template-columns: repeat(2,1fr); }
  .dir-card.featured { grid-row: auto; }
  .steps { grid-template-columns: repeat(2,1fr); gap: 30px; }
  .band__grid { grid-template-columns: repeat(2,1fr); gap: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .nav__links, .nav__right .btn--dark { display: none; }
  .burger { display: block; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .dir-grid, .quote-grid, .band__grid, .footer-grid { grid-template-columns: 1fr; }
  .hero__float { display: none; }
  .hero__cta .btn { flex: 1; justify-content: center; }
  .footer-bottom { flex-direction: column; }
}
