/* InkassoStop – Final CSS Basic + Pro */

:root{
  --bg:#020817;
  --bg2:#081120;
  --card:#0b1424;
  --card2:#101b2f;
  --border:rgba(255,255,255,.08);
  --gold:#c6a66a;
  --gold2:#e7c88d;
  --text:#fff;
  --muted:#9aa6bf;
  --danger:#ff5f6d;
  --success:#4ade80;
  --shadow:0 18px 50px rgba(0,0,0,.45);
  --container:1280px;
}

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

html{
  scroll-behavior:smooth;
  font-size:16px;
}

body{
  background:radial-gradient(circle at top,#142444 0%,#020817 48%),var(--bg);
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
  overflow-x:hidden;
}

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

.container{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:0 32px;
}

/* HEADER */

.header,
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(2,8,23,.82);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.05);
}

.nav,
.header-row{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.logo{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:900;
  font-size:24px;
  color:#fff;
}

.logo-icon,
.logo-mark{
  width:36px;
  height:36px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#111827;
  font-weight:900;
}

.nav-links,
.site-nav{
  display:flex;
  align-items:center;
  gap:26px;
}

.nav-links a,
.site-nav a{
  color:var(--muted);
  font-size:15px;
  font-weight:600;
}

.nav-links a:hover,
.site-nav a:hover{color:#fff}

/* BUTTONS */

.btn{
  border:0;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:56px;
  padding:0 28px;
  border-radius:16px;
  font-weight:800;
  font-size:16px;
  transition:.25s;
}

.btn:hover{transform:translateY(-2px)}

.btn-gold,
.btn-primary{
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#111827 !important;
  box-shadow:0 12px 34px rgba(198,166,106,.28);
}

.btn-dark,
.btn-secondary{
  background:rgba(255,255,255,.06);
  color:#fff;
  border:1px solid rgba(255,255,255,.09);
}

.btn-lg{min-height:60px;font-size:17px}
.full-width,.btn-block{width:100%}

/* TYPO */

h1,h2,h3,h4{
  line-height:1.05;
  letter-spacing:-.035em;
}

h1{
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(62px,7vw,110px);
  margin-bottom:26px;
}

h2{
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(42px,4.5vw,64px);
  margin-bottom:22px;
}

h3{
  font-size:28px;
  margin-bottom:12px;
}

p{color:var(--muted)}

.lead,
.hero-text,
.section-header p{
  color:var(--muted);
  font-size:21px;
  line-height:1.8;
  max-width:850px;
}

/* HERO */

.hero{
  position:relative;
  padding:130px 0 110px;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:90px;
  align-items:center;
}

.hero .container{
  display:block;
}

.hero-content{
  max-width:680px;
}

.hero-preview{
  display:flex;
  justify-content:center;
  position:relative;
}

.hero-badge,
.notice-calm{
  display:inline-block;
  background:rgba(198,166,106,.10);
  border:1px solid rgba(198,166,106,.28);
  color:#f7e4ba;
  padding:12px 18px;
  border-radius:999px;
  font-weight:700;
  font-size:14px;
  margin-bottom:24px;
}

.hero h1 span{
  display:block;
  color:var(--gold2);
}

.hero-buttons,
.hero-cta{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:34px;
}

.hero-trust{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.trust-pill,
.hero-trust span{
  padding:10px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.07);
  color:#d5dcee;
  font-size:14px;
}

/* LETTER PREVIEW */

.letter-preview{
  position:relative;
  background:#fff;
  color:#111827;
  border-radius:24px;
  padding:46px;
  min-height:620px;
  max-width:440px;
  box-shadow:var(--shadow);
  font-size:15px;
  line-height:1.65;
}

.letter-top{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-bottom:34px;
}

.letter-address{
  margin-bottom:22px;
  font-weight:700;
}

.letter-subject{
  font-weight:800;
  margin-bottom:22px;
}

.letter-lines{
  margin-top:28px;
  height:80px;
  background:repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 15px,
    #ddd 16px
  );
}

.letter-signature{margin-top:24px}

.preview-badge,
.preview-ready{
  position:absolute;
  right:-18px;
  bottom:-18px;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#111827;
  padding:14px 18px;
  border-radius:16px;
  font-weight:900;
  box-shadow:0 12px 34px rgba(0,0,0,.28);
}

/* SECTIONS */

section{
  padding:100px 0;
}

.section-header{
  margin-bottom:44px;
}

.features,
.trust-strip{
  padding-top:40px;
}

.feature-grid,
.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.feature-card,
.trust-grid .item,
.possibility-card,
.step-card,
.step,
.result-card{
  background:linear-gradient(180deg,rgba(16,27,47,.92),rgba(11,20,36,.98));
  border:1px solid var(--border);
  border-radius:24px;
  padding:28px;
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}

.feature-card h3,
.trust-grid strong{
  font-size:18px;
  margin-bottom:8px;
  color:#fff;
}

.possibility-grid,
.steps-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.possibility-card span,
.step-card span,
.step-num{
  width:42px;
  height:42px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#111827;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  margin-bottom:18px;
}

/* PRICING */

.pricing-grid,
.pakete-grid,
.packages-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:32px;
  max-width:920px;
}

