:root{
  --bg:#ffffff;
  --soft:#F7F5FF;
  --soft2:#FBFAFF;
  --card:#ffffff;

  --text:#0E0A1F;
  --muted:rgba(14,10,31,.62);

  /* Logo colors */
  --p1:#A855F7;
  --p2:#F472B6;
  --p3:#6D28D9;

  --stroke:rgba(14,10,31,.10);
  --stroke2:rgba(14,10,31,.06);

  --shadow: 0 18px 60px rgba(14,10,31,.10);
  --shadow2: 0 10px 30px rgba(14,10,31,.08);

  --radius: 18px;
  --radius2: 22px;

  --container: 1120px;
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  letter-spacing: .1px;
}

.container{
  width:min(var(--container), calc(100% - 32px));
  margin:0 auto;
}

a{ color: inherit; }
.muted{ color: var(--muted); }
code{
  background: rgba(168,85,247,.10);
  padding:2px 6px;
  border-radius:10px;
  border:1px solid rgba(168,85,247,.14);
}

/* Fade on scroll */
.fade-on-scroll{ opacity:0; transform: translateY(10px); transition: opacity .55s ease, transform .55s ease; }
.fade-on-scroll.is-in{ opacity:1; transform: translateY(0); }

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:44px;
  padding:0 16px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  border:1px solid transparent;
  transition: transform .15s ease, filter .15s ease, background .15s ease, box-shadow .15s ease;
  white-space:nowrap;
}
.btn:hover{ transform: translateY(-1px); }
.btn-primary{
  background: linear-gradient(135deg, var(--p1), var(--p2));
  color:#140A22;
  box-shadow: 0 14px 44px rgba(168,85,247,.18);
}
.btn-primary:hover{ filter: brightness(1.02) saturate(1.03); }
.btn-ghost{
  background: rgba(255,255,255,.92);
  border-color: rgba(14,10,31,.14);
  color: rgba(14,10,31,.88);
  box-shadow: 0 8px 18px rgba(14,10,31,.06);
}
.w100{ width:100%; }

