/*
Theme Name: Enfold Child (Streetdome)
Theme URI: https://kriesi.at/themes/enfold/
Description: Child theme for Enfold used on streetdome.dk. Safe place for custom CSS and functions.
Author: Streetdome
Template: enfold
Version: 1.0.0
*/

/* GLOBAL STREETDOME CSS HERUNDER */
/* =========================================================
   STREETDOME GLOBAL PRODUCT / GUIDE CSS
   Bruges til produktguides som:
   jetboard, el skateboard, el løbehjul, hoverboard,
   trampolin, airtrack m.fl.
========================================================= */

/* ================================
   BASE CONTENT
================================ */

.sd-section{
  margin: 36px 0 42px;
}

.sd-body{
  max-width: 1080px;
  margin: 0 auto 42px;
  padding: 0 20px;
}

.sd-body h2{
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: -.4px;
  margin: 0 0 18px 0;
  color: #111;
  text-transform: uppercase;
}

.sd-body h3{
  font-size: 24px;
  line-height: 1.2;
  margin: 28px 0 12px;
  color: #111;
}

.sd-body p{
  font-size: 18px;
  line-height: 1.72;
  color: rgba(0,0,0,.85);
  margin: 0 0 16px;
  max-width: 900px;
}

.sd-body strong{
  color: #111;
  font-weight: 800;
}

.sd-body ul{
  margin: 14px 0 18px 22px;
  padding: 0;
}

.sd-body li{
  font-size: 17px;
  line-height: 1.65;
  margin: 8px 0;
  color: rgba(0,0,0,.85);
}

/* ================================
   HERO
================================ */

.sd-intro{
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(0,0,0,.06);
  padding: 38px 42px;
}

.sd-intro-grid{
  display: grid;
  grid-template-columns: minmax(0,1fr) 340px;
  gap: 48px;
  align-items: center;
}

.sd-intro-text{
  max-width: 640px;
}

.sd-kicker{
  display: inline-block;
  margin: 0 0 14px 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(67,160,71,.12);
  color: #2e7d32;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .35px;
  text-transform: uppercase;
}

.sd-intro h1{
  margin: 0 0 18px 0;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: -.5px;
  text-transform: uppercase;
  color: #111;
}

.sd-intro p{
  margin: 0 0 16px 0;
  font-size: 18px;
  line-height: 1.72;
  color: rgba(0,0,0,.85);
}

.sd-intro p:last-child{
  margin-bottom: 0;
}

.sd-intro strong{
  color: #5b8f22;
  font-weight: 800;
}

.sd-intro-image{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sd-intro-image img{
  display: block;
  width: 100%;
  max-width: 340px;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0,0,0,.10);
}

/* ================================
   HERO POINTS / TRUST
================================ */

.sd-hero-points{
  list-style: none;
  margin: 18px 0 0 0;
  padding: 0;
}

.sd-hero-points li{
  margin: 8px 0;
  font-size: 15px;
  line-height: 1.5;
  color: #2e7d32;
  font-weight: 700;
}

/* ================================
   PRODUCT CARDS
================================ */

.sd-product-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  padding: 22px;
  margin: 26px 0;
}

.sd-product-card .sd-badge{
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(67,160,71,.12);
  color: #2e7d32;
  margin-bottom: 10px;
}

.sd-product-card .sd-title{
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  color: #111;
}

.sd-product-card .sd-subtitle{
  margin: 0 0 16px 0;
  color: rgba(0,0,0,.72);
  font-size: 16px;
  line-height: 1.65;
  max-width: 760px;
}

.sd-product-card .sd-grid{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items: start;
}

.sd-product-card img{
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.06);
}

.sd-product-card ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.sd-product-card li{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0,0,0,.12);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.sd-product-card li:last-child{
  border-bottom: 0;
}

.sd-product-card li span{
  color: rgba(0,0,0,.72);
}

.sd-product-card li strong{
  font-weight: 700;
  color: rgba(0,0,0,.88);
  text-align: right;
}

.sd-product-card .sd-cta{
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.sd-product-card .sd-btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  background: #43a047;
  color: #fff;
  border: 1px solid rgba(0,0,0,.08);
  transition: transform .08s ease, box-shadow .12s ease, opacity .12s ease;
}

