/*goldene strich*/

.ct-zrh-line {
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #c7a347, #e7d89e);
  border-radius: 2px;
  margin: 1rem auto 2.5rem auto;
}

/* ======================================
   👑 CROWN TRANSFERS – ABOUT HERO (FINAL)
   ====================================== */

.a2-hero {
  position: relative;
  width: 100%;
  height: 58vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #000;
}

/* BACKGROUND IMAGE */
.a2-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  filter: brightness(0.58) saturate(1.15) contrast(1.18);
  z-index: 1;
}

/* GLASS BOX */
.a2-hero-glass {
  position: relative;
  z-index: 3;
  max-width: 600px;
  width: 88%;
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.22);
  padding: 2rem 1.8rem;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
}

/* HEADLINE */
.a2-hero-glass h1 {
  font-size: 2.45rem;
  line-height: 1.18;
  font-weight: 700;
  color: #fff;
  margin-bottom: .55rem;
}

/* TEXT */
.a2-hero-glass p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.65;
  margin-bottom: 1.2rem;
}

/* BUTTONS */
.a2-hero-actions {
  display: flex;
  gap: .7rem;
  justify-content: center;
  flex-wrap: wrap;
}

.a2-btn {
  padding: .8rem 1.25rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: .92rem;
}

/* GOLD */
.a2-btn-gold {
  background: var(--gold);
  color: #fff;
}

/* GHOST */
.a2-btn-ghost {
  background: rgba(255,255,255,0.22);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
}


/* ============================================================
   🧩 1500px – 1100px / MacBook Retina Compact
   ============================================================ */
@media (min-width: 1100px) and (max-width: 1500px) {

  .a2-hero {
    height: 56vh;
  }

  .a2-hero-glass {
    max-width: 560px;
    padding: 1.9rem 1.7rem;
  }

  .a2-hero-glass h1 {
    font-size: 2.25rem;
  }

  .a2-hero-glass p {
    font-size: 1rem;
  }

  .a2-btn {
    padding: .75rem 1.15rem;
    font-size: .88rem;
  }
}


/* ============================================================
   🧩 bis 1100px – Laptop
   ============================================================ */
@media (max-width: 1100px) {

  .a2-hero {
    height: 52vh;
  }

  .a2-hero-glass {
    max-width: 520px;
    padding: 1.75rem 1.55rem;
  }

  .a2-hero-glass h1 {
    font-size: 2.05rem;
    line-height: 1.17;
  }

  .a2-hero-glass p {
    font-size: .98rem;
  }

  .a2-btn {
    padding: .68rem 1rem;
    font-size: .82rem;
  }
}


/* ============================================================
   🧩 bis 900px – Tablet quer (iPad landscape)
   ============================================================ */
@media (max-width: 900px) {

  .a2-hero {
    height: 47vh;
  }

  .a2-hero-glass {
    max-width: 480px;
    padding: 1.6rem 1.4rem;
  }

  .a2-hero-glass h1 {
    font-size: 1.85rem;
    line-height: 1.15;
  }

  .a2-hero-glass p {
    font-size: .92rem;
  }

  .a2-btn {
    padding: .62rem .95rem;
    font-size: .8rem;
  }
}


/* ============================================================
   🧩 bis 768px – Tablet hoch (iPad Mini vertical)
   ============================================================ */
@media (max-width: 768px) {

  .a2-hero {
    height: 42vh;
  }

  .a2-hero-glass {
    max-width: 450px;
    padding: 1.45rem 1.3rem;
  }

  .a2-hero-glass h1 {
    font-size: 1.7rem;
    line-height: 1.14;
  }

  .a2-hero-glass p {
    font-size: .88rem;
  }

  .a2-btn {
    padding: .58rem .9rem;
    font-size: .78rem;
  }
}


/* ============================================================
   🧩 bis 600px – große Handys (NEUE VERSION)
   ============================================================ */
@media (max-width: 600px) {

  .a2-hero {
    height: 36vh;
  }

  .a2-hero-glass {
    max-width: 82%;
    padding: 1.2rem 1rem;
    border-radius: 16px;
  }

  .a2-hero-glass h1 {
    font-size: 1.48rem;
    line-height: 1.14;
  }

  .a2-hero-glass p {
    font-size: .82rem;
  }

  .a2-btn {
    padding: .5rem .85rem;
    font-size: .75rem;
  }
}


