:root{
  --bg:#ffffff;
  --surface:#ffffff;
  --surface-2:#f8fafc;
  --text:#0f172a;
  --subtext:#475569;
  --muted:#64748b;
  --border:#e5e7eb;
  --primary:#2563eb;
  --primary-2:#1d4ed8;
  --success:#16a34a;
  --dark:#0b1220;
  --shadow-sm:0 8px 20px rgba(15, 23, 42, .06);
  --shadow:0 16px 40px rgba(15, 23, 42, .10);
  --shadow-lg:0 30px 70px rgba(15, 23, 42, .16);
  --max:1280px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(900px 500px at 10% -10%, rgba(37,99,235,.10), transparent 55%),
    radial-gradient(900px 500px at 90% 0%, rgba(14,165,233,.08), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  line-height:1.5;
}

img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit}
.container{max-width:var(--max);margin:0 auto;padding:0 20px}
.section{padding:88px 0}
.section-sm{padding:70px 0}
.section-gray{background:var(--surface-2)}

.eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.84);
  color:var(--subtext);
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
}

.eyebrow-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--success);
  box-shadow:0 0 0 5px rgba(22,163,74,.14);
}

.section-head{
  max-width:820px;
  margin:0 auto 30px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

h1,h2,h3,h4,p{margin:0}
h1{
  font-size:clamp(38px, 5.6vw, 66px);
  line-height:1.01;
  letter-spacing:-.035em;
}
h2{
  font-size:clamp(28px, 4vw, 46px);
  line-height:1.08;
  letter-spacing:-.03em;
}
h3{
  font-size:clamp(18px, 2vw, 22px);
  line-height:1.2;
  letter-spacing:-.02em;
}
p{
  color:var(--subtext);
  font-size:16px;
}
.lead{
  font-size:18px;
  color:var(--subtext);
}

.btn-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:12px 18px;
  border-radius:15px;
  border:1px solid var(--border);
  background:#fff;
  color:var(--text);
  font-weight:800;
  box-shadow:var(--shadow-sm);
  cursor:pointer;
  transition:transform .16s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  white-space:nowrap;
}
.btn:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
}
.btn-primary{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(180deg, var(--primary) 0%, var(--primary-2) 100%);
  box-shadow:0 16px 36px rgba(37,99,235,.28);
}
.btn-soft{
  background:rgba(37,99,235,.08);
  border-color:rgba(37,99,235,.14);
  color:var(--primary-2);
}
.btn-dark{
  background:var(--dark);
  color:#fff;
  border-color:transparent;
}
.btn-success{
  background:var(--success);
  border-color:transparent;
  color:#fff;
}
.btn-glass{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  backdrop-filter:blur(10px);
  box-shadow:0 10px 28px rgba(0,0,0,.14);
}
.btn-glass:hover{
  background:rgba(255,255,255,.14);
  color:#fff;
}

.btn-nav-primary{
  min-width:108px;
  border-radius:16px;
}
.btn-nav-secondary{
  min-width:88px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(229,231,235,.95);
  box-shadow:var(--shadow-sm);
  font-weight:800;
}

/* HEADER */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  backdrop-filter:blur(14px);
  background:rgba(255,255,255,.82);
  border-bottom:1px solid rgba(229,231,235,.78);
}
.navbar{
  min-height:74px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:900;
  font-size:18px;
  letter-spacing:-.02em;
}
.brand img{
  width:42px;
  height:42px;
  border-radius:12px;
  object-fit:cover;
  border:1px solid rgba(229,231,235,.9);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.navlinks-bootstrap .nav-link{
  padding:10px 14px !important;
  font-size:14px;
  font-weight:700;
  color:var(--subtext) !important;
  border-radius:10px;
  transition:all .15s ease;
}
.navlinks-bootstrap .nav-link:hover,
.navlinks-bootstrap .nav-link:focus{
  background:rgba(0,0,0,.04);
  color:var(--text) !important;
}
.menu-toggle-btn{
  padding:8px 10px;
  border-radius:12px;
}
.nav-cta-wrap{
  align-items:stretch;
}

/* HERO */
.hero-apple{
  position:relative;
  width:100%;
  min-height:92vh;
  background:#05070b;
  overflow:hidden;
}
.hero-apple-slider{
  position:relative;
  width:100%;
  min-height:92vh;
}
.hero-apple-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transition:opacity 1.35s ease, visibility 1.35s ease, transform 1.35s ease;
  transform:scale(1.01);
}
.hero-apple-slide.active{
  opacity:1;
  visibility:visible;
  z-index:2;
  transform:scale(1);
}
.hero-apple-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.02);
  transition:transform 8s ease;
}
.hero-apple-slide.active .hero-apple-image{
  transform:scale(1.08);
}

