/* ==========================================================================
   DigiMark Creative — rebuilt on the Xpovio design system
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root{
  --font-primary: "Inter", sans-serif;

  --theme-bg: #000000;
  --theme-color: #ffffff;
  --white: #ffffff;
  --black: #000000;

  --primary-color: #F2A511;   /* DigiMark gold */
  --primary-color-deep: #D68C00;
  --secondary-color: #9a9a9a;
  --tertiary-color: #0e0e0e;
  --quaternary-color: #040404;
  --quinary-color: #c1c1c1;
  --senary-color: #191919;
  --septenary-color: #101010;
  --octonary-color: #1a1a1a;
  --nonary-color: #d9d9d9;

  --border-muted: #414141;
  --skill-track: #363636;

  --transition: all .3s ease-in-out;
  --shadow: 0 0 12px rgba(0,0,0,.1);
  --shadow-secondary: 0 0 31px rgba(0,0,0,.1);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; overflow-x:hidden; max-width:100%; }
body{
  margin:0; background:var(--theme-bg); color:var(--theme-color);
  font-family:var(--font-primary); font-size:16px; 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; margin:0; padding:0; }
button{ font-family:inherit; cursor:pointer; background:none; border:none; color:inherit; padding:0; }

h1,h2,h3,h4,h5,h6,p{ font-family:var(--font-primary); margin:0; padding:0; color:var(--theme-color); }
h1{ font-size:100px; line-height:1.08; font-weight:900; }
h2{ font-size:55px; line-height:1.18; font-weight:700; }
h3{ font-size:40px; line-height:1.2; font-weight:700; }
h4{ font-size:24px; line-height:1.35; font-weight:400; text-transform:capitalize; }
h5{ font-size:20px; line-height:1.4; font-weight:600; }
h6{ font-size:16px; line-height:1.4; font-weight:400; letter-spacing:.15em; text-transform:uppercase; }

.paragraph p, .section__content p{ color:var(--secondary-color); margin-top:6px; }

.icon{ width:1em; height:1em; display:inline-block; vertical-align:-0.125em; }
.d-none{ display:none !important; }
@media (min-width:768px){ .d-md-flex{ display:flex !important; } }
@media (min-width:992px){ .d-lg-flex{ display:flex !important; } }
.container{ max-width:1440px; margin:0 auto; padding:0 15px; }
.section{ padding:130px 0; position:relative; }
.section.pb-0{ padding-bottom:0; }
.section.pt-0{ padding-top:0; }
.row{ display:flex; flex-wrap:wrap; margin:0 -15px; }
.row.gaper{ row-gap:30px; }
.col{ padding:0 15px; }