.two-packages{
  grid-template-columns:repeat(2,1fr);
}

.pricing-card,
.paket-card,
.package-card{
  position:relative;
  background:linear-gradient(180deg,rgba(11,20,36,.96),rgba(7,14,28,1));
  border:1px solid rgba(255,255,255,.08);
  border-radius:26px;
  padding:34px;
  transition:.25s;
  overflow:hidden;
}

.pricing-card:hover,
.paket-card:hover{
  transform:translateY(-5px);
  border-color:rgba(198,166,106,.35);
}

.featured,
.recommended{
  border-color:rgba(198,166,106,.5);
}

.recommended::before,
.pricing-card.featured::before{
  content:"Empfohlen";
  position:absolute;
  top:18px;
  right:18px;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#111827;
  font-size:12px;
  font-weight:900;
  padding:7px 11px;
  border-radius:999px;
}

.pricing-title,
.paket-card h3{
  font-size:26px;
  font-weight:900;
}

.pricing-price,
.preis{
  font-size:62px;
  font-weight:950;
  line-height:1;
  margin:18px 0 12px;
}

.pricing-sub,
.preis-zusatz{
  color:var(--gold2);
  font-weight:700;
  margin-bottom:20px;
}

.pricing-list,
.features{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:12px;
  margin:24px 0;
}

.pricing-list li,
.features li{
  position:relative;
  padding-left:24px;
  color:#d7dfef;
}

.pricing-list li::before,
.features li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--gold2);
  font-weight:900;
}

.pricing-note{
  margin-top:50px;
  max-width:900px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  border-radius:22px;
  padding:26px;
  color:#d6deef;
}

/* CARD / NOTICES */

.card{
  background:linear-gradient(180deg,rgba(16,27,47,.92),rgba(11,20,36,.98));
  border:1px solid var(--border);
  border-radius:32px;
  padding:42px;
  box-shadow:var(--shadow);
}

.notice{
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.07);
  padding:18px 22px;
  border-radius:18px;
  color:#d6deef;
}

.alert{
  padding:18px 22px;
  border-radius:18px;
  margin-bottom:24px;
}

.alert-error{
  background:rgba(255,95,109,.12);
  border:1px solid rgba(255,95,109,.3);
  color:#ffd1d6;
}

.alert-success{
  background:rgba(74,222,128,.12);
  border:1px solid rgba(74,222,128,.28);
  color:#d8ffe6;
}

/* UPLOAD */

.selectable-package{
  cursor:pointer;
}

.selectable-package.active{
  border-color:rgba(198,166,106,.9);
  box-shadow:0 0 0 2px rgba(198,166,106,.25),0 18px 45px rgba(0,0,0,.5);
}

.selectable-package.active::after{
  content:"Ausgewählt";
  position:absolute;
  top:18px;
  left:18px;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#111827;
  font-size:12px;
  font-weight:900;
  padding:7px 11px;
  border-radius:999px;
}