/* ============================================================
   🧩 bis 420px – iPhone 12 / moderne Phones (NEU)
   ============================================================ */
@media (max-width: 420px) {

  .a2-hero {
    height: 32vh;
  }

  .a2-hero-glass {
    max-width: 88%;
    padding: 1rem .9rem;
  }

  .a2-hero-glass h1 {
    font-size: 1.32rem;
    line-height: 1.12;
  }

  .a2-hero-glass p {
    font-size: .78rem;
  }

  .a2-btn {
    padding: .45rem .75rem;
    font-size: .72rem;
  }
}


/* ============================================================
   🧩 bis 350px – super kleine Geräte
   ============================================================ */
@media (max-width: 350px) {

  .a2-hero {
    height: 30vh;
  }

  .a2-hero-glass {
    max-width: 92%;
    padding: .9rem .8rem;
  }

  .a2-hero-glass h1 {
    font-size: 1.15rem;
    line-height: 1.1;
  }

  .a2-hero-glass p {
    font-size: .72rem;
  }

  .a2-btn {
    padding: .42rem .7rem;
    font-size: .68rem;
  }
}


/* ======================================================
   👑 CROWN TRANSFERS – WHY WEF DAVOS 2026
   ====================================================== */

.ct-wef-why {
  padding: 6rem 0;
  background: #f7f6f3;
}

.ct-wef-why-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}

.ct-wef-why h2 {
  text-align: center;
  font-size: 2.55rem;
  font-weight: 800;
  color: var(--crown-text-dark);
}