/* ---- light theme flip (Offer section) ---- */
.light{ background:#ffffff; color:#0e0e0e; }
.light h1,.light h2,.light h3,.light h4,.light h5,.light h6,.light p{ color:#0e0e0e; }
.light .paragraph p{ color:#404040; }
.light .sub-title{ border-color:#d9d9d9; color:var(--primary-color); }

/* ---- buttons ---- */
.btn{
  display:inline-flex; align-items:center; gap:10px;
  padding:16px 32px; font-weight:700; text-transform:uppercase; font-size:14px;
  border-radius:50px; border:1px solid var(--primary-color); color:var(--primary-color);
  background:transparent; position:relative; overflow:hidden; transition:var(--transition);
  white-space:nowrap;
}
.btn:hover{ border-color:var(--white); color:var(--white); background:var(--primary-color); }
.light .btn:hover{ color:#0e0e0e; }
.btn--primary{ background:var(--primary-color); color:#0e0e0e; }
.btn--primary:hover{ background:transparent; color:var(--primary-color); border-color:var(--primary-color); }
.light .btn--primary:hover{ color:var(--primary-color); }
.btn--secondary{ border-color:var(--border-muted); }
.light .btn--secondary{ border-color:#0e0e0e; color:#0e0e0e; }
.light .btn--secondary:hover{ background:#0e0e0e; color:#fff; border-color:#0e0e0e; }
.btn-link{ border:none; padding:0; text-decoration:underline; color:var(--primary-color); text-transform:none; font-weight:700; border-radius:0; background:none; }
.btn-link:hover{ color:var(--white); background:none; }
.light .btn-link:hover{ color:#0e0e0e; }
.btn-block{ width:100%; justify-content:center; white-space:normal; line-height:1.3; text-align:center; }
.btn-solid{
  background:var(--primary-color); color:#0e0e0e; border-radius:6px; border:1px solid var(--primary-color-deep);
  display:inline-flex; align-items:center; gap:12px; text-transform:capitalize; padding:16px 30px; font-weight:700;
}
.btn-solid:hover{ background:var(--primary-color-deep); color:#0e0e0e; }

/* ---- eyebrow / sub-title chip ---- */
.sub-title{
  display:inline-flex; align-items:center; gap:12px; padding:12px 20px; line-height:1;
  border:1px solid var(--border-muted); border-radius:30px; text-transform:uppercase;
  color:var(--primary-color); margin-bottom:24px; font-size:13px; font-weight:700; letter-spacing:.06em;
  transition:var(--transition);
}
a.sub-title:hover{ border-color:var(--primary-color); }

/* ---- section header ---- */
.section__header{ margin-bottom:60px; }
.section__header.text-center{ text-align:center; max-width:760px; margin-left:auto; margin-right:auto; }
.title{ font-weight:700; text-transform:capitalize; margin-bottom:22px; }

/* ---- skill bar ---- */
.skill-wrap{ margin-top:30px; }
.skill-bar-single{ margin-bottom:26px; }
.skill-bar-title{ display:flex; justify-content:space-between; }
.skill-bar-title .pct{ color:var(--primary-color); font-weight:700; }
.skill-bar-wrapper{ margin-top:12px; }
.skill-bar{ height:8px; border-radius:100px; background:var(--skill-track); position:relative; overflow:hidden; }
.skill-bar-percent{ position:absolute; inset:0 auto 0 0; width:0; background:var(--primary-color); border-radius:inherit; transition:width 1.4s cubic-bezier(.4,0,.2,1); }
.skill-bar-single.in-view .skill-bar-percent{ width:var(--percent); }

/* ---- floating decorative background elements ---- */
.floating-bg{ position:absolute; inset:0; overflow:hidden; pointer-events:none; z-index:1; }
.f-item{ position:absolute; color:var(--primary-color); will-change:transform; }
.f-item svg{ width:100%; height:100%; display:block; }
.f-dot{ border-radius:50%; background:var(--primary-color); }
.f-ring{ border:2px solid var(--primary-color); border-radius:50%; background:transparent; }
.f-plus{ position:absolute; }
.f-plus::before,.f-plus::after{ content:''; position:absolute; background:var(--primary-color); border-radius:2px; }
.f-plus::before{ width:100%; height:2px; top:50%; left:0; transform:translateY(-50%); }
.f-plus::after{ width:2px; height:100%; left:50%; top:0; transform:translateX(-50%); }

@keyframes floatY{ 0%,100%{ transform:translateY(0) rotate(var(--r,0deg)); } 50%{ transform:translateY(-18px) rotate(var(--r,0deg)); } }
@keyframes floatX{ 0%,100%{ transform:translateX(0); } 50%{ transform:translateX(16px); } }
@keyframes floatDiag{ 0%,100%{ transform:translate(0,0) rotate(0deg); } 50%{ transform:translate(12px,-16px) rotate(10deg); } }
@keyframes spinSlow{ from{ transform:rotate(0deg); } to{ transform:rotate(360deg); } }
@keyframes pulseSoft{ 0%,100%{ opacity:.22; transform:scale(1); } 50%{ opacity:.55; transform:scale(1.18); } }

.f-item.f-a{ animation-name:floatY; animation-timing-function:ease-in-out; animation-iteration-count:infinite; }
.f-item.f-b{ animation-name:floatDiag; animation-timing-function:ease-in-out; animation-iteration-count:infinite; }
.f-item.f-c{ animation-name:floatX; animation-timing-function:ease-in-out; animation-iteration-count:infinite; }
.f-item.f-spin{ animation-name:spinSlow; animation-timing-function:linear; animation-iteration-count:infinite; }
.f-item.f-pulse{ animation-name:pulseSoft; animation-timing-function:ease-in-out; animation-iteration-count:infinite; }
@media (prefers-reduced-motion:reduce){ .f-item{ animation:none !important; } }
@media (max-width:767.98px){ .floating-bg{ opacity:.6; } }

/* ---- popup lead form ---- */
.popup-overlay{
  position:fixed; inset:0; z-index:300; background:rgba(0,0,0,.78); backdrop-filter:blur(6px);
  display:flex; align-items:center; justify-content:center; padding:20px;
  opacity:0; visibility:hidden; transition:opacity .3s ease, visibility .3s ease;
}
.popup-overlay.active{ opacity:1; visibility:visible; }
.popup-modal{
  background:var(--senary-color); border:1px solid #262626; border-radius:24px; max-width:480px; width:100%;
  padding:44px; position:relative; max-height:90vh; overflow-y:auto;
  transform:translateY(24px) scale(.96); transition:transform .35s cubic-bezier(.2,.8,.2,1);
}
.popup-overlay.active .popup-modal{ transform:translateY(0) scale(1); }
.popup-close{
  position:absolute; top:18px; right:18px; width:38px; height:38px; border-radius:50%;
  border:1px solid var(--border-muted); display:flex; align-items:center; justify-content:center; transition:var(--transition);
}
.popup-close:hover{ background:var(--primary-color); border-color:var(--primary-color); color:#000; }
body.popup-open{ overflow:hidden; }
@media (max-width:575.98px){ .popup-modal{ padding:30px 24px; } }
@media (max-width:575.98px){ .demo-frame__viewport{ height:260px; } .demo-frame{ width:100%; max-width:280px; } .demo-row{ gap:14px; } .demo-frame__expand-hint{ opacity:1; font-size:10px; padding:5px 8px; bottom:8px; right:8px; } }

/* ---- header cta / desktop floating cta ---- */
.navbar__cta{ padding:12px 24px; font-size:12.5px; }
/* ---- mid-page animated CTA banner ---- */
.cta-banner{ padding:70px 0; overflow:hidden; }
.cta-banner__glow{ position:absolute; inset:0; background:radial-gradient(circle at 50% 50%, rgba(242,165,17,.16), transparent 65%); animation:blockPulse 4.5s ease-in-out infinite; pointer-events:none; }
.cta-banner__inner{
  position:relative; z-index:2; display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap;
  background:var(--senary-color); border:1px solid #262626; border-radius:24px; padding:42px 46px;
}
.cta-banner__copy{ max-width:640px; }
.cta-banner__copy h3{ font-size:26px; margin-top:10px; line-height:1.3; }
.cta-banner__btn{ flex-shrink:0; }
@media (max-width:767.98px){
  .cta-banner{ padding:44px 0; }
  .cta-banner__inner{ padding:30px 26px; flex-direction:column; align-items:stretch; text-align:center; }
  .cta-banner__copy h3{ font-size:21px; }
  .cta-banner__btn{ width:100%; justify-content:center; }
}

.header{ position:fixed; top:0; left:0; right:0; z-index:90; padding:22px 0; transition:var(--transition); }
.header.scrolled{ background:rgba(0,0,0,.85); backdrop-filter:blur(10px); padding:14px 0; box-shadow:0 4px 20px rgba(0,0,0,.3); }
.navbar{ display:flex; align-items:center; justify-content:space-between; }
.navbar__logo img{ height:42px; width:auto; }
.navbar__options{ display:flex; align-items:center; gap:22px; }
.navbar__phone{ display:flex; align-items:center; gap:8px; font-weight:600; font-size:14px; }
.navbar__phone i{ color:var(--primary-color); }
.open-offcanvas-nav{
  width:52px; height:52px; border-radius:50%; border:1px solid var(--border-muted); background:transparent;
  position:relative; flex-shrink:0;
}
.open-offcanvas-nav span{
  position:absolute; left:16px; right:16px; height:2px; background:var(--white); transition:var(--transition);
}
.open-offcanvas-nav span:nth-child(1){ top:19px; }
.open-offcanvas-nav span:nth-child(2){ top:26px; }
.open-offcanvas-nav span:nth-child(3){ top:33px; }

.offcanvas-nav{
  position:fixed; inset:0; z-index:200; visibility:hidden; opacity:0; transition:opacity .4s ease, visibility .4s ease;
}
.offcanvas-nav.active{ visibility:visible; opacity:1; }
.offcanvas-nav::before{
  content:''; position:absolute; inset:0; background:rgba(0,0,0,.7);
}
.offcanvas-menu{
  position:absolute; top:0; right:0; bottom:0; width:min(460px,92vw); background:#0a0a0a;
  padding:40px; overflow-y:auto; transform:translateX(100%); transition:transform .45s cubic-bezier(.4,0,.2,1);
  border-left:1px solid var(--border-muted);
}
.offcanvas-nav.active .offcanvas-menu{ transform:translateX(0); }
.offcanvas-menu__header{ display:flex; align-items:center; justify-content:space-between; margin-bottom:50px; }
.offcanvas-menu__header .logo img{ height:38px; }
.close-offcanvas-menu{ width:44px; height:44px; border-radius:50%; border:1px solid var(--border-muted); display:flex; align-items:center; justify-content:center; }
.navbar__menu ul li{ border-bottom:1px solid #1e1e1e; }
.navbar__menu ul li a{ display:block; padding:18px 0; font-size:22px; font-weight:700; text-transform:capitalize; transition:var(--transition); }
.navbar__menu ul li a:hover{ color:var(--primary-color); padding-left:10px; }
.offcanvas-menu__options{ margin-top:34px; }
.offcanvas-menu__social{ display:flex; gap:14px; margin-top:34px; }
.offcanvas-menu__social a{ width:42px; height:42px; border-radius:50%; border:1px solid var(--border-muted); display:flex; align-items:center; justify-content:center; transition:var(--transition); }
.offcanvas-menu__social a:hover{ background:var(--primary-color); color:#000; border-color:var(--primary-color); }
.offcanvas-menu__meta{ margin-top:26px; font-size:14px; color:var(--secondary-color); }
.offcanvas-menu__meta a{ display:block; margin-top:8px; color:var(--theme-color); }

/* ---- marquee / ticker ---- */
.marquee-strip{ background:var(--senary-color); border-top:1px solid #262626; border-bottom:1px solid #262626; overflow:hidden; position:relative; z-index:10; width:100%; max-width:100vw; }
.marquee-track{ display:flex; width:max-content; gap:56px; padding:16px 0; animation:marquee 32s linear infinite; }
.marquee-track span{ white-space:nowrap; font-size:14px; font-weight:600; color:var(--quinary-color); display:flex; align-items:center; gap:10px; }
.marquee-track span b{ color:var(--primary-color); }
.marquee-track span::before{ content:'✦'; color:var(--primary-color); }
@keyframes marquee{ from{ transform:translateX(0);} to{ transform:translateX(-50%);} }

/* ---- hero / banner ---- */
.banner{ position:relative; min-height:100vh; display:flex; align-items:center; background:var(--theme-bg); padding:210px 0 90px; overflow:hidden; }
.banner > .container{ position:relative; z-index:2; }
@media (min-width:768px){ .banner > .container{ padding-left:75px; padding-right:75px; } }
.banner::before,.banner::after{ content:''; position:absolute; border-radius:50%; pointer-events:none; z-index:0; }
.banner::before{ width:680px; height:680px; top:-260px; right:-140px; background:radial-gradient(circle, rgba(242,165,17,.35), transparent 70%); animation:blobMoveA 16s ease-in-out infinite; }
.banner::after{ width:520px; height:520px; bottom:-220px; left:-120px; background:radial-gradient(circle, rgba(242,165,17,.2), transparent 70%); animation:blobMoveB 20s ease-in-out infinite; }
@keyframes blobMoveA{ 0%,100%{ transform:translate(0,0) scale(1); } 50%{ transform:translate(-40px,40px) scale(1.1); } }
@keyframes blobMoveB{ 0%,100%{ transform:translate(0,0) scale(1); } 50%{ transform:translate(30px,-30px) scale(1.15); } }

.banner__bg-video{ position:absolute; inset:0; z-index:0; overflow:hidden; }
.banner__bg-video video{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.banner__bg-video--mobile{ display:none; }
.banner__bg-overlay{
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.88) 55%, rgba(0,0,0,.94) 100%);
}
@media (max-width:767.98px){
  .banner__bg-video--desktop{ display:none; }
  .banner__bg-video--mobile{ display:block; }
}

.banner__grid{ display:grid; grid-template-columns:1fr; grid-template-areas:"introtext"; gap:20px; align-items:start; }
.banner__intro{ grid-area:introtext; max-width:680px; }
.rating-pill{ display:inline-flex; align-items:center; gap:10px; padding:10px 18px; border:1px solid var(--border-muted); border-radius:30px; margin-bottom:26px; font-size:13px; font-weight:600; }
.rating-pill.hero-anim{ opacity:0; animation:heroFadeUp .9s cubic-bezier(.2,.7,.3,1) forwards, glowPulse 3.2s ease-in-out infinite .9s; }
.rating-pill .stars{ color:var(--primary-color); letter-spacing:2px; }
.banner__rest{ grid-area:resttext; margin-top:28px; display:flex; flex-direction:column; gap:24px; align-items:flex-start; }
.banner__rest .cta.section__content-cta{ margin-top:0; }
.banner__rest-bottom{ display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:20px 40px; width:100%; }
.banner__rest-bottom .banner__cta-row{ margin-top:0; }
.banner__rest-bottom .banner__badge{ margin-top:0; flex:1 1 320px; }
.banner__form-col{ grid-area:form; }
@media (max-width:991.98px){
  .banner__grid{ grid-template-columns:1fr; grid-template-areas:"introtext"; gap:24px; }
  .banner__rest{ margin-top:0; gap:20px; }
  .banner__rest-bottom{ flex-direction:column; align-items:flex-start; gap:20px; }
}

@keyframes heroFadeUp{ from{ opacity:0; transform:translateY(26px); } to{ opacity:1; transform:translateY(0); } }
@keyframes heroFadeLeft{ from{ opacity:0; transform:translateX(-24px); } to{ opacity:1; transform:translateX(0); } }
@keyframes heroFadeRight{ from{ opacity:0; transform:translateX(40px); } to{ opacity:1; transform:translateX(0); } }
.hero-anim{ opacity:0; animation:heroFadeUp .9s cubic-bezier(.2,.7,.3,1) forwards; }
.hero-anim-left{ opacity:0; animation:heroFadeLeft .8s cubic-bezier(.2,.7,.3,1) forwards; }
.hero-anim-right{ opacity:0; animation:heroFadeRight 1s cubic-bezier(.2,.7,.3,1) forwards; }
@media (prefers-reduced-motion:reduce){ .hero-anim,.hero-anim-left,.hero-anim-right{ animation:none; opacity:1; } }

@keyframes glowPulse{ 0%,100%{ box-shadow:0 0 0 rgba(242,165,17,0); } 50%{ box-shadow:0 0 26px rgba(242,165,17,.4); } }

.rotate-word{ display:inline-block; position:relative; color:var(--primary-color); transition:opacity .35s ease, transform .35s ease; }
.rotate-word.swap{ opacity:0; transform:translateY(10px); }

.btn::after{ content:''; position:absolute; top:0; left:-60%; width:40%; height:100%; background:linear-gradient(120deg, transparent, rgba(255,255,255,.4), transparent); transform:skewX(-20deg); transition:left .6s ease; pointer-events:none; }
.btn:hover::after{ left:130%; }

.banner h1{ font-size:58px; line-height:1.1; text-transform:uppercase; }
.banner h1 .text-stroke{ -webkit-text-stroke:1.5px var(--primary-color); color:transparent; }
.banner h1 .interval{ display:inline; color:var(--primary-color); }
.banner h1 .interval .icon{ display:inline-block; vertical-align:-0.12em; margin-right:8px; width:.85em; height:.85em; }
.banner h1 .interval i{ font-size:.55em; transform:rotate(45deg); border:1px solid var(--primary-color); border-radius:50%; width:1.4em; height:1.4em; display:inline-flex; align-items:center; justify-content:center; }
.banner__content-inner{ margin-top:30px; max-width:640px; }
.banner__content-inner > p{ font-size:19px; color:var(--quinary-color); line-height:1.6; }
.banner__proof{ margin-top:30px; display:flex; flex-direction:column; gap:14px; }
.banner__proof li{ display:flex; gap:12px; font-size:15px; color:var(--quinary-color); line-height:1.5; }
.banner__proof li b{ color:var(--white); }
.banner__proof li .tick{ flex-shrink:0; width:22px; height:22px; border-radius:50%; background:var(--primary-color); color:#000; display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:900; margin-top:2px; }
.cta.section__content-cta{ display:flex; gap:50px; margin-top:40px; align-items:center; flex-wrap:wrap; }
.cta .single h5{ font-size:38px; font-weight:800; color:var(--primary-color); }
.cta .single p{ color:var(--secondary-color); margin-top:4px; text-transform:capitalize; }
.banner__cta-row{ display:flex; gap:18px; margin-top:40px; flex-wrap:wrap; align-items:center; }
.banner__badge{ margin-top:26px; display:inline-flex; gap:10px; align-items:center; padding:14px 22px; border-radius:14px; background:var(--senary-color); border:1px solid var(--border-muted); font-size:14px; color:var(--quinary-color); max-width:520px; }
.btn-pulse{ animation:ctaGlowPulse 2.6s ease-in-out infinite; }
.btn-pulse:hover{ animation:none; }
@keyframes ctaGlowPulse{ 0%,100%{ box-shadow:0 0 0 0 rgba(242,165,17,.55); } 50%{ box-shadow:0 0 0 12px rgba(242,165,17,0); } }
@media (prefers-reduced-motion:reduce){ .btn-pulse{ animation:none; } }
@media (max-width:767.98px){
  .banner__content-inner{ margin-top:18px; }
  .banner__content-inner > p{ font-size:16px; line-height:1.55; }
  .banner__proof{ margin-top:24px; gap:12px; }
  .banner__proof li{ font-size:14px; gap:10px; }
  .banner__proof li .tick{ width:20px; height:20px; font-size:11px; }
  .cta.section__content-cta{ margin-top:28px; }
  .banner__cta-row{ margin-top:28px; gap:12px; }
  .banner__cta-row .btn{ flex:1 1 auto; justify-content:center; }
  .banner__badge{ display:none; }
}

.banner-social-text{ position:fixed; top:50%; transform:translateY(-50%); display:flex; flex-direction:column; gap:22px; z-index:30; }
.banner-left-text{ left:26px; }
.banner-right-text{ right:26px; }
.banner-social-text a{ writing-mode:vertical-rl; font-size:13px; letter-spacing:.08em; text-transform:uppercase; color:var(--quinary-color); transition:var(--transition); }
.banner-social-text a:hover{ color:var(--primary-color); }

.star{ position:absolute; opacity:.85; }
.banner .star{ top:22%; right:8%; width:70px; animation:float 6s ease-in-out infinite; }
@keyframes float{ 0%,100%{ transform:translateY(0);} 50%{ transform:translateY(-16px);} }
.dot-large{ position:absolute; width:120px; opacity:.5; }

.lines{ position:absolute; inset:0; z-index:1; pointer-events:none; }
.lines .line{ position:absolute; top:0; bottom:0; width:1px; background:rgba(255,255,255,.06); }
.lines .line:nth-child(1){ left:16.6%; } .lines .line:nth-child(2){ left:33.2%; }
.lines .line:nth-child(3){ left:49.8%; } .lines .line:nth-child(4){ left:66.4%; }
.lines .line:nth-child(5){ left:83%; }

/* ---- reveal animation ---- */
.fade-up,.fade-top,.fade-left,.fade-right,.title-anim,.fade-wrapper-item{ opacity:0; transition:opacity .8s ease, transform .8s cubic-bezier(.2,.7,.3,1); }
.fade-up,.fade-top{ transform:translateY(40px); }
.fade-left{ transform:translateX(-50px); }
.fade-right{ transform:translateX(50px); }
.title-anim{ transform:translateY(24px); }
.is-visible.fade-up,.is-visible.fade-top,.is-visible.fade-left,.is-visible.fade-right,.is-visible.title-anim{ opacity:1; transform:translate(0,0); }

/* ---- about / agency (duo image + skill bars) ---- */
.agency{ background:var(--theme-bg); }
.agency__thumb{ position:relative; max-width:460px; min-height:420px; display:flex; align-items:center; }

.mockup-browser{
  width:82%; border-radius:18px; overflow:hidden; background:var(--senary-color);
  border:1px solid #2a2a2a; box-shadow:0 30px 60px rgba(0,0,0,.4);
}
.mockup-browser--solo{ width:100%; }
.mockup-browser__bar{ display:flex; gap:6px; padding:14px 16px; background:#151515; }
.mockup-browser__bar span{ width:9px; height:9px; border-radius:50%; background:#3a3a3a; }
.mockup-browser__bar span:first-child{ background:var(--primary-color); }
.mockup-browser__body{ padding:26px; }
.mockup-browser__video{ width:100%; aspect-ratio:16/10; background:#000; overflow:hidden; }
.mockup-browser__video video{ width:100%; height:100%; object-fit:cover; display:block; }
.mockup-browser__line{ height:12px; border-radius:6px; background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%); background-size:200% 100%; margin-bottom:14px; animation:shimmer 2.6s ease-in-out infinite; }
.mockup-browser__block{ height:100px; border-radius:10px; background:linear-gradient(135deg,var(--primary-color),#7a5300); margin:18px 0; opacity:.85; animation:blockPulse 3.4s ease-in-out infinite; }
@keyframes blockPulse{ 0%,100%{ opacity:.85; } 50%{ opacity:.55; } }
.mockup-browser__pill{ width:120px; height:34px; border-radius:20px; background:var(--primary-color); animation:glowPulse 2.8s ease-in-out infinite; }

.mockup-phone{
  width:46%; position:absolute; right:-4%; bottom:-14%; border-radius:26px; background:var(--octonary-color);
  border:6px solid #050505; box-shadow:0 30px 60px rgba(0,0,0,.5); padding:26px 18px; min-height:260px;
  animation:floatY 7s ease-in-out infinite;
}
.mockup-phone__notch{ width:40%; height:8px; border-radius:6px; background:#000; margin:0 auto 22px; }
.mockup-phone__line{ height:10px; border-radius:6px; background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%); background-size:200% 100%; margin:0 auto 12px; animation:shimmer 2.6s ease-in-out infinite; }
.mockup-phone__pill{ width:70%; height:32px; border-radius:20px; background:var(--primary-color); margin:20px auto 0; animation:glowPulse 2.8s ease-in-out infinite; }
.mockup-phone__video{ width:100%; aspect-ratio:9/16; border-radius:16px; background:#000; overflow:hidden; }
.mockup-phone__video video{ width:100%; height:100%; object-fit:cover; display:block; }
@keyframes shimmer{ 0%{ background-position:200% 0; } 100%{ background-position:-200% 0; } }
@media (prefers-reduced-motion:reduce){ .mockup-browser__line,.mockup-browser__block,.mockup-browser__pill,.mockup-phone,.mockup-phone__line,.mockup-phone__pill{ animation:none; } }
.stat-inline{ display:flex; gap:14px; align-items:center; margin-top:26px; background:var(--senary-color); border:1px solid var(--border-muted); border-radius:16px; padding:18px 22px; }
.stat-inline .n{ font-size:26px; font-weight:800; color:var(--primary-color); }
.stat-inline .l{ font-size:13px; color:var(--quinary-color); }

/* ---- stat band ---- */
.stat-band{ background:var(--senary-color); border-top:1px solid #262626; border-bottom:1px solid #262626; padding:56px 0; }
.stat-band .row{ justify-content:space-between; text-align:center; }
.stat-band .cell{ padding:15px; flex:1 1 180px; }
.stat-band .cell .n{ font-size:34px; font-weight:800; color:var(--primary-color); }
.stat-band .cell .l{ font-size:14px; color:var(--quinary-color); margin-top:6px; }

/* ---- included cards (portfolio-style grid) ---- */
.included{ background:var(--theme-bg); }
.card-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:30px; }
.info-card{
  position:relative; border-radius:20px; overflow:hidden; background:var(--senary-color);
  border:1px solid #262626; padding:40px 30px; min-height:230px; transition:var(--transition);
}
.info-card:hover{ border-color:var(--primary-color); transform:translateY(-6px); }
.info-card .tag{ font-size:12px; letter-spacing:.15em; text-transform:uppercase; color:var(--primary-color); font-weight:700; }
.info-card h3{ font-size:24px; margin-top:16px; font-weight:700; }
.info-card p{ margin-top:12px; font-size:14.5px; color:var(--quinary-color); }
.info-card .arr{ position:absolute; top:30px; right:30px; width:40px; height:40px; border-radius:50%; border:1px solid var(--border-muted); display:flex; align-items:center; justify-content:center; transition:var(--transition); }
.info-card:hover .arr{ background:var(--primary-color); border-color:var(--primary-color); color:#000; }

/* ---- offer (light) — pricing packages numbered list ---- */
.offer{ background:#fff; }
.offer .sub-title{ color:var(--primary-color); }
.offer__cta-single{ border-top:1px solid #e4e4e4; padding:34px 0; position:relative; }
.offer__cta-single:last-child{ border-bottom:1px solid #e4e4e4; }
.offer__cta-single .row-flex{ display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.offer__cta-single .num{ font-size:14px; font-weight:700; color:var(--primary-color); }
.offer__cta-single h3{ font-size:32px; font-weight:700; transition:var(--transition); }
.offer__cta-single h3 a{ display:flex; align-items:center; gap:16px; }
.offer__cta-single:hover h3{ color:var(--primary-color); }
.offer__cta-single .price{ font-size:22px; font-weight:800; color:var(--primary-color); white-space:nowrap; }
.offer__cta-single .badge{ background:var(--primary-color); color:#000; font-size:11px; font-weight:800; text-transform:uppercase; padding:4px 12px; border-radius:20px; margin-left:12px; }
.offer__cta-single .desc{ margin-top:10px; color:#5a5a5a; font-size:15px; max-width:560px; }

/* ---- comparison table ---- */
.compare-wrap{ display:grid; grid-template-columns:1fr 300px; gap:50px; align-items:center; }
.compare-table{ width:100%; min-width:640px; border-collapse:collapse; }
.compare-table th,.compare-table td{ padding:18px 16px; text-align:center; border-bottom:1px solid #262626; font-size:14.5px; }
.compare-table th:first-child,.compare-table td:first-child{ text-align:left; color:var(--quinary-color); }
.compare-table thead th{ color:var(--primary-color); text-transform:uppercase; font-size:12px; letter-spacing:.08em; border-bottom:2px solid var(--primary-color); }
.compare-table td .y{ color:var(--primary-color); font-weight:800; }
.compare-table td .n{ color:#4a4a4a; }
.table-scroll{ overflow-x:auto; }

/* ---- build-and-scale phone animation (fills empty space beside comparison table) ---- */
.build-phone{ width:220px; margin:0 auto; }
.build-phone__frame{ background:#0c0c0c; border:3px solid #262626; border-radius:34px; padding:14px 10px; box-shadow:0 30px 70px rgba(0,0,0,.5); }
.build-phone__notch{ width:64px; height:16px; background:#000; border-radius:0 0 12px 12px; margin:0 auto 10px; }
.bp-screen{ background:linear-gradient(180deg,#161616,#0a0a0a); border-radius:20px; padding:14px 12px 16px; min-height:300px; position:relative; overflow:hidden; }
.bp-browserbar{ display:flex; gap:5px; margin-bottom:14px; }
.bp-browserbar span{ width:6px; height:6px; border-radius:50%; background:#333; }
.bp-block{ border-radius:8px; opacity:0; transform:scale(.85); }
.bp-block--hero{ height:56px; margin-bottom:10px; background:linear-gradient(135deg, rgba(242,165,17,.55), rgba(242,165,17,.18)); animation:bpIn 8s ease-in-out infinite; }
.bp-block--line{ height:9px; margin-bottom:8px; background:rgba(255,255,255,.14); animation:bpIn 8s ease-in-out infinite; }
.bp-block--line.w1{ width:88%; animation-delay:.5s; }
.bp-block--line.w2{ width:60%; animation-delay:.8s; }
.bp-block--cta{ height:30px; width:110px; border-radius:20px; margin:14px 0 18px; background:var(--primary-color); animation:bpIn 8s ease-in-out infinite; animation-delay:1.2s; }
.bp-graph{ display:flex; align-items:flex-end; gap:7px; height:64px; }
.bp-bar{ flex:1; background:linear-gradient(180deg, var(--primary-color), rgba(242,165,17,.35)); border-radius:4px 4px 0 0; height:0; opacity:0; animation:bpGrow 8s ease-in-out infinite; }
.bp-bar:nth-child(1){ animation-delay:1.6s; }
.bp-bar:nth-child(2){ animation-delay:1.8s; }
.bp-bar:nth-child(3){ animation-delay:2s; }
.bp-bar:nth-child(4){ animation-delay:2.2s; }
.bp-badge{ position:absolute; top:14px; right:14px; background:rgba(242,165,17,.15); border:1px solid rgba(242,165,17,.4); color:var(--primary-color); font-size:9.5px; font-weight:800; letter-spacing:.02em; padding:4px 9px; border-radius:20px; opacity:0; animation:bpBadge 8s ease-in-out infinite; animation-delay:2.4s; white-space:nowrap; }
.build-phone__caption{ text-align:center; margin-top:18px; color:var(--secondary-color); font-size:13px; }
@keyframes bpIn{
  0%,100%{ opacity:0; transform:scale(.85); }
  6%{ opacity:1; transform:scale(1); }
  85%{ opacity:1; transform:scale(1); }
  95%{ opacity:0; transform:scale(.9); }
}
@keyframes bpGrow{
  0%,100%{ height:0; opacity:0; }
  8%{ opacity:1; }
  20%{ height:var(--h); }
  85%{ height:var(--h); opacity:1; }
  95%{ height:0; opacity:0; }
}
@keyframes bpBadge{
  0%,100%{ opacity:0; transform:translateY(-4px); }
  8%{ opacity:1; transform:translateY(0); }
  85%{ opacity:1; }
  95%{ opacity:0; }
}
@media (max-width:991.98px){
  .compare-wrap{ grid-template-columns:1fr; gap:30px; }
  .build-phone{ order:2; }
}

/* ---- process steps ---- */
.process-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:30px; }
.process-step{ display:flex; gap:24px; background:var(--senary-color); border:1px solid #262626; border-radius:20px; padding:34px; }
.process-step .sn{ font-size:34px; font-weight:800; color:var(--primary-color); flex-shrink:0; }
.process-step h4{ font-size:21px; font-weight:700; text-transform:none; }
.process-step p{ margin-top:10px; color:var(--quinary-color); font-size:14.5px; }

/* ---- why us (dark, 4 columns) ---- */
.moat{ background:var(--tertiary-color); }
.moat-sentence{ font-size:19px; line-height:1.7; color:var(--quinary-color); max-width:920px; margin-top:10px; }
.wall{ display:grid; grid-template-columns:repeat(4,1fr); gap:30px; margin-top:50px; }
.wall-col h5{ text-transform:uppercase; letter-spacing:.1em; font-size:14px; color:var(--primary-color); margin-bottom:18px; }
.wall-tool{ padding:14px 0; border-top:1px solid #262626; font-size:14.5px; color:var(--quinary-color); }
.moat-closer{ margin-top:50px; font-size:24px; font-weight:700; font-style:italic; color:var(--white); max-width:820px; border-left:3px solid var(--primary-color); padding-left:24px; }

/* ---- testimonials ---- */
.testimonial{ background:var(--theme-bg); position:relative; }
.testimonial-slider{ position:relative; max-width:920px; margin:0 auto; }
.testimonial-slide{ display:none; }
.testimonial-slide.active{ display:block; }
.t-quote{ font-size:24px; line-height:1.6; font-weight:500; }
.t-meta{ display:flex; align-items:center; gap:16px; margin-top:30px; }
.t-avatar{ width:56px; height:56px; border-radius:50%; background:var(--primary-color); color:#000; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:17px; flex-shrink:0; }
.t-stars{ color:var(--primary-color); letter-spacing:2px; margin-bottom:18px; }
.t-name{ font-weight:700; }
.t-role{ color:var(--secondary-color); font-size:14px; margin-top:2px; }
.slide-group{ display:flex; gap:14px; margin-top:44px; justify-content:center; }
.slide-btn{ width:48px; height:48px; border-radius:50%; border:1px solid var(--border-muted); display:flex; align-items:center; justify-content:center; transition:var(--transition); }
.slide-btn:hover{ background:var(--primary-color); border-color:var(--primary-color); color:#000; }

/* ---- website demo showcase ---- */
.demo-showcase{ position:relative; overflow:hidden; }
.demo-row{ display:flex; gap:30px; justify-content:center; flex-wrap:wrap; }
.demo-frame{
  width:300px; border-radius:16px; overflow:hidden; background:var(--senary-color);
  border:1px solid #262626; box-shadow:0 30px 60px rgba(0,0,0,.4); transition:var(--transition);
}
.demo-frame:hover{ border-color:var(--primary-color); transform:translateY(-6px); }
.demo-frame__bar{ display:flex; align-items:center; gap:6px; padding:12px 14px; background:#151515; }
.demo-frame__dot{ width:8px; height:8px; border-radius:50%; background:#3a3a3a; flex-shrink:0; }
.demo-frame__dot:first-child{ background:#ff5f57; }
.demo-frame__dot:nth-child(2){ background:#febc2e; }
.demo-frame__dot:nth-child(3){ background:#28c840; }
.demo-frame__url{ margin-left:10px; font-size:11.5px; color:#7a7a7a; background:#0c0c0c; padding:4px 12px; border-radius:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; flex:1; }
.demo-frame__viewport{ width:100%; height:440px; overflow:hidden; position:relative; background:#000; }
.demo-scroll{
  width:100%; display:block; transform:translateY(0);
  animation:demoScroll 15s ease-in-out infinite;
}
.demo-frame:nth-child(2) .demo-scroll{ animation-duration:13s; }
.demo-frame:nth-child(3) .demo-scroll{ animation-duration:16s; }
@keyframes demoScroll{
  0%, 8%{ transform:translateY(0); }
  50%, 58%{ transform:translateY(var(--scroll-to)); }
  100%{ transform:translateY(0); }
}
.demo-frame__label{ text-align:center; padding:14px; font-size:13.5px; font-weight:700; color:var(--primary-color); text-transform:uppercase; letter-spacing:.05em; background:var(--senary-color); }
@media (prefers-reduced-motion:reduce){ .demo-scroll{ animation:none; } }
@media (max-width:991.98px){ .demo-frame{ width:260px; } .demo-frame__viewport{ height:380px; } }
@media (max-width:575.98px){ .demo-row{ gap:20px; } .demo-frame{ width:100%; max-width:320px; } }
.faq-list{ max-width:820px; margin:0 auto; }
.faq-item{ border-bottom:1px solid #262626; }
.faq-item summary{ list-style:none; padding:26px 0; font-size:18px; font-weight:700; display:flex; justify-content:space-between; align-items:center; cursor:pointer; }
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item .caret{ transition:var(--transition); font-size:14px; color:var(--primary-color); flex-shrink:0; margin-left:20px; }
.faq-item[open] .caret{ transform:rotate(180deg); }
.faq-item .ans{ padding-bottom:26px; color:var(--quinary-color); font-size:15px; line-height:1.7; max-width:700px; }

/* ---- guarantee callout ---- */
.guarantee{ background:var(--senary-color); border:1px solid #262626; border-radius:24px; padding:50px; display:flex; gap:30px; align-items:flex-start; }
.guarantee .shield{ font-size:44px; flex-shrink:0; }
.guarantee h3{ font-size:28px; }
.guarantee p{ margin-top:14px; color:var(--quinary-color); line-height:1.7; }
.guarantee .terms{ margin-top:16px; font-size:12.5px; color:#6a6a6a; }

/* ---- lead-magnet hover cards (blog-style) ---- */
.leadcards{ display:grid; grid-template-columns:repeat(2,1fr); gap:30px; }
.lead-card{
  position:relative; border-radius:22px; overflow:hidden; min-height:340px; padding:40px;
  display:flex; flex-direction:column; justify-content:flex-end;
  background:linear-gradient(160deg,var(--senary-color),var(--quaternary-color));
  border:1px solid #262626; transition:var(--transition);
}
.lead-card:hover{ border-color:var(--primary-color); }
.lead-card .content{ transform:translateY(14px); transition:var(--transition); }
.lead-card:hover .content{ transform:translateY(0); }
.lead-card h4{ font-size:24px; font-weight:700; }
.lead-card p{ margin-top:12px; color:var(--quinary-color); font-size:14.5px; }
.lead-card .meta{ display:flex; align-items:center; gap:12px; margin-top:22px; }

/* ---- final CTA ---- */
.final-cta{ text-align:center; background:radial-gradient(circle at top, rgba(242,165,17,.12), transparent 60%); }
.final-cta h2{ font-size:48px; max-width:820px; margin:0 auto 20px; }
.final-cta p{ color:var(--quinary-color); font-size:18px; max-width:640px; margin:0 auto; }
.final-pills{ display:flex; flex-wrap:wrap; gap:16px; justify-content:center; margin-top:40px; }
.final-meta{ margin-top:26px; color:var(--secondary-color); font-size:14px; }

/* ---- lead form card ---- */
.form-card{ background:var(--senary-color); border:1px solid #262626; border-radius:24px; padding:44px; }
.form-card h3{ font-size:26px; }
.form-card .ctx{ color:var(--quinary-color); margin-top:8px; font-size:14.5px; }
.banner__form-col .form-card{ padding:34px; box-shadow:0 40px 90px rgba(0,0,0,.55), 0 0 0 1px rgba(242,165,17,.1); }
.banner__form-col .form-card h3{ font-size:22px; }
.banner__form-col .field{ margin-top:16px; }
.field{ margin-top:20px; }
.field label{ display:block; font-size:13px; color:var(--quinary-color); margin-bottom:8px; }
.field input,.field select{
  width:100%; padding:14px 16px; border-radius:10px; border:1px solid var(--border-muted);
  background:#0c0c0c; color:#fff; font-family:inherit; font-size:16px;
}
.field input:focus,.field select:focus{ outline:none; border-color:var(--primary-color); }
.form-trust{ margin-top:16px; font-size:12.5px; color:#6a6a6a; text-align:center; }
.form-done{ display:none; text-align:center; padding:20px 0; }
.form-done.show{ display:block; }
.form-done .ico{ width:56px; height:56px; border-radius:50%; background:var(--primary-color); color:#000; display:flex; align-items:center; justify-content:center; margin:0 auto 16px; font-size:26px; font-weight:800; }

/* ---- thank you page ---- */
.thankyou-body{ min-height:100vh; }
.thankyou{
  min-height:100vh; display:flex; align-items:center; justify-content:center;
  padding:40px 20px; position:relative; overflow:hidden;
  background:
    radial-gradient(700px 420px at 15% -10%, rgba(242,165,17,.16), transparent 60%),
    radial-gradient(600px 380px at 100% 110%, rgba(242,165,17,.10), transparent 55%),
    var(--theme-bg);
}
.thankyou__card{
  width:100%; max-width:460px; text-align:center; background:var(--senary-color);
  border:1px solid var(--border-muted); border-radius:22px; padding:44px 32px 38px;
  box-shadow:0 30px 70px rgba(0,0,0,.5);
  opacity:0; transform:translateY(24px) scale(.98);
  animation:tyIn .7s cubic-bezier(.2,.7,.3,1) forwards;
}
@keyframes tyIn{ to{ opacity:1; transform:translateY(0) scale(1); } }
.thankyou__logo{ display:inline-flex; margin-bottom:28px; }
.thankyou__logo img{ height:32px; }
.thankyou__icon{
  width:64px; height:64px; border-radius:50%; margin:0 auto 22px; background:var(--primary-color);
  color:#000; display:flex; align-items:center; justify-content:center; font-size:28px;
  box-shadow:0 0 0 8px rgba(242,165,17,.14);
  animation:tyPop .6s .3s cubic-bezier(.34,1.56,.64,1) both;
}
@keyframes tyPop{ 0%{ transform:scale(0); } 100%{ transform:scale(1); } }
.thankyou__card h1{ font-size:30px; font-weight:800; }
.thankyou__sub{ margin-top:14px; color:var(--secondary-color); font-size:15px; line-height:1.6; }
.thankyou__cta{ margin-top:28px; display:flex; align-items:center; justify-content:center; gap:10px; font-size:15px; }
.thankyou__cta .icon{ font-size:20px; }
.thankyou__meta{ margin-top:18px; color:#6a6a6a; font-size:12.5px; }
.thankyou__back{ display:inline-block; margin-top:22px; color:var(--secondary-color); font-size:13.5px; text-decoration:underline; transition:var(--transition); }
.thankyou__back:hover{ color:var(--primary-color); }
@media (max-width:479.98px){
  .thankyou__card{ padding:36px 22px 30px; border-radius:18px; }
  .thankyou__card h1{ font-size:26px; }
}

/* ---- footer ---- */
.footer{ background:var(--tertiary-color); background-size:cover; background-position:top; padding:110px 0 0; position:relative; }
.footer__logo img{ height:44px; margin-bottom:26px; }
.footer__meta a{ display:flex; align-items:center; gap:12px; color:var(--quinary-color); margin-bottom:14px; font-size:15px; transition:var(--transition); }
.footer__meta a:hover{ color:var(--primary-color); }
.footer__meta i{ color:var(--primary-color); width:18px; }
.footer h5{ text-transform:uppercase; letter-spacing:.08em; font-size:14px; margin-bottom:26px; color:var(--white); }
.footer__links li{ margin-bottom:14px; }
.footer__links a{ color:var(--quinary-color); font-size:15px; transition:var(--transition); }
.footer__links a:hover{ color:var(--primary-color); padding-left:6px; }
.footer__form{ max-width:560px; }
.footer__form p{ color:var(--quinary-color); font-size:14.5px; }
.input-email{ display:flex; margin-top:20px; border:1px solid var(--border-muted); border-radius:50px; padding:6px; }
.input-email input{ flex:1; background:transparent; border:none; padding:12px 20px; color:#fff; font-family:inherit; }
.input-email input:focus{ outline:none; }
.input-email button{ width:46px; height:46px; border-radius:50%; background:var(--primary-color); border:none; color:#000; flex-shrink:0; }
.footer__copyright{ padding:34px 0; border-top:1px solid #262626; margin-top:70px; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:16px; }
.footer__copyright p{ color:var(--secondary-color); font-size:14px; }
.footer__copyright a{ color:var(--quinary-color); }
.footer .social{ display:flex; gap:12px; }
.footer .social a{ width:40px; height:40px; border-radius:50%; border:1px solid var(--border-muted); display:flex; align-items:center; justify-content:center; transition:var(--transition); }
.footer .social a:hover{ background:var(--primary-color); border-color:var(--primary-color); color:#000; }

/* ---- sticky mobile cta + whatsapp fab ---- */
.mobile-cta{ position:fixed; left:0; right:0; bottom:0; z-index:80; display:none; gap:10px; padding:12px; background:rgba(10,10,10,.92); backdrop-filter:blur(10px); border-top:1px solid #262626; }
.mobile-cta .btn{ flex:1; justify-content:center; padding:14px; font-size:13px; }
.mobile-cta .wa{ width:52px; height:52px; border-radius:50%; background:#25D366; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.mobile-cta .wa svg{ width:24px; height:24px; fill:#fff; }
.wa-fab{ position:fixed; right:26px; bottom:26px; z-index:70; width:60px; height:60px; border-radius:50%; background:#25D366; display:flex; align-items:center; justify-content:center; box-shadow:0 8px 24px rgba(37,211,102,.4); transition:var(--transition); }
.wa-fab:hover{ transform:scale(1.08); }
.wa-fab svg{ width:28px; height:28px; fill:#fff; }

.progress-wrap{ position:fixed; right:26px; bottom:96px; width:50px; height:50px; border-radius:50%; background:var(--senary-color); border:1px solid var(--border-muted); z-index:70; opacity:0; visibility:hidden; transition:var(--transition); display:flex; align-items:center; justify-content:center; }
.progress-wrap.active{ opacity:1; visibility:visible; }
.progress-wrap svg{ position:absolute; inset:0; }
.progress-wrap path{ fill:none; stroke:var(--primary-color); stroke-width:4; box-sizing:border-box; transition:all .2s linear 0s; }
.progress-wrap::after{ content:'↑'; color:#fff; font-size:18px; }

/* ==========================================================================
   Responsive — matching the spec's breakpoints
   ========================================================================== */
@media (max-width:1439.98px){
  h1{ font-size:64px; }
  .banner h1{ font-size:58px; }
  h2{ font-size:44px; }
  .wall{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:1199.98px){
  .section{ padding:90px 0; }
  .card-grid{ grid-template-columns:repeat(2,1fr); }
  .process-grid{ grid-template-columns:1fr; }
  .banner-social-text{ display:none; }
}
@media (max-width:991.98px){
  h1{ font-size:52px; } .banner h1{ font-size:44px; }
  h2{ font-size:36px; } h3{ font-size:30px; }
  .section{ padding:70px 0; }
  .row .col[style*="flex"]{ flex:0 0 100% !important; max-width:100% !important; }
  .leadcards{ grid-template-columns:1fr; }
  .wall{ grid-template-columns:repeat(2,1fr); }
  .lines{ display:none; }
  .guarantee{ flex-direction:column; padding:34px; }
  .final-cta h2{ font-size:36px; }
}
@media (max-width:767.98px){
  h1{ font-size:40px; } .banner h1{ font-size:34px; }
  h2{ font-size:28px; } h3{ font-size:24px; }
  .section{ padding:56px 0; }
  .banner{ padding:150px 0 70px; min-height:auto; }
  .card-grid{ grid-template-columns:1fr; }
  .wall{ grid-template-columns:1fr; }
  .stat-band .row{ flex-wrap:wrap; }
  .cta.section__content-cta{ gap:30px; }
  .mobile-cta{ display:flex; }
  .wa-fab{ display:none; }
  .compare-table{ font-size:13px; }
  .form-card{ padding:28px; }
  .final-pills{ flex-direction:column; align-items:stretch; }
}

/* ================= WHATSAPP CTA (mobile sticky bar) ================= */
.mobile-cta .wa-cta{ display:flex; align-items:stretch; width:100%; border-radius:14px; overflow:hidden; border:1px solid rgba(242,165,17,.4); box-shadow:0 0 20px rgba(37,211,102,.18); text-decoration:none; }
.mobile-cta .wa-cta__text{ flex:1; background:linear-gradient(135deg,#1a1a1a,#0d0d0d); color:var(--primary-color); font-size:14px; font-weight:700; display:flex; flex-direction:column; justify-content:center; padding:10px 14px; }
.mobile-cta .wa-cta__sub{ display:block; color:#999; font-size:10.5px; font-weight:400; margin-top:2px; }
.mobile-cta .wa-cta__icon{ width:56px; background:#25D366; display:flex; align-items:center; justify-content:center; position:relative; flex-shrink:0; }
.mobile-cta .wa-cta__icon::before{ content:""; position:absolute; inset:0; border-radius:50%; background:rgba(37,211,102,.5); animation:wa-ring 2s infinite; }
.mobile-cta .wa-cta__icon svg{ width:24px; height:24px; fill:#fff; position:relative; z-index:1; }
@keyframes wa-ring{ 0%{ transform:scale(.9); opacity:.6; } 100%{ transform:scale(1.6); opacity:0; } }
.mobile-cta .wa-cta{ position:relative; }
.mobile-cta .wa-cta::after{ content:""; position:absolute; top:0; left:-60%; width:35%; height:100%; background:linear-gradient(120deg, transparent 0%, rgba(255,255,255,.4) 50%, transparent 100%); transform:skewX(-20deg); animation:wa-shimmer 3.2s ease-in-out infinite; pointer-events:none; z-index:2; }
@keyframes wa-shimmer{ 0%{ left:-60%; } 45%{ left:120%; } 100%{ left:120%; } }
@media (max-width:575.98px){
  .banner h1{ font-size:28px; }
  .cta.section__content-cta{ flex-direction:column; align-items:flex-start; gap:20px; }
  .guarantee{ padding:24px; }
  .navbar__phone{ display:none; }
}
.banner{
  min-height: auto;
  align-items: flex-start;
  padding: 60px 0 90px;
}

@media (max-width:767.98px){
  .banner{
    padding: 50px 0 60px;
    min-height: auto;
  }
}
/* ================= INDUSTRY DEMO TABS ================= */
.demo-tab-radio{ display:none; }
.demo-tab-labels{ display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin-bottom:30px; }
.demo-tab-labels label{ padding:10px 18px; border-radius:30px; border:1px solid #262626; background:var(--senary-color); color:#9a9a9a; font-size:13px; font-weight:700; cursor:pointer; transition:var(--transition); white-space:nowrap; }
.demo-tab-labels label:hover{ border-color:var(--primary-color); color:var(--primary-color); }
.demo-tab-panel{ display:none; }
#tab-clinics:checked ~ .demo-tab-labels label[for="tab-clinics"], #tab-retail:checked ~ .demo-tab-labels label[for="tab-retail"], #tab-interior:checked ~ .demo-tab-labels label[for="tab-interior"], #tab-realestate:checked ~ .demo-tab-labels label[for="tab-realestate"], #tab-salon:checked ~ .demo-tab-labels label[for="tab-salon"]{ background:var(--primary-color); color:#0e0e0e; border-color:var(--primary-color); }
#tab-clinics:checked ~ .demo-tab-panel[data-panel="clinics"], #tab-retail:checked ~ .demo-tab-panel[data-panel="retail"], #tab-interior:checked ~ .demo-tab-panel[data-panel="interior"], #tab-realestate:checked ~ .demo-tab-panel[data-panel="realestate"], #tab-salon:checked ~ .demo-tab-panel[data-panel="salon"]{ display:block; }
.demo-frame__viewport--placeholder{ display:flex; align-items:center; justify-content:center; background:#0c0c0c; }
.demo-placeholder{ display:flex; flex-direction:column; align-items:center; gap:10px; color:#4a4a4a; font-size:12px; text-align:center; padding:20px; border:1px dashed #333; border-radius:10px; }
.demo-frame__cta{ display:block; text-align:center; padding:12px; background:#25D366; color:#fff; font-size:13px; font-weight:700; text-decoration:none; }
.demo-frame__cta:hover{ background:#1ebe57; }
@media (max-width:767.98px){ .demo-tab-labels{ flex-wrap:nowrap; overflow-x:auto; justify-content:flex-start; padding-bottom:6px; -webkit-overflow-scrolling:touch; } }
.price .old{ font-size:15px; font-weight:500; color:#6a6a6a; text-decoration:line-through; margin-right:8px; }
.compare-table td .req{ color:#6a6a6a; font-size:12.5px; }

/* ================= SKIP-FORM WHATSAPP BUBBLE (desktop only) ================= */
.skip-form-bubble{ display:flex; align-items:center; gap:10px; margin-top:16px; padding:10px 18px 10px 10px; background:rgba(37,211,102,.08); border:1px solid rgba(37,211,102,.35); border-radius:40px; text-decoration:none; width:fit-content; transition:var(--transition); }
.skip-form-bubble:hover{ background:rgba(37,211,102,.15); border-color:#25D366; transform:translateY(-2px); }
.skip-form-bubble__icon{ width:34px; height:34px; border-radius:50%; background:#25D366; display:flex; align-items:center; justify-content:center; flex-shrink:0; position:relative; }
.skip-form-bubble__icon::before{ content:""; position:absolute; inset:0; border-radius:50%; background:rgba(37,211,102,.5); animation:wa-ring 2s infinite; }
.skip-form-bubble__icon svg{ width:18px; height:18px; fill:#fff; position:relative; z-index:1; }
.skip-form-bubble__text{ font-size:13.5px; font-weight:700; color:#d8d8d8; display:flex; align-items:center; gap:6px; }
.skip-form-bubble__arrow{ color:#25D366; font-weight:800; }
@media (max-width:991.98px){ .skip-form-bubble{ display:none; } }

/* ================= INDUSTRY DEMO GROUPS (stacked, no tabs) ================= */
.demo-groups{ position:relative; }
.demo-slider-track{ display:flex; flex-direction:column; gap:50px; }
.demo-industry-group{ width:100%; }
.demo-industry-group__title{ text-align:center; font-size:15px; font-weight:800; color:var(--primary-color); text-transform:uppercase; letter-spacing:.06em; margin-bottom:20px; }
.demo-slider-nav{ display:none; }
.demo-frame__viewport--expandable{ position:relative; cursor:pointer; }
.demo-frame__expand-hint{ position:absolute; bottom:10px; right:10px; display:flex; align-items:center; gap:6px; background:rgba(0,0,0,.7); color:#fff; font-size:11px; font-weight:700; padding:6px 10px; border-radius:20px; opacity:0; transition:var(--transition); pointer-events:none; }
.demo-frame__viewport--expandable:hover .demo-frame__expand-hint{ opacity:1; }
.demo-lightbox{ display:none; position:fixed; inset:0; z-index:300; background:rgba(0,0,0,.92); align-items:center; justify-content:center; padding:40px 20px; }
.demo-lightbox.active{ display:flex; }
.demo-lightbox__img{ max-width:100%; max-height:100%; border-radius:8px; box-shadow:0 20px 60px rgba(0,0,0,.6); }
.demo-lightbox__close{ position:absolute; top:20px; right:24px; width:40px; height:40px; border-radius:50%; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.3); color:#fff; font-size:24px; line-height:1; cursor:pointer; display:flex; align-items:center; justify-content:center; }
.demo-lightbox__close:hover{ background:rgba(255,255,255,.2); }
.banner__form-col--desktop{ display:none; }
.banner__rest--desktop{ display:none; }
@media (min-width:992px){
  .demo-slider-nav{ display:flex; align-items:center; justify-content:center; gap:20px; margin-bottom:30px; }
  .demo-slider-arrow{ width:42px; height:42px; border-radius:50%; border:1px solid #333; background:var(--senary-color); color:var(--primary-color); display:flex; align-items:center; justify-content:center; cursor:pointer; transition:var(--transition); flex-shrink:0; }
  .demo-slider-arrow:hover{ background:var(--primary-color); color:#0e0e0e; border-color:var(--primary-color); }
  .demo-slider-dots{ display:flex; gap:10px; }
  .demo-slider-dot{ width:9px; height:9px; border-radius:50%; background:#333; border:none; cursor:pointer; padding:0; transition:var(--transition); }
  .demo-slider-dot.active{ background:var(--primary-color); width:24px; border-radius:5px; }
  .demo-slider-track{ flex-direction:row; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; gap:0; scrollbar-width:none; }
  .demo-slider-track::-webkit-scrollbar{ display:none; }
  .demo-screen{ flex:0 0 100%; scroll-snap-align:start; display:flex; gap:24px; padding:0 4px; }
.demo-industry-group{ flex:1; min-width:0; }
  .banner__form-col--desktop{ display:block; grid-area:form; }
  .banner__rest--desktop{ display:block; grid-area:resttext; }
  .banner__grid{ grid-template-areas:"introtext form" "resttext resttext" !important; }
}

/* ================= HERO PRICE TAB (below H1) ================= */
.hero-price-tab{ display:inline-flex; align-items:center; gap:10px; margin-top:16px; padding:9px 18px; background:rgba(242,165,17,.08); border:1px solid rgba(242,165,17,.4); border-radius:30px; width:fit-content; }
.hero-price-tab__label{ font-size:12.5px; font-weight:600; color:var(--secondary-color); }
.hero-price-tab__old{ font-size:14px; font-weight:600; color:#6a6a6a; text-decoration:line-through; }
.hero-price-tab__new{ font-size:17px; font-weight:800; color:var(--primary-color); }
