/* ============================================================
   MegaBasket — Sales Landing Page
   ============================================================ */
:root {
  --primary: #FF3D00;
  --primary-dark: #E63600;
  --primary-light: #FFF1EC;
  --primary-grad: linear-gradient(135deg, #FF6A2B 0%, #FF3D00 60%, #E63600 100%);
  --ink: #1A1A2E;
  --ink-2: #4B4B63;
  --ink-3: #7A7A92;
  --bg: #FFFFFF;
  --bg-soft: #F9F9FB;
  --line: #E8E8EF;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 3px rgba(26,26,46,.06);
  --shadow: 0 12px 40px -12px rgba(26,26,46,.18);
  --shadow-lg: 0 30px 70px -25px rgba(255,61,0,.45);
  --font-head: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --container: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { width: min(var(--container), 92%); margin: 0 auto; }
.section { padding: 92px 0; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 9999;
  background: var(--primary); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: #fff; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: 15px; border-radius: 999px; cursor: pointer;
  padding: 12px 24px; border: 2px solid transparent; transition: all .25s ease;
  font-family: var(--font-body); line-height: 1;
  text-align: center;
}
.btn--primary { background: var(--primary-grad); color: #fff; box-shadow: var(--shadow-lg); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 34px 80px -24px rgba(255,61,0,.6); }
.btn--ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.btn--ghost:hover { border-color: var(--primary); color: var(--primary); }
.btn--outline { background: transparent; border-color: var(--primary); color: var(--primary); }
.btn--outline:hover { background: var(--primary); color: #fff; }
.btn--sm { padding: 10px 18px; font-size: 14px; }
.btn--lg { padding: 15px 32px; font-size: 16px; }
.btn--block { width: 100%; }

/* ---------- Badges ---------- */
.badge { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13px; letter-spacing: .3px; }
.badge--pill { background: #fff; color: var(--primary); padding: 8px 16px; border-radius: 999px; box-shadow: var(--shadow-sm); border: 1px solid #ffe0d6; }
.badge--tone { background: var(--primary-light); color: var(--primary-dark); padding: 8px 16px; border-radius: 999px; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,.85); backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent; transition: all .3s ease;
}
.nav.scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 30px -20px rgba(26,26,46,.25); background: rgba(255,255,255,.95); }
.nav__in { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand__logo { height: 40px; width: auto; }
.nav__links { display: flex; align-items: center; gap: 28px; }
.nav__links a { font-weight: 600; font-size: 14.5px; color: var(--ink-2); transition: color .2s; }
.nav__links a:hover { color: var(--primary); }
.nav__actions { display: flex; align-items: center; gap: 12px; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: all .3s; }
.nav__toggle.open span:nth-child(1){ transform: translateY(7.5px) rotate(45deg); }
.nav__toggle.open span:nth-child(2){ opacity: 0; }
.nav__toggle.open span:nth-child(3){ transform: translateY(-7.5px) rotate(-45deg); }
.nav__mobile { display: none; flex-direction: column; gap: 4px; padding: 16px 8% 24px; background: #fff; border-top: 1px solid var(--line); }
.nav__mobile a { padding: 12px 8px; font-weight: 600; color: var(--ink-2); border-radius: 8px; }
.nav__mobile a:hover { background: var(--primary-light); color: var(--primary); }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: 160px 0 70px; overflow: hidden; background: radial-gradient(1200px 600px at 85% -10%, #fff0e9 0%, transparent 55%), var(--bg); }
.hero__glow { position: absolute; top: -180px; right: -120px; width: 660px; height: 660px; border-radius: 50%; background: radial-gradient(circle, rgba(255,61,0,.14), transparent 60%); pointer-events: none; }
.hero__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.hero__copy h1 { font-family: var(--font-head); font-size: clamp(34px, 4.2vw, 56px); line-height: 1.08; font-weight: 800; letter-spacing: -.02em; margin: 20px 0; }
.hero__copy .grad { background: var(--primary-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero__lead { font-size: 18px; color: var(--ink-2); max-width: 540px; margin-bottom: 30px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.hero__ticks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.hero__ticks li { font-size: 14.5px; font-weight: 600; color: var(--ink-2); }

.hero__visual { position: relative; }
.browser {
  background: #fff; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow);
  border: 1px solid var(--line); transform: perspective(1400px) rotateY(-4deg) rotateX(2deg);
  transition: transform .4s ease;
}
.hero__visual:hover .browser { transform: perspective(1400px) rotateY(0) rotateX(0); }
.browser__bar { display: flex; align-items: center; gap: 8px; padding: 14px 16px; background: #F4F4F9; border-bottom: 1px solid var(--line); }
.browser__dot { width: 11px; height: 11px; border-radius: 50%; }
.browser__dot:nth-child(1){ background: #FF5F57; }
.browser__dot:nth-child(2){ background: #FEBC2E; }
.browser__dot:nth-child(3){ background: #28C840; }
.browser__url { margin-left: 10px; font-size: 12px; color: var(--ink-3); background: #fff; padding: 4px 14px; border-radius: 6px; border: 1px solid var(--line); flex: 1; max-width: 300px; }
.hero__float { position: absolute; background: #fff; border-radius: 14px; box-shadow: var(--shadow); padding: 14px 18px; display: flex; flex-direction: column; line-height: 1.2; border: 1px solid var(--line); }
.hero__float strong { font-size: 22px; color: var(--primary); font-family: var(--font-head); }
.hero__float span { font-size: 12.5px; color: var(--ink-3); font-weight: 500; }
.hero__float--left { top: 40px; left: -34px; animation: floaty 5s ease-in-out infinite; }
.hero__float--right { bottom: 52px; right: -30px; animation: floaty 5s ease-in-out 1.2s infinite; }
@keyframes floaty { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-14px);} }

/* ============================================================
   STATS
   ============================================================ */
.stats { border-top: 1px solid var(--line); background: var(--bg-soft); }
.stats__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; padding: 44px 0; }
.stat { text-align: center; }
.stat strong { display: block; font-family: var(--font-head); font-size: 40px; font-weight: 800; color: var(--primary); background: var(--primary-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat span { font-size: 14px; color: var(--ink-3); font-weight: 600; }

/* ============================================================
   SECTION HEAD
   ============================================================ */
.section__head { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.section__head h2 { font-family: var(--font-head); font-size: clamp(28px, 3.2vw, 40px); font-weight: 800; letter-spacing: -.02em; margin: 16px 0 14px; }
.section__head p { color: var(--ink-2); font-size: 17px; }

/* ============================================================
   DELIVERABLES
   ============================================================ */
.deliverables__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease, border-color .3s; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #ffd9cc; }
.deliverable__media { position: relative; height: 200px; overflow: hidden; background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.deliverable__media img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .5s ease; }
.deliverable:hover .deliverable__media img { transform: scale(1.05); }
.tile { position: absolute; bottom: -18px; left: 20px; width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; font-size: 24px; box-shadow: var(--shadow); }
.tile--orange { background: var(--primary-grad); }
.tile--blue { background: linear-gradient(135deg,#4DA8FF,#2F7CF6); }
.tile--green { background: linear-gradient(135deg,#3DD68C,#16A767); }
.tile--purple { background: linear-gradient(135deg,#A78BFA,#7C5CF0); }
.deliverable__body { padding: 32px 24px 24px; }
.deliverable__body h3 { font-family: var(--font-head); font-size: 19px; font-weight: 800; margin-bottom: 8px; }
.deliverable__body p { color: var(--ink-2); font-size: 14.5px; }

/* ============================================================
   FEATURES
   ============================================================ */
.features { background: var(--bg-soft); }
.features__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; transition: transform .3s, box-shadow .3s, border-color .3s; }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #ffd9cc; }
.feature__icon { font-size: 28px; display: inline-block; margin-bottom: 14px; }
.feature h3 { font-family: var(--font-head); font-size: 17px; font-weight: 800; margin-bottom: 8px; }
.feature p { color: var(--ink-2); font-size: 14px; }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gallery__item { position: relative; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; cursor: zoom-in; padding: 0; background: #fff; transition: transform .3s, box-shadow .3s; }
.gallery__item:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.gallery__item img { width: 100%; height: 280px; object-fit: cover; object-position: top; }
.gallery__label { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 16px 12px; font-weight: 700; font-size: 13.5px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.72)); text-align: left; }

/* Lightbox */
.lightbox { display: none; position: fixed; inset: 0; z-index: 1000; background: rgba(15,15,25,.9); align-items: center; justify-content: center; padding: 24px; }
.lightbox.open { display: flex; }
.lightbox__img { max-width: 94vw; max-height: 90vh; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.5); object-fit: contain; }
.lightbox__close { position: absolute; top: 22px; right: 26px; font-size: 44px; color: #fff; background: none; border: 0; cursor: pointer; line-height: 1; }

/* ============================================================
   STACK
   ============================================================ */
.stack__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stack__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.stack__ico { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; font-size: 22px; font-weight: 800; color: var(--primary); background: var(--primary-light); margin-bottom: 16px; }
.stack__item h3 { font-family: var(--font-head); font-size: 17px; font-weight: 800; margin-bottom: 6px; }
.stack__item p { color: var(--ink-2); font-size: 14px; }

/* ============================================================
   PRICING
   ============================================================ */
.pricing { background: var(--bg-soft); }
.pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.price { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 36px 30px; display: flex; flex-direction: column; }
.price--featured { border: 2px solid var(--primary); box-shadow: var(--shadow-lg); }
.price__tag { position: absolute; top: -13px; left: 30px; background: var(--primary-grad); color: #fff; font-size: 12px; font-weight: 800; padding: 6px 14px; border-radius: 999px; letter-spacing: .4px; }
.price__name { font-family: var(--font-head); font-weight: 800; font-size: 20px; }
.price__amount { font-family: var(--font-head); font-size: 40px; font-weight: 800; margin: 14px 0 6px; }
.price__num { font-size: 52px; }
.price__desc { color: var(--ink-3); font-size: 14.5px; margin-bottom: 20px; }
.price__list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; flex: 1; }
.price__list li { position: relative; padding-left: 26px; font-size: 14.5px; color: var(--ink-2); }
.price__list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--primary); font-weight: 800; }
.pricing__note { text-align: center; margin-top: 30px; color: var(--ink-3); font-size: 14px; }
.pricing__note a { color: var(--primary); font-weight: 700; }

/* ============================================================
   FAQ
   ============================================================ */
.faq__wrap { max-width: 800px; }
.faq__list { display: flex; flex-direction: column; gap: 14px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 0 22px; overflow: hidden; }
.faq__item summary { cursor: pointer; font-weight: 700; font-size: 16px; padding: 20px 0; list-style: none; position: relative; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; position: absolute; right: 0; top: 18px; font-size: 24px; color: var(--primary); font-weight: 600; transition: transform .25s; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { color: var(--ink-2); font-size: 15px; padding-bottom: 20px; }

/* ============================================================
   CTA / CONTACT
   ============================================================ */
.cta__card { background: var(--primary-grad); border-radius: 26px; padding: 64px 56px; text-align: center; color: #fff; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.cta__card::before { content: ""; position: absolute; top: -100px; right: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,.12); }
.cta__card h2 { font-family: var(--font-head); font-size: clamp(26px, 3vw, 38px); font-weight: 800; margin-bottom: 14px; }
.cta__card > p { max-width: 560px; margin: 0 auto 34px; font-size: 16px; color: rgba(255,255,255,.92); }
.cta__form { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.cta__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.cta__form input, .cta__form textarea {
  width: 100%; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.16);
  color: #fff; border-radius: 12px; padding: 14px 16px; font-size: 14.5px; font-family: var(--font-body);
  transition: background .2s;
}
.cta__form input::placeholder, .cta__form textarea::placeholder { color: rgba(255,255,255,.75); }
.cta__form input:focus, .cta__form textarea:focus { outline: none; background: rgba(255,255,255,.24); }
.cta__form textarea { resize: vertical; }
.cta__form .btn { background: #fff; color: var(--primary-dark); margin-top: 6px; }
.cta__msg { min-height: 22px; font-size: 14px; margin-top: 8px; font-weight: 600; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #13162A; color: #C7CCE0; padding-top: 60px; }
.footer__logo { height: 34px; width: auto; margin-bottom: 18px; filter: brightness(0) invert(1); }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; padding-bottom: 44px; }
.footer__brand p { font-size: 14.5px; max-width: 300px; }
.footer__social { display: flex; gap: 12px; margin-top: 20px; }
.footer__social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; font-size: 18px; transition: background .2s; }
.footer__social a:hover { background: var(--primary); }
.footer__col h4 { color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 15px; margin-bottom: 18px; }
.footer__col a { display: block; font-size: 14px; color: #A7ADC9; padding: 6px 0; transition: color .2s; }
.footer__col a:hover { color: var(--primary); }
.footer__col p { font-size: 14px; color: #A7ADC9; margin-bottom: 16px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; text-align: center; font-size: 13.5px; color: #8A90AC; }

/* ============================================================
   LIVE DEMO
   ============================================================ */
.demo { background: var(--bg); }
.demo__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.demo__card { display: flex; flex-direction: column; padding: 30px 26px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; transition: transform .3s, box-shadow .3s, border-color .3s; position: relative; overflow: hidden; }
.demo__card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
a.demo__card { color: inherit; text-decoration: none; }
.demo__card--web { background: linear-gradient(160deg, #fff, #fff6f1); }
.demo__card--admin { background: linear-gradient(160deg, #fff, #f2f6ff); }
.demo__card--apps { background: linear-gradient(160deg, #fff, #f1fbf5); }
.demo__icon { font-size: 30px; margin-bottom: 14px; }
.demo__card h3 { font-family: var(--font-head); font-size: 18px; font-weight: 800; margin-bottom: 8px; }
.demo__card p { color: var(--ink-2); font-size: 14px; flex: 1; }
.demo__card code { background: var(--ink); color: #fff; padding: 2px 6px; border-radius: 5px; font-size: 12px; }
.demo__go { margin-top: 20px; font-weight: 800; color: var(--primary); font-size: 14px; }
.demo__apps { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
.demo__app { font-size: 12.5px; font-weight: 700; color: #fff; background: var(--ink); padding: 9px 13px; border-radius: 999px; transition: background .2s; }
.demo__app:hover { background: var(--primary); }
.demo__note { text-align: center; margin-top: 26px; color: var(--ink-3); font-size: 13.5px; }
.demo__note code { background: var(--bg-soft); border: 1px solid var(--line); padding: 2px 7px; border-radius: 5px; }

/* ============================================================
   DELIVERABLE extras
   ============================================================ */
.deliverable__media--app { background: linear-gradient(160deg, #fff6f1, #fff); height: 240px; display: flex; align-items: center; justify-content: center; }
.deliverable__media--app img { width: auto; height: 92%; max-width: 100%; object-fit: contain; object-position: center; }
.deliverable__link { display: inline-block; margin-top: 14px; font-weight: 700; font-size: 14px; color: var(--primary); }
.deliverable__link:hover { text-decoration: underline; }

/* ============================================================
   PRICING extras
   ============================================================ */
.price__usd { font-size: 13px; color: var(--ink-3); margin-bottom: 10px; font-weight: 600; }

/* ============================================================
   CTA / CONTACT (WhatsApp)
   ============================================================ */
.cta__actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.btn--light { background: #fff; color: var(--primary-dark); box-shadow: 0 20px 45px -18px rgba(0,0,0,.3); }
.btn--light:hover { transform: translateY(-2px); }
.wa-icon { font-size: 18px; }
.cta__contact { display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; margin-top: 26px; font-size: 14px; font-weight: 600; }
.cta__contact a { color: #fff; opacity: .92; }
.cta__contact a:hover { text-decoration: underline; }

/* ============================================================
   CALL-TO-ACTION BANNER
   ============================================================ */
.cta-banner { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.cta-banner::after { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 200px at 20% 10%, rgba(255,61,0,.18), transparent 60%); pointer-events: none; }
.cta-banner__in { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 56px 0; position: relative; z-index: 2; flex-wrap: wrap; }
.cta-banner h2 { font-family: var(--font-head); font-size: clamp(24px, 2.8vw, 34px); font-weight: 800; margin-bottom: 8px; }
.cta-banner p { color: #A7ADC9; max-width: 560px; font-size: 15px; }
.cta-banner .btn--light { background: var(--primary-grad); color: #fff; }

/* ============================================================
   FOOTER trust badges
   ============================================================ */
.footer__trust { border-top: 1px solid rgba(255,255,255,.08); background: #0E1022; }
.footer__trust__in { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; padding: 22px 0; font-size: 13.5px; color: #A7ADC9; }
.footer__trust__in strong { color: #fff; }
.footer__link { color: var(--primary); font-weight: 600; }


/* ============================================================
   SVG ICONS (replaces emojis) + ANIMATIONS
   ============================================================ */
.ico { display: inline-block; width: 1em; height: 1em; vertical-align: -0.14em; flex: none; }
.badge .ico { width: 16px; height: 16px; }
.tile .ico { width: 26px; height: 26px; }
.demo__icon .ico, .feature__icon .ico { width: 30px; height: 30px; }
.stack__ico .ico { width: 26px; height: 26px; }
.wa-icon .ico { width: 20px; height: 20px; }
.cta__contact .ico { width: 16px; height: 16px; }
.footer__social .ico { width: 18px; height: 18px; }
.footer__trust .ico { width: 16px; height: 16px; }

.ico path, .ico circle, .ico rect, .ico ellipse {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
}
.ico--drawn path, .ico--drawn circle, .ico--drawn rect, .ico--drawn ellipse {
  animation: ico-draw .7s ease forwards;
}
@keyframes ico-draw { to { stroke-dashoffset: 0; } }

.ico--spin { animation: ico-spin 10s linear infinite; transform-origin: 50% 50%; }
@keyframes ico-spin { to { transform: rotate(360deg); } }
.ico--gear, .ico--atom { animation: ico-spin 12s linear infinite; transform-origin: 50% 50%; }
.ico--atom .ico__orbit-a { transform-origin: 50% 50%; animation: ico-spin 6s linear infinite; }
.ico--atom .ico__orbit-b { transform-origin: 50% 50%; animation: ico-spin 8s linear infinite reverse; }
.ico--atom .ico__orbit-c { transform-origin: 50% 50%; animation: ico-spin 10s linear infinite; }
.ico--ring { transform-origin: 50% 0; animation: ico-ring 2.4s ease-in-out infinite; }
@keyframes ico-ring { 0%,100%{transform:rotate(0)} 8%{transform:rotate(12deg)} 16%{transform:rotate(-11deg)} 24%{transform:rotate(8deg)} 32%{transform:rotate(-6deg)} 40%{transform:rotate(0)} }
.ico--pin { animation: ico-pin 2s ease-out infinite; transform-origin: 50% 100%; }
@keyframes ico-pin { 0%{transform:scale(1)} 30%{transform:scale(1.12)} 60%{transform:scale(.98)} 100%{transform:scale(1)} }
.ico--float { animation: ico-float 5s ease-in-out infinite; }
@keyframes ico-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px)} }
.ico--wiggle { animation: ico-wiggle 3s ease-in-out infinite; transform-origin: 50% 80%; }
@keyframes ico-wiggle { 0%,100%{transform:rotate(0)} 12%{transform:rotate(-8deg)} 24%{transform:rotate(7deg)} 36%{transform:rotate(-5deg)} 48%{transform:rotate(3deg)} 60%{transform:rotate(0)} }
.ico--pop { animation: ico-pop 2.6s ease-in-out infinite; transform-origin: 50% 50%; }
@keyframes ico-pop { 0%,100%{transform:scale(1)} 35%{transform:scale(1.14)} 55%{transform:scale(.97)} 70%{transform:scale(1.05)} }
.ico--nudge { animation: ico-nudge 3.2s ease-in-out infinite; }
@keyframes ico-nudge { 0%,100%{transform:translateY(0)} 25%{transform:translateY(-6px)} 50%{transform:translateY(0)} 75%{transform:translateY(-3px)} }

.deliverable:hover .ico--wiggle, .demo__card:hover .ico--wiggle,
.feature:hover .ico--wiggle, .stack__item:hover .ico--wiggle { animation-duration: 1.2s; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .deliverables__grid, .features__grid, .stack__grid { grid-template-columns: repeat(2, 1fr); }
  .demo__grid { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .pricing__grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .stats__grid { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
  .footer__trust__in { flex-direction: column; }
}
@media (max-width: 860px) {
  .nav__links { display: none; }
  .nav__toggle { display: flex; }
  .nav__actions .btn { display: none; }
  .nav__mobile.open { display: flex; }
  .hero { padding: 132px 0 60px; }
  .hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .hero__visual { order: -1; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .section { padding: 64px 0; }
  .deliverables__grid, .features__grid, .stack__grid, .gallery__grid { grid-template-columns: 1fr; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .hero__ticks { grid-template-columns: 1fr; }
  .cta__card { padding: 44px 24px; }
  .cta__row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
}