.ct-goldline {
  width: 90px;
  height: 3px;
  background: linear-gradient(90deg, #c7a347, #e8d28a);
  margin: 1rem auto 2.6rem;
  border-radius: 2px;
}

.ct-wef-toptext {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3.2rem;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #555;
}

/* FLEX */
.ct-wef-flex {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}

.ct-wef-left {
  flex: 1.3;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

/* IMAGE */
.ct-wef-right {
  flex: 1;
}

.ct-wef-right img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

/* ITEMS */
.ct-wef-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.ct-wef-item h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: var(--crown-text-dark);
}

.ct-wef-item p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

/* GOLD CHECKMARK */
.ct-check svg {
  width: 22px;
  height: 22px;
  stroke: #c7a347;
  stroke-width: 2.5;
  fill: none;
}

/* ============================================
   👑 WEF WHY SECTION — Bottom CTA (CROWN GOLD – smaller)
   ============================================ */

.ct-wef-endcta {
  text-align: center;
  margin-top: 2.4rem;
  padding-top: 1.6rem;
}

.ct-wef-endbtn {
  display: inline-block;
  padding: 0.78rem 1.95rem; /* kleiner */
  background: linear-gradient(135deg, #bfa14a, #d7bd7a, #c7a347);
  color: #ffffff;
  font-size: 1rem;          /* kleiner */
  font-weight: 600;
  border-radius: 10px;      /* kleiner */
  text-decoration: none;
  transition: 0.25s ease;
  letter-spacing: 0.25px;
}

.ct-wef-endbtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.2);
  background: linear-gradient(135deg, #d7bd7a, #bfa14a, #a88b3b);
}

/* ============================================================
   🧩 1500px – 1100px / MacBook Retina (Crown Compact)
   ============================================================ */
@media (min-width: 1100px) and (max-width: 1500px) {

  .ct-wef-why {
    padding: 5rem 0;
  }

  .ct-wef-why h2 {
    font-size: 2.2rem;
  }

  .ct-goldline {
    margin: .85rem auto 2.2rem;
  }

  .ct-wef-toptext {
    font-size: 1rem;
    max-width: 760px;
  }

  .ct-wef-flex {
    gap: 2.6rem;
  }

  .ct-wef-item h3 {
    font-size: 1.08rem;
  }

  .ct-wef-item p {
    font-size: .95rem;
  }

  .ct-wef-endbtn {
    padding: .72rem 1.75rem;
    font-size: .92rem;
    border-radius: 9px;
  }
}


/* ============================================================
   🧩 bis 1100px – Laptop (Crown Standard)
   ============================================================ */
@media (max-width: 1100px) {

  .ct-wef-why {
    padding: 4.5rem 0;
  }

  .ct-wef-why h2 {
    font-size: 2.05rem;
  }

  .ct-wef-toptext {
    font-size: .96rem;
    margin-bottom: 2.7rem;
  }

  .ct-wef-flex {
    gap: 2.2rem;
  }

  .ct-wef-left {
    gap: 2rem;
  }

  .ct-wef-item h3 {
    font-size: 1.02rem;
  }

  .ct-wef-item p {
    font-size: .9rem;
  }

  .ct-wef-endbtn {
    padding: .7rem 1.65rem;
    font-size: .88rem;
  }
}


/* ============================================================
   🧩 bis 900px – Tablet quer
   ============================================================ */
@media (max-width: 900px) {

  .ct-wef-why {
    padding: 4.2rem 0;
  }

  .ct-wef-why h2 {
    font-size: 1.9rem;
  }

  .ct-wef-toptext {
    font-size: .92rem;
  }

  .ct-wef-flex {
    gap: 1.9rem;
  }

  .ct-wef-item h3 {
    font-size: 1rem;
  }

  .ct-wef-item p {
    font-size: .88rem;
  }

  .ct-wef-endbtn {
    padding: .65rem 1.55rem;
    font-size: .85rem;
  }
}


/* ============================================================
   🧩 bis 768px – Tablet hoch
   ============================================================ */
@media (max-width: 768px) {

  .ct-wef-why {
    padding: 3.8rem 0;
  }

  .ct-wef-why h2 {
    font-size: 1.75rem;
  }

  .ct-wef-toptext {
    font-size: .9rem;
    line-height: 1.6;
    margin-bottom: 2.4rem;
  }

  .ct-wef-flex {
    gap: 1.7rem;
  }

  .ct-wef-item h3 {
    font-size: .95rem;
  }

  .ct-wef-item p {
    font-size: .85rem;
  }

  .ct-wef-endbtn {
    padding: .6rem 1.45rem;
    font-size: .82rem;
    border-radius: 8px;
  }
}


/* ============================================================
   🧩 bis 600px – Mobile groß (Stack required)
   ============================================================ */
@media (max-width: 600px) {

  .ct-wef-why {
    padding: 3.5rem 0;
  }

  /* FLEX becomes COLUMN */
  .ct-wef-flex {
    flex-direction: column;
    gap: 1.6rem;
  }

  .ct-wef-right img {
    border-radius: 12px;
  }

  .ct-wef-why h2 {
    font-size: 1.6rem;
  }

  .ct-wef-toptext {
    font-size: .88rem;
    margin-bottom: 2rem;
  }

  .ct-wef-item h3 {
    font-size: .92rem;
  }

  .ct-wef-item p {
    font-size: .82rem;
    line-height: 1.55;
  }

  .ct-wef-endbtn {
    padding: .58rem 1.3rem;
    font-size: .8rem;
  }
}


/* ============================================================
   🧩 bis 420px – Moderne Phones
   ============================================================ */
@media (max-width: 420px) {

  .ct-wef-why {
    padding: 3.2rem 0;
  }

  .ct-wef-why h2 {
    font-size: 1.45rem;
  }

  .ct-wef-toptext {
    font-size: .85rem;
  }

  .ct-wef-item h3 {
    font-size: .88rem;
  }

  .ct-wef-item p {
    font-size: .8rem;
  }

  .ct-wef-endbtn {
    padding: .55rem 1.2rem;
    font-size: .76rem;
  }
}


/* ============================================================
   🧩 bis 350px – Kleinste Geräte
   ============================================================ */
@media (max-width: 350px) {

  .ct-wef-why h2 {
    font-size: 1.32rem;
  }

  .ct-wef-toptext {
    font-size: .8rem;
  }

  .ct-wef-item h3 {
    font-size: .82rem;
  }

  .ct-wef-item p {
    font-size: .75rem;
  }

  .ct-wef-endbtn {
    padding: .5rem 1.1rem;
    font-size: .72rem;
  }
}



/* ======================================================
   👑 CROWN TRANSFERS – WEF SERVICES GRID (2x2x2x2)
   ====================================================== */

.ct-wef-services-grid {
  padding: 6rem 0;
  background: #f7f6f3;
}

.ct-wef-services-grid-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}

/* HEADER */
.ct-wef-services-grid h2 {
  text-align: center;
  font-size: 2.45rem;
  font-weight: 800;
  color: var(--crown-text-dark);
}

.ct-goldline {
  width: 90px;
  height: 3px;
  background: linear-gradient(90deg, #c7a347, #e8d28a);
  margin: 1rem auto 2.8rem;
  border-radius: 2px;
}

.ct-servicesg-intro {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3.4rem;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #555;
}

/* GRID */
.ct-servicesg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem 3rem;
}