/* Topbar */
.topbar{
  background:
    linear-gradient(90deg, rgba(168,85,247,.08), rgba(244,114,182,.06));
  border-bottom: 1px solid rgba(14,10,31,.08);
  font-size: 13px;
}
.topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
}
.topbar-left{
  display:flex; align-items:center; gap:10px;
  color: rgba(14,10,31,.72);
  font-weight:800;
}
.topbar-dot{
  width:4px; height:4px; border-radius:999px;
  background: rgba(14,10,31,.30);
}
.topbar-right{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.topbar-right a{
  text-decoration:none;
  color: rgba(14,10,31,.70);
  font-weight:850;
}
.topbar-cta{
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(14,10,31,.12);
  background: rgba(255,255,255,.88);
}

/* Header / Nav (professional pill) */
.nav{
  position: sticky;
  top:0;
  z-index:50;
  background: rgba(255,255,255,.72);
  border-bottom: 1px solid rgba(14,10,31,.08);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.nav-shell{
  margin: 10px 0;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(14,10,31,.10);
  box-shadow: 0 10px 30px rgba(14,10,31,.06);
  padding: 10px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
}
.brand{
  display:flex;
  align-items:center;
  text-decoration:none;
  min-width: 160px;
}
.brand-logo{
  height: 54px; /* sichtbar & professionell */
  width:auto;
  display:block;
  object-fit:contain;
}

/* Menu */
.menu{
  display:flex;
  align-items:center;
  gap:14px;
}
.menu a{
  text-decoration:none;
  font-weight:850;
  color: rgba(14,10,31,.70);
  font-size: 14px;
}
.menu a:hover{ color: rgba(14,10,31,.92); }
.menu-sep{
  width:1px;
  height:22px;
  background: rgba(14,10,31,.12);
  margin: 0 4px;
}

/* Burger */
.burger{
  display:none;
  border:1px solid rgba(14,10,31,.14);
  background: rgba(255,255,255,.92);
  border-radius: 14px;
  height: 44px;
  width: 48px;
  cursor:pointer;
  padding: 0;
  align-items:center;
  justify-content:center;
  gap:4px;
}
.burger span{
  display:block;
  width:18px;
  height:2px;
  background: rgba(14,10,31,.78);
  border-radius:999px;
}
@media (max-width: 1020px){
  .burger{ display:flex; }
  .menu{
    position:absolute;
    left:16px; right:16px;
    top: calc(100% + 10px);
    background: rgba(255,255,255,.96);
    border:1px solid rgba(14,10,31,.10);
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(14,10,31,.10);
    padding: 12px;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
  .menu.open{ display:flex; }
  .menu-sep{ display:none; }
}

/* Hero */
.hero{
  position:relative;
  padding: 56px 0 34px;
  background:
    radial-gradient(1000px 440px at 16% 10%, rgba(168,85,247,.12), transparent 62%),
    radial-gradient(920px 420px at 86% 6%, rgba(244,114,182,.10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--soft2) 55%, #ffffff 100%);
  border-bottom: 1px solid rgba(14,10,31,.06);
}
.hero-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(700px 240px at 60% 70%, rgba(109,40,217,.05), transparent 60%);
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 980px){
  .hero-grid{ grid-template-columns: 1fr; }
}

.hero-kicker{
  display:inline-flex;
  align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  color: rgba(14,10,31,.78);
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(14,10,31,.10);
}
.hero h1{
  margin: 14px 0 10px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.6px;
}
.lead{
  margin:0;
  color: rgba(14,10,31,.70);
  line-height: 1.65;
  max-width: 620px;
  font-weight: 650;
}
.hero-actions{
  margin-top: 18px;
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}

/* Hero stats */
.hero-stats{
  margin-top: 18px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.stat{
  min-width: 120px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(14,10,31,.10);
  border-radius: 16px;
  padding: 12px 12px;
  box-shadow: 0 10px 24px rgba(14,10,31,.06);
}
.stat-num{
  font-weight: 1000;
  letter-spacing: -.2px;
}
.stat-label{
  margin-top: 4px;
  color: rgba(14,10,31,.62);
  font-weight: 750;
  font-size: 13px;
}

/* Proof list */
.hero-proof{
  margin-top: 14px;
  display:grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.proof-item{
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(14,10,31,.08);
  border-radius: 14px;
  padding: 10px 12px;
  font-weight: 800;
  color: rgba(14,10,31,.74);
}

/* Device mock (more laptop-like) */
.device{
  position: relative;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(14,10,31,.10);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow:hidden;
}
.device-topbar{
  height: 36px;
  background: linear-gradient(90deg, rgba(14,10,31,.06), rgba(14,10,31,.02));
  border-bottom: 1px solid rgba(14,10,31,.08);
}
.device-screen{
  padding: 14px;
}
.device-img{
  width:100%;
  height:auto;
  display:block;
  border-radius: 16px; /* daha iyi oturur */
  border: 1px solid rgba(14,10,31,.08);
  background: rgba(255,255,255,.96);
}
.device-shadow{
  position:absolute;
  left:10%;
  right:10%;
  bottom:-18px;
  height: 22px;
  filter: blur(10px);
  background: rgba(14,10,31,.20);
  opacity: .18;
  border-radius: 999px;
}

/* Sidecard */
.hero-sidecard{
  margin-top: 14px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(14,10,31,.10);
  border-radius: 18px;
  padding: 14px;
  box-shadow: var(--shadow2);
}
.sidecard-title{
  font-weight: 950;
  margin-bottom: 10px;
  color: rgba(14,10,31,.86);
}
.sidecard-row{
  display:flex;
  justify-content:space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(14,10,31,.06);
}
.sidecard-row:first-of-type{ border-top: none; }
.sidecard-k{ font-weight: 900; color: rgba(14,10,31,.82); }
.sidecard-v{ color: rgba(14,10,31,.62); font-weight: 700; font-size: 13px; }

/* Strip */
.strip{
  padding: 22px 0 34px;
}
.strip-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 980px){
  .strip-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .strip-grid{ grid-template-columns: 1fr; }
}
.strip-card{
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(14,10,31,.10);
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 10px 24px rgba(14,10,31,.06);
}
.strip-title{ font-weight: 950; }
.strip-desc{ margin-top:6px; color: rgba(14,10,31,.62); font-weight: 700; font-size: 13px; }

/* Sections */
.section{ padding: 72px 0; }
.section-soft{
  background: linear-gradient(180deg, #ffffff 0%, var(--soft) 100%);
  border-top: 1px solid rgba(14,10,31,.06);
  border-bottom: 1px solid rgba(14,10,31,.06);
}
.section-head{
  text-align:center;
  max-width: 760px;
  margin: 0 auto 22px;
}
.pill{
  display:inline-flex;
  align-items:center;
  height: 30px;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight: 950;
  color: rgba(14,10,31,.80);
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(14,10,31,.10);
}
.section-head h2{
  margin: 12px 0 8px;
  font-size: clamp(22px, 3vw, 36px);
  letter-spacing: -0.3px;
}
.section-cta{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top: 16px;
}

/* Steps */
.steps{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 980px){
  .steps{ grid-template-columns: 1fr; }
}
.step{
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(14,10,31,.10);
  border-radius: 18px;
  padding: 16px;
  box-shadow: var(--shadow2);
}
.step-no{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-weight: 1000;
  color:#160A22;
  background: linear-gradient(135deg, rgba(168,85,247,.20), rgba(244,114,182,.14));
  border: 1px solid rgba(14,10,31,.10);
}
.step-title{ margin-top: 10px; font-weight: 1000; }
.step-desc{ margin-top: 6px; color: rgba(14,10,31,.62); font-weight: 700; line-height: 1.55; }

/* Tabs */
.tabs{ margin-top: 22px; }
.tabs-bar{
  display:flex;
  gap: 10px;
  overflow:auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}
.tab{
  flex: 0 0 auto;
  scroll-snap-align: start;
  border-radius: 999px;
  padding: 10px 14px;
  border: 1px solid rgba(14,10,31,.12);
  background: rgba(255,255,255,.86);
  font-weight: 900;
  cursor:pointer;
  color: rgba(14,10,31,.78);
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
  white-space:nowrap;
}
.tab:hover{ transform: translateY(-1px); }
.tab.is-active{
  background: linear-gradient(135deg, rgba(168,85,247,.20), rgba(244,114,182,.12));
  border-color: rgba(168,85,247,.28);
  color: rgba(14,10,31,.92);
}
.tabs-panels{ margin-top: 12px; }
.tab-panel{
  display:none;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(14,10,31,.10);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow:hidden;
}
.tab-panel.is-active{ display:block; }

.panel-grid{
  display:grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 0;
  align-items: stretch;
}
@media (max-width: 980px){
  .panel-grid{ grid-template-columns: 1fr; }
}
.panel-copy{
  padding: 18px;
}
.panel-title{
  font-weight: 1000;
  letter-spacing: -.2px;
  font-size: 18px;
}
.panel-desc{
  margin-top: 8px;
  color: rgba(14,10,31,.66);
  font-weight: 700;
  line-height: 1.6;
}
.panel-list{
  margin: 12px 0 0;
  padding-left: 18px;
  color: rgba(14,10,31,.70);
  font-weight: 750;
}
.panel-list li{ margin: 8px 0; }
.panel-actions{
  margin-top: 14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.panel-media{
  padding: 18px;
  border-left: 1px solid rgba(14,10,31,.06);
  background: linear-gradient(180deg, rgba(168,85,247,.06), rgba(244,114,182,.04));
}
@media (max-width: 980px){
  .panel-media{ border-left: none; border-top: 1px solid rgba(14,10,31,.06); }
}
.media-frame{
  border-radius: 18px;
  border: 1px solid rgba(14,10,31,.10);
  background: rgba(255,255,255,.88);
  overflow:hidden;
  box-shadow: 0 12px 32px rgba(14,10,31,.08);
}
.media-top{
  height: 34px;
  background: rgba(14,10,31,.05);
  border-bottom: 1px solid rgba(14,10,31,.08);
}
.media-body{
  padding: 12px;
}
.media-placeholder{
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px dashed rgba(14,10,31,.18);
  color: rgba(14,10,31,.58);
  font-weight: 750;
  background: rgba(255,255,255,.92);
}

/* Feature name toast */
.tab-toast{
  position: sticky;
  bottom: 14px;
  margin-top: 12px;
  margin-left: auto;
  width: fit-content;
  max-width: 100%;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(14,10,31,.12);
  background: rgba(255,255,255,.92);
  color: rgba(14,10,31,.80);
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(14,10,31,.10);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease;
}
.tab-toast.show{
  opacity: 1;
  transform: translateY(0);
}

/* Sectors (blur bg cards) */
.sectors-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 18px;
}
@media (max-width: 1100px){
  .sectors-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .sectors-grid{ grid-template-columns: 1fr; }
}
.sector-card{
  position:relative;
  display:block;
  text-decoration:none;
  border-radius: 18px;
  border: 1px solid rgba(14,10,31,.10);
  background: rgba(255,255,255,.86);
  overflow:hidden;
  box-shadow: var(--shadow2);
  min-height: 150px;
}
.sector-bg{
  position:absolute;
  inset:-20px;
  background:
    var(--bg, radial-gradient(420px 220px at 30% 20%, rgba(168,85,247,.14), transparent 60%)),
    radial-gradient(420px 220px at 80% 60%, rgba(244,114,182,.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.02));
  filter: blur(8px);
  opacity: .85;
  transform: scale(1.1);
}
.sector-card[style*="--bg:url"] .sector-bg{
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
}
.sector-content{
  position:relative;
  padding: 14px;
}
.sector-tag{
  display:inline-flex;
  align-items:center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(14,10,31,.10);
  background: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 900;
  color: rgba(14,10,31,.78);
}
.sector-name{
  margin-top: 10px;
  font-weight: 1000;
  letter-spacing: -.2px;
}
.sector-sub{
  margin-top: 6px;
  color: rgba(14,10,31,.62);
  font-weight: 720;
  line-height: 1.45;
  font-size: 13px;
}

.sectors-more{
  display:flex;
  justify-content:center;
  margin-top: 14px;
}
.sectors-all{
  margin-top: 14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
}
.sector-pill{
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(14,10,31,.10);
  background: rgba(255,255,255,.86);
  font-weight: 850;
  color: rgba(14,10,31,.76);
}

/* Pricing */
.pricing-grid{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 980px){
  .pricing-grid{ grid-template-columns: 1fr; }
}
.price-card{
  position:relative;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(14,10,31,.10);
  border-radius: 22px;
  box-shadow: var(--shadow2);
  padding: 16px;
}
.price-card.is-popular{
  border-color: rgba(168,85,247,.35);
  box-shadow: 0 22px 70px rgba(168,85,247,.20);
  transform: translateY(-2px);
}
.price-badge{
  position:absolute;
  top: 12px;
  right: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--p1), var(--p2));
  color:#140A22;
  font-weight: 1000;
  font-size: 12px;
}
.price-head{ padding-top: 10px; }
.price-name{
  font-weight: 1000;
  font-size: 18px;
  letter-spacing: -.2px;
}
.price-sub{ margin-top: 6px; font-weight: 700; }

.price-amount{
  margin-top: 14px;
  font-weight: 1100;
  font-size: 30px;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, var(--p3), var(--p1));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}
.price-amount span{
  display:block;
  margin-top: 6px;
  font-size: 12px;
  color: rgba(14,10,31,.58);
  font-weight: 850;
}
.price-list{
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(14,10,31,.70);
  font-weight: 760;
}
.price-list li{ margin: 8px 0; }
.price-actions{ margin-top: 14px; display:flex; flex-direction:column; gap:10px; }

.pricing-empty{
  grid-column: 1 / -1;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(14,10,31,.10);
  border-radius: 22px;
  box-shadow: var(--shadow2);
  padding: 16px;
  text-align:center;
}
.pricing-empty-title{ font-weight: 1000; }

/* Compare */
.compare{
  margin-top: 18px;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(14,10,31,.10);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow:hidden;
}
.compare-head{
  display:grid;
  grid-template-columns: 1.2fr .6fr .6fr .6fr;
  gap: 0;
  padding: 14px;
  background: rgba(14,10,31,.03);
  border-bottom: 1px solid rgba(14,10,31,.08);
  font-weight: 1000;
  color: rgba(14,10,31,.82);
}
.compare-head .is-popular{
  color: rgba(14,10,31,.92);
}
.compare-row{
  width:100%;
  display:grid;
  grid-template-columns: 1.2fr .6fr .6fr .6fr;
  padding: 14px;
  border: 0;
  background: transparent;
  text-align:left;
  border-bottom: 1px solid rgba(14,10,31,.06);
  cursor:pointer;
}
.compare-row:hover{
  background: rgba(168,85,247,.06);
}
.compare-row.is-active{
  background: rgba(168,85,247,.10);
  outline: 2px solid rgba(168,85,247,.18);
  outline-offset: -2px;
}
.compare-row .is-popular{
  background: linear-gradient(135deg, rgba(168,85,247,.12), rgba(244,114,182,.08));
  border-radius: 12px;
  padding: 8px 10px;
}
.ok, .no{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  border: 1px solid rgba(14,10,31,.10);
  background: rgba(255,255,255,.92);
  color: rgba(14,10,31,.76);
}
.ok.strong{
  background: linear-gradient(135deg, var(--p1), var(--p2));
  color:#140A22;
  border-color: transparent;
}
.compare-cta{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  padding: 16px;
}

/* Quotes */
.quotes{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 980px){
  .quotes{ grid-template-columns: 1fr; }
}
.quote{
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(14,10,31,.10);
  border-radius: 22px;
  box-shadow: var(--shadow2);
  padding: 16px;
}
.quote-text{
  color: rgba(14,10,31,.76);
  font-weight: 760;
  line-height: 1.65;
}
.quote-meta{
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(14,10,31,.06);
  display:flex;
  justify-content:space-between;
  gap: 10px;
}
.quote-name{ font-weight: 1000; }

/* FAQ */
.faq{
  max-width: 900px;
  margin: 18px auto 0;
  display:flex;
  flex-direction:column;
  gap: 10px;
}
details{
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(14,10,31,.10);
  border-radius: 18px;
  padding: 12px 14px;
  box-shadow: 0 10px 30px rgba(14,10,31,.06);
}
summary{
  cursor:pointer;
  font-weight: 950;
  color: rgba(14,10,31,.88);
}
details p{
  margin: 10px 0 0;
  color: rgba(14,10,31,.70);
  line-height: 1.65;
  font-weight: 720;
}

/* Footer (darker, minimal, professional) */
.footer{
  background: linear-gradient(180deg, rgba(109,40,217,.10), rgba(14,10,31,.96));
  color: rgba(255,255,255,.92);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 34px 0 18px;
}
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  flex-wrap:wrap;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap: 12px;
}
.footer-logo{
  height: 56px;
  width:auto;
  background: rgba(255,255,255,.92);
  border-radius: 14px;
  padding: 6px;
}
.footer-title{ font-weight: 1100; letter-spacing: -.2px; }
.footer-sub{ color: rgba(255,255,255,.72); }

.footer-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.footer-link{
  text-decoration:none;
  color: rgba(255,255,255,.86);
  font-weight: 850;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}
.footer-bottom{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.10);
  display:flex;
  justify-content:space-between;
  gap: 12px;
  flex-wrap:wrap;
  color: rgba(255,255,255,.72);
  font-weight: 700;
  font-size: 13px;
}
.footer-bottomlinks{
  display:flex;
  align-items:center;
  gap:10px;
}
.footer-bottomlinks a{
  color: rgba(255,255,255,.78);
  text-decoration:none;
  font-weight: 850;
}
.footer-bottomlinks a:hover{ text-decoration: underline; }
.footer-bottomlinks .sep{
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,.22);
}

/* Floating CTA (WhatsApp placeholder without emoji) */
.float-cta{
  position: fixed;
  right: 18px;
  bottom: 18px;
  height: 54px;
  width: 54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 999px;
  text-decoration:none;
  background: linear-gradient(135deg, var(--p1), var(--p2));
  box-shadow: 0 18px 60px rgba(168,85,247,.22);
  border: 1px solid rgba(255,255,255,.22);
}
.float-cta:before{
  content:"";
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(20,10,34,.55);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.28);
}
.float-cta:hover{ transform: translateY(-2px); }