@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--background:#0b0f16;--foreground:#eef2f7;--card:rgba(17,23,34,.72);--muted:#9aa4b2;--border:rgba(76,88,110,.35);--primary:#3b82f6;--success:#166534;--success-soft:#dcfce7;--danger:#b91c1c;--danger-soft:#fee2e2;--glow:0 0 42px -14px rgba(59,130,246,.38);--container:1200px;--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Inter',sans-serif;background:var(--background);color:var(--foreground);line-height:1.65}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}h1,h2,h3,h4,h5,h6{font-family:'Space Grotesk',sans-serif;margin:0}p{margin:0 0 1rem}
header{position:fixed;top:0;left:0;right:0;z-index:40;background:rgba(11,15,22,.72);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:92px}.logo-wrap{display:flex;align-items:center}.logo-wrap img{height:82px;width:auto}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a{color:var(--muted);font-size:.95rem;transition:.2s}.nav-links a:hover{color:var(--foreground)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:12px;font-weight:700;transition:.2s;cursor:pointer;border:1px solid transparent}.btn-primary{background:var(--primary);color:#fff;box-shadow:var(--glow)}.btn-primary:hover{filter:brightness(1.08);transform:translateY(-1px)}.btn-secondary{background:rgba(17,23,34,.6);border-color:var(--border);color:var(--foreground)}
.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.9}.hero::before{content:"";position:absolute;inset:0;background-image:url("/assets/logo-bg.png");background-repeat:no-repeat;background-position:center center;background-size:1200px auto;opacity:.40;filter:none;z-index:1;pointer-events:none}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(11,15,22,.46), rgba(11,15,22,.68), rgba(11,15,22,.92));z-index:2}.hero-content{position:relative;z-index:3;padding-top:120px;padding-bottom:64px;text-align:center;max-width:900px}.badge{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:var(--card);backdrop-filter:blur(16px);border:1px solid rgba(59,130,246,.22);box-shadow:var(--glow);margin-bottom:28px;color:var(--muted);font-size:.95rem}.badge-dot{width:10px;height:10px;border-radius:50%;background:var(--primary)}
.hero h1{font-size:clamp(2.8rem,8vw,5.6rem);line-height:1.02;letter-spacing:-.05em;margin-bottom:20px}.gradient-text{background:linear-gradient(135deg,#7fb0ff,#2563eb);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{font-size:clamp(1.05rem,2vw,1.28rem);max-width:780px;margin:0 auto 32px;color:var(--muted)}.hero-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.hero-stats{margin:58px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:560px}.hero-stat strong{display:block;font-family:'Space Grotesk',sans-serif;font-size:clamp(1.6rem,4vw,2.2rem)}.hero-stat span{display:block;color:var(--muted);font-size:.88rem;margin-top:4px}
.section{padding:96px 0}.section.alt{background:rgba(255,255,255,.02)}.section-title{text-align:center;margin-bottom:58px}.section-title h2{font-size:clamp(2rem,4vw,3.4rem);margin-bottom:14px}.section-title p{color:var(--muted);max-width:760px;margin:0 auto}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.card{background:var(--card);backdrop-filter:blur(14px);border:1px solid var(--border);border-radius:var(--radius);padding:30px;box-shadow:var(--glow)}.icon-box{width:54px;height:54px;border-radius:14px;background:rgba(59,130,246,.12);display:grid;place-items:center;color:var(--primary);font-size:1.35rem;font-weight:800;margin-bottom:18px}.card h3{font-size:1.2rem;margin-bottom:10px}.card p{color:var(--muted)}
.steps .step{text-align:center;position:relative}.steps .step-num{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:rgba(59,130,246,.12);border:1px solid rgba(59,130,246,.25);box-shadow:var(--glow);font-family:'Space Grotesk',sans-serif;font-size:1.35rem;font-weight:700}.steps .step p{color:var(--muted);font-size:.95rem}.steps .connector{display:none;position:absolute;top:38px;left:62%;width:78%;height:1px;background:linear-gradient(90deg, rgba(59,130,246,.4), transparent)}
.benefits-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}.benefits-list{display:grid;gap:14px;margin-top:22px}.benefit-item{display:flex;gap:12px;align-items:flex-start}.check{width:26px;height:26px;border-radius:50%;background:rgba(59,130,246,.18);display:grid;place-items:center;color:var(--primary);font-size:.9rem;flex:0 0 26px;margin-top:2px}.stat-box{text-align:center}.stat-box .big{font-family:'Space Grotesk',sans-serif;font-size:4rem;line-height:1;margin-bottom:10px}.stat-box .sub{font-size:1.2rem;font-weight:600;margin-bottom:10px}.mini-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;border-top:1px solid var(--border);margin-top:28px;padding-top:28px}.mini-stats strong{display:block;font-family:'Space Grotesk',sans-serif;font-size:1.8rem}.mini-stats span{display:block;color:var(--muted);font-size:.9rem}
.faq-list{max-width:900px;margin:0 auto;display:grid;gap:14px}details{background:var(--card);backdrop-filter:blur(14px);border:1px solid var(--border);border-radius:16px;padding:18px 20px}summary{cursor:pointer;font-weight:700;list-style:none}summary::-webkit-details-marker{display:none}details p{margin-top:12px;color:var(--muted)}
.contact-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:26px}.contact-box,.form-box{background:var(--card);backdrop-filter:blur(14px);border:1px solid var(--border);border-radius:20px;padding:30px;box-shadow:var(--glow)}.contact-box p,.contact-box li{color:var(--muted)}.form-box form{display:grid;gap:14px}label{font-weight:600;font-size:.95rem}input,textarea{width:100%;padding:14px 16px;border-radius:14px;background:rgba(255,255,255,.03);border:1px solid rgba(148,163,184,.28);color:var(--foreground);font:inherit}textarea{min-height:150px;resize:vertical}
.cta{text-align:center;background:linear-gradient(180deg, rgba(59,130,246,.12), rgba(37,99,235,.05));border:1px solid rgba(59,130,246,.18)}.cta p{color:var(--muted);max-width:780px;margin:0 auto 24px}.alert-success,.alert-error{border-radius:14px;padding:14px 16px;font-weight:700;margin-bottom:14px}.alert-success{background:var(--success-soft);color:var(--success)}.alert-error{background:var(--danger-soft);color:var(--danger)}
footer{padding:38px 0;border-top:1px solid var(--border)}.footer-row{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--foreground)}.page-hero{padding:150px 0 42px;background:linear-gradient(180deg, rgba(37,99,235,.10), transparent)}.page-content{padding:0 0 80px}.legal-card,.status-card{max-width:900px;margin:0 auto;background:var(--card);backdrop-filter:blur(14px);border:1px solid var(--border);border-radius:20px;padding:32px;box-shadow:var(--glow)}.legal-card p,.legal-card li,.status-card p{color:var(--muted)}.legal-card h2{margin:26px 0 10px;font-size:1.2rem}.small{font-size:.92rem;color:var(--muted)}
@media (min-width:901px){.steps .connector{display:block}}
@media (max-width:900px){.nav-links{display:none}.hero-content{padding-top:140px}.hero::before{background-size:900px auto}.hero-stats,.grid-2,.grid-4,.benefits-wrap,.contact-grid{grid-template-columns:1fr}.logo-wrap img{height:68px}}