/* light global tint only */
.hero-apple-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(3,7,18,.08) 0%, rgba(3,7,18,.16) 100%);
  z-index:1;
  pointer-events:none;
}

.hero-apple-inner{
  position:relative;
  z-index:3;
  min-height:92vh;
  display:flex;
  align-items:center;
}

.hero-apple-copy{
  position:relative;
  max-width:620px;
  color:#fff;
  display:flex;
  flex-direction:column;
  gap:18px;
  padding:32px 0 120px;
  z-index:2;
}

/* subtle tint only behind text */
.hero-apple-copy::before{
  content:'';
  position:absolute;
  inset:-12px -14px -12px -14px;
  border-radius:20px;
  background:linear-gradient(135deg, rgba(3,7,18,.26) 0%, rgba(3,7,18,.14) 60%, rgba(3,7,18,.06) 100%);
  backdrop-filter:blur(3px);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 10px 26px rgba(0,0,0,.12);
  z-index:-1;
}

/* fly in states */
.hero-apple-copy > *{
  opacity:0;
  transform:translateX(-34px);
  will-change:transform, opacity;
}

.hero-apple-slide.active .hero-kicker{
  animation:heroFlyIn .55s ease .12s forwards;
}
.hero-apple-slide.active .hero-apple-copy h1{
  animation:heroFlyIn .7s cubic-bezier(.2,.8,.2,1) .24s forwards;
}
.hero-apple-slide.active .hero-apple-copy p{
  animation:heroFlyIn .7s cubic-bezier(.2,.8,.2,1) .38s forwards;
}
.hero-apple-slide.active .hero-apple-actions{
  animation:heroFlyIn .7s cubic-bezier(.2,.8,.2,1) .5s forwards;
}

@keyframes heroFlyIn{
  from{
    opacity:0;
    transform:translateX(-34px);
  }
  to{
    opacity:1;
    transform:translateX(0);
  }
}

.hero-kicker{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
  color:rgba(255,255,255,.94);
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.hero-apple-copy h1{
  margin:0;
  font-size:clamp(40px, 6.2vw, 80px);
  line-height:.98;
  letter-spacing:-.05em;
  font-weight:900;
  color:#fff4a8;
  text-wrap:balance;
  text-shadow:0 2px 8px rgba(0,0,0,.18);
}
.hero-apple-copy h1 .hero-accent-green{ color:#c9ffb8; }
.hero-apple-copy h1 .hero-accent-red{ color:#ffb3b3; }

.hero-apple-copy p{
  margin:0;
  max-width:560px;
  font-size:clamp(17px, 1.65vw, 22px);
  line-height:1.45;
  color:rgba(255,255,255,.96);
  font-weight:500;
  text-shadow:0 1px 4px rgba(0,0,0,.14);
}

.hero-apple-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:8px;
}

.hero-apple-bottom{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:5;
  padding:0 0 22px;
}
.hero-apple-bottom-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.hero-apple-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.hero-apple-meta span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(10px);
  color:rgba(255,255,255,.82);
  font-size:12px;
  font-weight:800;
}
.hero-apple-controls{
  display:flex;
  align-items:center;
  gap:10px;
}
.hero-apple-arrow{
  width:42px;
  height:42px;
  border:none;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
  color:#fff;
  cursor:pointer;
  transition:transform .16s ease, background .18s ease;
}
.hero-apple-arrow:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.14);
}
.hero-apple-arrow span{
  font-size:24px;
  line-height:1;
}
.hero-apple-dots{
  display:flex;
  align-items:center;
  gap:8px;
}
.hero-apple-dots button{
  width:10px;
  height:10px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.32);
  cursor:pointer;
  padding:0;
  transition:width .18s ease, background .18s ease, transform .18s ease;
}
.hero-apple-dots button.active{
  width:28px;
  background:#fff;
}