/* ITEM */
.ct-servicesg-item {
  padding: 1.6rem 1.4rem;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  background: #fff;
  transition: 0.25s;
}

.ct-servicesg-item:hover {
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

.ct-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: #c7a347;
  opacity: .9;
  margin-bottom: 0.6rem;
}

.ct-servicesg-item h3 {
  font-size: 1.18rem;
  font-weight: 600;
  color: var(--crown-text-dark);
  margin-bottom: 0.3rem;
}

.ct-servicesg-item p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

/* ============================================================
   🧩 1500px – 1100px / MacBook Retina Compact
   ============================================================ */
@media (min-width: 1100px) and (max-width: 1500px) {

  .ct-wef-services-grid {
    padding: 5rem 0;
  }

  .ct-wef-services-grid h2 {
    font-size: 2.05rem;   /* ↓ leicht kompakter */
  }

  .ct-servicesg-intro {
    font-size: .98rem;
    margin-bottom: 3rem;
  }

  .ct-servicesg-grid {
    gap: 2.15rem 2.7rem;
  }

  .ct-servicesg-item {
    padding: 1.45rem 1.3rem;
    border-radius: 12px;
  }

  .ct-number {
    font-size: 1.95rem;
  }

  .ct-servicesg-item h3 {
    font-size: 1.08rem;
  }

  .ct-servicesg-item p {
    font-size: .94rem;
  }
}



/* ============================================================
   🧩 bis 1100px – Laptop
   ============================================================ */
@media (max-width: 1100px) {

  .ct-wef-services-grid {
    padding: 4.7rem 0;
  }

  .ct-wef-services-grid h2 {
    font-size: 1.95rem;
  }

  .ct-servicesg-intro {
    font-size: .95rem;
    margin-bottom: 2.7rem;
  }

  .ct-servicesg-grid {
    gap: 2rem 2.4rem;
  }

  .ct-servicesg-item {
    padding: 1.4rem 1.25rem;
  }

  .ct-number {
    font-size: 1.85rem;
  }

  .ct-servicesg-item h3 {
    font-size: 1.05rem;
  }

  .ct-servicesg-item p {
    font-size: .92rem;
  }
}



/* ============================================================
   🧩 bis 900px – Tablet quer
   ============================================================ */
@media (max-width: 900px) {

  .ct-wef-services-grid h2 {
    font-size: 1.85rem;
  }

  .ct-servicesg-intro {
    font-size: .92rem;
    margin-bottom: 2.5rem;
  }

  .ct-servicesg-grid {
    gap: 1.9rem 2rem;
  }

  .ct-servicesg-item {
    padding: 1.35rem 1.2rem;
  }

  .ct-number {
    font-size: 1.75rem;
  }

  .ct-servicesg-item h3 {
    font-size: 1rem;
  }

  .ct-servicesg-item p {
    font-size: .9rem;
  }
}



/* ============================================================
   🧩 bis 768px – Tablet hoch
   ============================================================ */
@media (max-width: 768px) {

  .ct-wef-services-grid {
    padding: 4.2rem 0;
  }

  .ct-wef-services-grid h2 {
    font-size: 1.7rem;
  }

  .ct-servicesg-intro {
    font-size: .9rem;
    margin-bottom: 2.3rem;
  }

  .ct-servicesg-grid {
    gap: 1.7rem;
  }

  .ct-servicesg-item {
    padding: 1.25rem 1.1rem;
  }

  .ct-number {
    font-size: 1.65rem;
  }
}



/* ============================================================
   🧩 bis 600px – kleine Smartphones
   ============================================================ */
@media (max-width: 600px) {

  /* MUSS: 2→1 Spalte */
  .ct-servicesg-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .ct-wef-services-grid h2 {
    font-size: 1.55rem;
  }

  .ct-servicesg-intro {
    font-size: .88rem;
  }

  .ct-servicesg-item {
    padding: 1.15rem 1rem;
    border-radius: 11px;
  }

  .ct-number {
    font-size: 1.55rem;
  }

  .ct-servicesg-item h3 {
    font-size: .95rem;
  }

  .ct-servicesg-item p {
    font-size: .85rem;
  }
}



/* ============================================================
   🧩 bis 420px – moderne Smartphones
   ============================================================ */
