.page-main {
  padding: 0 0 60px;
}

.page-hero {
  padding: 40px 0 24px;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(214,31,44,.16), transparent 34%),
    linear-gradient(180deg, rgba(10,10,10,.22), rgba(10,10,10,.04));
}

.page-hero .eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 14px;
  font-weight: 900;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(42px, 8vw, 72px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.page-content-section {
  padding-top: 18px;
}

.page-content-card {
  max-width: 900px;
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(180deg,#111722 0%, #0e131c 100%);
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: 0 18px 40px rgba(0,0,0,.24);
}

.page-content-card p,
.page-content-card li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

/* ===== KONTAKT CLEAN ===== */

.contact-page {
  padding-bottom: 56px;
}

.contact-hero-simple {
  padding: 12px 0 10px;
  text-align: center;
}

.contact-hero-simple h1 {
  margin: 0 0 6px;
  font-size: clamp(36px, 7vw, 56px);
  line-height: 1;
  letter-spacing: -.04em;
}

.contact-hero-simple p {
  max-width: 520px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.contact-premium {
  padding: 8px 0 0;
}

.contact-stack {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-action-card,
.contact-info-card {
  padding: 16px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(214,31,44,.08), transparent 34%),
    linear-gradient(180deg,#10141d 0%, #090c12 100%);
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 16px 42px rgba(0,0,0,.26);
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin-bottom: 12px;
}

.contact-action {
  min-height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.contact-action.red {
  color: #fff;
  background: linear-gradient(180deg,#ef2f3c,#d61f2c);
  box-shadow: 0 8px 24px rgba(214,31,44,.22);
}

.contact-action.ghost {
  color: #fff;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.075);
}

.contact-action-card iframe {
  width: 100%;
  height: 145px;
  border: 0;
  border-radius: 18px;
  display: block;
}

.contact-info-card h2 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -.02em;
}

.contact-row {
  margin-bottom: 14px;
}

.contact-row:last-child {
  margin-bottom: 0;
}

.contact-row strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.contact-row span,
.contact-row a {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
  text-decoration: none;
}

@media (min-width: 900px) {
  .contact-action-card iframe {
    height: 230px;
  }

  .contact-info-card,
  .contact-action-card {
    padding: 26px;
  }
}

/* ===== EXTRA MOBILE SPACING ===== */
@media (max-width:700px){

  .contact-hero-simple .wrap{
    padding-left:18px;
    padding-right:18px;
  }

  .contact-action-card,
  .contact-info-card{
    margin-left:10px;
    margin-right:10px;
  }

  .contact-actions{
    padding:0 2px;
  }

  .contact-action{
    padding-left:12px;
    padding-right:12px;
    text-align:center;
    line-height:1.2;
  }

  .contact-info-card{
    padding:22px;
  }
}


/* ===== BESTELLUNG MODE PAGE CLEAN ===== */

.order-mode-page{
  padding:22px 0 70px;
}

.order-mode-hero{
  padding:18px 18px 18px;
  text-align:center;
}

.order-mode-eyebrow{
  margin:0 0 8px;
  color:#ff5a66;
  font-size:12px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.order-mode-hero h1{
  margin:0 auto 10px;
  max-width:760px;
  font-size:clamp(34px,7vw,58px);
  line-height:1;
  letter-spacing:-.055em;
}

.order-mode-hero p{
  margin:0 auto;
  max-width:620px;
  color:rgba(255,255,255,.68);
  font-size:16px;
  line-height:1.55;
}

.order-mode-section{
  padding:12px 18px 0;
}

.order-mode-grid{
  width:min(820px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.order-mode-card{
  padding:22px;
  border-radius:24px;
  text-decoration:none;
  color:#fff;
  background:
    radial-gradient(circle at top right, rgba(255,64,75,.12), transparent 34%),
    linear-gradient(180deg,#101722 0%,#070b11 100%);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:0 14px 34px rgba(0,0,0,.26);
}

.order-mode-card h2{
  margin:0 0 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-size:clamp(24px,4vw,34px);
  line-height:1.05;
  letter-spacing:-.045em;
}

.order-mode-label{
  flex-shrink:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:30px;
  padding:0 13px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#ff707a;
  font-size:12px;
  font-weight:900;
  letter-spacing:.02em;
}

.order-mode-card p{
  margin:0 0 18px;
  color:rgba(255,255,255,.66);
  font-size:15px;
  line-height:1.5;
}

.order-mode-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:46px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:15px;
  font-weight:900;
}

@media(max-width:700px){
  .order-mode-page{
    padding-top:8px;
  }

  .order-mode-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .order-mode-card{
    padding:20px;
    border-radius:22px;
  }

  .order-mode-card h2{
    font-size:28px;
  }
}

/* ===== BESTELLUNG FINER MOBILE ===== */

@media(max-width:700px){
  .order-mode-grid{
    width:100%;
    padding:0 16px;
  }

  .order-mode-card{
    padding:18px 18px 16px;
    border-radius:20px;
  }

  .order-mode-card h2{
    font-size:24px;
    letter-spacing:-.035em;
  }

  .order-mode-label{
    height:26px;
    padding:0 11px;
    font-size:11px;
  }

  .order-mode-card p{
    font-size:14px;
    line-height:1.45;
    margin-bottom:14px;
  }

  .order-mode-arrow{
    min-height:42px;
    font-size:14px;
  }
}



/* ===== LIEFERUNG CHECK PAGE ===== */

.delivery-check-wrap{
  width:min(620px, calc(100% - 36px));
  margin:0 auto;
}

.delivery-check-card{
  width:100%;
}

.delivery-plz-input{
  width:100%;
  height:52px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:#101722;
  color:#fff;
  padding:0 16px;
  font-size:18px;
  margin:8px 0 16px;
  outline:none;
}

.delivery-plz-input:focus{
  border-color:rgba(255,90,102,.55);
  box-shadow:0 0 0 4px rgba(255,90,102,.10);
}

.delivery-check-button{
  border:0;
  cursor:pointer;
}

.delivery-message{
  margin:14px 0 0;
  font-size:14px;
  line-height:1.45;
}

.delivery-message-success{
  color:#9be28f;
}

.delivery-message-error{
  color:#ff8a8a;
}

.delivery-pickup-link{
  margin-top:12px;
  text-decoration:none;
}


.delivery-muted-link{
  display:block;
  margin-top:14px;
  color:rgba(255,255,255,.62);
  text-align:center;
  text-decoration:none;
  font-size:14px;
  line-height:1.35;
}

.delivery-muted-link:hover{
  color:#fff;
}

.delivery-plz-input{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}


/* ===== DELIVERY AREA LIVE LIST ===== */

.delivery-area-list{
  margin:12px 0 0;
  display:flex;
  flex-direction:column;
  gap:8px;
  max-height:260px;
  overflow:auto;
  padding-right:2px;
}

.delivery-area-item{
  min-height:46px;
  display:flex;
  align-items:center;
  padding:0 15px;
  border-radius:15px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.07);
  color:#fff;
  text-decoration:none;
  font-size:16px;
  font-weight:800;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.delivery-area-item:hover{
  background:rgba(255,255,255,.09);
}


/* ===== DELIVERY LIST REFINEMENT ===== */

.delivery-area-list{
  max-height:220px;
  padding-right:6px;
  mask-image:linear-gradient(to bottom, black 82%, transparent 100%);
  -webkit-mask-image:linear-gradient(to bottom, black 82%, transparent 100%);
}

.delivery-area-list::-webkit-scrollbar{
  width:5px;
}

.delivery-area-list::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.22);
  border-radius:999px;
}

.delivery-area-item{
  min-height:38px;
  padding:0 13px;
  border-radius:13px;
  font-size:14px;
  font-weight:800;
}

.delivery-pickup-cta{
  margin-top:16px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  text-align:center;
}

.delivery-pickup-cta strong{
  display:block;
  color:#fff;
  font-size:15px;
  margin-bottom:4px;
}

.delivery-pickup-cta span{
  display:block;
  color:rgba(255,255,255,.70);
  font-size:14px;
}


/* ===== DELIVERY NOT LISTED CTA ===== */

.delivery-not-listed-box{
  margin-top:16px;
  padding:16px;
  border-radius:20px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
  text-align:center;
}

.delivery-not-listed-box strong{
  display:block;
  color:#ff707a;
  font-size:15px;
  font-weight:900;
  margin-bottom:4px;
}

.delivery-not-listed-box span{
  display:block;
  color:rgba(255,255,255,.75);
  font-size:14px;
  margin-bottom:12px;
}

.delivery-green-button{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border-radius:999px;
  background:#2fbf71;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  font-size:14px;
}

.delivery-not-listed-box em{
  display:block;
  margin:12px 0;
  color:rgba(255,255,255,.42);
  font-style:normal;
  font-size:13px;
  font-weight:800;
}

.delivery-outline-button{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  color:#fff;
  text-decoration:none;
  font-weight:900;
  font-size:14px;
}


/* ===== DELIVERY COMPACT FINAL ===== */

.delivery-check-card{
  padding:18px !important;
}

.delivery-check-card h2{
  font-size:24px !important;
  margin-bottom:6px !important;
}

.delivery-check-card p{
  font-size:14px !important;
  margin-bottom:10px !important;
}

.delivery-plz-input{
  height:40px !important;
  min-height:40px !important;
  border-radius:13px !important;
  font-size:14px !important;
  padding:0 13px !important;
  margin:6px 0 10px !important;
}

.delivery-area-list{
  max-height:146px !important;
  gap:6px !important;
  padding-right:6px !important;
  mask-image:linear-gradient(to bottom, transparent 0%, black 12%, black 82%, transparent 100%) !important;
  -webkit-mask-image:linear-gradient(to bottom, transparent 0%, black 12%, black 82%, transparent 100%) !important;
}

.delivery-area-item{
  min-height:36px !important;
  height:36px !important;
  border-radius:12px !important;
  font-size:14px !important;
  padding:0 12px !important;
}

.delivery-not-listed-box{
  margin-top:10px !important;
  padding:12px !important;
  border-radius:16px !important;
}

.delivery-not-listed-box strong,
.delivery-not-listed-box span{
  display:inline !important;
  margin:0 !important;
  font-size:14px !important;
}

.delivery-not-listed-box strong{
  color:#ff707a !important;
  margin-right:5px !important;
}

.delivery-green-button,
.delivery-outline-button{
  min-height:38px !important;
  font-size:13px !important;
  margin-top:9px !important;
}

.delivery-not-listed-box em{
  margin:8px 0 !important;
  font-size:12px !important;
}


/* ===== DELIVERY TITLE FINETUNE ===== */

.delivery-check-card h2{
  font-size:clamp(22px,4vw,32px) !important;
  line-height:1.05 !important;
  letter-spacing:-.04em !important;
  max-width:none !important;
}

@media(max-width:700px){

  .delivery-check-card h2{
    font-size:18px !important;
    white-space:nowrap !important;
  }

}


/* ===== DELIVERY ROUTE BOX ===== */

.delivery-route-box{
  margin-top:12px;
  padding:12px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  text-align:center;
}

.delivery-route-box strong{
  display:block;
  color:#fff;
  font-size:14px;
  margin-bottom:4px;
}

.delivery-route-box span{
  display:block;
  color:rgba(255,255,255,.62);
  font-size:13px;
  line-height:1.35;
  margin-bottom:10px;
}

.delivery-route-box a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff;
  text-decoration:none;
  font-weight:900;
  font-size:13px;
}


.delivery-textarea{
  min-height:92px !important;
  padding-top:13px !important;
  resize:vertical;
  font-family:inherit;
}


/* ===== LIEFERANFRAGE SUCCESS ===== */

.lieferanfrage-success{
  padding:16px;
  border-radius:18px;
  background:rgba(47,191,113,.10);
  border:1px solid rgba(47,191,113,.25);
  text-align:center;
}

.lieferanfrage-success strong{
  display:block;
  color:#fff;
  font-size:18px;
  margin-bottom:7px;
}

.lieferanfrage-success span{
  display:block;
  color:rgba(255,255,255,.78);
  font-size:14px;
  line-height:1.4;
  margin-bottom:10px;
}

.lieferanfrage-success small{
  display:block;
  color:rgba(255,255,255,.55);
  font-size:12px;
  line-height:1.45;
}


/* ===== MEIN KONTO PREMIUM ===== */

.woocommerce-account .page-content-card{
  max-width:980px;
}

.woocommerce-account .woocommerce{
  display:grid;
  gap:22px;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
  padding:22px;
  border-radius:28px;
  background:
    radial-gradient(circle at top right, rgba(214,31,44,.10), transparent 35%),
    linear-gradient(180deg,#111722 0%, #0b1018 100%);
  border:1px solid rgba(255,255,255,.06);
  box-shadow:0 18px 40px rgba(0,0,0,.26);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a{
  display:block;
  padding:14px 18px;
  border-radius:18px;
  text-decoration:none;
  font-weight:700;
  color:#fff;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.05);
  transition:.18s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover{
  transform:translateY(-1px);
  background:rgba(214,31,44,.12);
  border-color:rgba(214,31,44,.28);
}

.woocommerce-account .woocommerce-MyAccount-content{
  padding:28px;
  border-radius:28px;
  background:
    radial-gradient(circle at top right, rgba(214,31,44,.08), transparent 35%),
    linear-gradient(180deg,#10141d 0%, #090c12 100%);
  border:1px solid rgba(255,255,255,.06);
  box-shadow:0 18px 42px rgba(0,0,0,.28);
}

.woocommerce-account .woocommerce-MyAccount-content p{
  color:rgba(255,255,255,.78);
  line-height:1.8;
}

.woocommerce-account table{
  width:100%;
  border-collapse:collapse;
}

.woocommerce-account table th,
.woocommerce-account table td{
  padding:14px;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#fff;
}

.woocommerce-account .button{
  border:none;
  border-radius:999px;
  padding:12px 18px;
  font-weight:800;
  background:linear-gradient(180deg,#ef2f3c,#d61f2c);
  color:#fff;
  box-shadow:0 10px 26px rgba(214,31,44,.22);
}

@media (min-width:900px){

  .woocommerce-account .woocommerce{
    grid-template-columns:280px 1fr;
    align-items:start;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation{
    position:sticky;
    top:20px;
  }
}


/* ===== MEIN KONTO FEINSCHLIFF ===== */

/* Downloads verstecken */
.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads{
  display:none !important;
}

/* Menü weniger klobig */
.woocommerce-account .woocommerce-MyAccount-navigation{
  padding:14px !important;
  border-radius:22px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
  gap:7px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation a{
  padding:10px 14px !important;
  border-radius:14px !important;
  font-size:14px !important;
  font-weight:650 !important;
}

/* Inhalt kompakter */
.woocommerce-account .woocommerce-MyAccount-content{
  padding:20px !important;
  border-radius:22px !important;
  font-size:14px !important;
}

.woocommerce-account .woocommerce-MyAccount-content p{
  font-size:14px !important;
  line-height:1.55 !important;
}


/* ===== MEIN KONTO HERO KOMPAKT ===== */

.woocommerce-account .page-hero{
  padding:22px 0 12px !important;
}

.woocommerce-account .page-hero .eyebrow{
  margin-bottom:6px !important;
  font-size:11px !important;
  letter-spacing:.18em !important;
}

.woocommerce-account .page-hero h1{
  font-size:clamp(32px, 7vw, 46px) !important;
  line-height:1 !important;
}

.woocommerce-account .page-content-section{
  padding-top:8px !important;
}


/* Dashboard ausblenden */
.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard{
  display:none !important;
}


/* ===== MEIN KONTO BESTELLUNGEN MOBILE ===== */

@media (max-width:700px){

  .woocommerce-account table.woocommerce-orders-table,
  .woocommerce-account table.woocommerce-orders-table tbody,
  .woocommerce-account table.woocommerce-orders-table tr,
  .woocommerce-account table.woocommerce-orders-table td{
    display:block;
    width:100%;
  }

  .woocommerce-account table.woocommerce-orders-table thead{
    display:none;
  }

  .woocommerce-account table.woocommerce-orders-table tr{
    margin-bottom:14px;
    padding:14px;
    border-radius:18px;
    background:rgba(255,255,255,.035);
    border:1px solid rgba(255,255,255,.07);
  }

  .woocommerce-account table.woocommerce-orders-table td{
    padding:6px 0 !important;
    border:0 !important;
    font-size:13px;
  }

  .woocommerce-account table.woocommerce-orders-table td:before{
    content:attr(data-title) ": ";
    font-weight:800;
    color:#fff;
  }

  .woocommerce-account table.woocommerce-orders-table .button{
    margin-top:8px;
    padding:9px 14px !important;
    font-size:13px !important;
  }
}


/* Mein Konto Sidebar komplett ausblenden */

.woocommerce-account .woocommerce-MyAccount-navigation{
  display:none !important;
}

@media (min-width:900px){

  .woocommerce-account .woocommerce{
    grid-template-columns:1fr !important;
  }
}

