/* Helpers */
.bg-app{ background: var(--grad-hero); color: #fff; }
.bg-surface{ background: var(--c-surface); color: var(--c-ink); }
.text-soft{ color: rgba(255,255,255,.72); }
.section-pad{ padding: 86px 0; }
@media (max-width: 991px){ .section-pad{ padding: 66px 0; } }

.skip-link{
  position: absolute; left: -999px; top: 8px;
  background: #fff; color: #000; padding: 10px 12px; border-radius: 10px;
  z-index: 9999;
}
.skip-link:focus{ left: 10px; }

/* Header */
.site-header{
  position: sticky; top: 0; z-index: 1030;
  backdrop-filter: blur(10px);
  background: rgba(10, 15, 30, .62);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.navbar-dark .navbar-nav .nav-link{
  color: rgba(255,255,255,.78);
}
.navbar-dark .navbar-nav .nav-link:hover{
  color: rgba(255,255,255,.98);
}
.brand-mark{
  width: 34px; height: 34px;
  display: inline-grid; place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, rgba(109,94,248,.85), rgba(255,127,167,.68));
  box-shadow: 0 12px 30px rgba(109,94,248,.25);
}
.brand-mark--footer{
  background: linear-gradient(135deg, rgba(246,196,85,.9), rgba(109,94,248,.75));
  box-shadow: 0 12px 30px rgba(246,196,85,.18);
}
.badge-soft{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.88);
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 600;
  letter-spacing: .2px;
}

/* Buttons */
.btn-glow{
  color: #0b1020 !important;
  border: 0;
  background: linear-gradient(135deg, var(--c-amber), var(--c-mint));
  box-shadow: 0 18px 40px rgba(46,230,179,.14), 0 18px 40px rgba(246,196,85,.14);
}
.btn-glow:hover{ filter: brightness(1.03); transform: translateY(-1px); }
.btn-outline-light{ border-color: rgba(255,255,255,.28); }
.btn-outline-light:hover{ border-color: rgba(255,255,255,.42); }
.btn-primary{
  border: 0;
  background: linear-gradient(135deg, rgba(109,94,248,.95), rgba(255,127,167,.80));
  box-shadow: 0 18px 45px rgba(109,94,248,.22);
}
.btn-primary:hover{ filter: brightness(1.03); transform: translateY(-1px); }

/* Hero */
.hero-section{
  padding: 96px 0 0;
  background:
    var(--pattern-grid);
  background-size: var(--pattern-size) var(--pattern-size);
}
.hero-section::before{
  content:"";
  position:absolute; inset:0;
  background: var(--grad-hero);
  z-index: 0;
}
.hero-section > .container{ z-index: 1; }

.eyebrow{
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  font-size: .92rem;
}
.eyebrow .dot{
  width: 10px; height: 10px; border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, var(--c-mint), var(--c-accent));
  box-shadow: 0 0 0 6px rgba(46,230,179,.12);
}

.hero-chips{
  display:flex; flex-wrap:wrap; gap:10px;
}
.chip{
  display:inline-flex; align-items:center; gap:10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.78);
  font-size: .92rem;
}
.chip-ic{
  width: 26px; height: 26px;
  display:grid; place-items:center;
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
}

/* Blobs */
/* .blob{
  position:absolute;
  width: 460px; height: 460px;
  border-radius: 999px;
  filter: blur(34px);
  opacity: .55;
  z-index: 0;
}
.blob-a{
  left: -120px; top: -90px;
  background: radial-gradient(circle at 30% 30%, rgba(109,94,248,.9), rgba(109,94,248,0) 60%);
}
.blob-b{
  right: -140px; top: 40px;
  background: radial-gradient(circle at 30% 30%, rgba(255,127,167,.85), rgba(255,127,167,0) 62%);
} */

/* Kintsugi lines */
.kintsugi-line{
  position:absolute; height: 2px; width: 70%;
  background: var(--grad-gold);
  opacity: .65;
  transform-origin: left center;
  z-index: 0;
}
.kintsugi-1{ left: 10%; top: 22%; transform: rotate(-6deg); }
.kintsugi-2{ left: 18%; top: 58%; transform: rotate(9deg); opacity: .45; }