@media (max-width: 420px) {

  .ct-wef-services-grid {
    padding: 3.6rem 0;
  }

  .ct-wef-services-grid h2 {
    font-size: 1.42rem;
  }

  .ct-servicesg-intro {
    font-size: .83rem;
    margin-bottom: 2rem;
  }

  .ct-servicesg-item {
    padding: 1.05rem .95rem;
  }

  .ct-number {
    font-size: 1.45rem;
  }
}



/* ============================================================
   🧩 bis 350px – sehr kleine Geräte
   ============================================================ */
@media (max-width: 350px) {

  .ct-wef-services-grid h2 {
    font-size: 1.32rem;
  }

  .ct-servicesg-item h3 {
    font-size: .9rem;
  }

  .ct-servicesg-item p {
    font-size: .8rem;
  }

  .ct-number {
    font-size: 1.35rem;
  }
}

/* ============================================
   👑 CROWN TRANSFERS – CTA SECTION (CLEAN IVORY)
   ============================================ */

.ct-cta {
  width: 100%;
  background: #f7f6f3; /* Crown Ivory Clean Background */
  padding: 6rem 0;
  border-top: 1px solid rgba(199,163,71,0.25); /* dezente goldene Linie */
}

.ct-cta-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 4%;
  text-align: center;
  color: #1a1a1a; /* Text in elegantem Dunkelgrau */
}

/* HEADLINE */
.ct-cta h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  color: #1a1a1a;
  letter-spacing: -0.2px;
}

/* PARAGRAPH */
.ct-cta p {
  font-size: 1.1rem;
  color: #444;
  max-width: 700px;
  margin: 0 auto 2.8rem auto;
  line-height: 1.65;
}

/* ACTION BUTTONS */
.ct-cta-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* BASE BUTTON */
.ct-cta-btn {
  padding: 0.9rem 1.8rem;
  border-radius: 12px;
  font-size: .95rem;
  font-weight: 700;
  text-decoration: none;
  transition: .25s ease;
}

/* GOLD BUTTON */
.ct-cta-gold {
  background: #c7a347;
  color: #fff;
}

.ct-cta-gold:hover {
  background: #d6b860;
  box-shadow: 0 0 18px rgba(199,163,71,0.4);
  transform: translateY(-3px);
}

/* GHOST BUTTON (HELL / IVORY VERSION) */
.ct-cta-ghost {
  background: rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.15);
  color: #1a1a1a;
}

.ct-cta-ghost:hover {
  background: rgba(0,0,0,0.12);
  transform: translateY(-3px);
}

/* ============================================================
   🧩 1500px – 1100px / MacBook Pro Retina Fix
   ============================================================ */
@media (min-width: 1100px) and (max-width: 1500px) {
  .ct-cta {
    padding: 5rem 0;
  }
  .ct-cta h2 {
    font-size: 2rem;
  }
  .ct-cta p {
    font-size: 1rem;
    margin-bottom: 2.4rem;
  }
  .ct-cta-btn {
    padding: 0.85rem 1.6rem;
    font-size: .9rem;
  }
}


/* ============================================================
   🧩 bis 1100px – Laptop
   ============================================================ */
@media (max-width: 1100px) {
  .ct-cta {
    padding: 4.7rem 0;
  }
  .ct-cta h2 {
    font-size: 1.9rem;
  }
  .ct-cta p {
    font-size: .98rem;
  }
  .ct-cta-btn {
    padding: .82rem 1.55rem;
    font-size: .88rem;
  }
}


/* ============================================================
   🧩 bis 900px – Tablet quer
   ============================================================ */
@media (max-width: 900px) {
  .ct-cta {
    padding: 4.4rem 0;
  }
  .ct-cta h2 {
    font-size: 1.75rem;
  }
  .ct-cta p {
    font-size: .95rem;
    margin-bottom: 2.2rem;
  }
  .ct-cta-btn {
    padding: .78rem 1.45rem;
    font-size: .85rem;
  }
}


/* ============================================================
   🧩 bis 768px – Tablet hoch
   ============================================================ */
@media (max-width: 768px) {
  .ct-cta {
    padding: 4rem 0;
  }
  .ct-cta h2 {
    font-size: 1.65rem;
  }
  .ct-cta p {
    font-size: .92rem;
    line-height: 1.55;
  }
  .ct-cta-btn {
    padding: .75rem 1.3rem;
    font-size: .82rem;
  }
}