.cta-sub{margin-top:14px;font-size:.92rem;color:#9aa4b2}
.cta-proof{margin-top:10px;font-size:.85rem;color:#8a94a3}
.social-proof{margin-top:20px;font-size:.9rem;color:#9aa4b2}
.form-trust{margin-bottom:16px;font-size:.92rem;color:#9aa4b2;text-align:center}
.form-psychology{margin-bottom:10px;font-size:.85rem;color:#9aa4b2}
.form-note{margin-top:8px;font-size:.88rem;color:#9aa4b2;line-height:1.5}
.contact-urgency{margin-top:10px;font-size:.9rem;color:#a3abb7}


.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.price-card{position:relative}
.price-card-featured{border:1px solid rgba(59,130,246,.55);box-shadow:0 0 0 1px rgba(59,130,246,.18), var(--glow)}
.price-tag{display:inline-block;padding:7px 12px;border-radius:999px;background:rgba(59,130,246,.12);color:#8fbdff;font-size:.82rem;font-weight:700;margin-bottom:14px}
.price-value{font-family:'Space Grotesk',sans-serif;font-size:2.1rem;line-height:1.1;margin:10px 0 18px;color:#fff}
.price-list{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:10px}
.price-list li{color:var(--muted);position:relative;padding-left:20px}
.price-list li::before{content:"✓";position:absolute;left:0;top:0;color:var(--primary);font-weight:900}
.price-note{max-width:860px;margin:28px auto 0;text-align:center;color:var(--muted)}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.trust-card{height:100%}
.trust-badge{display:inline-block;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid var(--border);font-size:.82rem;color:#b7c0ce;margin-bottom:14px}
.trust-headline{font-weight:700;color:#d9e1ec;margin-bottom:10px}
.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}
.proof-item{background:rgba(255,255,255,.04);border:1px solid var(--border);border-radius:16px;padding:18px}
.proof-item strong{display:block;margin-bottom:6px}
.proof-item span{display:block;color:var(--muted);font-size:.92rem}
@media (max-width:900px){
  .pricing-grid,.trust-grid,.proof-strip{grid-template-columns:1fr}
}


.hero-content h1{letter-spacing:-0.04em}
.hero-content p{font-size:1.15rem}
.btn-primary{transform:scale(1.05)}
.price-card-featured{transform:scale(1.05)}


.hero-logo{
  display:flex;
  justify-content:center;
  margin-bottom:18px;
}
.hero-logo img{
  height:108px;
  width:auto;
  filter:drop-shadow(0 0 24px rgba(59,130,246,.18));
}
.logo-wrap img{
  height:74px;
  width:auto;
}
.footer-logo{
  margin-bottom:8px;
}
.footer-logo img{
  height:72px;
  width:auto;
}
@media (max-width:900px){
  .hero-logo img{height:84px}
  .logo-wrap img{height:62px}
  .footer-logo img{height:60px}
}


/* =========================
   HIGH-END DESIGN UPGRADE
   ========================= */
body{
  background:
    radial-gradient(circle at top center, rgba(59,130,246,.08), transparent 28%),
    var(--background);
}
header{
  background:rgba(11,15,22,.62);
  backdrop-filter:blur(18px) saturate(140%);
  border-bottom:1px solid rgba(255,255,255,.07);
  box-shadow:0 10px 40px rgba(0,0,0,.14);
}
.nav-links a{position:relative;}
.nav-links a:not(.btn)::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:linear-gradient(90deg,#7fb0ff,#2563eb);
  transition:width .25s ease;
}
.nav-links a:not(.btn):hover::after{width:100%;}
.hero{min-height:100svh;}
.hero::before{
  background-image:
    radial-gradient(circle at center, rgba(59,130,246,.18), transparent 44%),
    url("/assets/logo-bg.png");
  background-repeat:no-repeat,no-repeat;
  background-position:center center, center center;
  background-size:1200px 1200px, 1380px auto;
  opacity:.50;
  filter:none;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to bottom, rgba(11,15,22,.18), rgba(11,15,22,.76)),
    radial-gradient(circle at center, transparent 35%, rgba(11,15,22,.28) 100%);
  z-index:2;
}
.hero-content{
  max-width:940px;
  animation:fadeUp .85s ease both;
}
.hero-logo{
  display:flex;
  justify-content:center;
  margin-bottom:20px;
}
.hero-logo img{
  height:112px;
  width:auto;
  filter:drop-shadow(0 0 30px rgba(59,130,246,.25));
}
.hero h1{
  font-size:clamp(3rem,7vw,6rem);
  line-height:.98;
  letter-spacing:-.05em;
  margin-bottom:24px;
  text-wrap:balance;
}
.hero p{
  max-width:790px;
  font-size:clamp(1.08rem,1.8vw,1.22rem);
  color:#b6c1cf;
}
.hero-microproof{
  margin:18px 0 0;
  color:#93a1b4;
  font-size:.92rem;
}
.btn{
  border-radius:14px;
  font-weight:800;
  letter-spacing:-.01em;
}
.btn-primary{
  background:linear-gradient(135deg,#3b82f6,#2563eb);
  color:#fff;
  box-shadow:0 14px 34px rgba(59,130,246,.24), 0 0 0 1px rgba(255,255,255,.06) inset;
}
.btn-primary:hover{
  transform:translateY(-2px) scale(1.02);
  box-shadow:0 18px 42px rgba(59,130,246,.34), 0 0 0 1px rgba(255,255,255,.08) inset;
}
.btn-secondary{
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.10);
}
.btn-secondary:hover{
  background:rgba(255,255,255,.08);
  transform:translateY(-2px);
}
.section{padding:112px 0;}
.section-title p{font-size:1.04rem;}
.card,.contact-box,.form-box,.legal-card,.status-card,details,.proof-item{
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(12px);
  box-shadow:0 18px 50px rgba(0,0,0,.16), 0 0 0 1px rgba(255,255,255,.02) inset;
}
.card,details,.proof-item{
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.card:hover,details:hover,.proof-item:hover{
  transform:translateY(-6px);
  border-color:rgba(59,130,246,.26);
  box-shadow:0 24px 60px rgba(0,0,0,.22), 0 0 0 1px rgba(59,130,246,.10) inset;
}
.icon-box,.step-num{
  box-shadow:0 10px 30px rgba(37,99,235,.18), 0 0 0 1px rgba(59,130,246,.15) inset;
}
input,textarea,select{
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.09);
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
input:focus,textarea:focus,select:focus{
  outline:none;
  border-color:rgba(59,130,246,.55);
  box-shadow:0 0 0 4px rgba(59,130,246,.14);
  background:rgba(255,255,255,.05);
}
.footer-links a{position:relative;}
.footer-links a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-6px;
  width:0;
  height:2px;
  background:linear-gradient(90deg,#7fb0ff,#2563eb);
  transition:width .25s ease;
}
.footer-links a:hover::after{width:100%;}
@keyframes fadeUp{
  from{opacity:0;transform:translateY(24px);}
  to{opacity:1;transform:translateY(0);}
}
@media (max-width:900px){
  .hero::before{background-size:800px 800px, 980px auto;}
  .hero-logo img{height:88px;}
  .section{padding:92px 0;}
}


/* =========================
   MOBILE PIXEL-PERFECT
   ========================= */

@media (max-width: 768px){
  html, body{
    overflow-x:hidden;
  }

  .container{
    width:min(100%, calc(100% - 24px));
  }

  header{
    background:rgba(11,15,22,.78);
  }

  .nav{
    min-height:74px;
    gap:10px;
  }

  .logo-wrap img{
    height:52px !important;
    max-width:180px;
    object-fit:contain;
  }

  .nav-links{
    display:none !important;
  }

  .hero{
    min-height:auto;
    padding-top:108px;
    padding-bottom:44px;
  }

  .hero::before{
    background-size:620px 620px, 760px auto !important;
    background-position:center 16%, center 16% !important;
    opacity:.42 !important;
  }

  .hero-content{
    max-width:100%;
    padding-top:0 !important;
    padding-bottom:0 !important;
  }

  .hero-logo{
    margin-bottom:14px;
  }

  .hero-logo img{
    height:72px !important;
  }

  .badge, .hero-badge{
    margin-bottom:18px;
    padding:8px 12px;
    font-size:.82rem;
    line-height:1.35;
  }

  .hero h1{
    font-size:clamp(2.15rem, 10vw, 3rem) !important;
    line-height:1.02;
    letter-spacing:-.04em;
    margin-bottom:16px;
  }

  .hero p{
    font-size:1rem !important;
    line-height:1.65;
    max-width:100%;
    margin:0 auto 22px;
    padding:0 2px;
  }

  .hero-actions{
    flex-direction:column;
    align-items:stretch;
    gap:12px;
    width:100%;
    max-width:100%;
    margin-top:8px;
    margin-bottom:10px;
  }

  .hero-actions .btn{
    width:100%;
    min-height:52px;
    padding:14px 18px;
    font-size:.98rem;
  }

  .hero-microproof,
  .cta-sub,
  .cta-proof,
  .social-proof{
    font-size:.86rem !important;
    line-height:1.55;
    text-align:center;
    max-width:100%;
  }

  .hero-stats{
    grid-template-columns:1fr;
    gap:14px;
    margin-top:28px;
    max-width:100%;
  }

  .hero-stat{
    padding:14px 12px;
    border-radius:16px;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.06);
  }

  .hero-stat strong{
    font-size:1.55rem;
  }

  .section{
    padding:74px 0 !important;
  }

  .section-title{
    margin-bottom:30px;
  }

  .section-title h2{
    font-size:1.9rem !important;
    line-height:1.12;
    letter-spacing:-.03em;
  }

  .section-title p{
    font-size:.98rem !important;
    line-height:1.6;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .pricing-grid,
  .trust-grid,
  .proof-strip,
  .benefits-wrap,
  .contact-grid,
  .hero-stats,
  .mini-stats{
    grid-template-columns:1fr !important;
  }

  .card,
  .contact-box,
  .form-box,
  .legal-card,
  .status-card,
  details,
  .proof-item{
    padding:22px 18px !important;
    border-radius:18px;
  }

  .icon-box{
    width:48px;
    height:48px;
    font-size:1.1rem;
    margin-bottom:14px;
  }

  .steps .step{
    padding:0 4px;
  }

  .steps .step-num{
    width:62px;
    height:62px;
    font-size:1.05rem;
    margin-bottom:14px;
  }

  .steps .connector{
    display:none !important;
  }

  .benefits-list{
    gap:12px;
  }

  .benefit-item{
    gap:10px;
  }

  .stat-box .big{
    font-size:3rem;
  }

  .mini-stats{
    gap:16px;
    margin-top:20px;
    padding-top:20px;
  }

  .price-card-featured{
    transform:none !important;
  }

  .price-value{
    font-size:1.8rem !important;
    margin:8px 0 16px;
  }

  .price-list{
    gap:8px;
  }

  .faq-list{
    gap:12px;
  }

  details{
    padding:16px 16px !important;
  }

  summary{
    font-size:.98rem;
    line-height:1.45;
    padding-right:8px;
  }

  .contact-box h2,
  .form-box h2{
    font-size:1.75rem;
    line-height:1.15;
  }

  label{
    font-size:.9rem;
  }

  input, textarea, select{
    min-height:50px;
    padding:13px 14px;
    font-size:16px;
  }

  textarea{
    min-height:140px;
  }

  .form-box form{
    gap:12px;
  }

  .btn{
    min-height:50px;
  }

  .footer-row{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:12px;
  }

  .footer-logo img{
    height:58px !important;
  }

  .footer-links{
    justify-content:center;
    gap:14px;
  }

  .page-hero{
    padding:118px 0 28px;
  }

  .page-hero h1{
    font-size:2rem;
    line-height:1.1;
  }

  .page-content{
    padding:0 0 56px;
  }
}

@media (max-width: 420px){
  .container{
    width:min(100%, calc(100% - 20px));
  }

  .hero{
    padding-top:102px;
    padding-bottom:38px;
  }

  .hero::before{
    background-size:520px 520px, 660px auto !important;
    background-position:center 18%, center 18% !important;
  }

  .logo-wrap img{
    height:46px !important;
    max-width:160px;
  }

  .hero-logo img{
    height:64px !important;
  }

  .hero h1{
    font-size:2rem !important;
  }

  .hero p,
  .section-title p,
  .hero-microproof,
  .cta-sub,
  .cta-proof,
  .social-proof{
    font-size:.92rem !important;
  }

  .card,
  .contact-box,
  .form-box,
  .legal-card,
  .status-card,
  details,
  .proof-item{
    padding:20px 16px !important;
  }

  .btn{
    font-size:.95rem;
  }
}


/* =========================
   ULTRA-FEINE MOBILE POLITUR
   ========================= */

@media (max-width: 768px){
  body{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  .hero{
    padding-top: 96px;
    padding-bottom: 34px;
  }

  .hero-content{
    padding-left: 2px;
    padding-right: 2px;
  }

  .hero-badge,
  .badge{
    border-radius: 999px;
    max-width: 100%;
    justify-content: center;
  }

  .hero h1{
    max-width: 11ch;
    margin-left: auto;
    margin-right: auto;
  }

  .hero p{
    max-width: 34ch;
  }

  .hero-actions{
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions .btn{
    border-radius: 16px;
  }

  .hero-stat{
    padding: 16px 14px;
  }

  .section-title{
    padding-left: 4px;
    padding-right: 4px;
  }

  .card,
  .contact-box,
  .form-box,
  .legal-card,
  .status-card,
  details,
  .proof-item{
    border-radius: 20px;
  }

  .price-card,
  .trust-card{
    overflow: hidden;
  }

  .price-tag,
  .trust-badge{
    border-radius: 999px;
  }

  input,
  textarea,
  select{
    border-radius: 16px;
  }

  textarea{
    line-height: 1.55;
  }

  .form-note,
  .form-trust,
  .form-psychology,
  .contact-urgency{
    text-wrap: balance;
  }

  .footer-links a{
    padding: 2px 0;
  }

  .footer-links a::after{
    bottom: -4px;
  }

  .small{
    line-height: 1.5;
  }
}

@media (max-width: 560px){
  .hero{
    padding-top: 92px;
    padding-bottom: 30px;
  }

  .hero::before{
    background-size: 460px 460px, 590px auto !important;
    background-position: center 22%, center 22% !important;
    opacity: .38 !important;
  }

  .hero-logo{
    margin-bottom: 12px;
  }

  .hero-logo img{
    height: 58px !important;
  }

  .badge,
  .hero-badge{
    font-size: .78rem !important;
    padding: 8px 10px;
  }

  .hero h1{
    font-size: 1.88rem !important;
    max-width: 10.5ch;
  }

  .hero p{
    font-size: .95rem !important;
    max-width: 31ch;
    margin-bottom: 18px;
  }

  .hero-microproof,
  .cta-sub,
  .cta-proof,
  .social-proof{
    font-size: .82rem !important;
    max-width: 32ch;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-stats{
    gap: 12px;
    margin-top: 22px;
  }

  .hero-stat strong{
    font-size: 1.42rem;
  }

  .section{
    padding: 66px 0 !important;
  }

  .section-title h2{
    font-size: 1.72rem !important;
  }

  .section-title p{
    font-size: .94rem !important;
  }

  .card,
  .contact-box,
  .form-box,
  .legal-card,
  .status-card,
  details,
  .proof-item{
    padding: 18px 14px !important;
  }

  .icon-box{
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .steps .step-num{
    width: 58px;
    height: 58px;
  }

  .price-value{
    font-size: 1.62rem !important;
  }

  .contact-box h2,
  .form-box h2,
  .legal-card h1,
  .status-card h1{
    font-size: 1.58rem;
  }

  input,
  textarea,
  select,
  .btn{
    min-height: 48px;
  }

  .footer-logo img{
    height: 52px !important;
  }
}

@media (max-width: 380px){
  .container{
    width: min(100%, calc(100% - 16px));
  }

  .hero{
    padding-top: 88px;
    padding-bottom: 28px;
  }

  .hero::before{
    background-size: 400px 400px, 520px auto !important;
  }

  .logo-wrap img{
    height: 42px !important;
    max-width: 145px;
  }

  .hero-logo img{
    height: 52px !important;
  }

  .hero h1{
    font-size: 1.72rem !important;
  }

  .hero p{
    font-size: .92rem !important;
  }

  .hero-actions .btn{
    padding: 13px 16px;
    font-size: .92rem;
  }

  .badge,
  .hero-badge{
    font-size: .75rem !important;
  }

  .section-title h2{
    font-size: 1.58rem !important;
  }

  .price-value{
    font-size: 1.5rem !important;
  }

  .card,
  .contact-box,
  .form-box,
  .legal-card,
  .status-card,
  details,
  .proof-item{
    padding: 16px 12px !important;
  }
}


/* =========================
   CONVERSION OPTIMIERUNG
   ========================= */
.hero-trust-list{
  display:grid;
  gap:10px;
  max-width:760px;
  margin:22px auto 0;
  color:#c0cad7;
  font-size:.95rem;
}
.hero-trust-list div{
  padding:12px 16px;
  border-radius:14px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.06);
}
.process-strip{
  grid-template-columns:repeat(4,1fr);
}
.after-submit-note{
  display:grid;
  gap:6px;
  margin-top:4px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}
.after-submit-note strong{
  display:block;
}
.after-submit-note span{
  display:block;
  color:var(--muted);
  font-size:.92rem;
  line-height:1.55;
}
.form-note{
  margin-top:10px !important;
}
.contact-box .small{
  color:#aeb8c5;
}
@media (max-width:900px){
  .process-strip{
    grid-template-columns:1fr;
  }
  .hero-trust-list{
    font-size:.9rem;
  }
}


/* =========================
   HERO APPLE-LEVEL POLISH
   ========================= */
.hero{
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-content{
  max-width:980px;
  padding-top:132px !important;
  padding-bottom:72px !important;
}
.hero-logo{
  margin-bottom:26px;
}
.hero-logo img{
  height:118px !important;
  filter:drop-shadow(0 0 34px rgba(59,130,246,.18));
}
.hero-badge,
.badge{
  padding:10px 18px;
  gap:10px;
  margin-bottom:26px;
  font-size:.9rem;
  letter-spacing:.01em;
}
.hero-title{
  max-width:12ch;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:22px !important;
  font-size:clamp(3.4rem, 6.9vw, 6.3rem) !important;
  line-height:.94 !important;
  letter-spacing:-.065em !important;
  text-wrap:balance;
}
.hero-content > p{
  max-width:720px;
  margin-left:auto !important;
  margin-right:auto !important;
  margin-bottom:28px !important;
  font-size:clamp(1.08rem, 1.65vw, 1.24rem) !important;
  line-height:1.7 !important;
  color:#b7c2d0 !important;
  text-wrap:pretty;
}
.hero-actions-apple{
  gap:14px !important;
  justify-content:center;
  margin-top:4px !important;
  margin-bottom:14px !important;
}
.hero-actions-apple .btn{
  min-width:240px;
  min-height:56px;
  padding:16px 24px;
  border-radius:16px;
  font-size:.98rem;
}
.hero-microproof,
.cta-sub,
.cta-proof,
.social-proof{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}
.hero-microproof{
  margin-top:18px !important;
  margin-bottom:10px !important;
  font-size:.9rem !important;
  letter-spacing:.01em;
}
.cta-sub{
  margin-top:0 !important;
  margin-bottom:8px !important;
  font-size:.92rem !important;
}
.cta-proof{
  margin-top:0 !important;
  margin-bottom:10px !important;
  font-size:.88rem !important;
}
.social-proof{
  margin-top:0 !important;
  margin-bottom:0 !important;
  font-size:.92rem !important;
}
.hero-trust-list{
  max-width:820px !important;
  grid-template-columns:repeat(3,1fr);
  gap:12px !important;
  margin-top:24px !important;
}
.hero-trust-list div{
  padding:14px 16px !important;
  border-radius:16px !important;
  font-size:.9rem;
  line-height:1.45;
}
.hero-stats{
  max-width:760px !important;
  gap:18px !important;
  margin-top:34px !important;
}
.hero-stat{
  padding:18px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.07);
}
.hero-stat strong{
  font-size:clamp(1.65rem, 2vw, 2.25rem) !important;
  margin-bottom:2px;
}
.hero-stat span{
  font-size:.9rem !important;
  color:#9dabc0 !important;
}
@media (max-width:900px){
  .hero-content{
    padding-top:118px !important;
    padding-bottom:48px !important;
  }
  .hero-logo{
    margin-bottom:18px;
  }
  .hero-logo img{
    height:84px !important;
  }
  .hero-title{
    max-width:11ch;
    font-size:clamp(2.45rem, 10vw, 4rem) !important;
    line-height:.98 !important;
    letter-spacing:-.055em !important;
    margin-bottom:16px !important;
  }
  .hero-content > p{
    max-width:34ch;
    font-size:1rem !important;
    line-height:1.62 !important;
    margin-bottom:22px !important;
  }
  .hero-actions-apple{
    flex-direction:column;
    align-items:stretch;
    max-width:420px;
    margin-left:auto;
    margin-right:auto;
  }
  .hero-actions-apple .btn{
    min-width:unset;
    width:100%;
    min-height:54px;
  }
  .hero-trust-list{
    grid-template-columns:1fr !important;
    max-width:420px !important;
  }
  .hero-stats{
    grid-template-columns:1fr !important;
    max-width:420px !important;
  }
}
@media (max-width:560px){
  .hero-content{
    padding-top:104px !important;
    padding-bottom:34px !important;
  }
  .hero-title{
    font-size:2.12rem !important;
    max-width:10ch;
  }
  .hero-content > p{
    max-width:31ch;
    font-size:.96rem !important;
  }
  .hero-badge,
  .badge{
    font-size:.78rem;
    padding:8px 12px;
    margin-bottom:18px;
  }
  .hero-logo img{
    height:68px !important;
  }
  .hero-trust-list div{
    font-size:.86rem;
  }
}


/* =========================
   LOGO GRÖSSER FINAL
   ========================= */

/* Logo oben in der Navigation */
.logo-wrap img{
  height:80px !important;
  width:auto !important;
  object-fit:contain;
}

/* Logo im Hero-Bereich */
.hero-logo img{
  height:150px !important;
  width:auto !important;
  object-fit:contain;
  filter:drop-shadow(0 0 40px rgba(59,130,246,.22));
}

/* Logo im Footer */
.footer-logo img{
  height:82px !important;
  width:auto !important;
  object-fit:contain;
}

@media (max-width:900px){
  .logo-wrap img{
    height:64px !important;
  }

  .hero-logo img{
    height:110px !important;
  }

  .footer-logo img{
    height:66px !important;
  }
}

@media (max-width:420px){
  .logo-wrap img{
    height:54px !important;
  }

  .hero-logo img{
    height:92px !important;
  }

  .footer-logo img{
    height:58px !important;
  }
}