/* Hero card */
.hero-card{
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  position: relative;
}
.hero-card::after{
  content:"";
  position:absolute; inset:-2px;
  background: radial-gradient(420px 240px at 30% 10%, rgba(124,240,255,.16), transparent 62%),
              radial-gradient(420px 240px at 80% 20%, rgba(246,196,85,.12), transparent 60%);
  pointer-events:none;
}
.hero-card-top{
  display:flex; gap: 14px; justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  background: rgba(10, 16, 32, .35);
}
.mini-gauge{ display:flex; flex-direction:column; }
.mini-gauge__label{ font-size: .78rem; color: rgba(255,255,255,.62); }
.mini-gauge__value{ font-size: .92rem; color: rgba(255,255,255,.88); font-weight: 600; }
.hero-illustration{ padding: 12px 16px 6px; }
.hero-card-bottom{
  display:flex; flex-wrap:wrap; gap: 10px;
  padding: 14px 18px 18px;
  border-top: 1px solid rgba(255,255,255,.10);
  background: rgba(10, 16, 32, .26);
}
.pill{
  display:inline-flex; align-items:center; gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.78);
  font-size: .9rem;
}
.pill__dot{
  width: 10px; height: 10px; border-radius: 999px;
  background: rgba(46,230,179,.95);
  box-shadow: 0 0 0 6px rgba(46,230,179,.12);
}

/* Section cuts */
.section-cut{ line-height: 0; margin-top: -2px; }
.section-cut--down{ transform: translateY(1px); }
.section-cut--up{ transform: translateY(-1px); }

/* Stats */
.stats-grid{
  display:grid; grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.stat{
  border-radius: 16px;
  padding: 14px 14px;
  background: var(--c-surface-2);
  border: 1px solid rgba(11,16,32,.08);
  box-shadow: 0 10px 22px rgba(11,16,32,.08);
}
.stat__num{
  font-weight: 800;
  letter-spacing: .5px;
  background: linear-gradient(135deg, rgba(109,94,248,.95), rgba(255,127,167,.8));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.2rem;
}
.stat__label{ color: rgba(11,16,32,.72); font-size: .92rem; margin-top: 6px; }

/* Shape cards */
.shape-card{
  border-radius: var(--radius-xl);
  padding: 18px 18px 18px;
  background: var(--c-surface-2);
  border: 1px solid rgba(11,16,32,.08);
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}
.shape-card__icon{
  width: 46px; height: 46px;
  display:grid; place-items:center;
  border-radius: 18px;
  background: rgba(109,94,248,.12);
  border: 1px solid rgba(109,94,248,.18);
  color: rgba(11,16,32,.86);
  font-weight: 800;
  margin-bottom: 12px;
}
.shape-card::before{
  content:"";
  position:absolute; right: -40px; top: -40px;
  width: 160px; height: 160px;
  border-radius: 40px;
  transform: rotate(18deg);
  opacity: .35;
}
.shape-card--a::before{ background: radial-gradient(circle at 30% 30%, rgba(109,94,248,.55), transparent 60%); }
.shape-card--b::before{ background: radial-gradient(circle at 30% 30%, rgba(255,127,167,.55), transparent 60%); }
.shape-card--c::before{ background: radial-gradient(circle at 30% 30%, rgba(46,230,179,.50), transparent 60%); }
.shape-card--d::before{ background: radial-gradient(circle at 30% 30%, rgba(246,196,85,.52), transparent 60%); }
.shape-card--e::before{ background: radial-gradient(circle at 30% 30%, rgba(124,240,255,.45), transparent 60%); }
.shape-card--f::before{ background: radial-gradient(circle at 30% 30%, rgba(109,94,248,.45), transparent 60%); }

/* Soft banner */
.soft-banner{
  display:flex; flex-wrap:wrap; gap: 16px;
  align-items:center; justify-content: space-between;
  padding: 18px 18px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(246,196,85,.16), rgba(109,94,248,.10), rgba(255,127,167,.10));
  border: 1px solid rgba(11,16,32,.08);
  box-shadow: 0 12px 28px rgba(11,16,32,.08);
}
.soft-banner__left{ display:flex; align-items:center; gap: 12px; }
.soft-badge{
  width: 40px; height: 40px;
  display:grid; place-items:center;
  border-radius: 16px;
  background: rgba(246,196,85,.20);
  border: 1px solid rgba(246,196,85,.28);
  font-weight: 900;
  color: rgba(11,16,32,.85);
}