/* ============================================================
   🧩 bis 600px – kleine Handys
   ============================================================ */
@media (max-width: 600px) {
  .ct-cta {
    padding: 3.6rem 0;
  }
  .ct-cta h2 {
    font-size: 1.55rem;
    margin-bottom: 1rem;
  }
  .ct-cta p {
    font-size: .88rem;
    margin-bottom: 1.9rem;
  }
  .ct-cta-actions {
    gap: .75rem;
  }
  .ct-cta-btn {
    padding: .65rem 1.15rem;
    font-size: .78rem;
    border-radius: 10px;
  }
}


/* ============================================================
   🧩 bis 420px – iPhone 12 / moderne Smartphones
   ============================================================ */
@media (max-width: 420px) {
  .ct-cta {
    padding: 3.2rem 0;
  }
  .ct-cta h2 {
    font-size: 1.45rem;
  }
  .ct-cta p {
    font-size: .85rem;
    margin-bottom: 1.6rem;
  }
  .ct-cta-btn {
    padding: .6rem 1rem;
    font-size: .75rem;
  }
}


/* ============================================================
   🧩 bis 350px – sehr kleine Geräte
   ============================================================ */
@media (max-width: 350px) {
  .ct-cta {
    padding: 2.9rem 0;
  }
  .ct-cta h2 {
    font-size: 1.32rem;
  }
  .ct-cta p {
    font-size: .8rem;
    margin-bottom: 1.4rem;
  }
  .ct-cta-btn {
    padding: .55rem .9rem;
    font-size: .72rem;
  }
}

/* ======================================================
   👑 CROWN TRANSFERS – WEF IMPORTANT INFORMATION
   ====================================================== */

.ct-wef-info {
  padding: 6rem 0;
  background: #f7f6f3;
}

.ct-wef-info-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}

.ct-wef-info h2 {
  text-align: center;
  font-size: 2.45rem;
  font-weight: 800;
  color: var(--crown-text-dark);
}

.ct-goldline {
  width: 90px;
  height: 3px;
  background: linear-gradient(90deg, #c7a347, #e8d28a);
  margin: 1rem auto 2.6rem;
  border-radius: 2px;
}

.ct-wef-info-intro {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3.8rem;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #555;
}

/* FLEX LAYOUT */
.ct-wef-info-block {
  display: flex;
  gap: 3rem;
}

.ct-wef-info-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.ct-wef-info-col h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--crown-text-dark);
  margin-bottom: 0.7rem;
}

/* ITEM */
.ct-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.ct-info-item p {
  font-size: 1rem;
  line-height: 1.55;
  color: #444;
}

/* GOLD CHECKMARK SVG */
.ct-check svg {
  width: 22px;
  height: 22px;
  stroke: #c7a347;
  stroke-width: 2.5;
  fill: none;
}
/* ============================================================
   🧩 1500px – 1100px / MacBook Pro Retina Fix
   ============================================================ */
@media (min-width: 1100px) and (max-width: 1500px) {

  .ct-wef-info {
    padding: 5rem 0;
  }

  .ct-wef-info h2 {
    font-size: 2.2rem;   /* bleibt gleich */
  }

  .ct-wef-info-intro {
    font-size: 1rem;
    margin-bottom: 3.4rem;
  }

  .ct-wef-info-block {
    gap: 2.5rem;
  }

  .ct-wef-info-col h3 {
    font-size: 1.18rem;
  }

  .ct-info-item p {
    font-size: .95rem;
  }

  .ct-check svg {
    width: 20px;
    height: 20px;
  }
}



/* ============================================================
   🧩 bis 1100px – Laptop
   ============================================================ */
@media (max-width: 1100px) {

  .ct-wef-info {
    padding: 4.7rem 0;
  }

  .ct-wef-info h2 {
    font-size: 2.0rem;
  }

  .ct-wef-info-intro {
    font-size: .97rem;
    margin-bottom: 3.2rem;
  }

  .ct-wef-info-block {
    gap: 2.3rem;
  }

  .ct-wef-info-col h3 {
    font-size: 1.15rem;
  }

  .ct-info-item p {
    font-size: .92rem;
  }
}



/* ============================================================
   🧩 bis 900px – Tablet quer
   ============================================================ */