.sd-product-card .sd-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(67,160,71,.22);
  opacity: .98;
}

.sd-product-card .sd-note{
  font-size: 13px;
  color: rgba(0,0,0,.60);
}

.sd-product-card .sd-ad{
  display: block;
  font-size: 12px;
  color: rgba(0,0,0,.42);
}

/* ================================
   HIGHLIGHT BOX
================================ */

.sd-highlight-box{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
  padding: 22px;
  margin: 24px 0;
}

.sd-highlight-box h3{
  margin-top: 0;
}

.sd-highlight-box ul{
  margin: 10px 0 0 18px;
}

/* ================================
   SIMPLE TABLES
================================ */

.sd-table-wrap{
  overflow-x: auto;
  margin: 22px 0 28px;
}

.sd-table{
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}

.sd-table th,
.sd-table td{
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(0,0,0,.08);
  font-size: 15px;
  line-height: 1.5;
}

.sd-table th{
  background: #f6f8f5;
  font-weight: 800;
  color: #111;
}

.sd-table td{
  color: rgba(0,0,0,.82);
}

.sd-table tr:last-child td{
  border-bottom: 0;
}

/* ================================
   FAQ STYLE BLOCKS
================================ */

.sd-faq{
  max-width: 900px;
}

.sd-faq-item{
  padding: 16px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.sd-faq-item:first-child{
  border-top: 1px solid rgba(0,0,0,.08);
}

.sd-faq-question{
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  color: #111;
  margin: 0 0 8px 0;
}

.sd-faq-answer{
  font-size: 17px;
  line-height: 1.7;
  color: rgba(0,0,0,.84);
  margin: 0;
}

/* ================================
   CTA BOX / SUMMARY BOX
================================ */

.sd-summary-box{
  background: linear-gradient(180deg,#f7faf6 0%, #f1f6ef 100%);
  border: 1px solid rgba(67,160,71,.16);
  border-radius: 16px;
  padding: 22px;
  margin: 24px 0;
}

.sd-summary-box h3{
  margin-top: 0;
}

.sd-summary-box p:last-child{
  margin-bottom: 0;
}

/* ================================
   RESPONSIVE
================================ */

@media (min-width: 1200px){
  .sd-intro{
    padding: 42px 46px;
  }

  .sd-intro-grid{
    grid-template-columns: minmax(0,1fr) 360px;
    gap: 56px;
  }

  .sd-intro-image img{
    max-width: 360px;
    height: 230px;
  }
}

@media (max-width: 900px){
  .sd-section{
    margin: 24px 0 32px;
  }

  .sd-body{
    margin: 0 auto 34px;
    padding: 0 14px;
  }

  .sd-body h2{
    font-size: 28px;
  }

  .sd-body h3{
    font-size: 21px;
  }

  .sd-body p,
  .sd-body li{
    font-size: 16px;
    line-height: 1.68;
  }

  .sd-intro{
    padding: 28px 22px;
    border-radius: 16px;
  }

  .sd-intro-grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sd-intro-text{
    max-width: 100%;
  }

  .sd-intro h1{
    font-size: 30px;
    line-height: 1.12;
  }

  .sd-intro p{
    font-size: 16px;
    line-height: 1.68;
  }

  .sd-intro-image{
    justify-content: center;
  }

  .sd-intro-image img{
    max-width: 100%;
    height: 220px;
  }

  .sd-product-card{
    padding: 18px;
    border-radius: 14px;
  }

  .sd-product-card .sd-title{
    font-size: 21px;
  }

  .sd-product-card .sd-grid{
    grid-template-columns: 1fr;
  }

  .sd-table th,
  .sd-table td{
    padding: 12px 12px;
    font-size: 14px;
  }

  .sd-faq-question{
    font-size: 18px;
  }

  .sd-faq-answer{
    font-size: 16px;
  }
}

@media (max-width: 560px){
  .sd-intro{
    padding: 22px 16px;
  }

  .sd-kicker{
    font-size: 11px;
    padding: 7px 12px;
  }

  .sd-intro h1{
    font-size: 27px;
    line-height: 1.12;
  }

  .sd-intro-image img{
    height: 200px;
    border-radius: 12px;
  }

  .sd-product-card li{
    font-size: 14px;
  }

  .sd-product-card .sd-btn{
    width: 100%;
  }
}