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

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --white:#fff;
  --black:#0a0a0a;
  --gray-50:#fafafa;
  --gray-100:#f4f4f5;
  --gray-200:#e4e4e7;
  --gray-300:#d4d4d8;
  --gray-400:#a1a1aa;
  --gray-500:#71717a;
  --gray-600:#52525b;
  --gray-700:#3f3f46;
  --gray-800:#27272a;
  --gray-900:#18181b;
  /* Odoo resmi renkleri: https://www.odoo.com/page/brand-assets */
  --odoo-primary:#714B67;
  --odoo-primary-light:#875A7B;
  --odoo-secondary:#017E84;
  --odoo-bg-light:#f8f5f7;
  --odoo-bg-soft:linear-gradient(160deg,#fdfbfc 0%,#f5eef3 35%,#ebe2e9 100%);
  --accent:#714B67;
  --accent-light:#875A7B;
  --accent-dark:#5a3d54;
  --accent-glow:rgba(113,75,103,.15);
  --gradient-hero:linear-gradient(135deg,#0c0a09 0%,#1c1917 40%,#292524 100%);
  --gradient-card:linear-gradient(145deg,rgba(255,255,255,.03),rgba(255,255,255,.08));
  --gradient-accent:linear-gradient(135deg,#714B67,#875A7B);
  --radius:16px;
  --radius-lg:24px;
  --radius-full:999px;
  --shadow-sm:0 1px 3px rgba(0,0,0,.06);
  --shadow-md:0 8px 30px rgba(0,0,0,.08);
  --shadow-lg:0 20px 60px rgba(0,0,0,.12);
  --shadow-glow:0 0 80px rgba(113,75,103,.2);
  --transition:all .3s cubic-bezier(.4,0,.2,1);
}

html{scroll-behavior:smooth}

body{
  font-family:'Inter',system-ui,-apple-system,sans-serif;
  color:var(--gray-900);
  background:var(--white);
  line-height:1.6;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
ul{list-style:none}

.container{width:min(1200px,90%);margin:0 auto}

/* ─── TOPBAR (Modern, Odoo tema) ─── */
.topbar{
  position:relative;
  background:linear-gradient(135deg,#5a3d54 0%,#714B67 50%,#4a3545 100%);
  color:rgba(255,255,255,.9);
  font-size:.82rem;
  letter-spacing:.03em;
  overflow:hidden;
}
.topbar::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.03) 50%,transparent 100%);
  pointer-events:none;
}
.topbar::after{
  content:'';position:absolute;top:0;left:0;right:0;
  height:3px;
  background:linear-gradient(90deg,var(--odoo-secondary),var(--odoo-primary-light));
  opacity:.9;
}
.topbar .container{
  display:flex;justify-content:space-between;align-items:center;
  padding:.65rem 0;gap:1rem;flex-wrap:wrap;
  position:relative;z-index:1;
}
.topbar-links,.topbar .container > div:last-child{display:flex;align-items:center;gap:1rem}
.topbar-badge,.topbar span{
  display:inline-flex;align-items:center;gap:.4rem;
  color:rgba(255,255,255,.85);
  font-weight:600;
}
.topbar-badge::before{
  content:'';width:6px;height:6px;
  background:#4ade80;
  border-radius:50%;
  animation:topbar-pulse 2s ease infinite;
  box-shadow:0 0 8px #4ade80;
}
@keyframes topbar-pulse{
  0%,100%{opacity:1;transform:scale(1)}
  50%{opacity:.7;transform:scale(1.2)}
}
.topbar-links,.topbar a[href^="tel"],.topbar a[href^="mailto"]{
  display:flex;align-items:center;gap:1rem;
}
.topbar-link,.topbar a:not(.topbar-cta){
  color:rgba(255,255,255,.85);
  transition:var(--transition);
  display:inline-flex;align-items:center;gap:.4rem;
}
.topbar-link:hover,.topbar a:not(.topbar-cta):hover{
  color:#fff;
  transform:translateY(-1px);
}
.topbar-link svg,.topbar a:not(.topbar-cta) svg{
  flex-shrink:0;opacity:.9;
}
.topbar-cta{
  padding:.4rem 1.1rem;border-radius:var(--radius-full);
  background:#fff;color:var(--odoo-primary) !important;
  font-weight:700;font-size:.8rem;letter-spacing:.02em;
  white-space:nowrap;border:none;
  transition:var(--transition);
  box-shadow:0 2px 12px rgba(0,0,0,.15);
}
.topbar-cta:hover{
  background:rgba(255,255,255,.95);
  color:var(--odoo-primary-light) !important;
  transform:translateY(-2px);
  box-shadow:0 4px 20px rgba(0,0,0,.2);
}

/* ─── HEADER / NAV ─── */
header{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(20px) saturate(180%);
  -webkit-backdrop-filter:blur(20px) saturate(180%);
  border-bottom:1px solid rgba(0,0,0,.06);
  transition:var(--transition);
}
.nav-wrap{
  display:flex;justify-content:space-between;align-items:center;
  padding:.85rem 0;gap:1rem;
}
.logo{
  font-weight:800;font-size:1.25rem;letter-spacing:-.03em;
  display:flex;align-items:center;gap:.2rem;font-family:inherit;
}
.logo-thinkone{color:#333333}
.logo-digital{color:var(--accent)}
/* Siyah zemin üzerine beyaz logo (footer, topbar, hero) */
.logo-inverse .logo-thinkone,.logo-inverse .logo-digital{color:#fff}
.logo-icon{
  width:36px;height:36px;
  background:var(--accent);border:1.5px solid rgba(255,255,255,.2);border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-weight:900;font-size:.9rem;
}
.logo small{display:none}

nav{display:flex;gap:.25rem;align-items:center;flex-wrap:wrap}
nav a{
  font-weight:500;font-size:.88rem;color:var(--gray-600);
  padding:.45rem .7rem;border-radius:var(--radius-full);
  transition:var(--transition);
}
nav a:hover,nav a.active{background:var(--gray-100);color:var(--black)}

.lang-switch{
  display:inline-flex;border:1.5px solid var(--gray-200);
  border-radius:var(--radius-full);overflow:hidden;
}
.lang-switch button{
  border:0;background:transparent;color:var(--gray-500);
  padding:.35rem .75rem;cursor:pointer;font-weight:700;
  font-size:.78rem;transition:var(--transition);
}
.lang-switch button.active{background:var(--black);color:var(--white)}

/* ─── HERO (Modern) ─── */
.hero-hero{
  position:relative;overflow:hidden;
  color:var(--white);
  padding:0 0 clamp(4rem,10vw,6rem);
  min-height:auto;display:flex;align-items:center;
}
.hero-bg{
  position:absolute;inset:0;
  background:#050508;
}
.hero-mesh{
  position:absolute;inset:0;
  background:
    radial-gradient(ellipse 80% 50% at 20% 40%,rgba(113,75,103,.25) 0%,transparent 50%),
    radial-gradient(ellipse 60% 80% at 80% 20%,rgba(26,46,232,.15) 0%,transparent 50%),
    radial-gradient(ellipse 50% 50% at 50% 80%,rgba(113,75,103,.08) 0%,transparent 50%);
  animation:hero-mesh 15s ease-in-out infinite alternate;
}
@keyframes hero-mesh{
  0%{opacity:.8;transform:scale(1) rotate(0deg)}
  100%{opacity:1;transform:scale(1.05) rotate(1deg)}
}
.hero-grid-pattern{
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size:60px 60px;
  mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 20%,transparent 70%);
  -webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 20%,transparent 70%);
}
.hero-orb{
  position:absolute;border-radius:50%;
  filter:blur(80px);opacity:.4;
  animation:hero-orb 12s ease-in-out infinite;
}
.hero-orb-1{
  width:400px;height:400px;
  background:var(--accent);
  top:-10%;right:10%;
  animation-delay:0s;
}
.hero-orb-2{
  width:300px;height:300px;
  background:var(--accent-light);
  bottom:10%;left:-5%;
  animation-delay:-4s;
}
.hero-orb-3{
  width:200px;height:200px;
  background:rgba(113,75,103,.5);
  top:50%;left:50%;
  animation-delay:-8s;
}
@keyframes hero-orb{
  0%,100%{transform:translate(0,0) scale(1)}
  33%{transform:translate(30px,-20px) scale(1.1)}
  66%{transform:translate(-20px,20px) scale(.95)}
}
.hero-inner{
  position:relative;z-index:2;
  display:grid;grid-template-columns:1.1fr 1fr;
  gap:4rem;align-items:center;
}
.hero-main{max-width:600px}
.hero-badge{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.4rem 1rem;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  border-radius:var(--radius-full);
  font-weight:600;font-size:.75rem;letter-spacing:.08em;
  color:var(--accent-light);margin-bottom:1.5rem;
  backdrop-filter:blur(12px);
  animation:hero-fade .8s ease both;
}
.hero-badge::before{
  content:'';width:6px;height:6px;
  background:var(--accent-light);border-radius:50%;
  animation:pulse-dot 2s ease infinite;
}
@keyframes pulse-dot{
  0%,100%{opacity:1;transform:scale(1)}
  50%{opacity:.5;transform:scale(.8)}
}
.hero-title{
  font-size:clamp(2.8rem,6vw,4.8rem);
  font-weight:800;line-height:1.02;letter-spacing:-.045em;
  margin-bottom:1.2rem;
  animation:hero-fade .8s .15s ease both;
}
.hero-title-accent{
  background:linear-gradient(135deg,#714B67,#875A7B);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
  background-clip:text;
  position:relative;
}
.hero-title-accent::after{
  content:'';position:absolute;bottom:.05em;left:0;right:0;height:3px;
  background:linear-gradient(90deg,#875A7B,transparent);
  border-radius:2px;opacity:.6;
}
.hero-lead{
  font-size:1.2rem;line-height:1.7;color:rgba(255,255,255,.7);
  margin-bottom:2rem;max-width:48ch;
  animation:hero-fade .8s .25s ease both;
}
.hero-buttons{
  display:flex;gap:.85rem;flex-wrap:wrap;
  margin-bottom:2.5rem;
  animation:hero-fade .8s .35s ease both;
}
.hero-cta{
  box-shadow:0 0 40px rgba(113,75,103,.35);
}
.hero-cta:hover{
  box-shadow:0 0 50px rgba(113,75,103,.45);
}
.hero-stats{
  display:flex;gap:2rem;flex-wrap:wrap;
  padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);
  animation:hero-fade .8s .45s ease both;
}
.hero-stats span{
  display:flex;align-items:baseline;gap:.4rem;
  color:rgba(255,255,255,.6);font-size:.9rem;
}
.hero-stats strong{
  color:#fff;font-size:1.25rem;font-weight:700;
}
.hero-stats em{font-style:normal}
@keyframes hero-fade{
  from{opacity:0;transform:translateY(20px)}
  to{opacity:1;transform:translateY(0)}
}
.hero-bento{
  display:grid;grid-template-columns:1fr 1fr;
  grid-template-rows:auto auto;
  gap:1rem;
  animation:hero-fade .9s .2s ease both;
}
.bento-card{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:var(--radius);
  padding:1.25rem 1.5rem;
  backdrop-filter:blur(20px);
  transition:var(--transition);
  display:flex;flex-direction:column;gap:.5rem;
}
.bento-card:hover{
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.12);
  transform:translateY(-2px);
  box-shadow:0 20px 40px rgba(0,0,0,.2);
}
.bento-card-lg{
  grid-column:1/-1;
  padding:1.75rem 2rem;
}
.bento-card-lg h3{
  font-size:1.15rem;font-weight:700;color:#fff;
  margin:0 0 .4rem;
}
.bento-card-lg p{
  color:rgba(255,255,255,.65);font-size:.95rem;
  margin:0;line-height:1.5;
}
.bento-card-wide{grid-column:1/-1}
.bento-icon{
  width:28px;height:28px;
  background:linear-gradient(135deg,var(--accent),var(--accent-light));
  border-radius:8px;
  display:flex;align-items:center;justify-content:center;
  font-size:.85rem;color:#fff;
  margin-bottom:.25rem;
}
.bento-card span:last-child{
  color:rgba(255,255,255,.8);font-size:.9rem;font-weight:500;
}

/* ─── HERO Vekosis tarzı (Odoo renkleri - açık tema) ─── */
.hero-vekosis .hero-bg{
  background:var(--odoo-bg-soft);
}
.hero-vekosis .hero-mesh{
  background:
    radial-gradient(ellipse 70% 50% at 30% 30%,rgba(113,75,103,.12) 0%,transparent 55%),
    radial-gradient(ellipse 60% 70% at 75% 70%,rgba(1,126,132,.08) 0%,transparent 55%);
  animation:none;opacity:1;
}
.hero-vekosis .hero-grid-pattern{
  background-image:
    linear-gradient(rgba(113,75,103,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(113,75,103,.04) 1px,transparent 1px);
  mask-image:radial-gradient(ellipse 90% 90% at 50% 50%,black 15%,transparent 75%);
  -webkit-mask-image:radial-gradient(ellipse 90% 90% at 50% 50%,black 15%,transparent 75%);
}
.hero-vekosis{color:var(--gray-900)}
.hero-vekosis .hero-orb{display:none}
.hero-vekosis .hero-badge{
  background:rgba(113,75,103,.12);
  border-color:rgba(113,75,103,.25);
  color:var(--odoo-primary);
}
.hero-vekosis .hero-badge::before{background:var(--odoo-primary)}
.hero-vekosis .hero-title-lines .hero-line{color:var(--gray-900)}
.hero-vekosis .hero-title-accent{
  background:linear-gradient(135deg,var(--odoo-primary),var(--odoo-primary-light));
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
  background-clip:text;
}
.hero-vekosis .hero-title-accent::after{
  background:linear-gradient(90deg,var(--odoo-primary-light),transparent);
}

/* Hero başlık — Odoo stili (el yazısı font, sarı vurgu, mavi alt çizgi) */
.hero-title-handwritten{
  font-family:'Caveat',cursive !important;
  font-weight:600 !important;
  font-size:clamp(2.8rem,6.5vw,4.2rem) !important;
  line-height:1.2 !important;
  letter-spacing:0 !important;
  color:#1a1a2e !important;
}
.hero-line-block{
  display:block;
}
.hero-title-handwritten .hero-line{
  display:inline;
  color:inherit !important;
}
.hero-line-highlight{
  position:relative;
  display:inline;
  padding:.1em .25em;
  background:linear-gradient(135deg,#fff4a3,#ffea6b);
  border-radius:3px;
  transform:rotate(-.5deg);
  box-shadow:0 1px 3px rgba(255,234,107,.3);
}
.hero-line-underline{
  position:relative;
  display:block;
  margin-top:.15em;
}
.hero-line-underline::after{
  content:'';
  position:absolute;
  bottom:.15em;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,#7dd3fc,#38bdf8);
  border-radius:2px;
  transform: skewX(-3deg);
  opacity:.9;
}
.hero-vekosis .hero-lead{color:var(--gray-600)}
.hero-vekosis .hero-cta{
  background:var(--odoo-primary);border-color:var(--odoo-primary);
  box-shadow:0 4px 20px rgba(113,75,103,.35);
}
.hero-vekosis .hero-cta:hover{
  background:var(--odoo-primary-light);border-color:var(--odoo-primary-light);
  box-shadow:0 6px 28px rgba(113,75,103,.4);
}
.hero-vekosis .btn-ghost{
  background:rgba(113,75,103,.08);
  border-color:rgba(113,75,103,.3);
  color:var(--gray-800);
}
.hero-vekosis .btn-ghost:hover{
  background:rgba(113,75,103,.15);
  color:var(--odoo-primary);
}
.hero-vekosis .hero-mid{
  border-top-color:rgba(113,75,103,.15);
  border-bottom-color:rgba(113,75,103,.15);
}
.hero-vekosis .hero-stat-big{color:var(--gray-600)}
.hero-vekosis .hero-stat-big strong{color:var(--gray-900)}
.hero-vekosis .hero-trust{color:var(--odoo-primary);opacity:1}
.hero-vekosis .hero-modules-label{color:var(--gray-500)}
.hero-vekosis .hero-module{
  background:rgba(255,255,255,.9);
  border-color:rgba(113,75,103,.15);
  color:var(--gray-800);
  box-shadow:0 2px 12px rgba(113,75,103,.08);
}
.hero-vekosis .hero-module:hover{
  background:#fff;
  border-color:var(--odoo-primary);
  color:var(--odoo-primary);
  box-shadow:0 8px 28px rgba(113,75,103,.18);
}
.hero-vekosis .hero-modules-count{color:var(--gray-500)}

/* ─── HERO Split (Full-width, sol/sağ) ─── */
.hero-split{max-width:100%;overflow:hidden}
.hero-split-inner{
  position:relative;z-index:2;
  display:grid;grid-template-columns:1fr 1fr;
  gap:3rem;align-items:center;
  max-width:1400px;margin:0 auto;
  padding:clamp(1.5rem,3vw,2rem) clamp(2rem,5vw,4rem);
  min-height:inherit;
}
.hero-split-left{text-align:left;max-width:560px}
.hero-split .hero-badge{margin-bottom:1rem}
.hero-split .hero-title-lines{
  align-items:flex-start;
  margin-bottom:.75rem;
}
.hero-split .hero-title-handwritten .hero-line-block,
.hero-split .hero-title-handwritten .hero-line-underline{
  text-align:left;
}
.hero-split .hero-lead{
  margin-bottom:1.5rem;max-width:42ch;
}
.hero-split .hero-buttons{justify-content:flex-start;margin-bottom:1.5rem}
.hero-split .hero-mid{
  justify-content:flex-start;border-bottom:none;padding-bottom:0;padding-top:1.25rem;
}
.hero-split-right{
  display:flex;flex-direction:column;align-items:flex-start;
  padding:1.5rem;background:rgba(255,255,255,.6);
  border-radius:var(--radius-lg);
  border:1px solid rgba(113,75,103,.1);
  box-shadow:0 8px 40px rgba(113,75,103,.08);
}
.hero-split-right .hero-modules-label{
  margin-bottom:1rem;font-size:.75rem;
}
.hero-modules-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:.75rem;width:100%;
}
.hero-split-right .hero-module{
  min-width:0;padding:.65rem .5rem;
}
.hero-split-right .hero-module img{width:32px;height:32px}
.hero-split-right .hero-module span{font-size:.7rem}
.hero-split-right .hero-modules-count{margin-top:1rem;font-size:.8rem}

.hero-inner-full{
  display:flex;flex-direction:column;align-items:center;text-align:center;
  gap:1.25rem;max-width:900px;margin:0 auto;
}
.hero-inner-full .hero-badge{margin-bottom:0}
.hero-title-lines{
  display:flex;flex-direction:column;align-items:center;gap:0;
  font-size:clamp(2.5rem,7vw,4.5rem);
  line-height:1.05;letter-spacing:-.04em;
  margin-bottom:.5rem;
}
.hero-title-lines .hero-line{
  display:block;
  animation:hero-fade .7s ease both;
}
.hero-title-lines .hero-line:nth-child(1){animation-delay:.1s}
.hero-title-lines .hero-line:nth-child(2){animation-delay:.2s}
.hero-title-lines .hero-line:nth-child(3){animation-delay:.3s}
.hero-inner-full .hero-lead{
  max-width:52ch;margin:0 auto 1.5rem;
  font-size:1.1rem;color:rgba(255,255,255,.75);
}
.hero-vekosis .hero-inner-full .hero-lead{color:var(--gray-600)}
.hero-inner-full .hero-buttons{
  margin-bottom:1.5rem;justify-content:center;
}
.hero-mid{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;
  gap:1.5rem 2.5rem;padding:1rem 0;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.hero-stat-big{
  display:flex;align-items:baseline;gap:.4rem;
  color:rgba(255,255,255,.7);font-size:.95rem;
}
.hero-stat-big strong{color:#fff;font-size:1.4rem;font-weight:700}
.hero-stat-big em{font-style:normal}
.hero-trust{
  font-size:.8rem;letter-spacing:.06em;
  color:var(--accent-light);opacity:.95;
}
.hero-modules{
  display:flex;flex-direction:column;align-items:center;gap:1rem;
  padding-top:2rem;width:100%;
}
.hero-modules-label{
  font-size:.7rem;font-weight:600;letter-spacing:.12em;
  color:rgba(255,255,255,.5);text-transform:uppercase;
}
.hero-modules-row{
  display:flex;flex-wrap:wrap;justify-content:center;
  gap:1rem 1.25rem;
}
.hero-module{
  display:flex;flex-direction:column;align-items:center;gap:.5rem;
  padding:.9rem 1rem;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
  border-radius:12px;
  text-decoration:none;color:rgba(255,255,255,.9);
  font-size:.8rem;font-weight:600;
  transition:var(--transition);
  min-width:90px;
}
.hero-module:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.12);
  transform:translateY(-2px);
  color:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.25);
}
.hero-module img{
  width:40px;height:40px;object-fit:contain;
}
.hero-modules-count{
  font-size:.85rem;color:rgba(255,255,255,.55);
  font-weight:500;
}

.button-row{display:flex;gap:.75rem;flex-wrap:wrap}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.78rem 1.55rem;border-radius:var(--radius-full);
  font-weight:600;font-size:.92rem;border:none;cursor:pointer;
  transition:var(--transition);position:relative;overflow:hidden;
}
.btn-primary{
  background:var(--accent);color:#fff;
  border:1px solid var(--accent);
  box-shadow:0 4px 16px rgba(113,75,103,.3);
}
.btn-primary:hover{transform:translateY(-2px);background:var(--accent-light);border-color:var(--accent-light);box-shadow:0 6px 24px rgba(113,75,103,.35)}
.btn-ghost{
  background:rgba(255,255,255,.08);color:#fff;
  border:1px solid rgba(255,255,255,.15);
  backdrop-filter:blur(8px);
}
.btn-ghost:hover{background:rgba(255,255,255,.14)}
.btn-dark{background:var(--black);color:#fff}
.btn-dark:hover{background:var(--gray-800);transform:translateY(-1px)}
.btn-outline{border:1.5px solid var(--gray-200);background:#fff;color:var(--gray-800)}
.btn-outline:hover{border-color:var(--accent);color:var(--accent)}


/* ─── SECTIONS ─── */
.section{padding:5.5rem 0}
/* ─── Level up your quality of work (video + title) ─── */
.levelup-section{
  position:relative;
  padding:4rem 0 5rem;
  background:#fff;
  overflow:hidden;
}
/* Yumuşak kavisli arka plan — alttaki bölümden ayrışan hareket */
.levelup-section::before{
  content:'';
  position:absolute;
  top:-15%;
  left:-10%;
  right:-10%;
  bottom:-20%;
  background:linear-gradient(165deg,#faf9f8 0%,#f5f3f1 35%,#f0eeeb 70%,rgba(248,246,244,.85) 100%);
  border-radius:55% 45% 60% 40% / 50% 55% 45% 50%;
  transform:rotate(-2deg) scale(1.02);
  z-index:0;
  pointer-events:none;
  box-shadow:0 -4px 60px rgba(113,75,103,.04),inset 0 1px 0 rgba(255,255,255,.8);
}
.levelup-section::after{
  content:'';
  position:absolute;
  top:-8%;
  right:-5%;
  width:min(45%,420px);
  height:min(50%,320px);
  background:radial-gradient(ellipse 80% 80% at 70% 30%,rgba(255,244,163,.35) 0%,rgba(255,234,107,.08) 50%,transparent 70%);
  border-radius:50%;
  z-index:0;
  pointer-events:none;
}
.levelup-section .container{
  position:relative;
  z-index:1;
}
.levelup-title{
  font-family:'Caveat',cursive;
  font-size:clamp(2.5rem,5.5vw,4rem);
  font-weight:600;
  line-height:1.2;
  color:#1a1a2e;
  text-align:center;
  margin:0 0 .75rem;
}
.levelup-title .levelup-word{
  position:relative;
  display:inline-block;
}
.levelup-underline-pink::after{
  content:'';
  position:absolute;
  bottom:.12em;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,#ec4899,#f472b6);
  border-radius:3px;
  z-index:-1;
}
.levelup-underline-green::after{
  content:'';
  position:absolute;
  bottom:.12em;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,#22c55e,#4ade80);
  border-radius:3px;
  z-index:-1;
}
.levelup-lead{
  text-align:center;
  color:var(--gray-600);
  font-size:1.1rem;
  max-width:42ch;
  margin:0 auto 2.5rem;
  line-height:1.6;
}
.levelup-video-wrap{
  position:relative;
  width:100%;
  max-width:900px;
  margin:0 auto;
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:0 20px 60px rgba(113,75,103,.15),0 8px 24px rgba(0,0,0,.08);
  background:var(--gray-900);
}
.levelup-video{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
}
@media (max-width:768px){
  .levelup-title{font-size:clamp(2rem,8vw,3rem)}
}
.section-alt{background:var(--gray-50)}
.section-dark{
  background:linear-gradient(135deg,#5a3d54 0%,#714B67 40%,#4a3545 100%);
  color:#fff;
  position:relative;overflow:hidden;
}
.section-dark h2,.section-dark h3{color:#fff}
.section-dark p{color:rgba(255,255,255,.75)}
.section-dark .section-label{color:rgba(255,255,255,.9)}
.section-dark .section-label::before{background:rgba(255,255,255,.5)}
.section-dark .stat{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.15);
}
.section-dark .stat strong{
  background:linear-gradient(135deg,#fff,#ebe2e9);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
  background-clip:text;
}
.section-dark .stat span{color:rgba(255,255,255,.8)}

.section-label{
  display:inline-flex;align-items:center;gap:.4rem;
  font-weight:700;font-size:.78rem;text-transform:uppercase;
  letter-spacing:.1em;color:var(--accent);margin-bottom:.7rem;
}
.section-label::before{
  content:'';width:24px;height:2px;background:var(--gradient-accent);border-radius:2px;
}

h2{
  font-size:clamp(1.9rem,3.5vw,3rem);font-weight:800;
  line-height:1.1;letter-spacing:-.035em;
  margin-bottom:.8rem;
}
.section-lead{
  font-size:1.05rem;color:var(--gray-500);max-width:58ch;
  margin-bottom:2.5rem;line-height:1.65;
}

/* ─── GRIDS ─── */
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}

/* ─── CARDS ─── */
.card{
  background:var(--white);
  border:1px solid var(--gray-200);
  border-radius:var(--radius-lg);
  padding:1.6rem;
  transition:var(--transition);
  position:relative;overflow:hidden;
}
.card:hover{
  border-color:var(--accent);
  box-shadow:0 12px 40px rgba(113,75,103,.1);
  transform:translateY(-4px);
}
.card-icon{
  width:52px;height:52px;
  background:transparent;
  border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:1rem;font-size:1.3rem;
  overflow:hidden;
}
.card-icon img{
  width:52px;height:52px;
  object-fit:contain;
  border-radius:12px;
}
.card-icon-svg{
  margin-bottom:1rem;
  background:linear-gradient(145deg, rgba(113,75,103,.1), rgba(1,126,132,.08));
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.card-icon-svg svg{
  width:40px;
  height:40px;
  display:block;
}
.card-icon-svg .stroke-primary{
  stroke:var(--odoo-primary);
}
.card-icon-svg .stroke-secondary{
  stroke:var(--odoo-secondary);
}
.card:hover .card-icon-svg .stroke-primary{
  stroke:var(--odoo-primary-light);
}
.card:hover .card-icon-svg .stroke-secondary{
  stroke:var(--odoo-secondary);
}
.card:hover .card-icon-svg{
  background:linear-gradient(145deg, rgba(113,75,103,.12), rgba(1,126,132,.1));
}
.card h3{
  font-size:1.08rem;font-weight:700;margin-bottom:.45rem;
  letter-spacing:-.02em;
}
.card p{font-size:.9rem;color:var(--gray-500);margin:0;line-height:1.55}

.card-dark{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}
.card-dark:hover{border-color:rgba(113,75,103,.4);background:rgba(255,255,255,.07)}
.card-dark .card-icon{background:rgba(113,75,103,.15)}
.card-dark h3{color:#fff}
.card-dark p{color:rgba(255,255,255,.55)}

/* ─── STATS ─── */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.stat{
  text-align:center;padding:1.8rem 1rem;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:var(--radius-lg);
  backdrop-filter:blur(8px);
}
.stat strong{
  display:block;font-size:2.8rem;font-weight:800;
  letter-spacing:-.04em;
  background:var(--gradient-accent);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
  background-clip:text;
}
.stat span{font-size:.85rem;color:rgba(255,255,255,.5);font-weight:500}

/* ─── PROCESS STEPS ─── */
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem;counter-reset:step}
.process-step{text-align:center;padding:1.5rem}
.process-step::before{
  counter-increment:step;content:counter(step);
  display:flex;width:52px;height:52px;margin:0 auto 1.1rem;
  align-items:center;justify-content:center;
  background:var(--accent);color:#fff;
  border:1px solid var(--accent);
  font-weight:800;font-size:1.1rem;border-radius:var(--radius-full);
  box-shadow:0 4px 16px rgba(113,75,103,.25);
}
.process-step h3{font-size:1.05rem;margin-bottom:.4rem}
.process-step p{font-size:.88rem;color:var(--gray-500);max-width:32ch;margin:0 auto}

/* ─── CTA BANNER ─── */
.cta-banner{
  background:linear-gradient(135deg,#fff 0%,rgba(113,75,103,.06) 50%,rgba(255,255,255,.98) 100%);
  border:1px solid rgba(113,75,103,.2);
  border-radius:var(--radius-lg);
  padding:3.5rem;text-align:center;
  position:relative;overflow:hidden;box-shadow:var(--shadow-md);
}
.cta-banner h2{
  color:var(--gray-900) !important;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:800;
  margin-bottom:.6rem;position:relative;line-height:1.3;letter-spacing:-.02em;
}
.cta-banner p{
  color:var(--gray-700) !important;font-size:1.05rem;margin-bottom:1.5rem;position:relative;max-width:42ch;margin-left:auto;margin-right:auto;
}
.cta-banner .btn{position:relative}
.cta-banner .button-row .btn:first-child{
  background:var(--accent) !important;color:#fff !important;
  border:2px solid var(--accent);
  padding:.7rem 1.5rem;font-size:1rem;
}
.cta-banner .button-row .btn:first-child:hover{
  background:var(--accent-dark) !important;color:#fff !important;
  border-color:var(--accent-dark);
}
.cta-banner .button-row .btn-ghost{
  border:2px solid var(--accent);color:var(--accent) !important;
  background:transparent !important;
}
.cta-banner .button-row .btn-ghost:hover{
  background:rgba(113,75,103,.08) !important;color:var(--accent-dark) !important;
}

/* ─── PAGE HEADER (Odoo renkleri) ─── */
.page-header{
  padding:clamp(1.5rem,3vw,2rem) 0 clamp(2rem,4vw,2.5rem);
  background:var(--odoo-bg-soft);
  color:var(--gray-900);
  position:relative;overflow:hidden;
}
.page-header::before{
  content:'';position:absolute;top:-40%;right:-20%;
  width:600px;height:600px;
  background:radial-gradient(circle,rgba(113,75,103,.12) 0%,transparent 65%);
  pointer-events:none;
}
.page-header::after{
  content:'';position:absolute;bottom:-30%;left:-10%;
  width:500px;height:500px;
  background:radial-gradient(circle,rgba(1,126,132,.06) 0%,transparent 65%);
  pointer-events:none;
}
.page-header .container{position:relative;z-index:2}
.page-header .tag{
  display:inline-block;
  padding:.35rem .9rem;
  background:rgba(113,75,103,.12);
  border:1px solid rgba(113,75,103,.2);
  border-radius:var(--radius-full);
  font-weight:600;font-size:.75rem;letter-spacing:.08em;
  color:var(--odoo-primary);
  margin-bottom:1rem;
}
.page-header h1{
  font-family:'Caveat',cursive !important;
  font-weight:600 !important;
  font-size:clamp(2rem,4vw,3.5rem);
  letter-spacing:0;line-height:1.15;margin-bottom:.8rem;
  color:var(--gray-900);
}
.page-header p,.page-header .lead{color:var(--gray-600) !important;max-width:56ch;font-size:1.05rem}

/* ─── CONTACT ─── */
.contact-box{display:grid;grid-template-columns:.9fr 1.1fr;gap:1.5rem}
form{display:grid;gap:.9rem}
label{display:grid;gap:.3rem;font-weight:600;font-size:.88rem;color:var(--gray-700)}
input,textarea,select{
  width:100%;border-radius:12px;
  border:1.5px solid var(--gray-200);
  padding:.72rem .85rem;font:inherit;
  background:var(--white);
  transition:var(--transition);
}
input:focus,textarea:focus,select:focus{
  outline:none;border-color:var(--accent);
  box-shadow:0 0 0 3px var(--accent-glow);
}
textarea{min-height:130px;resize:vertical}

/* ─── FOOTER ─── */
footer{
  background:var(--gray-900);color:var(--gray-400);
  padding:3.5rem 0 0;margin-top:0;border:none;
}
.footer-wrap{
  display:grid;grid-template-columns:1.3fr .8fr .8fr .8fr;
  gap:2rem;padding-bottom:2.5rem;
}
footer h3{color:var(--white);font-size:.95rem;margin-bottom:.8rem;letter-spacing:-.01em}
footer p{font-size:.87rem;line-height:1.65;color:var(--gray-400)}
.footer-links{padding:0}
.footer-links li{margin-bottom:.5rem}
.footer-links a{
  font-size:.87rem;color:var(--gray-400);
  transition:var(--transition);
}
.footer-links a:hover{color:var(--white)}
.copyright{
  border-top:1px solid var(--gray-800);
  padding:1.2rem 0;font-size:.82rem;color:var(--gray-500);
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;
}
.social-links{display:flex;gap:.8rem}
.social-links a{
  width:34px;height:34px;
  background:var(--gray-800);border-radius:var(--radius-full);
  display:flex;align-items:center;justify-content:center;
  color:var(--gray-400);font-size:.85rem;
  transition:var(--transition);
}
.social-links a:hover{background:var(--accent);color:#fff;border:1px solid var(--accent)}

/* ─── ODOO SHOWCASE ─── */
.odoo-showcase{
  padding:4.5rem 0 3rem;
  background:linear-gradient(180deg,var(--odoo-bg-light) 0%,#fdfbfc 100%);
  overflow:hidden;
  position:relative;
}
.odoo-logo-wrap{
  position:relative;
  display:inline-block;
  margin-bottom:1.8rem;
}
.odoo-hero-logo{
  height:64px;
  position:relative;z-index:2;
  animation:odooLogoIn 1s cubic-bezier(.4,0,.2,1) both;
}
.odoo-logo-glow{
  position:absolute;top:50%;left:50%;
  width:180px;height:180px;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle,rgba(113,75,103,.15) 0%,rgba(113,75,103,.08) 40%,transparent 70%);
  border-radius:50%;z-index:1;
  animation:glowPulse 3s ease-in-out infinite;
}
@keyframes odooLogoIn{
  0%{opacity:0;transform:translateY(24px) scale(.85)}
  100%{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes glowPulse{
  0%,100%{opacity:.6;transform:translate(-50%,-50%) scale(1)}
  50%{opacity:1;transform:translate(-50%,-50%) scale(1.25)}
}
.odoo-showcase-title{
  font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;
  letter-spacing:-.035em;line-height:1.15;
  margin-bottom:.6rem;
  animation:fadeSlideUp .8s .2s cubic-bezier(.4,0,.2,1) both;
}
.odoo-showcase-lead{
  font-size:1.05rem;color:var(--gray-500);
  max-width:48ch;margin:0 auto 2.5rem;
  animation:fadeSlideUp .8s .35s cubic-bezier(.4,0,.2,1) both;
}
@keyframes fadeSlideUp{
  0%{opacity:0;transform:translateY(18px)}
  100%{opacity:1;transform:translateY(0)}
}

/* ── Marquee ── */
.marquee-wrapper{
  position:relative;
  width:100%;
  padding:.8rem 0;
}
.marquee-wrapper--reverse{margin-top:.4rem}
.marquee-fade{
  position:absolute;top:0;bottom:0;width:80px;z-index:3;pointer-events:none;
}
.marquee-fade--left{left:0;background:linear-gradient(90deg,#fff 0%,transparent 100%)}
.marquee-fade--right{right:0;background:linear-gradient(270deg,#fff 0%,transparent 100%)}

.marquee-track{
  display:flex;width:max-content;
  animation:marqueeScroll 35s linear infinite;
}
.marquee-track--reverse{
  animation:marqueeScrollReverse 40s linear infinite;
}
.marquee-track:hover{animation-play-state:paused}

.marquee-slide{
  display:flex;gap:1rem;
  padding-right:1rem;
}
.marquee-item{
  display:flex;flex-direction:column;align-items:center;gap:.5rem;
  width:88px;
  padding:.75rem .5rem 1rem;
  background:var(--white);
  border:1px solid var(--gray-200);
  border-radius:16px;
  transition:var(--transition);
  flex-shrink:0;
  cursor:default;
}
.marquee-item:hover{
  border-color:var(--accent);
  box-shadow:0 8px 28px rgba(113,75,103,.12);
  transform:translateY(-4px) scale(1.05);
}
.marquee-item img{
  width:44px;height:44px;
  border-radius:10px;
  object-fit:contain;
}
.marquee-item span{
  font-size:.72rem;font-weight:600;
  color:var(--gray-600);
  text-align:center;
  white-space:nowrap;
  overflow:hidden;text-overflow:ellipsis;
  max-width:76px;
}

@keyframes marqueeScroll{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}
@keyframes marqueeScrollReverse{
  0%{transform:translateX(-50%)}
  100%{transform:translateX(0)}
}

/* ─── BLOG POST ─── */
.blog-post{max-width:780px;margin:0 auto;padding:3rem 0 4rem}
.blog-post h1{
  font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;
  letter-spacing:-.035em;line-height:1.15;margin-bottom:1rem;
  color:var(--gray-900);
}
.blog-meta{
  display:flex;align-items:center;gap:1rem;
  font-size:.85rem;color:var(--gray-500);margin-bottom:2rem;
  flex-wrap:wrap;
}
.blog-meta .blog-tag{
  padding:.25rem .7rem;border-radius:var(--radius-full);
  background:rgba(113,75,103,.12);border:1px solid rgba(113,75,103,.2);
  color:var(--accent);
  font-weight:700;font-size:.75rem;text-transform:uppercase;
  letter-spacing:.04em;
}
.blog-hero-img{
  width:100%;border-radius:var(--radius-lg);
  margin-bottom:2rem;aspect-ratio:16/9;
  object-fit:cover;
}
.blog-post p{
  font-size:1.02rem;line-height:1.8;color:var(--gray-700);
  margin-bottom:1.4rem;
}
.blog-post h2{
  font-size:1.35rem;font-weight:700;letter-spacing:-.02em;
  margin:2.5rem 0 .8rem;color:var(--gray-900);
}
.blog-post h3{
  font-size:1.12rem;font-weight:700;
  margin:2rem 0 .6rem;color:var(--gray-800);
}
.blog-post ul,.blog-post ol{
  padding-left:1.4rem;margin-bottom:1.4rem;
}
.blog-post li{
  font-size:1rem;line-height:1.75;color:var(--gray-700);
  margin-bottom:.5rem;list-style:disc;
}
.blog-post ol li{list-style:decimal}
.blog-post blockquote{
  border-left:3px solid var(--accent);
  padding:.8rem 1.2rem;margin:1.5rem 0;
  background:#fff;border:1px solid var(--gray-200);
  border-radius:0 12px 12px 0;
  font-style:italic;color:var(--gray-600);
}
.blog-post img.blog-inline-img{
  width:100%;border-radius:var(--radius);
  margin:1.5rem 0;
}
.blog-post strong{color:var(--gray-900)}
.blog-cta-box{
  background:linear-gradient(135deg,rgba(113,75,103,.06) 0%,rgba(113,75,103,.02) 100%);border:1px solid rgba(113,75,103,.12);
  border-radius:var(--radius-lg);
  padding:2rem 2.5rem;color:var(--gray-900);text-align:center;
  margin:2.5rem 0;box-shadow:var(--shadow-md);
}
.blog-cta-box h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1.15rem}
.blog-cta-box p{color:var(--gray-600);margin-bottom:1rem;font-size:.95rem}
.blog-cta-box .btn{background:var(--gray-100);color:var(--accent);font-weight:700;border:1px solid var(--gray-200)}

.blog-card-thumb{
  width:100%;height:180px;border-radius:12px;
  object-fit:cover;margin-bottom:1.2rem;
}
.blog-card-meta{
  display:flex;align-items:center;gap:.6rem;
  font-size:.78rem;color:var(--gray-500);margin-bottom:.6rem;
}
.blog-card-meta .blog-tag{
  padding:.2rem .55rem;border-radius:var(--radius-full);
  background:rgba(113,75,103,.12);border:1px solid rgba(113,75,103,.2);
  color:var(--accent);
  font-weight:700;font-size:.68rem;text-transform:uppercase;
  letter-spacing:.04em;
}

/* ─── SCROLL REVEAL ─── */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

/* ─── MOBILE MENU ─── */
.menu-toggle{
  display:none;background:none;border:none;cursor:pointer;
  width:32px;height:24px;position:relative;
  flex-direction:column;justify-content:space-between;
}
.menu-toggle span{
  display:block;width:100%;height:2.5px;
  background:var(--black);border-radius:2px;
  transition:var(--transition);
}

/* ─── RESPONSIVE ─── */
@media(max-width:1024px){
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .footer-wrap{grid-template-columns:1fr 1fr}
  .hero-split-inner{grid-template-columns:1fr;gap:2.5rem}
  .hero-split-left{text-align:center;max-width:100%}
  .hero-split .hero-title-lines{align-items:center}
  .hero-split .hero-title-handwritten .hero-line-block,
  .hero-split .hero-title-handwritten .hero-line-underline{text-align:center}
  .hero-split .hero-lead{margin-left:auto;margin-right:auto}
  .hero-split .hero-buttons{justify-content:center}
  .hero-split .hero-mid{justify-content:center}
  .hero-split-right{align-items:center}
  .hero-modules-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:768px){
  .hero-hero{min-height:auto;padding:3.5rem 0 3rem}
  .hero-split-inner{
    grid-template-columns:1fr;
    gap:2rem;
    padding:2rem 1.25rem;
  }
  .hero-split-left{text-align:center;max-width:100%}
  .hero-split .hero-title-lines{align-items:center}
  .hero-split .hero-title-handwritten .hero-line-block,
  .hero-split .hero-title-handwritten .hero-line-underline{text-align:center}
  .hero-split .hero-lead{margin-left:auto;margin-right:auto}
  .hero-split .hero-buttons{justify-content:center}
  .hero-split .hero-mid{justify-content:center}
  .hero-split-right{
    align-items:center;
    padding:1.25rem;
  }
  .hero-modules-grid{
    grid-template-columns:repeat(4,1fr);
    gap:.5rem;
  }
  .hero-split-right .hero-module img{width:28px;height:28px}
  .hero-split-right .hero-module span{font-size:.65rem}
  .hero-inner{grid-template-columns:1fr;gap:2.5rem}
  .hero-inner-full{padding:0 .5rem}
  .hero-title-lines{font-size:clamp(2rem,8vw,3rem)}
  .hero-mid{flex-direction:column;gap:1rem;padding:.8rem 0}
  .hero-modules-row{gap:.75rem}
  .hero-module{min-width:78px;padding:.7rem .75rem}
  .hero-module img{width:34px;height:34px}
  .hero-module span{font-size:.72rem}
  .hero-title{font-size:clamp(2rem,7vw,3rem)}
  .hero-stats{gap:1.5rem;padding-top:1.2rem}
  .hero-bento{grid-template-columns:1fr}
  .bento-card-wide{grid-column:1}
  .hero-grid,.grid-3,.grid-2,.stats,.contact-box,.process-grid{grid-template-columns:1fr}
  .grid-4{grid-template-columns:1fr}
  .footer-wrap{grid-template-columns:1fr}
  nav{
    display:none;position:absolute;top:100%;left:0;right:0;
    background:var(--white);flex-direction:column;
    padding:1rem;border-bottom:1px solid var(--gray-200);
    box-shadow:var(--shadow-md);
  }
  nav.open{display:flex}
  .menu-toggle{display:flex}
  .nav-wrap{flex-wrap:wrap}
  .stats{grid-template-columns:repeat(2,1fr)}
  .copyright{flex-direction:column;text-align:center}
  .odoo-showcase{padding:3rem 0 2rem}
  .odoo-hero-logo{height:44px}
  .odoo-logo-glow{width:120px;height:120px}
  .odoo-showcase-title{font-size:1.4rem}
  .odoo-showcase-lead{font-size:.92rem;margin-bottom:1.5rem}
  .marquee-item{width:72px;padding:.6rem .35rem .75rem}
  .marquee-item img{width:36px;height:36px;border-radius:8px}
  .marquee-item span{font-size:.65rem;max-width:64px}
  .marquee-fade{width:40px}
  .marquee-track{animation-duration:25s}
  .marquee-track--reverse{animation-duration:30s}
  .topbar .container{padding:.5rem 0;gap:.6rem}
  .topbar-badge,.topbar span{font-size:.75rem}
  .topbar-cta{font-size:.72rem;padding:.3rem .7rem}
  .topbar-link{font-size:.76rem}
  .topbar-link svg{width:12px;height:12px}
}

/* ─── WHATSAPP BUTTON ─── */
.wa-float{
  position:fixed;bottom:28px;right:28px;z-index:999;
  width:60px;height:60px;border-radius:50%;
  background:#25D366;color:#fff;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 20px rgba(37,211,102,.4);
  transition:var(--transition);
  text-decoration:none;
}
.wa-float:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(37,211,102,.55)}
.wa-float svg{width:32px;height:32px;fill:#fff}

/* ─── TOAST ─── */
.td-toast{
  position:fixed;bottom:100px;left:50%;
  transform:translateX(-50%) translateY(20px);
  padding:.85rem 1.5rem;border-radius:var(--radius);
  font-size:.9rem;font-weight:600;
  z-index:10000;pointer-events:none;
  opacity:0;transition:all .35s ease;
  max-width:90vw;text-align:center;
}
.td-toast--visible{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto}
.td-toast--success{background:#059669;color:#fff;box-shadow:0 8px 30px rgba(5,150,105,.3)}
.td-toast--error{background:#dc2626;color:#fff;box-shadow:0 8px 30px rgba(220,38,38,.3)}

/* ─── NEWSLETTER ─── */
.newsletter-section{
  background:linear-gradient(180deg,var(--gray-50) 0%,rgba(113,75,103,.03) 100%);
  border-top:1px solid var(--gray-200);
  padding:3rem 0;
}
.newsletter-inner{
  display:flex;align-items:center;gap:2rem;flex-wrap:wrap;
  justify-content:space-between;
}
.newsletter-inner h3{color:var(--gray-900);font-size:1.3rem;margin-bottom:.3rem}
.newsletter-inner p{color:var(--gray-600);font-size:.92rem}
.newsletter-form{display:flex;gap:.5rem;flex-wrap:wrap}
.newsletter-form input{
  padding:.65rem 1rem;border-radius:var(--radius-full);
  border:1.5px solid var(--gray-200);background:#fff;
  color:var(--gray-900);font-size:.9rem;min-width:260px;
  transition:var(--transition);
}
.newsletter-form input::placeholder{color:var(--gray-400)}
.newsletter-form input:focus{outline:none;border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px var(--accent-glow)}
.newsletter-form button{
  padding:.65rem 1.5rem;border-radius:var(--radius-full);
  border:2px solid var(--accent);background:var(--accent);
  color:#fff;font-weight:700;font-size:.88rem;
  cursor:pointer;transition:var(--transition);white-space:nowrap;
}
.newsletter-form button:hover{transform:scale(1.04);background:var(--accent-light);border-color:var(--accent-light)}