/* TRUST */
.trust-wrap{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  margin-top:18px;
}
.trust-card{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:76px;
  text-align:center;
  padding:16px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:var(--shadow-sm);
  font-weight:800;
  color:var(--subtext);
}
.trust-icon{
  width:34px;
  height:34px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(37,99,235,.08);
  color:var(--primary-2);
  font-size:16px;
  flex:0 0 auto;
}

/* GRIDS */
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}

/* CARDS */
.card,
.mini-feature,
.plan,
.trust-card,
.download-card,
.downloads-note,
.pricing-helper,
.table-wrap,
.faq-item{
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease;
}

.card{
  height:100%;
  padding:24px;
  border-radius:22px;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.card:hover,
.mini-feature:hover,
.plan:hover,
.trust-card:hover,
.download-card:hover,
.faq-item:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow);
}

.feature-card{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.feature-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg, rgba(37,99,235,.10), rgba(37,99,235,.04));
  border:1px solid rgba(37,99,235,.12);
  color:var(--primary-2);
  font-size:20px;
}

.business-card{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  align-self:flex-start;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid var(--border);
  background:#f8fafc;
  color:var(--subtext);
  font-size:12px;
  font-weight:900;
}
.mini-list{
  display:grid;
  gap:10px;
  margin-top:4px;
}
.mini-list div{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--subtext);
  font-size:14px;
  font-weight:700;
}

.mini-feature{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.mini-feature-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  background:rgba(37,99,235,.08);
  border:1px solid rgba(37,99,235,.10);
  display:grid;
  place-items:center;
  color:var(--primary-2);
  font-size:18px;
  flex:0 0 auto;
}

/* PRICING */
.pricing-helper{
  max-width:860px;
  margin:0 auto 28px;
  padding:24px;
  border-radius:24px;
  border:1px solid rgba(37,99,235,.14);
  background:linear-gradient(180deg, rgba(37,99,235,.06), rgba(37,99,235,.02)), #fff;
  box-shadow:var(--shadow-sm);
  text-align:center;
}
.pricing-helper h3{
  margin-bottom:8px;
}
.plan-selector{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 14px;
}
.selector-btn{
  padding:12px 16px;
  border-radius:999px;
  border:1px solid var(--border);
  background:#fff;
  color:var(--text);
  font-weight:800;
  cursor:pointer;
  box-shadow:var(--shadow-sm);
  transition:all .15s ease;
}
.selector-btn:hover{
  transform:translateY(-1px);
}
.selector-btn.active{
  background:var(--primary);
  border-color:var(--primary);
  color:#fff;
}
.plan-recommendation{
  display:inline-block;
  padding:10px 14px;
  border-radius:14px;
  background:rgba(22,163,74,.08);
  border:1px solid rgba(22,163,74,.14);
  color:#166534;
  font-weight:800;
}

.pricing-social-proof{
  text-align:center;
  margin:0 0 22px;
  font-size:14px;
  color:#1d4ed8;
  font-weight:900;
  letter-spacing:.02em;
}

.pricing-toggle{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-bottom:30px;
}
.pricing-toggle button{
  padding:10px 20px;
  border-radius:999px;
  border:1px solid var(--border);
  background:#fff;
  cursor:pointer;
  font-weight:700;
  box-shadow:var(--shadow-sm);
  transition:all .15s ease;
}
.pricing-toggle button.active{
  background:var(--primary);
  color:#fff;
  border-color:var(--primary);
}