/* Process timeline */
.timeline{
  display:grid;
  gap: 14px;
}
.timeline__item{
  display:flex; gap: 14px; align-items:flex-start;
  padding: 14px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
}
.timeline__step{
  width: 40px; height: 40px;
  border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.92);
  font-weight: 800;
}
.callout{
  display:flex; gap: 12px; align-items:center;
  padding: 14px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
}
.callout__ic{
  width: 42px; height: 42px;
  display:grid; place-items:center;
  border-radius: 18px;
  background: rgba(124,240,255,.12);
  border: 1px solid rgba(124,240,255,.16);
  color: rgba(255,255,255,.92);
}

/* Business model */
.info-list{ display:grid; gap: 12px; }
.info-item{
  display:flex; gap: 12px; align-items:flex-start;
  padding: 14px 14px;
  border-radius: 20px;
  background: var(--c-surface-2);
  border: 1px solid rgba(11,16,32,.08);
  box-shadow: 0 12px 26px rgba(11,16,32,.07);
}
.info-item__ic{
  width: 42px; height: 42px;
  display:grid; place-items:center;
  border-radius: 18px;
  background: rgba(109,94,248,.10);
  border: 1px solid rgba(109,94,248,.18);
  font-weight: 900;
  color: rgba(11,16,32,.8);
}
.note-box{
  display:flex; gap: 12px; align-items:flex-start;
  padding: 14px 14px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(124,240,255,.08), rgba(246,196,85,.10));
  border: 1px solid rgba(11,16,32,.08);
}
.note-box__ic{
  width: 38px; height: 38px;
  display:grid; place-items:center;
  border-radius: 16px;
  background: rgba(246,196,85,.20);
  border: 1px solid rgba(246,196,85,.28);
  font-weight: 900;
  color: rgba(11,16,32,.82);
}

