/* === Base Reset === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/* === Container === */
.advertorial-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* === Advertorial Label === */
.advertorial-label {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #888;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* === Hero Section === */
.hero {
  text-align: center;
  margin-bottom: 50px;
}


.hero .cta-btn {
  display: inline-block;
  padding: 16px 32px;
  background: #ff6a00;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.hero .cta-btn:hover {
  background: #e65c00;
  transform: translateY(-2px);
}



/* === Content Blocks === */
.content-block {
  margin-bottom: 50px;
}



.content-block img {
  width: 100%;
  border-radius: 6px;
  margin-top: 10px;
}

/* === Reviews Section === */
.reviews {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 50px;
}

.reviews h2 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}

.review {
  margin-bottom: 20px;
}

.review .stars {
  color: #ffb400;
  font-size: 18px;
  margin-bottom: 8px;
}


/* === Final CTA === */
.cta-final {
  text-align: center;
  margin: 50px 0;
  padding: 30px;
  background: #fff8f0;
  border: 2px solid #ff6a00;
  border-radius: 8px;
}

.cta-final h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.cta-final p {
  font-size: 18px;
  margin-bottom: 20px;
}

.cta-final .cta-btn {
  background: #ff6a00;
  padding: 16px 32px;
  font-size: 18px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* === Social Share === */
.social-share {
  text-align: center;
  margin: 50px 0;
}

.social-share p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #666;
}

.share-btn {
  display: inline-block;
  margin: 0 8px;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}