.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:24px;
}
.plan{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:16px;
  padding:22px;
  border-radius:24px;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.plan.popular{
  border-color:#2563eb;
  box-shadow:
    0 0 0 8px rgba(37,99,235,.12),
    0 25px 60px rgba(37,99,235,.22);
}
.plan.recommended{
  border-color:rgba(22,163,74,.34);
  box-shadow:0 0 0 8px rgba(22,163,74,.10), var(--shadow);
}
.ribbon{
  position:absolute;
  top:14px;
  right:14px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(37,99,235,.10);
  border:1px solid rgba(37,99,235,.18);
  color:var(--primary-2);
  font-size:12px;
  font-weight:900;
}
.plan-top{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding-right:92px;
}
.price{
  display:flex;
  align-items:flex-end;
  gap:8px;
}
.amount{
  font-size:36px;
  font-weight:950;
  line-height:1;
  letter-spacing:-.04em;
}
.per{
  color:var(--muted);
  font-size:13px;
  font-weight:900;
  padding-bottom:5px;
}
.save-tag{
  margin-top:-6px;
  font-size:13px;
  color:#16a34a;
  font-weight:800;
}
.list{
  display:grid;
  gap:10px;
}
.list .item{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(229,231,235,.85);
  background:#f8fafc;
  color:var(--subtext);
  font-size:14px;
  font-weight:700;
}
.plan .btn{
  margin-top:auto;
  width:100%;
}
.fine{
  font-size:13px;
  color:var(--muted);
}
.pricing-note{
  margin-top:20px;
  text-align:center;
  color:#fff;
  font-weight:700;
}

/* TABLE */
.table-wrap{
  overflow:auto;
  border-radius:24px;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
table{
  width:100%;
  border-collapse:collapse;
  min-width:860px;
}
th,td{
  padding:16px 18px;
  border-bottom:1px solid var(--border);
  text-align:center;
  font-size:14px;
}
th:first-child, td:first-child{
  text-align:left;
  font-weight:800;
  color:var(--text);
}
th{
  background:#f8fafc;
  font-size:13px;
  font-weight:900;
  color:var(--subtext);
}
tr:last-child td{border-bottom:none}

/* FAQ */
.faq{
  display:grid;
  gap:14px;
  max-width:960px;
  margin:0 auto;
}
.faq-item{
  border:1px solid var(--border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow-sm);
  overflow:hidden;
}
.faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:18px 20px;
  font-weight:800;
  color:var(--text);
  position:relative;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  font-size:22px;
  color:var(--muted);
}
.faq-item[open] summary::after{content:"−"}
.faq-body{
  padding:0 20px 18px;
}



/* CONTACT */
.contact-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:18px;
}
.contact-box{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.contact-list{
  display:grid;
  gap:12px;
  margin-top:6px;
}
.contact-row{
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:var(--subtext);
  font-weight:700;
}
.contact-row .bullet{
  width:40px;
  height:40px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(37,99,235,.08);
  color:var(--primary-2);
  border:1px solid rgba(37,99,235,.10);
  flex:0 0 auto;
}

/* FOOTER */
.footer{
  background:var(--dark);
  color:#d6d6d6;
  padding:42px 0;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .9fr .9fr .9fr;
  gap:20px;
  padding-bottom:20px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.footer-brand{
  display:flex;
  flex-direction:column;
  gap:10px;
  max-width:420px;
}
.footer-title{
  font-size:14px;
  font-weight:900;
  color:#fff;
  margin-bottom:6px;
}
.footer-links{
  display:grid;
  gap:10px;
}
.footer-links a{
  color:#d6d6d6;
  font-size:14px;
  font-weight:700;
}
.footer-links a:hover{
  color:#fff;
}
.footer-affiliate a{
  color:#93c5fd;
  font-weight:700;
}
.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding-top:18px;
  color:#9ca3af;
  font-size:13px;
  flex-wrap:wrap;
}
.footer-bottom a{
  color:#93c5fd;
  font-weight:700;
}

/* WHATSAPP */
.whatsapp-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:110;
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  box-shadow:0 16px 40px rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.2);
  cursor:pointer;
  transition:all .2s ease;
}
.whatsapp-float:hover{
  transform:translateY(-2px) scale(1.05);
  box-shadow:0 20px 50px rgba(0,0,0,.35);
}
.whatsapp-float::after{
  content:'';
  position:absolute;
  inset:0;
  border-radius:50%;
  background:#25D366;
  opacity:.4;
  animation:waPulse 2s infinite;
}
@keyframes waPulse{
  0%{ transform:scale(1); opacity:.4 }
  70%{ transform:scale(1.6); opacity:0 }
  100%{ opacity:0 }
}

