/* FREESKILL — vibrant, polished, Anek Bangla */
:root {
  --ink: #053226;
  --ink-soft: #16523d;
  --navy: #084433;
  --slate: #3d5c4e;
  --muted: #678878;
  --line: #d7efe3;
  --line-strong: #b8dfcc;
  --paper: #ecfff5;
  --cream: #f4fff9;
  --white: #ffffff;
  --teal: #00b86b;
  --teal-deep: #00965a;
  --teal-soft: #d9ffe9;
  --gold: #ffc107;
  --gold-soft: #fff3c2;
  --coral: #ff5a7a;
  --coral-soft: #ffe0e7;
  --sky: #1fb6ff;
  --sky-soft: #ddf4ff;
  --flag: #f42a41;
  --wa: #25d366;
  --shadow: 0 22px 50px rgba(0, 150, 90, 0.12);
  --shadow-sm: 0 12px 28px rgba(0, 150, 90, 0.1);
  --radius: 22px;
  --radius-sm: 14px;
  --header: 74px;
  --dock: 0px;
  --max: 1180px;
  --max-wide: 1280px;
  --sans: "Anek Latin", "Anek Bangla", sans-serif;
  --serif: "Anek Latin", "Anek Bangla", sans-serif;
  --bn-sans: "Anek Bangla", "Anek Latin", sans-serif;
  --bn-serif: "Anek Bangla", "Anek Latin", sans-serif;
  --mono: "Anek Latin", "Anek Bangla", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

.en { display: none; }
.bn { display: none; }
html[lang="en"] .en { display: unset; }
html[lang="bn"] .bn { display: unset; }
html[lang="en"] p.en,
html[lang="en"] h1.en,
html[lang="en"] h2.en,
html[lang="en"] h3.en,
html[lang="en"] div.en,
html[lang="en"] li.en { display: block; }
html[lang="bn"] p.bn,
html[lang="bn"] h1.bn,
html[lang="bn"] h2.bn,
html[lang="bn"] h3.bn,
html[lang="bn"] div.bn,
html[lang="bn"] li.bn { display: block; }
html[lang="en"] .check li.en,
html[lang="bn"] .check li.bn { display: flex; }

html[lang="bn"] {
  --sans: var(--bn-sans);
  --serif: var(--bn-serif);
  --mono: var(--bn-sans);
}
html[lang="bn"] body { font-size: 17.5px; line-height: 1.8; }
html[lang="bn"] h1,
html[lang="bn"] h2,
html[lang="bn"] h3 {
  letter-spacing: 0;
  line-height: 1.32;
  font-weight: 700;
}
html[lang="bn"] h1 { font-size: clamp(34px, 6vw, 56px); max-width: 16em; }
html[lang="bn"] h2 { font-size: clamp(26px, 4vw, 40px); max-width: 16em; }
html[lang="bn"] .eyebrow,
html[lang="bn"] .section-kicker,
html[lang="bn"] .footer h4,
html[lang="bn"] table.data th {
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--bn-sans);
  font-weight: 700;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(900px 420px at 8% -8%, rgba(0, 184, 107, 0.18), transparent 55%),
    radial-gradient(700px 380px at 100% 8%, rgba(255, 193, 7, 0.16), transparent 50%),
    radial-gradient(600px 300px at 80% 70%, rgba(31, 182, 255, 0.08), transparent 50%),
    var(--cream);
  line-height: 1.65;
  font-size: 16.5px;
  padding-bottom: var(--dock);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font-family: inherit; }
button { cursor: pointer; }

.skip {
  position: absolute; left: 12px; top: -48px;
  background: var(--ink); color: #fff; padding: 8px 12px; z-index: 100; border-radius: 8px;
}
.skip:focus { top: 12px; }

.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.wrap-wide { width: min(calc(100% - 40px), var(--max-wide)); margin-inline: auto; }

.place-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 6px 12px 6px 8px;
  font-size: 13.5px; font-weight: 700; color: var(--ink-soft); margin-bottom: 14px;
  box-shadow: 0 8px 20px rgba(0, 184, 107, 0.08);
}
.place-chip .flag {
  width: 22px; height: 14px; border-radius: 3px; background: #006a4e;
  position: relative; overflow: hidden; flex-shrink: 0;
}
.place-chip .flag::after {
  content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%;
  background: #f42a41; top: 3px; left: 6px;
}