/* Geo card */
.geo-card{
  border-radius: var(--radius-xl);
  background: var(--c-surface-2);
  border: 1px solid rgba(11,16,32,.08);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.geo-card__top{
  display:flex; align-items:center; justify-content: space-between;
  padding: 16px 16px;
  border-bottom: 1px solid rgba(11,16,32,.06);
}
.geo-chip{
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(46,230,179,.12);
  border: 1px solid rgba(46,230,179,.22);
  color: rgba(11,16,32,.78);
  font-weight: 700;
  font-size: .92rem;
}
.geo-card__body{ padding: 14px 16px 4px; }
.geo-card__footer{ padding: 14px 16px 16px; border-top: 1px solid rgba(11,16,32,.06); }
.mini-panel{
  border-radius: 18px;
  padding: 14px 14px;
  background: rgba(11,16,32,.03);
  border: 1px solid rgba(11,16,32,.06);
}
.mini-panel--alt{
  background: rgba(109,94,248,.04);
  border-color: rgba(109,94,248,.10);
}
.mini-panel__title{ font-weight: 800; color: rgba(11,16,32,.82); margin-bottom: 8px; }
.mini-panel__list{ margin:0; padding-left: 18px; color: rgba(11,16,32,.72); }
.mini-panel__list li{ margin: 6px 0; }

/* Tiers */
.tier-card{
  border-radius: var(--radius-xl);
  background: var(--c-surface-2);
  border: 1px solid rgba(11,16,32,.08);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.tier-card__head{
  padding: 18px 18px 14px;
  background: linear-gradient(135deg, rgba(11,16,32,.03), rgba(109,94,248,.05), rgba(255,127,167,.04));
  border-bottom: 1px solid rgba(11,16,32,.06);
}
.tier-name{ font-weight: 900; font-size: 1.15rem; color: rgba(11,16,32,.86); }
.tier-sub{ color: rgba(11,16,32,.62); margin-top: 2px; }
.tier-card__body{ padding: 16px 18px 14px; }
.tier-list{ margin: 0; padding-left: 18px; color: rgba(11,16,32,.74); }
.tier-list li{ margin: 8px 0; }
.tier-limit{
  margin-top: 14px;
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(11,16,32,.03);
  border: 1px solid rgba(11,16,32,.06);
}
.tier-limit__label{ font-weight: 800; color: rgba(11,16,32,.78); display:block; }
.tier-limit__text{ color: rgba(11,16,32,.64); font-size: .92rem; }
.tier-card__cta{ padding: 14px 18px 18px; border-top: 1px solid rgba(11,16,32,.06); }

.tier-card--featured{
  border-color: rgba(109,94,248,.22);
  box-shadow: 0 18px 60px rgba(109,94,248,.12);
}
.tier-card--featured .tier-card__head{
  background: linear-gradient(135deg, rgba(109,94,248,.10), rgba(255,127,167,.08), rgba(246,196,85,.08));
}

/* Mini CTA */
.mini-cta{
  display:flex; flex-wrap:wrap; gap: 14px;
  align-items:center; justify-content: space-between;
  padding: 18px 18px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(109,94,248,.07), rgba(124,240,255,.06), rgba(246,196,85,.06));
  border: 1px solid rgba(11,16,32,.08);
  box-shadow: 0 12px 30px rgba(11,16,32,.08);
}

/* FAQ */
.faq-side{
  display:flex; gap: 12px; align-items:center;
  padding: 14px 14px;
  border-radius: 20px;
  background: var(--c-surface-2);
  border: 1px solid rgba(11,16,32,.08);
  box-shadow: 0 12px 26px rgba(11,16,32,.07);
}
.faq-side__ic{
  width: 42px; height: 42px;
  display:grid; place-items:center;
  border-radius: 18px;
  background: rgba(255,127,167,.12);
  border: 1px solid rgba(255,127,167,.18);
  color: rgba(11,16,32,.82);
  font-weight: 900;
}
.faq-acc .accordion-item{
  border-radius: 18px !important;
  overflow:hidden;
  margin-bottom: 12px;
  border: 1px solid rgba(11,16,32,.08);
  box-shadow: 0 10px 24px rgba(11,16,32,.07);
  background: var(--c-surface-2);
}
.faq-acc .accordion-button{
  background: transparent;
  font-weight: 800;
  color: rgba(11,16,32,.86);
}
.faq-acc .accordion-button:focus{ box-shadow: none; }
.faq-acc .accordion-body{ color: rgba(11,16,32,.72); }

/* Quotes */
.quote-card{
  border-radius: var(--radius-xl);
  background: var(--c-surface-2);
  border: 1px solid rgba(11,16,32,.08);
  box-shadow: var(--shadow-card);
  padding: 18px 18px 16px;
  position: relative;
  overflow: hidden;
}
.quote-card::before{
  content:"";
  position:absolute; left: -60px; top: -60px;
  width: 160px; height: 160px;
  border-radius: 46px;
  transform: rotate(-12deg);
  background: radial-gradient(circle at 30% 30%, rgba(246,196,85,.35), transparent 60%);
  opacity: .6;
}
.quote-card__top{
  display:flex; gap: 12px; align-items:center;
  margin-bottom: 12px;
}
.avatar{
  width: 44px; height: 44px;
  display:grid; place-items:center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(109,94,248,.18), rgba(255,127,167,.12));
  border: 1px solid rgba(109,94,248,.20);
  font-weight: 900;
  color: rgba(11,16,32,.82);
}
.quote-card__tag{
  display:inline-block;
  margin-top: 14px;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: .9rem;
  background: rgba(11,16,32,.03);
  border: 1px solid rgba(11,16,32,.06);
  color: rgba(11,16,32,.66);
}

/* Contact */
.contact-card{
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 60px rgba(10, 14, 28, .16);
  padding: 16px 16px;
}
.contact-row{
  display:flex; gap: 10px;
  padding: 10px 8px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.contact-row:last-child{ border-bottom: 0; }
.contact-k{ width: 120px; color: rgba(255,255,255,.62); font-size: .92rem; }
.contact-v{ color: rgba(255,255,255,.86); font-size: .95rem; }

.form-shell{
  border-radius: var(--radius-xl);
  background: var(--c-surface-2);
  border: 1px solid rgba(11,16,32,.08);
  box-shadow: var(--shadow-soft);
  padding: 18px 18px 16px;
}
.form-shell__top{
  display:flex; align-items:flex-start; justify-content: space-between; gap: 14px;
  margin-bottom: 14px;
}
.form-shell__stamp{
  width: 54px; height: 54px;
  display:grid; place-items:center;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(246,196,85,.25), rgba(109,94,248,.18));
  border: 1px solid rgba(246,196,85,.26);
  color: rgba(11,16,32,.78);
  font-weight: 950;
  letter-spacing: .4px;
}
.form-label{ font-weight: 800; color: rgba(11,16,32,.82); }
.form-control{
  border-radius: 16px;
  border-color: rgba(11,16,32,.12);
  padding: 12px 12px;
}
.form-control:focus{
  border-color: rgba(109,94,248,.40);
  box-shadow: 0 0 0 .25rem rgba(109,94,248,.12);
}
.form-check-input:focus{ box-shadow: 0 0 0 .25rem rgba(255,127,167,.14); }
.form-inline-alert{
  min-height: 22px;
}
.form-inline-alert .alert{
  margin: 0;
  border-radius: 16px;
}