.share-btn.fb { background: #3b5998; }
.share-btn.tw { background: #1da1f2; }
.share-btn.wa { background: #25d366; }

.share-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* === Footer === */
footer {
  margin-top: 50px;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #eee;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  display: inline-block;
  margin: 0 12px;
}

.footer-links a {
  font-size: 14px;
  color: #777;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}










.reviews-highlight strong {
  font-weight: 700;
  margin-right: 5px;
}

.reviews-highlight .stars {
  color: #f5a623; /* gold stars */
  margin: 0 5px;
  font-size: 16px;
}



/* Logos Row */
.featured-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px; /* spacing between logos */
  margin: 20px 0 30px;
}

.featured-logos img {
  height: 30px;
  width: auto;
  opacity: 0.8;
}




.story-block p + p {
  margin-top: 16px;
}

.story-block strong {
  font-weight: 700;
}

.story-block .ask {
  margin-top: 18px;
  font-size: 17px;
}



.em-link {
  color: #1f3b3a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.what-is-figure {
  margin: 16px 0 18px;
}

.what-is-figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.what-is-list {
  list-style: disc;
  padding-left: 1.25rem;
  margin-top: 10px;
}

.what-is-list li {
  margin: 10px 0;
}




.how-it-works p + p {
  margin-top: 14px;
}

.how-it-works strong {
  font-weight: 700;
}

.how-figure {
  margin: 18px 0;
}

.how-figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

/* small note style under Hur fungerar det */

.how-it-works .note em {
  font-style: italic;
  font-weight: 700;
}

/* === All Files section === */
.all-files {
  max-width: 700px;
  margin: 0 auto 48px;
  padding: 0 20px;
}

.all-files p + p {
  margin-top: 14px;
}

.all-files-figure {
  margin: 18px 0;
}

.all-files-figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}


/* === Bottom Line section === */
.bottom-line {
  max-width: 700px;
  margin: 0 auto 48px;
  padding: 0 20px;
}

.bottom-line p + p {
  margin-top: 14px;
}

.bottom-figure {
  margin: 20px 0 0;
}

.bottom-figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}


/* Grey heading box */
.love-heading-box {
  max-width: 700px;
  margin: 0 auto;
  background: #e1e6e3;   /* grey background */
  border-radius: 10px 10px 0 0;
  padding: 18px 20px;
}


.love-heading-title {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 800;
}

/* White box with bullet points */
.love-points-box {
  max-width: 700px;
  margin: 0 auto 48px;
  background: #ffffff;   /* white background */
  border-radius: 0 0 10px 10px;
  padding: 18px 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.love-list {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0;
}

.love-list li {
  margin: 10px 0;
}


/* As Seen In */
.as-seen {
  max-width: 700px;
  margin: 0 auto 48px;
  padding: 0 20px;
}

.section-title.center { 
  text-align: center; 
}

.as-seen-logos {
  display: flex;
  justify-content: center;
  margin: 14px 0 18px;
}
.as-seen-logos img {
  max-width: 520px;   /* tweak to your taste */
  width: 100%;
  height: auto;
  display: block;
}

/* Promo banner (two-box style) */
.promo-banner {
  max-width: 700px;
  margin: 20px auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.promo-banner__bar {
  background: #20a052; /* green */
  color: #fff;
  text-align: center;
  font-weight: 800;
  letter-spacing: .5px;
  padding: 12px;
}



/* CTA button */
.cta-button {
  max-width: 700px;
  margin: 16px auto 40px;
  text-align: center;
}

.cta-button a:hover {
  background: linear-gradient(to bottom, #f7c945, #e0a82c);
}

/* Reviews section */
.real-reviews {
  max-width: 800px;
  margin: 0 auto 56px;
  padding: 0 20px;
  text-align: center;
}



.review-item {
  margin: 18px auto 28px;
  max-width: 720px;
}

.stars {
  color: #f5b50a;          /* gold stars */
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}






.em-link {
  color: #0066cc;              /* blue link color */
  font-weight: 700;
  text-decoration: underline;  /* underline to show it's clickable */
  text-underline-offset: 2px;
}

.em-link:hover {
  color: #004999;              /* darker blue on hover */
}

/* ===== SIZE + LAYOUT OVERRIDES TO MATCH ENGLISH PAGE ===== */




/* white “card” sections match column width */
.hero-section,
.story-block,
.what-is,
.how-it-works,
.all-files,
.bottom-line,
.love-heading-box,
.love-points-box,
.as-seen,
.promo-banner,
.real-reviews,
.cta-button {
  max-width: 820px;          /* inner column like English */
  margin-left: auto;
  margin-right: auto;
}





/* “As Seen In” / featured logos – use image’s natural height, match width */
.featured-logos,
.as-seen-logos { justify-content: center; }
.featured-logos img,
.as-seen-logos img {
  width: 100%;
  max-width: 560px;          /* close to English page */
  height: auto;              /* override earlier fixed height */
  opacity: .95;
}



/* promo banner + body copy */
.promo-banner__bar {
  font-size: clamp(15px, 1.6vw, 17px);
  padding: clamp(10px, 1.6vw, 14px);
}




/* consistent spacing between paragraphs inside cards */
.story-block p + p,
.how-it-works p + p,
.all-files p + p,
.bottom-line p + p { margin-top: clamp(12px, 1.8vw, 16px); }


/* --- Fix hero width & image size --- */

/* 1) Do NOT cap the hero like other cards */
.story-block,
.what-is,
.how-it-works,
.all-files,
.bottom-line,
.love-heading-box,
.love-points-box,
.as-seen,
.promo-banner,
.real-reviews,
.cta-button {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}


/* 2) Let the hero image be bigger than content images */
.what-is-figure img,
.how-figure img,
.all-files-figure img,
.bottom-figure img {
  width: 100%;
  max-width: 820px;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: clamp(10px, 2vw, 18px) auto;
}



/* === FINAL OVERRIDES: make hero truly larger === */

/* 1) Widen the page container so children can grow */
.advertorial-page {
  max-width: 1200px !important;   /* was 860px due to later override */
  padding-left: 20px;
  padding-right: 20px;
}

/* 2) Widen the hero card specifically */
.hero-section {
  max-width: 1200px !important;   /* let hero be as wide as the container */
  padding: clamp(18px, 2.2vw, 28px);
}

/* 3) Remove width cap on the hero image wrapper */
.hero-image {
  max-width: none !important;     /* don't cap the wrapper */
}

/* 4) Let the image grow (both width & proportional height) */
.hero-image img {
  width: 100%;
  max-width: 1200px !important;   /* match hero-section/container */
  height: auto;                   /* grows height proportionally */
  display: block;
  margin: 0 auto 24px;
}

/* === Enlarge the reviews highlight under hero === */
.reviews-highlight {
  margin: clamp(8px, 2.5vw, 20px) auto;
  text-align: center;
}

.reviews-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 1.6vw, 16px);
  flex-wrap: wrap;                /* breaks nicely on small screens */
  font-weight: 800;
}

.reviews-count strong {
  font-size: clamp(22px, 4.2vw, 40px);   /* big number like English */
  color: #1f3b3a;
  letter-spacing: .2px;
}

.reviews-count .stars {
  font-size: clamp(20px, 3.6vw, 36px);   /* larger stars */
  line-height: 1;
}

.reviews-count .review-text {
  font-size: clamp(14px, 2.2vw, 20px);   /* bigger supporting text */
  color: #2b4746;
  font-weight: 700;
}




/* === Align first block after hero + tighten the gap === */

/* Use one common reading column inside the hero for text
   so its left edge matches the sections below */
   :root { --col-max: 860px; }

   .hero-section > .advertorial-label,
   .hero-section > .hero-title,
   .hero-section > .reviews-highlight,
   .hero-section > .subtext,
   .hero-section > p,
   .hero-section > .reviews-count {
     max-width: var(--col-max);
     margin-left: auto;
     margin-right: auto;
     text-align: center;          /* ensure same left edge */
   }
   
   /* Make the *next* section start closer and aligned */
   .hero-section + .story-block {
     margin-top: 12px !important;  /* was larger due to defaults */
     padding-top: 0 !important;
   }
   
   /* Ensure the story-block uses the same column width */
   .story-block {
     max-width: var(--col-max) !important;
     margin-left: auto;
     margin-right: auto;
   }
   
   /* If an <hr> is between them, keep it subtle */
   .hero-section + hr {
     margin: 12px auto !important;
     max-width: var(--col-max);
     border: 0;
     height: 1px;
     background: #eaeaea;
   }
   



/* Keep bullets nicely spaced and visually proportional */
.what-is-list,
.love-list {
  padding-left: 1.5rem; /* more room for larger bullets */
  list-style-position: outside;
}

/* Optional: slightly larger, colored bullet to match your bold color */
.what-is-list li::marker,
.love-list li::marker {
  font-size: 1.1em;
  color: #4A5A6A;
}









.hero-section {
  background: none !important;   /* remove background color */
  border-radius: 0 !important;   /* no rounded corners */
  box-shadow: none !important;   /* remove card shadow */
  padding: clamp(18px, 2.2vw, 28px); /* keep comfy spacing */
  max-width: 1200px !important;  /* still keep it wide */
  margin: 0 auto;
  text-align: center;
}












/* === Sticky Offer Bar – single source of truth === */
/* === Sticky Offer Bar (footer background + pill button) === */

/* White footer “shelf” that the pill sits on */
.sticky-offer-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 68px;                           /* white background height */
  background: #fff;                        /* only the shelf is white */
  box-shadow: 0 -2px 10px rgba(0,0,0,.04); /* soft lift */
  z-index: 10000;

  /* safe area for iOS */
  padding-bottom: env(safe-area-inset-bottom, 0px);
  padding-bottom: constant(safe-area-inset-bottom, 0px);

  /* reveal animation (we toggle this on the FOOTER) */
  transform: translateY(14px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.sticky-offer-footer.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* The yellow pill button */
.sticky-offer-bar {
  position: absolute;
  left: 50%;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  bottom: calc(12px + constant(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  width: min(92vw, 680px);
  border-radius: 14px;
  background: linear-gradient(to bottom, #f9d65c, #f0b933);
  padding: 14px 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  z-index: 10001; /* above the white shelf */
}

.sticky-offer-bar a {
  display: block;
  text-decoration: none;
  color: #1f1f1f;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: .5px;
}

/* Keep content clear of the footer area while reading */
body {
  padding-bottom: calc(110px + env(safe-area-inset-bottom, 0px));
  padding-bottom: calc(110px + constant(safe-area-inset-bottom, 0px));
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .sticky-offer-footer { transition: none; }
}

/* Headlines use Halant serif */
h1, h2, h3, h4, h5, h6,
.hero-title,
.section-title,
.love-heading-title,
.reviews-title {
  font-family: 'Halant', Georgia, "Times New Roman", serif;
  font-weight: 700; /* default weight — adjust as needed */
}



/* Headings (hero, section titles) */
.hero-title,
.section-title,
.love-heading-title,
.reviews-title {
  font-family: 'Halant', serif;
  font-weight: 700;
  color: #274E53;
}

/* Strong/bold text */
strong {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #274E53;
}



/* === FINAL TYPOGRAPHY + CTA OVERRIDES === */

/* Hero Title */
.hero-title {
  font-family: 'Halant', serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;   /* medium weight, not heavy */
  color: #274E53;
  text-align: center;
  margin-bottom: 20px;
}

/* Paragraph Text */
body,
p,
.subtext,
.body-text,
.story-block,
.what-is,
.how-it-works,
.all-files,
.bottom-line,
.love-points-box,
.as-seen,
.real-reviews {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #274E53;
  margin-block-start: 16px;
  margin-block-end: 0px;
}

/* Blockquote in Reviews */
.real-reviews blockquote {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-style: italic;
  color: #274E53;
  text-align: center;
  letter-spacing: 0.2px;
  margin: 0 auto 12px;
  max-width: 720px;
  display: block;
}

/* CTA Button (base = small/responsive; desktop overrides below) */
.cta-button {
  max-width: 700px;
  margin: 16px auto 40px;
  text-align: center;
  padding: 0 16px; /* breathing room on tiny screens */
}

.cta-button a {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  color: #1f1f1f;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  border-radius: 10px;
  background: linear-gradient(to bottom, #f9d65c, #f0b933);
  transition: background-size 0.3s ease-in-out, color 0.3s ease-in-out;

  /* mobile-first sizing */
  width: min(92vw, 420px);
  height: auto;
  padding: 14px 16px;
  font-size: clamp(16px, 4.5vw, 18px);
  line-height: 1.3;
}

.cta-button a:hover {
  background: linear-gradient(to bottom, #f7c945, #e0a82c);
}

/* Desktop – keep the exact computed look */
@media (min-width: 992px) {
  .cta-button a {
    width: 646px;
    height: 78px;
    padding: 20px 10px;
    font-size: 24px;
    line-height: 38.4px;
  }
}

/* Round the hero image corners */
.hero-image {
  border-radius: 12px;
  overflow: hidden;      /* ensures the image respects the rounded wrapper */
}

.hero-image img {
  border-radius: inherit; /* or set 12px directly */
  display: block;         /* removes any tiny gaps */
}

.hero-image img { border-radius: 12px !important; }


/* === Mobile & Tablet: shrink ALL CTA buttons === */
@media (max-width: 991.98px) {
  .hero .cta-btn,
  .cta-final .cta-btn,
  .cta-button a {
    width: 100%;
    max-width: 420px;    /* caps size so they don't look huge */
    height: auto;
    padding: 14px 16px;
    font-size: clamp(16px, 5vw, 18px);
    line-height: 1.3;
    display: inline-block;
    margin: 0 auto;
  }
}

.hero-section p {
  text-align: left;
  max-width: var(--col-max);
  margin-left: auto;
  margin-right: auto;
}



