/* ============================================================
   traduceribacau.ro — Design System
   ============================================================ */

:root {
  --navy-900: #231c0e;
  --navy-800: #2b2312;
  --navy-700: #3a2f16;
  --blue-600: #d97706;
  --blue-500: #f59e0b;
  --sky-500: #fbbf24;
  --teal-500: #ca8a04;
  --teal-400: #eab308;
  --teal-300: #fde047;
  --wa-green: #25d366;
  --wa-dark: #128c7e;
  --ink: #2b2416;
  --slate-600: #57534e;
  --slate-500: #78716c;
  --slate-400: #a8a29e;
  --line: #ece5cd;
  --bg: #fffbeb;
  --card: #ffffff;
  --amber: #f59e0b;
  --radius: 18px;
  --shadow-sm: 0 1px 3px rgba(61, 48, 16, .08);
  --shadow-md: 0 8px 24px rgba(61, 48, 16, .10);
  --shadow-lg: 0 20px 50px rgba(61, 48, 16, .18);
  --grad-brand: linear-gradient(135deg, #fbbf24, #d97706);
  --grad-teal: linear-gradient(135deg, #fde047, #ca8a04);
  --grad-hero: radial-gradient(1200px 600px at 85% -10%, rgba(253, 224, 71, .25), transparent 60%),
               radial-gradient(900px 500px at -10% 20%, rgba(251, 191, 36, .28), transparent 55%),
               linear-gradient(160deg, #231c0e 0%, #2b2312 55%, #3a2f16 100%);
  --font: 'Plus Jakarta Sans', 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; display: block; }
a { color: var(--blue-600); text-decoration: none; }
a:hover { color: var(--teal-500); }
ul { list-style: none; }
strong { color: var(--navy-800); }

.container { width: min(1180px, 92%); margin-inline: auto; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { line-height: 1.2; color: var(--navy-800); font-weight: 800; letter-spacing: -.02em; }
h1 { font-size: clamp(2.1rem, 4.5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.25rem; }

.section { padding: 88px 0; }
.section.alt { background: #fff; }
.section-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-head p { color: var(--slate-600); margin-top: 14px; font-size: 1.06rem; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--teal-500); background: rgba(234, 179, 8, .1);
  padding: 7px 16px; border-radius: 999px; margin-bottom: 16px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 28px; border-radius: 999px; border: 0; cursor: pointer;
  font-family: var(--font); font-size: 1rem; font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--grad-brand); color: #fff !important; box-shadow: 0 10px 25px rgba(180, 83, 9, .35); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(180, 83, 9, .45); }
.btn-teal { background: var(--grad-teal); color: #fff !important; box-shadow: 0 10px 25px rgba(202, 138, 4, .35); }
.btn-teal:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(202, 138, 4, .45); }
.btn-wa { background: var(--wa-green); color: #fff !important; box-shadow: 0 10px 25px rgba(37, 211, 102, .4); }
.btn-wa:hover { background: #1fbd5a; transform: translateY(-2px); }
.btn-ghost { background: rgba(255, 255, 255, .1); color: #fff !important; border: 1.5px solid rgba(255, 255, 255, .35); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: rgba(255, 255, 255, .2); transform: translateY(-2px); }
.btn-outline { background: #fff; color: var(--blue-600) !important; border: 2px solid var(--blue-600); }
.btn-outline:hover { background: var(--blue-600); color: #fff !important; }
.btn-sm { padding: 10px 20px; font-size: .92rem; }
.btn svg { width: 20px; height: 20px; flex-shrink: 0; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(236, 229, 205, .8);
}
.topbar {
  background: var(--navy-900); color: #dcd2b0; font-size: .84rem;
  padding: 7px 0;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.topbar a { color: #ece5cd; font-weight: 600; }
.topbar a:hover { color: var(--teal-300); }
.topbar-item { display: inline-flex; align-items: center; gap: 7px; }
.topbar-item svg { width: 14px; height: 14px; fill: var(--teal-300); }

.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 46px; width: auto; }
.brand-text { line-height: 1.1; }
.brand-text .b1 { font-weight: 800; font-size: 1.22rem; color: var(--navy-800); letter-spacing: -.02em; }
.brand-text .b1 span { color: var(--teal-500); }
.brand-text .b2 { font-size: .68rem; font-weight: 600; letter-spacing: .16em; color: var(--slate-500); text-transform: uppercase; }

.main-nav ul { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  display: block; padding: 10px 16px; border-radius: 10px;
  font-weight: 600; color: var(--navy-700); font-size: .98rem;
}
.main-nav a:hover { background: rgba(251, 191, 36, .09); color: var(--blue-600); }
.main-nav a.active { color: var(--teal-500); background: rgba(234, 179, 8, .1); }
.nav-cta { margin-left: 10px; }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer; padding: 8px;
}
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--navy-800); border-radius: 3px; margin: 5px 0; transition: .3s; }

/* ---------- Hero ---------- */
.hero {
  background: var(--grad-hero); color: #fff;
  padding: 96px 0 110px; position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 -2px 0; height: 80px;
  background: var(--bg); clip-path: ellipse(75% 100% at 50% 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.hero h1 { color: #fff; margin: 18px 0 22px; }
.hero h1 .hl { background: linear-gradient(120deg, #fde047, #fbbf24); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { color: #eadfc4; font-size: 1.15rem; max-width: 560px; }
.hero .eyebrow { background: rgba(253, 224, 71, .15); color: #fde047; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 28px; margin-top: 42px; flex-wrap: wrap; }
.hero-trust .t { display: flex; align-items: center; gap: 10px; color: #d9cda8; font-size: .92rem; font-weight: 600; }
.hero-trust svg { width: 20px; height: 20px; fill: var(--teal-300); flex-shrink: 0; }

.hero-card {
  background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px; padding: 32px; backdrop-filter: blur(12px);
  box-shadow: var(--shadow-lg);
}
.hero-card h3 { color: #fff; margin-bottom: 6px; }
.hero-card > p { color: #d9cda8; font-size: .92rem; margin-bottom: 20px; }
.hero-card ul li {
  display: flex; gap: 12px; align-items: flex-start; padding: 11px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, .12); color: #f0e8d0; font-size: .95rem;
}
.hero-card ul li:last-child { border-bottom: 0; }
.hero-card ul svg { width: 20px; height: 20px; fill: var(--teal-300); flex-shrink: 0; margin-top: 2px; }
.hero-card .btn { width: 100%; margin-top: 18px; }

/* ---------- Stats strip ---------- */
.stats { margin-top: -46px; position: relative; z-index: 5; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-md);
}
.stat { background: #fff; padding: 28px 20px; text-align: center; }
.stat .num { font-size: 2rem; font-weight: 800; color: var(--blue-600); letter-spacing: -.02em; }
.stat .num span { color: var(--teal-500); }
.stat .lbl { color: var(--slate-500); font-size: .88rem; font-weight: 600; margin-top: 4px; }

/* ---------- Cards / grids ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(234, 179, 8, .4); }
.card .icon {
  width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(251, 191, 36, .12), rgba(202, 138, 4, .12));
  margin-bottom: 18px;
}
.card .icon svg { width: 28px; height: 28px; fill: var(--blue-600); }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--slate-600); font-size: .96rem; }
.card .more { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-weight: 700; font-size: .92rem; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; }
.step::before {
  counter-increment: step; content: "0" counter(step);
  display: inline-grid; place-items: center;
  font-size: 1.35rem; font-weight: 800; color: #fff;
  width: 52px; height: 52px; border-radius: 14px; background: var(--grad-brand);
  margin-bottom: 16px; box-shadow: 0 8px 18px rgba(180, 83, 9, .3);
}
.step:nth-child(even)::before { background: var(--grad-teal); box-shadow: 0 8px 18px rgba(202, 138, 4, .3); }
.step h3 { font-size: 1.08rem; margin-bottom: 8px; }
.step p { color: var(--slate-600); font-size: .92rem; }

/* ---------- Language chips ---------- */
.lang-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.lang-chip {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 10px 20px; font-weight: 600; font-size: .94rem; color: var(--navy-700);
  transition: .2s;
}
.lang-chip:hover { border-color: var(--teal-400); color: var(--teal-500); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.lang-chip .flag { font-size: 1.15rem; }

/* ---------- Feature list (why us) ---------- */
.feature-row { display: flex; gap: 18px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--line); }
.feature-row:last-child { border-bottom: 0; }
.feature-row .fi {
  width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px;
  display: grid; place-items: center; background: rgba(234, 179, 8, .1);
}
.feature-row .fi svg { width: 24px; height: 24px; fill: var(--teal-500); }
.feature-row h3 { font-size: 1.05rem; margin-bottom: 4px; }
.feature-row p { color: var(--slate-600); font-size: .94rem; }

/* ---------- Testimonials ---------- */
.testimonial { display: flex; flex-direction: column; gap: 16px; }
.testimonial .starz { color: var(--amber); font-size: 1.05rem; letter-spacing: 3px; }
.testimonial blockquote { color: var(--slate-600); font-size: .98rem; font-style: italic; }
.testimonial .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testimonial .avatar {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: var(--grad-brand); color: #fff; font-weight: 800; font-size: .95rem;
}
.testimonial .who .n { font-weight: 700; color: var(--navy-800); font-size: .95rem; line-height: 1.2; }
.testimonial .who .r { color: var(--slate-500); font-size: .82rem; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin-inline: auto; display: grid; gap: 14px; }
.faq-list details {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 0 24px;
  transition: border-color .2s;
}
.faq-list details[open] { border-color: var(--teal-400); box-shadow: var(--shadow-sm); }
.faq-list summary {
  cursor: pointer; list-style: none; font-weight: 700; color: var(--navy-800);
  padding: 20px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; font-size: 1.5rem; font-weight: 400; color: var(--teal-500);
  transition: transform .25s; line-height: 1;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list .faq-body { padding: 0 0 20px; color: var(--slate-600); font-size: .96rem; }

/* ---------- Pricing ---------- */
.price-note {
  display: flex; gap: 12px; align-items: flex-start;
  background: rgba(245, 158, 11, .08); border: 1px solid rgba(245, 158, 11, .3);
  border-radius: 14px; padding: 16px 20px; color: #92600a; font-size: .93rem;
  max-width: 860px; margin: 0 auto 40px;
}
.price-note svg { width: 22px; height: 22px; fill: var(--amber); flex-shrink: 0; margin-top: 2px; }

.price-card { display: flex; flex-direction: column; }
.price-card .p-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.price-card .p-head .icon { margin-bottom: 0; width: 48px; height: 48px; }
.price-card .price-line { margin: 14px 0 4px; }
.price-card .price-line .amount { font-size: 2.1rem; font-weight: 800; color: var(--blue-600); letter-spacing: -.02em; }
.price-card .price-line .unit { color: var(--slate-500); font-weight: 600; font-size: .9rem; }
.price-card .from { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--teal-500); font-weight: 700; }
.price-card ul { margin: 16px 0 22px; display: grid; gap: 9px; }
.price-card ul li { display: flex; gap: 10px; align-items: flex-start; color: var(--slate-600); font-size: .92rem; }
.price-card ul svg { width: 18px; height: 18px; fill: var(--teal-500); flex-shrink: 0; margin-top: 3px; }
.price-card .btn { margin-top: auto; }
.badge-popular {
  position: absolute; top: -13px; right: 22px;
  background: var(--grad-teal); color: #fff; font-size: .74rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px;
  box-shadow: 0 6px 14px rgba(202, 138, 4, .35);
}
.price-card { position: relative; }

.price-table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow-sm); background: #fff; }
table.price-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.price-table th {
  background: var(--navy-800); color: #fff; text-align: left; padding: 16px 20px;
  font-size: .88rem; letter-spacing: .04em; text-transform: uppercase;
}
.price-table td { padding: 15px 20px; border-bottom: 1px solid var(--line); color: var(--slate-600); font-size: .96rem; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table tr:nth-child(even) td { background: #fefce8; }
.price-table td:first-child { font-weight: 700; color: var(--navy-800); }
.price-table .pr { font-weight: 800; color: var(--blue-600); white-space: nowrap; }

/* ---------- Discount ribbon ---------- */
.wa-ribbon {
  display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap;
  background: linear-gradient(135deg, #10381f, #128c7e); color: #fff;
  border-radius: var(--radius); padding: 26px 30px; margin: 48px 0 0;
  box-shadow: var(--shadow-md); text-align: center;
}
.wa-ribbon .big { font-size: 1.3rem; font-weight: 800; }
.wa-ribbon .big span { color: #fde047; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--grad-hero); border-radius: 26px; padding: 60px 48px; color: #fff; text-align: center; position: relative; overflow: hidden; }
.cta-band h2 { color: #fff; margin-bottom: 12px; }
.cta-band p { color: #eadfc4; max-width: 620px; margin: 0 auto 28px; }
.cta-band .hero-actions { justify-content: center; margin-top: 0; }

/* ---------- Page hero (interior pages) ---------- */
.page-hero { background: var(--grad-hero); color: #fff; padding: 72px 0 84px; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: auto 0 -2px 0; height: 60px; background: var(--bg); clip-path: ellipse(75% 100% at 50% 100%); }
.page-hero h1 { color: #fff; margin: 14px 0 14px; }
.page-hero p { color: #eadfc4; max-width: 680px; font-size: 1.08rem; }
.page-hero .eyebrow { background: rgba(253, 224, 71, .15); color: #fde047; }
.breadcrumbs { font-size: .86rem; color: #a8a29e; margin-bottom: 8px; }
.breadcrumbs a { color: #dcd2b0; }
.breadcrumbs a:hover { color: var(--teal-300); }

/* ---------- Service detail ---------- */
.service-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 56px 0; border-bottom: 1px solid var(--line); }
.service-detail:last-child { border-bottom: 0; }
.service-detail.rev .sd-media { order: 2; }
.sd-media {
  border-radius: 22px; min-height: 300px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(251, 191, 36, .1), rgba(202, 138, 4, .12));
  border: 1px solid var(--line);
}
.sd-media svg { width: 110px; height: 110px; fill: var(--blue-600); opacity: .85; }
.sd-body h2 { margin-bottom: 14px; }
.sd-body p { color: var(--slate-600); margin-bottom: 12px; }
.sd-body ul { margin: 18px 0 24px; display: grid; gap: 10px; }
.sd-body ul li { display: flex; gap: 11px; align-items: flex-start; color: var(--slate-600); font-size: .96rem; }
.sd-body ul svg { width: 20px; height: 20px; fill: var(--teal-500); flex-shrink: 0; margin-top: 3px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; }
.contact-info .ci-row { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.contact-info .ci-row:last-child { border-bottom: 0; }
.contact-info .ci-icon {
  width: 48px; height: 48px; flex-shrink: 0; border-radius: 13px;
  display: grid; place-items: center; background: var(--grad-brand);
}
.contact-info .ci-icon svg { width: 23px; height: 23px; fill: #fff; }
.contact-info h3 { font-size: 1rem; margin-bottom: 3px; }
.contact-info p, .contact-info a { color: var(--slate-600); font-size: .95rem; }
.contact-info a { font-weight: 700; color: var(--blue-600); }

.contact-form { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 36px; box-shadow: var(--shadow-md); }
.contact-form h3 { margin-bottom: 6px; }
.contact-form > p { color: var(--slate-500); font-size: .92rem; margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-weight: 700; font-size: .88rem; margin-bottom: 7px; color: var(--navy-800); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: 12px;
  font-family: var(--font); font-size: .96rem; color: var(--ink); background: #fffdf6;
  transition: border-color .2s, box-shadow .2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--teal-400); box-shadow: 0 0 0 4px rgba(234, 179, 8, .12);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-hint { font-size: .82rem; color: var(--slate-500); margin-top: 12px; }

.map-embed { border-radius: 22px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); margin-top: 56px; }
.map-embed iframe { display: block; width: 100%; height: 400px; border: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #c2b592; margin-top: 88px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding: 64px 0 48px; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 18px; letter-spacing: .02em; }
.site-footer ul { display: grid; gap: 10px; }
.site-footer a { color: #c2b592; font-size: .94rem; }
.site-footer a:hover { color: var(--teal-300); }
.footer-brand img { height: 44px; margin-bottom: 16px; filter: brightness(0) invert(1); }
.footer-brand p { font-size: .92rem; max-width: 300px; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; font-size: .93rem; }
.footer-contact svg { width: 17px; height: 17px; fill: var(--teal-300); flex-shrink: 0; margin-top: 4px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); padding: 20px 0; font-size: .85rem; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.footer-bottom a { color: #c2b592; }

/* ---------- WhatsApp floating button ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 950;
  display: flex; align-items: center; gap: 0;
}
.wa-float .wa-label {
  background: #fff; color: var(--navy-800); font-weight: 700; font-size: .88rem;
  padding: 10px 16px; border-radius: 12px; box-shadow: var(--shadow-md);
  margin-right: 12px; opacity: 0; transform: translateX(8px); pointer-events: none;
  transition: opacity .25s, transform .25s; white-space: nowrap;
}
.wa-float:hover .wa-label { opacity: 1; transform: translateX(0); }
.wa-float .wa-btn {
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--wa-green); display: grid; place-items: center;
  box-shadow: 0 10px 28px rgba(37, 211, 102, .5);
  transition: transform .25s ease;
  animation: wa-pulse 2.4s infinite;
}
.wa-float .wa-btn:hover { transform: scale(1.1); }
.wa-float .wa-btn svg { width: 34px; height: 34px; fill: #fff; }
@keyframes wa-pulse {
  0% { box-shadow: 0 10px 28px rgba(37, 211, 102, .5), 0 0 0 0 rgba(37, 211, 102, .45); }
  70% { box-shadow: 0 10px 28px rgba(37, 211, 102, .5), 0 0 0 18px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 10px 28px rgba(37, 211, 102, .5), 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ---------- Popup / modal (5% discount) ---------- */
.modal-overlay {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(35, 28, 14, .6); backdrop-filter: blur(5px);
  display: grid; place-items: center; padding: 20px;
  opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s;
}
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal {
  background: #fff; border-radius: 24px; max-width: 480px; width: 100%;
  padding: 0; overflow: hidden; box-shadow: var(--shadow-lg);
  transform: translateY(24px) scale(.96); transition: transform .35s cubic-bezier(.2, .9, .3, 1.2);
  position: relative;
}
.modal-overlay.open .modal { transform: translateY(0) scale(1); }
.modal-top {
  background: linear-gradient(135deg, #0b3d2e, #128c7e); color: #fff;
  padding: 36px 34px 30px; text-align: center; position: relative;
}
.modal-top .disc {
  font-size: 3.2rem; font-weight: 800; line-height: 1; letter-spacing: -.03em;
  background: linear-gradient(120deg, #fde047, #f59e0b); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.modal-top .disc-sub { font-size: 1.15rem; font-weight: 700; margin-top: 6px; }
.modal-top .m-service { display: inline-block; margin-top: 12px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.25); padding: 6px 16px; border-radius: 999px; font-size: .88rem; font-weight: 600; }
.modal-body { padding: 28px 34px 34px; text-align: center; }
.modal-body p { color: var(--slate-600); font-size: .97rem; margin-bottom: 22px; }
.modal-body .btn { width: 100%; }
.modal-body .m-note { font-size: .8rem; color: var(--slate-400); margin: 14px 0 0; }
.modal-close {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  width: 36px; height: 36px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(255, 255, 255, .18); color: #fff; font-size: 1.3rem; line-height: 1;
  display: grid; place-items: center; transition: background .2s;
}
.modal-close:hover { background: rgba(255, 255, 255, .32); }

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: .1s; }
.reveal.d2 { transition-delay: .2s; }
.reveal.d3 { transition-delay: .3s; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .grid-3, .steps { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .service-detail { grid-template-columns: 1fr; }
  .service-detail.rev .sd-media { order: 0; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .section { padding: 64px 0; }
  .grid-2, .grid-3, .grid-4, .steps { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .topbar .container { justify-content: center; }
  .topbar .topbar-right { display: none; }

  .nav-toggle { display: block; }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    max-height: 0; overflow: hidden; transition: max-height .35s ease;
  }
  .main-nav.open { max-height: 480px; }
  .main-nav ul { flex-direction: column; align-items: stretch; padding: 16px; gap: 4px; }
  .main-nav a { padding: 13px 16px; }
  .nav-cta { margin: 8px 0 0; }
  .nav-cta .btn { width: 100%; }

  .hero { padding: 64px 0 90px; }
  .cta-band { padding: 44px 24px; }
  .wa-float .wa-label { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}