.header {
  position: sticky; top: 0; z-index: 50; height: var(--header);
  display: flex; align-items: center;
  background: color-mix(in srgb, #fff 82%, transparent);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
}
.header.is-scrolled {
  border-bottom-color: var(--line);
  background: color-mix(in srgb, #fff 94%, transparent);
  box-shadow: 0 8px 24px rgba(0, 150, 90, 0.06);
}
.header-inner {
  width: min(calc(100% - 40px), var(--max-wide));
  margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px;
}

.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-mark { width: 36px; height: 36px; filter: drop-shadow(0 6px 12px rgba(0, 184, 107, 0.28)); }
.logo-word { font-weight: 800; letter-spacing: 0.12em; font-size: 14px; color: var(--ink); }
html[lang="bn"] .logo-word { letter-spacing: 0.06em; }

.nav { display: flex; align-items: center; gap: 2px; }
.nav a,
.nav-drop > button {
  font-size: 14px; font-weight: 650; color: var(--slate);
  padding: 8px 11px; border-radius: 999px; background: none; border: 0;
  display: inline-flex; align-items: center; gap: 6px;
}
.nav a:hover,
.nav-drop > button:hover,
.nav a.is-active,
.nav-drop.is-open > button,
.nav-drop.is-current > button {
  color: var(--teal-deep); background: var(--teal-soft);
}

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--teal); outline-offset: 3px;
}

.nav-drop { position: relative; }
.nav-drop svg { width: 12px; height: 12px; transition: transform .2s; }
.nav-drop.is-open svg { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 10px); left: 0; min-width: 270px;
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 8px;
  box-shadow: var(--shadow); display: none;
}
.nav-drop.is-open .dropdown { display: grid; }
.dropdown a { padding: 10px 12px; border-radius: 12px; color: var(--ink-soft); }
.dropdown a:hover { background: var(--teal-soft); color: var(--ink); }
.dropdown a small { display: block; color: var(--muted); font-weight: 500; font-size: 12.5px; margin-top: 2px; }