/* BLUE BANDS */
.section-band-blue{
  position:relative;
  overflow:hidden;
  margin-top:-1px;
  margin-bottom:-1px;
  background:
    linear-gradient(
      135deg,
      #1e5bbf 0%,
      #1d4ed8 35%,
      #2563eb 60%,
      #1e40af 100%
    );
  color:#fff;
}
.section-band-blue::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(700px 320px at 8% 100%, rgba(255,255,255,.12), transparent 58%),
    radial-gradient(700px 320px at 92% 0%, rgba(255,255,255,.10), transparent 58%);
}
.section-band-blue::after{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(to bottom, rgba(255,255,255,.04), rgba(0,0,0,.14)),
    radial-gradient(600px 200px at 50% 0%, rgba(255,255,255,.10), transparent 70%);
}

.section-band-blue h1,
.section-band-blue h2,
.section-band-blue h3{
  color:#fff;
}
.section-band-blue p{
  color:rgba(255,255,255,.94);
}

.section-band-blue .card,
.section-band-blue .mini-feature,
.section-band-blue .table-wrap{
  box-shadow:
    0 18px 42px rgba(7,19,56,.18),
    0 1px 0 rgba(255,255,255,.68) inset;
}

.section-band-blue .card{
  background:#ffffff;
  border:1px solid rgba(255,255,255,.55);
}
.section-band-blue .card h3{
  color:#0f172a;
}
.section-band-blue .card p{
  color:#475569;
}
.section-band-blue .mini-list div,
.section-band-blue .list .item,
.section-band-blue .tag{
  color:#334155;
}
.section-band-blue .feature-icon,
.section-band-blue .mini-feature-icon{
  background:linear-gradient(180deg, rgba(37,99,235,.14), rgba(37,99,235,.06));
  border:1px solid rgba(37,99,235,.16);
  color:#1d4ed8;
}
.section-band-blue .tag{
  background:#eff6ff;
  border:1px solid rgba(37,99,235,.14);
}
.section-band-blue .list .item{
  background:#f8fafc;
  border:1px solid rgba(226,232,240,.95);
}
.section-band-blue .mini-feature{
  background:#ffffff;
  border:1px solid rgba(255,255,255,.5);
}

/* TABLE ON MOBILE: HIDE */
@media (max-width:760px){
  .table-wrap{
    display:none;
  }
}