.end-contacts{
  border-top: 1px solid rgba(255,255,255,.10);
  padding-top: 18px;
}
.end-contacts__line{
  display:flex; flex-wrap:wrap; gap: 10px;
  color: rgba(255,255,255,.78);
}
.end-contacts__brand{ font-weight: 900; color: rgba(255,255,255,.92); }
.sep{ color: rgba(255,255,255,.38); }

/* Footer */
.site-footer{
  background: var(--c-surface);
  color: var(--c-ink);
  padding: 54px 0;
  border-top: 1px solid rgba(11,16,32,.08);
}
.site-footer a{ color: rgba(11,16,32,.76); text-decoration: none; }
.site-footer a:hover{ color: rgba(11,16,32,.92); text-decoration: underline; }
.footer-title{
  font-weight: 900;
  color: rgba(11,16,32,.84);
  margin-bottom: 10px;
}
.footer-links{ list-style:none; padding:0; margin:0; display:grid; gap: 8px; }
.footer-bottom{
  padding-top: 14px;
  border-top: 1px solid rgba(11,16,32,.08);
}
.social{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(11,16,32,.04);
  border: 1px solid rgba(11,16,32,.08);
  font-weight: 700;
  font-size: .92rem;
}

/* Bootstrap tweaks */
.dropdown-menu-dark{
  background: rgba(12, 16, 28, .96);
  border: 1px solid rgba(255,255,255,.10);
}
.dropdown-item{ color: rgba(255,255,255,.82); }
.dropdown-item:hover{ background: rgba(255,255,255,.08); color: rgba(255,255,255,.98); }
/* Mobile responsive */
@media (max-width: 575px){
  .section-pad{ padding: 52px 0; }
  .hero-section{ padding: 72px 0 0; }
  .container{ padding: 0 16px !important; }
  
  /* Typography sizing */
  .display-5{ font-size: clamp(1.8rem, 3vw, 2.2rem); }
  .h1{ font-size: clamp(1.6rem, 2.8vw, 2rem); }
  .h2{ font-size: clamp(1.4rem, 2.4vw, 1.8rem); }
  .h3{ font-size: clamp(1.2rem, 2vw, 1.5rem); }
  .h4{ font-size: clamp(1rem, 1.6vw, 1.3rem); }
  .h5{ font-size: clamp(.95rem, 1.5vw, 1.1rem); }
  
  /* Layout stacking */
  .row{ margin-left: -8px; margin-right: -8px; }
  [class*="col-"]{ padding-left: 8px; padding-right: 8px; }
  .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7{ width: 100% !important; }
  .col-md-6{ width: 100% !important; }
  
  /* Hero adjustments */
  .hero-chips{ gap: 8px; }
  .chip{ padding: 8px 10px; font-size: .88rem; }
  .eyebrow{ font-size: .88rem; }
  
  /* Card stacking */
  .shape-card{ margin-bottom: 12px; }
  .tier-card{ margin-bottom: 12px; }
  .quote-card{ margin-bottom: 12px; }
  .timeline__item{ margin-bottom: 12px; }
  
  /* Button sizing */
  .btn{ padding: .5rem 1rem; font-size: .95rem; }
  .btn-lg{ padding: .6rem 1.2rem; font-size: 1rem; }
  
  /* Flex/Grid adjustments */
  .d-flex{ flex-direction: column; }
  .d-flex > .btn{ width: 100%; }
  
  /* Prevent overflow */
  html, body{ width: 100%; max-width: 100%; }
  .bg-app, .bg-surface{ width: 100%; }
}