.header-cta { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.lang-toggle {
  height: 42px; min-width: 54px; padding: 0 12px; border-radius: 999px;
  border: 1px solid var(--line-strong); background: #fff; font-weight: 800; font-size: 13px; color: var(--ink);
}
.lang-toggle:hover { background: var(--gold-soft); border-color: var(--gold); }
.btn-wa { background: var(--wa); color: #053226; height: 42px; padding: 0 14px; font-size: 13.5px; font-weight: 800; }
.btn-wa:hover { filter: brightness(0.95); }

.menu-btn {
  display: none; width: 42px; height: 42px; border: 1px solid var(--line);
  background: #fff; border-radius: 12px; align-items: center; justify-content: center;
}
.menu-btn span, .menu-btn span::before, .menu-btn span::after {
  display: block; width: 16px; height: 2px; background: var(--ink); position: relative; content: ""; border-radius: 2px;
}
.menu-btn span::before { top: -5px; position: absolute; }
.menu-btn span::after { top: 5px; position: absolute; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 13px 22px; font-weight: 800; font-size: 15px;
  border: 1px solid transparent; min-height: 46px;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(180deg, #12d07a 0%, #00a85a 100%);
  color: #fff; box-shadow: 0 10px 22px rgba(0, 168, 90, 0.32);
}
.btn-primary:hover { box-shadow: 0 14px 28px rgba(0, 168, 90, 0.4); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--teal); color: var(--teal-deep); }
.btn-light { background: #fff; color: var(--ink); box-shadow: 0 8px 20px rgba(0,0,0,.08); }

.hero { padding: 36px 0 16px; position: relative; overflow: clip; }
.orb {
  position: absolute; border-radius: 50%; filter: blur(8px); pointer-events: none; z-index: 0;
}
.orb-a { width: 220px; height: 220px; background: rgba(0, 184, 107, 0.22); top: -40px; left: -40px; }
.orb-b { width: 180px; height: 180px; background: rgba(255, 193, 7, 0.28); top: 80px; right: 8%; }
.orb-c { width: 140px; height: 140px; background: rgba(31, 182, 255, 0.18); bottom: 40px; left: 38%; }
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 40px; align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold-soft); color: #8a6400;
  font-size: 13px; font-weight: 800; padding: 6px 12px; border-radius: 999px; margin-bottom: 14px;
}
.eyebrow::before { content: none; }
h1, h2, h3, h4 { margin: 0; letter-spacing: -0.03em; line-height: 1.12; }
h1 { font-family: var(--serif); font-size: clamp(42px, 5.8vw, 70px); font-weight: 800; }
h1 em, h2 em { font-style: normal; color: var(--teal-deep); background: linear-gradient(90deg, #00b86b, #1fb6ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
html[lang="bn"] h1 em, html[lang="bn"] h2 em {
  background: linear-gradient(90deg, #00965a, #00b86b);
  -webkit-background-clip: text; background-clip: text; color: transparent; font-style: normal;
}
.lede { margin: 16px 0 24px; color: var(--slate); font-size: 18px; max-width: 540px; }
html[lang="bn"] .lede { font-size: 18.5px; max-width: 36em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-meta {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  margin-top: 28px;
}
.hero-meta div {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 12px 14px;
}
.hero-meta div:nth-child(1) { border-top: 3px solid var(--teal); }
.hero-meta div:nth-child(2) { border-top: 3px solid var(--gold); }
.hero-meta div:nth-child(3) { border-top: 3px solid var(--sky); }
.hero-meta div strong { display: block; font-size: 14px; }
.hero-meta div span { color: var(--muted); font-size: 13px; }

.hero-visual { position: relative; }
.hero-visual::before {
  content: ""; position: absolute; inset: 18px -14px -14px 18px;
  background: linear-gradient(135deg, #00b86b, #ffc107 55%, #1fb6ff);
  border-radius: 32px; z-index: 0;
}
.hero-visual img,
.split img,
.media-frame img {
  width: 100%; object-fit: cover; border-radius: 28px; position: relative; z-index: 1;
  box-shadow: var(--shadow);
}
.hero-visual img { height: 500px; }
.split img { height: 430px; }
.media-frame { position: relative; }
.media-frame::before {
  content: ""; position: absolute; inset: 16px -12px -12px 16px;
  background: var(--teal-soft); border-radius: 32px; z-index: 0;
}
.media-frame img { height: 400px; }

.float-card {
  position: absolute; z-index: 2; background: #fff; border: 1px solid var(--line);
  border-radius: 16px; padding: 14px 16px; box-shadow: var(--shadow);
  width: min(250px, calc(100% - 32px));
}
.float-card.bottom { left: 18px; bottom: 18px; }
.float-card.top { right: 8px; top: 8px; background: #fffbeb; border-color: #ffe58a; }
.float-card strong { display: block; font-size: 13.5px; }
.float-card span { color: var(--muted); font-size: 12.5px; }
.mini-steps { display: flex; gap: 6px; margin-top: 10px; }
.mini-steps i { width: 8px; height: 8px; border-radius: 50%; background: #ffe58a; display: block; }
.mini-steps i.on { background: var(--teal); }

.trust-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-radius: 22px; overflow: hidden; background: #fff;
  margin: 36px auto 8px; box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  position: relative; z-index: 1;
}
.trust-row div { padding: 18px 20px; border-right: 1px solid var(--line); font-size: 13.5px; color: var(--slate); }
.trust-row div:nth-child(1) { background: #f3fff8; }
.trust-row div:nth-child(2) { background: #fffbeb; }
.trust-row div:nth-child(3) { background: #f3fbff; }
.trust-row div:nth-child(4) { background: #fff5f7; border-right: 0; }
.trust-row b { display: block; color: var(--ink); font-size: 15px; margin-bottom: 3px; }

section { padding: 80px 0; }
.tint { background: linear-gradient(180deg, rgba(0, 184, 107, 0.08), rgba(255,255,255,0)); }
.tint-warm { background: linear-gradient(180deg, rgba(255, 193, 7, 0.12), rgba(255,255,255,0)); }

.section-kicker {
  display: inline-block; font-size: 13px; color: var(--teal-deep);
  background: var(--teal-soft); padding: 5px 12px; border-radius: 999px;
  margin-bottom: 12px; font-weight: 800;
}
h2 { font-family: var(--serif); font-size: clamp(30px, 4.2vw, 46px); font-weight: 800; max-width: 16ch; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 36px; }
.section-head p { max-width: 440px; color: var(--slate); margin: 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.rev { direction: rtl; }
.split.rev > * { direction: ltr; }
.prose p { color: var(--slate); }
.prose p + p { margin-top: 14px; }

.pill-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.pill {
  font-size: 13.5px; padding: 7px 12px; border-radius: 999px; font-weight: 700;
  background: #fff; border: 1px solid var(--line); color: var(--ink-soft);
}
.pill:nth-child(4n+1) { background: var(--teal-soft); color: var(--teal-deep); border-color: transparent; }
.pill:nth-child(4n+2) { background: var(--gold-soft); color: #8a6400; border-color: transparent; }
.pill:nth-child(4n+3) { background: var(--sky-soft); color: #0b6f9a; border-color: transparent; }
.pill:nth-child(4n+4) { background: var(--coral-soft); color: #c43152; border-color: transparent; }

.cards { display: grid; gap: 16px; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-2 { grid-template-columns: repeat(2, 1fr); }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; transition: transform .25s, box-shadow .25s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card img { width: 100%; height: 168px; object-fit: cover; border-radius: 14px; margin-bottom: 16px; }
.icon {
  width: 46px; height: 46px; border-radius: 14px;
  background: var(--teal-soft); color: var(--teal-deep);
  display: grid; place-items: center; margin-bottom: 16px;
}
.cards .card:nth-child(4n+1) .icon, .why-grid .why-card:nth-child(3n+1) .icon { background: var(--teal-soft); color: var(--teal-deep); }
.cards .card:nth-child(4n+2) .icon, .why-grid .why-card:nth-child(3n+2) .icon { background: var(--gold-soft); color: #8a6400; }
.cards .card:nth-child(4n+3) .icon, .why-grid .why-card:nth-child(3n+3) .icon { background: var(--sky-soft); color: #0b6f9a; }
.cards .card:nth-child(4n+4) .icon { background: var(--coral-soft); color: #c43152; }
.icon svg { width: 20px; height: 20px; }
.card h3 { font-size: 20px; font-family: var(--serif); font-weight: 800; margin-bottom: 8px; }
.card p { margin: 0; color: var(--slate); font-size: 14.5px; }
.card a.more { display: inline-flex; margin-top: 16px; font-size: 14px; font-weight: 800; color: var(--teal-deep); }

.process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; counter-reset: step; }
.process-step {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 22px 16px;
  position: relative; overflow: hidden;
}
.process-step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%;
  font-size: 12px; font-weight: 800; margin-bottom: 14px; color: #fff; background: var(--teal);
}
.process-step:nth-child(1)::before { background: var(--teal); }
.process-step:nth-child(2)::before { background: #f5b400; color: #053226; }
.process-step:nth-child(3)::before { background: var(--sky); }
.process-step:nth-child(4)::before { background: var(--coral); }
.process-step:nth-child(5)::before { background: #7b61ff; }
.process-step h3 { font-size: 17px; margin-bottom: 8px; font-weight: 800; }
.process-step p { margin: 0; color: var(--slate); font-size: 13.5px; }

.flow { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 8px; }
.flow-node { background: var(--ink); color: #fff; padding: 11px 15px; border-radius: 999px; font-size: 13.5px; font-weight: 800; }
.flow-node.alt { background: var(--teal); }
.flow-node.soft { background: #fff; color: var(--ink); border: 1px solid var(--line-strong); }
.flow-arrow { color: var(--teal); font-size: 18px; font-weight: 800; }

.example {
  display: grid; grid-template-columns: 0.9fr 1.1fr; background: #fff;
  border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-sm);
}
.example-copy { padding: 32px; }
.example-copy h3 { font-size: 26px; font-weight: 800; margin: 8px 0 12px; }
.sheet { background: var(--paper); padding: 24px; overflow: auto; }
table.data { width: 100%; border-collapse: collapse; font-size: 13px; background: #fff; border-radius: 12px; overflow: hidden; }
table.data th, table.data td { padding: 10px 12px; text-align: left; border-bottom: 1px solid var(--line); white-space: nowrap; }
table.data th {
  font-size: 12px; color: var(--teal-deep); background: var(--teal-soft); font-weight: 800;
  letter-spacing: 0; text-transform: none;
}

.check { display: flex; flex-direction: column; gap: 8px; margin: 18px 0 0; padding: 0; }
.check li { list-style: none; display: flex; gap: 8px; font-size: 14px; color: var(--ink-soft); }
.check li::before {
  content: ""; width: 18px; height: 18px; border-radius: 50%;
  background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-width='2' d='M3.5 8.5l3 3 6-7'/%3E%3C/svg%3E") center/10px no-repeat;
  flex-shrink: 0; margin-top: 3px;
}

.steps-visual { display: grid; gap: 12px; }
.step-row {
  display: grid; grid-template-columns: 72px 1fr; gap: 16px;
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 20px;
}
.step-row:nth-child(odd) { background: #f3fff8; }
.step-row:nth-child(even) { background: #fffbeb; }
.step-num { font-size: 28px; font-weight: 800; color: var(--teal-deep); }
.step-row h3 { font-size: 20px; font-weight: 800; margin-bottom: 6px; }
.step-row p { margin: 0; color: var(--slate); }

.page-hero { padding: 48px 0 12px; position: relative; overflow: clip; }
.page-hero > .wrap { position: relative; z-index: 1; }
.page-hero::before {
  content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%;
  background: rgba(0, 184, 107, 0.16); top: -80px; right: 8%; pointer-events: none;
}
.page-hero::after {
  content: ""; position: absolute; width: 160px; height: 160px; border-radius: 50%;
  background: rgba(255, 193, 7, 0.22); top: 40px; right: 22%; pointer-events: none;
}
.crumbs { font-size: 13.5px; color: var(--muted); margin-bottom: 16px; }
.crumbs a:hover { color: var(--teal-deep); }
.page-hero h1 { max-width: 18ch; }
html[lang="bn"] .page-hero h1 { max-width: 16em; }
.page-hero .lede { margin-bottom: 0; }

.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.why-card {
  background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 26px 22px; min-height: 200px;
}
.why-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-3px); transition: .25s; }
.why-card h3 { font-size: 22px; font-weight: 800; margin: 14px 0 8px; }
.why-card p { margin: 0; color: var(--slate); }

.faq { display: grid; gap: 10px; max-width: 860px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.faq-item button {
  width: 100%; text-align: left; background: none; border: 0; padding: 18px 20px;
  font-size: 17px; font-weight: 800; display: flex; justify-content: space-between;
  gap: 16px; color: var(--ink); min-height: 56px; align-items: center;
}
.faq-item button svg { width: 18px; height: 18px; flex-shrink: 0; transition: transform .2s; }
.faq-item.is-open button svg { transform: rotate(45deg); }
.faq-item.is-open { border-color: var(--teal); background: #f3fff8; }
.faq-item .answer { display: none; padding: 0 20px 18px; color: var(--slate); }
.faq-item.is-open .answer { display: block; }

.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 22px; }
.contact-card, .form-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: var(--shadow-sm); }
.contact-list { display: grid; gap: 10px; margin-top: 20px; }
.contact-list a, .contact-list div {
  display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: start;
  padding: 12px; border-radius: 14px; border: 1px solid var(--line);
}
.contact-list a:hover { background: var(--teal-soft); border-color: var(--teal); }
.contact-list a.wa-highlight { border-color: #8eecc0; background: #f0fff6; }
.contact-list small { color: var(--muted); display: block; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13.5px; font-weight: 800; }
.field input, .field select, .field textarea {
  border: 1px solid var(--line-strong); border-radius: 12px; padding: 12px 14px;
  background: var(--cream); font-size: 16px; color: var(--ink); min-height: 46px;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 2px solid color-mix(in srgb, var(--teal) 45%, white); border-color: var(--teal); background: #fff;
}
.form-note { font-size: 13.5px; color: var(--muted); margin-top: 10px; }
.form-status { display: none; margin-top: 12px; padding: 12px; border-radius: 12px; background: var(--teal-soft); color: var(--teal-deep); }

.cta-band {
  background: linear-gradient(120deg, #007a4c 0%, #00b86b 48%, #12c4e0 100%);
  color: #fff; border-radius: 32px; padding: 48px; display: flex;
  justify-content: space-between; align-items: center; gap: 24px;
  position: relative; overflow: hidden; box-shadow: var(--shadow);
}
.cta-band::after {
  content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%;
  background: rgba(255, 193, 7, 0.28); right: -40px; top: -50px;
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; max-width: 16ch; }
html[lang="bn"] .cta-band h2 { max-width: 12em; }
.cta-band p { color: #e8fff4; max-width: 440px; margin: 10px 0 0; }
.cta-band .section-kicker { background: rgba(255,255,255,.18); color: #fff; }

.footer { margin-top: 20px; padding: 48px 0 28px; background: #053226; color: #d7efe3; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 28px; }
.footer h4 { font-size: 13px; margin-bottom: 14px; color: #8fd9b5; font-weight: 800; letter-spacing: 0; text-transform: none; }
.footer a, .footer p { color: #ccecdd; font-size: 14.5px; }
.footer a { display: block; padding: 5px 0; }
.footer a:hover { color: #fff; }
.footer .logo-word { color: #fff; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 12px; margin-top: 32px; padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12); color: #8fd9b5; font-size: 13px;
}

.mobile-nav {
  display: none; position: fixed; inset: var(--header) 0 0 0;
  background: #f4fff9; z-index: 40; padding: 12px 20px 100px; overflow: auto;
}
.mobile-nav.is-open { display: block; }
.mobile-nav a { display: block; padding: 14px 4px; border-bottom: 1px solid var(--line); font-weight: 800; font-size: 17px; }
.mobile-nav .sub { font-weight: 650; font-size: 15.5px; padding-left: 12px; color: var(--slate); }

.dock {
  display: none; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60;
  background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow);
  padding: 8px; grid-template-columns: 1fr 1fr; gap: 8px;
}
.dock a {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; border-radius: 12px; font-weight: 800; font-size: 14.5px;
}
.dock .call { background: var(--teal-soft); color: var(--teal-deep); }
.dock .wa { background: var(--wa); color: #053226; }

.reveal { opacity: 0; transform: translateY(14px); animation: rise .65s ease forwards; }
.reveal:nth-child(2) { animation-delay: .08s; }
@keyframes rise { to { opacity: 1; transform: none; } }

@media (max-width: 1180px) {
  .nav a, .nav-drop > button { padding: 8px 7px; font-size: 13px; }
}
@media (max-width: 980px) {
  :root { --dock: 78px; }
  .nav, .header-cta .desk { display: none; }
  .menu-btn { display: grid; }
  .hero-grid, .split, .split.rev, .trust-row, .example, .contact-grid, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .cards-3, .cards-4, .process, .why-grid { grid-template-columns: 1fr 1fr; }
  .hero-visual img, .split img, .media-frame img { height: 300px; }
  .trust-row div { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-head, .cta-band, .footer-bottom { flex-direction: column; align-items: start; }
  section { padding: 56px 0; }
  .hero-meta { grid-template-columns: 1fr; }
  .float-card.top { display: none; }
  .dock { display: grid; }
  .orb-b, .orb-c { display: none; }
}
@media (max-width: 640px) {
  .cards-2, .cards-3, .cards-4, .process, .why-grid, .step-row { grid-template-columns: 1fr; }
  .wrap, .wrap-wide, .header-inner { width: min(calc(100% - 24px), var(--max-wide)); }
  h1 { font-size: clamp(32px, 9vw, 44px); }
  .cta-band, .example-copy, .contact-card, .form-card { padding: 22px; }
  .page-hero { padding-top: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { animation: none; opacity: 1; transform: none; }
  .card:hover, .btn:hover, .why-card:hover { transform: none; }
}