/* LARGE TABLET */
@media (max-width:1200px){
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .trust-wrap{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}

/* TABLET */
@media (max-width:1024px){
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .grid-2{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}

  .hero-apple,
  .hero-apple-slider,
  .hero-apple-inner{
    min-height:82vh;
  }

  .hero-apple-copy{
    max-width:560px;
    padding:30px 0 120px;
  }

  .navbar-collapse{
    margin-top:14px;
    padding:16px;
    border-radius:20px;
    background:#ffffff;
    border:1px solid rgba(229,231,235,.95);
    box-shadow:var(--shadow);
  }

  .navlinks-bootstrap{
    align-items:stretch !important;
    width:100%;
    text-align:center;
    gap:6px;
  }

  .navlinks-bootstrap .nav-link{
    display:block;
    width:100%;
    text-align:center;
  }

  .nav-cta-wrap{
    width:100%;
  }

  .nav-cta-wrap .btn{
    width:100%;
  }
}

/* MOBILE */
@media (max-width:760px){
  .section{padding:56px 0}
  .section-sm{padding:44px 0}
  .container{padding:0 16px}

  .trust-wrap,
  .grid-3,
  .grid-4,
  .pricing-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .btn-row{
    justify-content:center;
  }

  .section-head{
    margin:0 auto 22px;
    gap:10px;
  }

  .section-head h2,
  .section-head p,
  .section-head .eyebrow{
    text-align:center;
  }

  .hero-apple,
  .hero-apple-slider,
  .hero-apple-inner{
    min-height:78vh;
  }

  .hero-apple-shade{
    background:linear-gradient(180deg, rgba(3,7,18,.10) 0%, rgba(3,7,18,.20) 100%);
  }

  .hero-apple-copy{
    max-width:none;
    gap:14px;
    padding:30px 0 120px;
    align-items:center;
    text-align:center;
  }

  .hero-apple-copy::before{
    inset:-10px -10px -10px -10px;
    border-radius:16px;
    background:linear-gradient(180deg, rgba(3,7,18,.22) 0%, rgba(3,7,18,.12) 100%);
  }

  .hero-kicker{
    align-self:center;
  }

  .hero-apple-copy h1{
    font-size:clamp(34px, 10vw, 52px);
    line-height:1.02;
    text-align:center;
  }

  .hero-apple-copy p{
    font-size:16px;
    max-width:none;
    text-align:center;
  }

  .hero-apple-actions{
    justify-content:center;
    width:100%;
  }

  .hero-apple-actions .btn{
    min-width:160px;
  }

  .hero-apple-bottom-inner{
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  .hero-apple-meta{
    gap:8px;
    justify-content:center;
  }

  .hero-apple-meta span{
    font-size:11px;
    min-height:30px;
    padding:0 12px;
  }

  .trust-card{
    min-height:unset;
    padding:10px 12px;
    border-radius:14px;
    justify-content:center;
    gap:8px;
    font-size:14px;
    font-weight:800;
    box-shadow:0 6px 14px rgba(15,23,42,.05);
  }

  .trust-icon{
    width:28px;
    height:28px;
    border-radius:9px;
    font-size:13px;
  }

  .pricing-helper{
    padding:20px 16px;
  }

  .plan-selector{
    justify-content:center;
  }

  .selector-btn{
    width:100%;
  }

  .pricing-toggle{
    justify-content:center;
  }

  .pricing-toggle button{
    min-width:120px;
  }

  .plan{
    text-align:center;
  }

  .plan-top{
    padding-right:0;
    align-items:center;
  }

  .price{
    justify-content:center;
  }

  .save-tag,
  .fine,
  .pricing-note,
  .pricing-social-proof{
    text-align:center;
  }

  .faq-item summary{
    padding-right:48px;
  }

  .contact-box{
    text-align:center;
  }

  .contact-list{
    justify-items:center;
  }

  .contact-row{
    max-width:320px;
    text-align:left;
  }

  .footer{
    text-align:center;
  }

  .footer-brand{
    margin:0 auto;
    align-items:center;
    text-align:center;
  }

  .footer-grid{
    gap:20px;
  }

  .footer-links{
    justify-items:center;
  }

  .footer-bottom{
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:10px;
    font-size:12px;
  }

  .navbar-collapse{
    text-align:center;
  }

  .navlinks-bootstrap .nav-link{
    font-size:16px;
    padding:12px 0 !important;
  }

  .download-card{
    padding:18px;
    gap:12px;
  }

  .download-meta{
    padding:12px;
    font-size:13px;
  }

  .mini-feature{
    padding:12px;
    gap:10px;
  }

  .mini-feature-icon{
    width:34px;
    height:34px;
    min-width:34px;
    border-radius:10px;
    font-size:14px;
  }

  .mini-feature h3{
    font-size:14px;
    margin:0;
    line-height:1.2;
  }

  .mini-feature p{
    display:none;
  }

  .section-band-blue .mini-feature{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 14px;
    border-radius:16px;
    background:#ffffff;
    border:1px solid rgba(255,255,255,.55);
    box-shadow:0 8px 20px rgba(0,0,0,.12);
    min-height:auto;
  }

  .section-band-blue .mini-feature-icon{
    width:34px;
    height:34px;
    min-width:34px;
    border-radius:10px;
    font-size:14px;
  }

  .section-band-blue .mini-feature h3{
    margin:0;
    font-size:14px;
    line-height:1.2;
    color:#0f172a !important;
  }

  .section-band-blue .mini-feature p{
    display:none;
  }
}

@media (max-width:560px){
  .brand span{
    font-size:16px;
  }

  .hero-apple-actions .btn,
  .btn-row .btn{
    width:100%;
  }

  .hero-apple-controls{
    gap:8px;
  }

  .hero-apple-arrow{
    width:38px;
    height:38px;
  }

  .whatsapp-float{
    right:14px;
    bottom:14px;
    width:52px;
    height:52px;
  }
}
.section-band-blue .mini-feature h3{
  color:#0f172a !important;
  font-weight:800;
}

.section-band-blue .mini-feature p{
  color:#475569 !important;
  opacity:1;
}
.section-band-blue .table-wrap{
  background:#ffffff;
  border:1px solid rgba(255,255,255,.55);
  box-shadow:
    0 18px 42px rgba(7,19,56,.18),
    0 1px 0 rgba(255,255,255,.68) inset;
}

.section-band-blue table{
  background:#ffffff;
}

.section-band-blue th,
.section-band-blue td{
  color:#334155 !important;
  border-bottom:1px solid rgba(226,232,240,.95);
}

.section-band-blue th{
  background:#f8fafc;
  color:#0f172a !important;
  font-weight:800;
}

.section-band-blue th:first-child,
.section-band-blue td:first-child{
  color:#0f172a !important;
  font-weight:800;
}
.cta-card{
  max-width:900px;
  margin:0 auto;
  padding:50px 40px;
  border-radius:28px;
  background:#ffffff;
  border:1px solid rgba(255,255,255,.6);
  box-shadow:
    0 30px 80px rgba(0,0,0,.25),
    0 1px 0 rgba(255,255,255,.6) inset;
  text-align:center;
  display:flex;
  flex-direction:column;
  gap:18px;
}

.section-band-blue .cta-card .eyebrow{
  background:#f1f5f9;
  border:1px solid rgba(226,232,240,.9);
  color:#334155;
}

/* FIX TITLE */
.section-band-blue .cta-card h2{
  color:#334155;
  font-weight:900;
  font-size:clamp(28px, 3.5vw, 42px);
}

/* FIX TEXT */
.section-band-blue .cta-card p{
  color:#475569;
  font-size:17px;
  max-width:600px;
  margin:0 auto;
}

/* FIX BUTTONS */
.cta-card .btn-row{
  justify-content:center;
  gap:14px;
  margin-top:10px;
}

.cta-card .btn{
  min-width:180px;
}

/* primary stays bold */
.cta-card .btn-primary{
  background:linear-gradient(180deg, #2563eb, #1d4ed8);
  color:#fff;
}

/* secondary buttons become clean outline */
.cta-card .btn-glass{
  background:#ffffff;
  border:1px solid #e5e7eb;
  color:#0f172a;
}

.cta-card .btn-glass:hover{
  background:#f8fafc;
}
/* MOBILE FIX */
@media (max-width:760px){
  .cta-card{
    padding:32px 22px;
    border-radius:22px;
  }

  .cta-card .btn{
    width:100%;
  }

  .cta-card .btn-row{
    flex-direction:column;
  }
}