@media (max-width: 900px) {

  .ct-wef-info h2 {
    font-size: 1.85rem;
  }

  .ct-wef-info-intro {
    font-size: .9rem;
    margin-bottom: 2.8rem;
  }

  .ct-wef-info-block {
    gap: 2rem;
  }

  .ct-wef-info-col h3 {
    font-size: 1.1rem;
  }

  .ct-info-item p {
    font-size: .88rem;
  }

  .ct-check svg {
    width: 19px;
    height: 19px;
  }
}



/* ============================================================
   🧩 bis 768px – Tablet hoch
   ============================================================ */
@media (max-width: 768px) {

  .ct-wef-info {
    padding: 4.2rem 0;
  }

  .ct-wef-info h2 {
    font-size: 1.7rem;
  }

  .ct-wef-info-intro {
    font-size: .88rem;
  }

  .ct-wef-info-block {
    gap: 1.7rem;
  }

  .ct-wef-info-col h3 {
    font-size: 1.05rem;
  }

  .ct-info-item p {
    font-size: .86rem;
  }

  .ct-check svg {
    width: 18px;
    height: 18px;
  }
}



/* ============================================================
   🧩 bis 600px – kleine Smartphones
   ============================================================ */
@media (max-width: 600px) {

  /* Switch to 1 column */
  .ct-wef-info-block {
    flex-direction: column;
    gap: 1.9rem;
  }

  .ct-wef-info h2 {
    font-size: 1.55rem;
  }

  .ct-wef-info-intro {
    font-size: .85rem;
    margin-bottom: 2.4rem;
  }

  .ct-wef-info-col h3 {
    font-size: 1rem;
  }

  .ct-info-item p {
    font-size: .82rem;
  }
}



/* ============================================================
   🧩 bis 420px – moderne Smartphones (iPhone 12)
   ============================================================ */
@media (max-width: 420px) {

  .ct-wef-info {
    padding: 3.5rem 0;
  }

  .ct-wef-info h2 {
    font-size: 1.45rem;
  }

  .ct-wef-info-intro {
    font-size: .82rem;
  }

  .ct-info-item p {
    font-size: .8rem;
  }
}



/* ============================================================
   🧩 bis 350px – sehr kleine Geräte
   ============================================================ */
@media (max-width: 350px) {

  .ct-wef-info h2 {
    font-size: 1.32rem;
  }

  .ct-info-item p {
    font-size: .78rem;
  }

  .ct-check svg {
    width: 16px;
    height: 16px;
  }
}


/* ===================================================================
   CROWN TRANSFERS – WEF 2026 SEO MASTER SECTION (NON-RESPONSIVE)
   =================================================================== */

.ct-wef-master {
  padding: 6rem 0 5rem;
  background: #f7f6f3;
}

.ct-wef-master-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}

/* HEAD */
.ct-wef-master-head {
  text-align: center;
  margin-bottom: 3.8rem;
}

.ct-wef-master-head h2 {
margin-bottom: 1rem;
  font-size: 2.55rem;
  font-weight: 800;
  color: var(--crown-text-dark);
}

/* GOLD LINE */
.ct-gold-line {
  width: 70px;
  height: 4px;
  background: #c7a347;
  border-radius: 4px;
  display: block;
  margin: 0.5rem auto 1.8rem;
}

.ct-wef-master-intro {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: #444;
  line-height: 1.55;
}

/* MASTER BLOCK */
.ct-wef-master-block {
  background: #fff;
  border-radius: 20px;
  padding: 2.4rem 2rem;
  box-shadow: 0 12px 34px rgba(0,0,0,0.08);
  margin-bottom: 2.4rem;
  transition: 0.3s ease;
}

.ct-wef-master-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* BLOCK TITLES */
.ct-wef-master-block h3 {
  font-size: 1.35rem;
  color: #1a1a1a;
  margin-bottom: 0.7rem;
}

/* BLOCK TEXT */
.ct-wef-master-block p {
  font-size: 0.98rem;
  color: #555;
  line-height: 1.55;
  margin-bottom: 1.1rem;
  max-width: 720px;
}

/* LIST */
.ct-wef-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ct-wef-list li {
  margin-bottom: 0.55rem;
  padding-left: 1.2rem;
  font-size: 0.95rem;
  color: #333;
  position: relative;
}

/* GOLD BULLET */
.ct-wef-list li::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #c7a347;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}

/* ============================================================
   🧩 1500px – 1100px / MacBook Pro Retina Fix
   ============================================================ */