.upload-box{
  border:2px dashed rgba(255,255,255,.14);
  border-radius:24px;
  padding:58px 24px;
  text-align:center;
  cursor:pointer;
  transition:.25s;
  background:rgba(255,255,255,.025);
}

.upload-box:hover,
.upload-box.dragover{
  border-color:rgba(198,166,106,.65);
  background:rgba(198,166,106,.055);
}

.upload-icon{
  font-size:44px;
  margin-bottom:18px;
}

.upload-box input{display:none}

.options-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:26px;
}

.option-card{
  display:flex;
  gap:16px;
  align-items:flex-start;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.07);
  border-radius:22px;
  padding:24px;
  cursor:pointer;
  transition:.25s;
}

.option-card:hover{
  border-color:rgba(198,166,106,.3);
  background:rgba(198,166,106,.04);
}

.option-card input{
  width:20px;
  height:20px;
  margin-top:4px;
  flex:0 0 auto;
  accent-color:var(--gold);
}

.option-card:has(input:checked){
  border-color:rgba(198,166,106,.75);
  background:rgba(198,166,106,.09);
}

.option-card h4{
  font-size:20px;
  margin-bottom:8px;
}

.option-card-content{flex:1}

.form-row{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:22px;
}

label{
  font-weight:700;
}

input,
textarea{
  width:100%;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  color:#fff;
  padding:18px;
  font-size:16px;
  outline:none;
  transition:.2s;
}

textarea{
  min-height:140px;
  resize:vertical;
}

input:focus,
textarea:focus{
  border-color:rgba(198,166,106,.75);
  box-shadow:0 0 0 3px rgba(198,166,106,.13);
}

input::placeholder,
textarea::placeholder{color:#7d8799}

.checkbox-row{color:#d6deef}

.selected-paket{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px;
  border-radius:22px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.07);
}

.selected-paket .label{
  display:block;
  color:var(--muted);
  font-size:14px;
  margin-bottom:4px;
}

.selected-paket .name{
  font-size:20px;
  font-weight:900;
}

/* RESULT */

.result-progress-wrap{
  margin:34px auto;
  max-width:560px;
  background:rgba(255,255,255,.08);
  height:14px;
  border-radius:999px;
  overflow:hidden;
}

.result-progress-bar{
  height:100%;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  transition:width .35s ease;
}

.result-status{
  color:var(--muted);
  margin-top:12px;
  font-size:18px;
}

.result-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:34px;
}

/* FOOTER */

.footer,
.site-footer{
  border-top:1px solid rgba(255,255,255,.06);
  padding:36px 0;
  margin-top:80px;
}

.footer-inner,
.footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  color:var(--muted);
}

.footer-links{
  display:flex;
  gap:20px;
}

/* RESPONSIVE */

@media(max-width:1100px){
  .hero-grid{
    grid-template-columns:1fr;
  }

  .feature-grid,
  .trust-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .possibility-grid,
  .steps-grid,
  .result-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:820px){
  .pricing-grid,
  .pakete-grid,
  .packages-grid,
  .two-packages{
    grid-template-columns:1fr;
    max-width:100%;
  }

  .options-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  .container{
    padding:0 18px;
  }

  .nav,
  .header-row{
    flex-direction:column;
    padding:18px 0;
    min-height:auto;
  }

  .nav-links,
  .site-nav{
    flex-wrap:wrap;
    justify-content:center;
  }

  section{
    padding:64px 0;
  }

  .hero{
    padding:70px 0;
  }

  h1{
    font-size:52px;
  }

  h2{
    font-size:38px;
  }

  .card{
    padding:26px;
    border-radius:24px;
  }

  .letter-preview{
    min-height:auto;
    padding:30px;
  }

  .preview-badge,
  .preview-ready{
    position:static;
    margin-top:18px;
    display:inline-flex;
  }

  .feature-grid,
  .trust-grid{
    grid-template-columns:1fr;
  }

  .selected-paket,
  .footer-inner,
  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .btn{
    width:100%;
  }
}