@media (min-width: 1100px) and (max-width: 1500px) {

  .ct-wef-master {
    padding: 5rem 0 4.5rem;
  }

  .ct-wef-master-head h2 {
    font-size: 2.2rem; /* gleich wie Desktop */
  }

  .ct-wef-master-intro {
    font-size: 1rem;
  }

  .ct-wef-master-block {
    padding: 2.15rem 1.85rem;
  }

  .ct-wef-master-block h3 {
    font-size: 1.28rem;
  }

  .ct-wef-master-block p {
    font-size: .95rem;
  }

  .ct-wef-list li {
    font-size: .92rem;
  }
}



/* ============================================================
   🧩 bis 1100px – Laptop
   ============================================================ */
@media (max-width: 1100px) {

  .ct-wef-master {
    padding: 4.6rem 0 4.2rem;
  }

  .ct-wef-master-head h2 {
    font-size: 2.0rem;
  }

  .ct-wef-master-intro {
    font-size: .96rem;
  }

  .ct-wef-master-block {
    padding: 2rem 1.75rem;
    border-radius: 18px;
  }

  .ct-wef-master-block h3 {
    font-size: 1.22rem;
  }

  .ct-wef-master-block p {
    font-size: .92rem;
  }

  .ct-wef-list li {
    font-size: .9rem;
  }
}



/* ============================================================
   🧩 bis 900px – Tablet quer
   ============================================================ */
@media (max-width: 900px) {

  .ct-wef-master-head h2 {
    font-size: 1.85rem;
  }

  .ct-wef-master-intro {
    font-size: .92rem;
  }

  .ct-wef-master-block {
    padding: 1.85rem 1.65rem;
  }

  .ct-wef-master-block h3 {
    font-size: 1.18rem;
  }

  .ct-wef-master-block p {
    font-size: .9rem;
  }

  .ct-wef-list li {
    font-size: .88rem;
  }
}



/* ============================================================
   🧩 bis 768px – Tablet hoch
   ============================================================ */
@media (max-width: 768px) {

  .ct-wef-master {
    padding: 4rem 0 3.8rem;
  }

  .ct-wef-master-head h2 {
    font-size: 1.72rem;
  }

  .ct-wef-master-intro {
    font-size: .88rem;
  }

  .ct-wef-master-block {
    padding: 1.7rem 1.5rem;
  }

  .ct-wef-master-block h3 {
    font-size: 1.1rem;
  }

  .ct-wef-master-block p {
    font-size: .86rem;
  }

  .ct-wef-list li {
    font-size: .85rem;
  }
}



/* ============================================================
   🧩 bis 600px – kleine Smartphones
   ============================================================ */
@media (max-width: 600px) {

  .ct-wef-master {
    padding: 3.6rem 0 3.5rem;
  }

  .ct-wef-master-head h2 {
    font-size: 1.55rem;
  }

  .ct-wef-master-intro {
    font-size: .84rem;
    margin-bottom: 2.8rem;
  }

  .ct-wef-master-block {
    padding: 1.55rem 1.35rem;
    border-radius: 16px;
  }

  .ct-wef-master-block h3 {
    font-size: 1.02rem;
  }

  .ct-wef-master-block p {
    font-size: .82rem;
  }

  .ct-wef-list li {
    font-size: .8rem;
  }
}



/* ============================================================
   🧩 bis 420px – moderne Smartphones
   ============================================================ */
@media (max-width: 420px) {

  .ct-wef-master {
    padding: 3.3rem 0 3.2rem;
  }

  .ct-wef-master-head h2 {
    font-size: 1.42rem;
  }

  .ct-wef-master-intro {
    font-size: .82rem;
  }

  .ct-wef-master-block {
    padding: 1.45rem 1.25rem;
  }

  .ct-wef-master-block h3 {
    font-size: .98rem;
  }

  .ct-wef-master-block p {
    font-size: .8rem;
  }

  .ct-wef-list li {
    font-size: .78rem;
  }
}



/* ============================================================
   🧩 bis 350px – sehr kleine Geräte
   ============================================================ */
@media (max-width: 350px) {

  .ct-wef-master-head h2 {
    font-size: 1.32rem;
  }

  .ct-wef-master-intro {
    font-size: .78rem;
  }

  .ct-wef-master-block h3 {
    font-size: .92rem;
  }

  .ct-wef-master-block p {
    font-size: .76rem;
  }

  .ct-wef-list li {
    font-size: .74rem;
  }
}

