:root {
  --wine-950: #3d0712;
  --wine-900: #570b1a;
  --wine-800: #741326;
  --wine-700: #941629;
  --cream-50: #fffdf9;
  --cream-100: #f8f2e9;
  --cream-200: #eee2d3;
  --ink: #261d1a;
  --muted: #6b5c55;
  --gold: #c89a4a;
  --green: #617b1e;
  --line: rgba(87, 11, 26, .17);
  --shadow: 0 24px 70px rgba(61, 7, 18, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream-50);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.campaign-chef-page { overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }

.campaign-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.campaign-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(87, 11, 26, .1);
  background: rgba(255, 253, 249, .94);
  backdrop-filter: blur(14px);
}
.campaign-header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.campaign-brand img { width: 244px; height: auto; }
.header-cta,
.primary-cta,
.secondary-cta {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.header-cta { min-height: 58px; padding: 15px 30px; background: var(--wine-800); color: #fff; font-size: 15px; }
.primary-cta {
  padding: 14px 26px;
  background: var(--wine-800);
  box-shadow: 0 14px 30px rgba(116, 19, 38, .22);
  color: #fff;
}
.secondary-cta { padding: 13px 25px; border: 1px solid var(--wine-800); color: var(--wine-800); }
.header-cta:hover,
.primary-cta:hover,
.secondary-cta:hover { transform: translateY(-2px); }
.primary-cta:hover,
.header-cta:hover { background: var(--wine-900); box-shadow: 0 18px 36px rgba(87, 11, 26, .28); }
.primary-cta:focus-visible,
.secondary-cta:focus-visible,
.header-cta:focus-visible,
input:focus-visible,
select:focus-visible { outline: 3px solid rgba(200, 154, 74, .5); outline-offset: 3px; }

.campaign-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 4.5vw, 62px) 0 38px;
  background:
    radial-gradient(circle at 84% 10%, rgba(200, 154, 74, .17), transparent 23rem),
    linear-gradient(135deg, #fffdf9 0%, #f8f1e7 58%, #f1e4d4 100%);
}
.campaign-hero::after {
  position: absolute;
  width: 380px;
  height: 380px;
  right: -170px;
  bottom: -210px;
  border: 1px solid rgba(116, 19, 38, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 62px rgba(116, 19, 38, .035), 0 0 0 124px rgba(116, 19, 38, .025);
  content: "";
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(34px, 5vw, 68px); align-items: center; }
.campaign-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--wine-800);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.campaign-label::before { width: 44px; height: 2px; background: var(--wine-700); content: ""; }
.last-spots-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: -2px 0 16px;
  padding: 8px 13px;
  border: 1px solid rgba(116, 19, 38, .24);
  border-radius: 999px;
  background: #f8e8e6;
  color: var(--wine-800);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.last-spots-badge::before { width: 7px; height: 7px; border-radius: 50%; background: #b20d24; box-shadow: 0 0 0 4px rgba(178, 13, 36, .1); content: ""; }
.hero-copy h1,
.section-title,
.offer-card h2,
.conversion-copy h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: -.035em;
}
.hero-copy h1 { max-width: 700px; font-size: clamp(34px, 3.2vw, 46px); line-height: 1.08; letter-spacing: -.025em; }
.hero-title-highlight { color: var(--wine-800); }
.hero-title-line { display: inline; }
.hero-result-line { display: block; margin-top: 8px; color: var(--wine-800); font-size: .82em; line-height: 1.06; }
.hero-lead { max-width: 700px; margin: 18px 0 0; color: var(--muted); font-size: clamp(15px, 1.35vw, 18px); line-height: 1.52; }
.hero-lead strong { color: var(--ink); }
.hero-mobile-highlights { display: none; }
.hero-included { margin-top: 18px; padding: 13px 15px 14px; border: 1px solid rgba(116, 19, 38, .16); border-left: 4px solid var(--wine-800); border-radius: 12px; background: rgba(255, 253, 249, .82); }
.hero-included > strong { display: block; color: var(--wine-800); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 14px; margin-top: 10px; }
.hero-benefits span { position: relative; padding-left: 22px; color: #4d403a; font-size: 12px; font-weight: 750; line-height: 1.35; }
.hero-benefits span::before { position: absolute; left: 0; color: var(--green); font-size: 14px; font-weight: 900; content: "✓"; }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin: 20px 0; }
.hero-fact { min-height: 72px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255, 253, 249, .72); }
.hero-fact span { display: block; color: var(--wine-800); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero-fact strong { display: block; margin-top: 6px; font-size: 13px; line-height: 1.28; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-social { display: grid; grid-template-columns: 1.25fr .65fr 1fr; gap: 0; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.hero-social > div { display: flex; min-height: 42px; flex-direction: column; justify-content: center; padding: 0 14px; border-right: 1px solid var(--line); }
.hero-social > div:first-child { padding-left: 0; }
.hero-social > div:last-child { padding-right: 0; border-right: 0; }
.hero-social strong { color: var(--ink); font-size: 11px; line-height: 1.3; }
.hero-social div > span { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.3; }
.hero-social .hero-stars > span { margin: 0 0 4px; color: var(--gold); font-size: 14px; letter-spacing: .08em; }

.hero-visual { position: relative; min-height: 590px; }
.hero-photo-main {
  position: absolute;
  inset: 0 40px 0 0;
  overflow: hidden;
  border-radius: 38px 120px 38px 38px;
  box-shadow: var(--shadow);
}
.hero-photo-main img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-video-frame video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.video-sound-note {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(61,7,18,.76);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  backdrop-filter: blur(8px);
}
.hero-photo-main::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(61, 7, 18, .28)); content: ""; }
.offer-float {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 34px;
  width: min(320px, 82%);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 22px;
  background: rgba(87, 11, 26, .96);
  box-shadow: 0 22px 60px rgba(61, 7, 18, .31);
  color: #fff;
}
.offer-float small { display: block; color: #e8c889; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.offer-float strong { display: block; margin: 8px 0 5px; font-family: "Playfair Display", Georgia, serif; font-size: 34px; }
.offer-float span { color: rgba(255,255,255,.8); font-size: 12px; }

.proof-strip { position: relative; z-index: 2; border-bottom: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.proof-item { padding: 28px 24px; border-right: 1px solid var(--line); }
.proof-item:last-child { border-right: 0; }
.proof-item .proof-symbol { display: block; color: var(--gold); font-family: "Playfair Display", Georgia, serif; font-size: 30px; font-weight: 700; line-height: 1; }
.proof-item strong { display: block; margin-top: 8px; color: var(--wine-800); font-family: "Playfair Display", Georgia, serif; font-size: 18px; line-height: 1.1; }
.proof-item span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.42; }

.compact-section-grid { display: grid; grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr); gap: clamp(34px, 5vw, 68px); align-items: center; }
.compact-section-copy > p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.outcomes-section { background: #fff; }
.outcome-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.outcome-grid article { display: flex; min-height: 92px; align-items: center; gap: 16px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, #fffdf9, #f8f0e6); box-shadow: 0 10px 24px rgba(61,7,18,.05); }
.outcome-grid article span { display: inline-flex; width: 34px; height: 34px; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 50%; background: var(--wine-800); color: #fff; font-size: 10px; font-weight: 800; }
.outcome-grid article strong { color: #3b2220; font-family: "Playfair Display", Georgia, serif; font-size: 19px; line-height: 1.15; }

.why-section { background: var(--cream-100); }
.compact-heading { margin-bottom: 22px; }
.why-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.why-grid article { min-height: 118px; padding: 18px; border: 1px solid rgba(116,19,38,.14); border-top: 3px solid var(--wine-800); border-radius: 15px; background: #fffdf9; }
.why-grid strong { display: block; color: var(--wine-800); font-family: "Playfair Display", Georgia, serif; font-size: 17px; line-height: 1.12; }
.why-grid span { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.why-note { margin: 12px 0 0; color: #85766e; font-size: 10px; }

.imagine-section { background: #fff; }
.imagine-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(30px, 5vw, 60px); align-items: center; }
.imagine-photo { height: 390px; margin: 0; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
.imagine-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.imagine-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.imagine-grid span { position: relative; min-height: 72px; padding: 15px 15px 15px 38px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream-100); color: #4c3732; font-size: 12px; font-weight: 750; line-height: 1.4; }
.imagine-grid span::before { position: absolute; top: 17px; left: 15px; color: var(--green); font-size: 16px; font-weight: 900; content: "✓"; }

.campaign-section { padding: clamp(46px, 5vw, 64px) 0; }
.campaign-section.tinted { background: var(--cream-100); }
.section-heading { display: grid; grid-template-columns: minmax(0, .92fr) minmax(300px, .7fr); gap: 38px; align-items: end; margin-bottom: 28px; }
.section-title { max-width: 720px; font-size: clamp(30px, 3vw, 42px); line-height: 1.08; }
.section-intro { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

.module-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.module-card { position: relative; min-height: 132px; padding: 17px 18px; overflow: hidden; border: 1px solid rgba(116,19,38,.15); border-left: 4px solid var(--wine-800); border-radius: 16px; background: linear-gradient(145deg, #fff, #fbf5ed); box-shadow: 0 10px 26px rgba(61,7,18,.055); }
.module-card::after { position: absolute; width: 88px; height: 88px; right: -40px; bottom: -42px; border: 16px solid rgba(200,154,74,.08); border-radius: 50%; content: ""; }
.module-card:nth-child(2n) { border-left-color: var(--gold); }
.module-card span { display: inline-flex; min-width: 34px; height: 25px; align-items: center; justify-content: center; border-radius: 999px; background: var(--wine-800); color: #fff; font-family: "Inter", Arial, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.module-card:nth-child(2n) span { background: #966c28; }
.module-card h3 { position: relative; z-index: 1; margin: 13px 0 6px; color: var(--wine-800); font-family: "Playfair Display", Georgia, serif; font-size: 22px; font-weight: 600; line-height: 1.1; }
.module-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.42; }
.module-cta-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 18px; padding: 16px 18px 16px 22px; border-radius: 16px; background: #efe4d6; }
.module-cta-row p { margin: 0; color: #574842; font-size: 13px; font-weight: 650; }
.module-cta-row .primary-cta { min-height: 44px; padding: 10px 20px; font-size: 12px; }

.practice-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 18px; }
.practice-feature {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(26px, 3vw, 38px);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(61,7,18,.02), rgba(61,7,18,.88)), url("alunas-massa.jpeg") center/cover;
  color: #fff;
}
.practice-kicker { color: #e7c47e; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.practice-number { display: block; margin: 6px 0 8px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(58px, 6vw, 84px); line-height: .86; }
.practice-feature h2 { max-width: 440px; margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(30px, 3vw, 40px); font-weight: 600; line-height: 1.02; }
.practice-feature p { max-width: 440px; margin: 13px 0 0; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.5; }
.practice-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.practice-photo { position: relative; min-height: 360px; overflow: hidden; border-radius: 22px; }
.practice-photo img { width: 100%; height: 100%; object-fit: cover; }
.practice-photo:first-child img { object-position: center; }
.practice-photo:last-child img { object-position: center 45%; }
.photo-note { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 15px 18px; border-radius: 14px; background: rgba(255,253,249,.91); color: var(--wine-800); font-size: 12px; font-weight: 800; backdrop-filter: blur(10px); }

.value-section { overflow: hidden; background: #fffaf4; }
.value-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr); gap: clamp(28px, 4vw, 52px); align-items: end; margin-bottom: 26px; }
.value-heading h2 { max-width: 720px; margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(31px, 3.2vw, 43px); font-weight: 600; line-height: 1.06; }
.value-heading h2 em { color: var(--wine-800); font-style: normal; }
.value-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.value-mosaic { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.value-feature,
.value-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; }
.value-feature { grid-column: span 2; height: 260px; min-height: 0; background: var(--wine-950); color: #fff; }
.value-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.value-feature::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(48, 7, 16, .08) 0%, rgba(48, 7, 16, .64) 46%, rgba(50, 5, 15, .94) 100%); content: ""; }
.value-feature-copy { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 24px 26px; }
.value-feature-copy span,
.value-card > span { display: block; margin-bottom: 14px; color: #ddb96f; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.value-feature-copy h3 { max-width: 650px; margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(23px, 2vw, 29px); font-weight: 600; line-height: 1.08; }
.value-feature-copy p { max-width: 650px; margin: 10px 0 0; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.5; }
.value-feature-copy h3,
.value-feature-copy p { text-shadow: 0 2px 12px rgba(25, 3, 8, .65); }
.value-card { grid-column: span 1; min-height: 172px; padding: 25px 24px 22px; border-top: 4px solid var(--wine-800); background: linear-gradient(145deg, #fffdf9 0%, #f8f0e6 100%); box-shadow: 0 12px 28px rgba(61, 7, 18, .07); }
.value-card::before { display: block; width: 34px; height: 2px; margin-bottom: 13px; background: var(--gold); content: ""; }
.value-card > span { margin-bottom: 10px; color: var(--wine-800); font-size: 10px; letter-spacing: .13em; }
.value-card h3 { max-width: 390px; margin: 0; color: #39171b; font-family: "Playfair Display", Georgia, serif; font-size: clamp(20px, 1.7vw, 24px); font-weight: 600; line-height: 1.1; }
.value-card p { margin: 11px 0 0; color: #5f5049; font-size: 12px; line-height: 1.55; }
.value-card a { display: inline-flex; margin-top: 20px; color: var(--wine-800); font-size: 12px; font-weight: 800; }
.value-card a::after { margin-left: 9px; content: "→"; }
.value-card-international { height: 260px; min-height: 0; padding: 0; background: #430713; color: #fff; }
.value-card-international::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(35,4,10,.1) 18%, rgba(45,5,13,.94) 100%); content: ""; }
.value-international-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.value-logo-row { position: absolute; z-index: 2; top: 13px; right: 13px; left: 13px; display: flex; align-items: center; justify-content: space-between; }
.value-logo-row img:first-child { width: 106px; max-height: 39px; object-fit: contain; object-position: left center; filter: drop-shadow(0 2px 5px rgba(0,0,0,.25)); }
.value-logo-row img:last-child { width: 45px; height: 45px; border: 2px solid rgba(255,255,255,.7); border-radius: 7px; object-fit: cover; }
.value-international-copy { position: absolute; z-index: 2; right: 18px; bottom: 15px; left: 18px; }
.value-international-copy span { display: block; margin-bottom: 6px; color: #f0cf83; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.value-international-copy h3 { margin: 0; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: 21px; font-weight: 600; line-height: 1.05; }
.value-international-copy p { margin: 6px 0 0; color: rgba(255,255,255,.86); font-size: 10px; line-height: 1.35; }
.value-international-copy small { display: block; margin-top: 4px; color: #f0cf83; font-size: 9px; font-weight: 700; }
.value-card-digital,
.value-card-equipment { grid-column: span 1; min-height: 172px; }
.value-card-quality,
.value-card-digital,
.value-card-equipment { background: linear-gradient(145deg, #fffdf9 0%, #f8f0e6 100%); }
.value-closing { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin-top: 14px; padding: 22px 30px 18px; border-radius: 16px; background: var(--wine-800); color: #fff; }
.value-closing-step { padding-right: clamp(24px, 3.5vw, 50px); }
.value-closing-result { padding-right: 0; padding-left: clamp(24px, 3.5vw, 50px); border-left: 1px solid rgba(231, 196, 126, .6); }
.value-closing-step span { display: block; margin-bottom: 8px; color: #e7c47e; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.value-closing-step strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: clamp(19px, 2vw, 25px); font-weight: 600; line-height: 1.18; }
.value-closing-footer { display: flex; grid-column: 1 / -1; align-items: center; justify-content: center; gap: 16px; margin-top: 18px; padding-top: 13px; border-top: 1px solid rgba(231, 196, 126, .6); color: #e7c47e; }
.value-closing-footer strong { font-family: "Playfair Display", Georgia, serif; font-size: clamp(42px, 4vw, 58px); font-weight: 500; line-height: .8; }
.value-closing-footer span { font-size: clamp(11px, 1.15vw, 14px); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.schedule-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.schedule-card { padding: 22px 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(61, 7, 18, .05); }
.schedule-card.featured { border-color: rgba(116,19,38,.55); background: linear-gradient(145deg, #fffdf9, #f7ecdf); }
.schedule-card .tag { display: inline-flex; padding: 7px 12px; border-radius: 999px; background: var(--wine-800); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.schedule-card h3 { margin: 15px 0 6px; font-family: "Playfair Display", Georgia, serif; font-size: 24px; font-weight: 600; }
.schedule-time { color: var(--wine-800); font-size: 18px; font-weight: 800; }
.schedule-card p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.offer-section { background: var(--wine-950); color: #fff; }
.offer-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.02fr); gap: clamp(40px, 7vw, 90px); align-items: center; }
.offer-copy .campaign-label { color: #e7c47e; }
.offer-copy .campaign-label::before { background: #e7c47e; }
.offer-copy h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(32px, 3.5vw, 46px); font-weight: 600; line-height: 1.06; }
.offer-copy p { max-width: 610px; margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.65; }
.offer-card { padding: clamp(30px, 5vw, 52px); border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: #fffaf3; box-shadow: 0 30px 80px rgba(0,0,0,.23); color: var(--ink); }
.offer-deadline { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--wine-800); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.offer-price-old { margin: 28px 0 0; color: #8a7b73; font-size: 13px; }
.offer-price-old del { margin-left: 7px; }
.offer-card h2 { margin: 12px 0 0; color: var(--wine-800); font-size: clamp(40px, 4vw, 56px); line-height: .98; }
.offer-card h2 small { display: block; margin-top: 12px; color: var(--muted); font-family: "Inter", Arial, sans-serif; font-size: 13px; font-weight: 500; line-height: 1.4; letter-spacing: 0; }
.offer-total { margin: 17px 0 0; color: var(--muted); font-size: 13px; }
.offer-payment-note { margin: 10px 0 0; color: var(--wine-800); font-size: 13px; font-weight: 800; line-height: 1.4; }
.offer-saving { margin: 20px 0 25px; padding: 14px 16px; border-radius: 12px; background: #edf2dc; color: #4d6516; font-size: 13px; font-weight: 800; }
.offer-card .primary-cta { width: 100%; }
.offer-fineprint { margin: 13px 0 0; color: #85756d; font-size: 11px; line-height: 1.45; text-align: center; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 64px; cursor: pointer; align-items: center; justify-content: space-between; gap: 20px; color: var(--wine-800); font-family: "Playfair Display", Georgia, serif; font-size: 19px; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-family: "Inter", Arial, sans-serif; font-size: 26px; font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 830px; margin: -4px 0 25px; color: var(--muted); line-height: 1.65; }

.conversion-section { padding: clamp(72px, 8vw, 110px) 0; background: linear-gradient(135deg, #f6ebde, #fffdf9); }
.conversion-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, .8fr); gap: clamp(44px, 7vw, 92px); align-items: start; }
.conversion-copy h2 { max-width: 600px; font-size: clamp(32px, 3.6vw, 46px); line-height: 1.06; }
.conversion-copy > p { max-width: 600px; margin: 22px 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.conversion-points { display: grid; gap: 12px; margin-top: 30px; }
.conversion-point { display: flex; gap: 14px; align-items: flex-start; color: #594b45; font-size: 14px; line-height: 1.5; }
.conversion-point::before { width: 8px; height: 8px; flex: 0 0 auto; margin-top: 6px; border-radius: 50%; background: var(--gold); content: ""; }

.lead-card { padding: clamp(28px, 4vw, 42px); border: 1px solid rgba(116,19,38,.17); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.lead-card h3 { margin: 0; color: var(--wine-800); font-family: "Playfair Display", Georgia, serif; font-size: 27px; font-weight: 600; }
.lead-card > p { margin: 10px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.lead-form { display: grid; gap: 14px; }
.lead-form label { display: grid; gap: 7px; color: #4c3e38; font-size: 12px; font-weight: 800; }
.lead-form input,
.lead-form select { width: 100%; min-height: 53px; padding: 13px 15px; border: 1px solid #dccfc0; border-radius: 11px; background: #fffdf9; color: var(--ink); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.lead-form .acceptance { display: flex; grid-template-columns: none; align-items: flex-start; gap: 9px; color: #766860; font-size: 10px; font-weight: 500; line-height: 1.4; }
.lead-form .acceptance input { width: 17px; min-height: 17px; flex: 0 0 auto; margin: 1px 0 0; }
.lead-form .acceptance a { color: var(--wine-800); text-decoration: underline; }
.lead-form button { width: 100%; border: 0; cursor: pointer; }
.form-feedback { margin: 0; color: var(--wine-800); font-size: 12px; font-weight: 700; line-height: 1.45; }
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; }

.campaign-footer { padding: 34px 0 92px; border-top: 1px solid var(--line); background: #fff; }
.campaign-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.campaign-footer img { width: 220px; }
.campaign-footer p { max-width: 520px; margin: 0; color: #776961; font-size: 11px; line-height: 1.5; text-align: right; }
.mobile-conversion-bar { display: none; }
.campaign-chef-page .wa-fab { display: none !important; }

@media (max-width: 980px) {
  .hero-grid,
  .practice-layout,
  .offer-layout,
  .conversion-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 560px; }
  .hero-photo-main { right: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .value-heading { grid-template-columns: 1fr; gap: 18px; }
  .value-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .value-feature { grid-column: 1 / -1; height: 260px; min-height: 0; }
  .value-card,
  .value-card-digital,
  .value-card-equipment { grid-column: span 1; }
  .module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offer-layout { max-width: 780px; margin: 0 auto; }
  .conversion-layout { max-width: 760px; margin: 0 auto; }
  .compact-section-grid,
  .imagine-layout { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .imagine-photo { height: 340px; }
}

@media (max-width: 700px) {
  html, body { overflow-x: hidden; }
  .campaign-shell { width: min(100% - 32px, 620px); }
  .campaign-header-inner { min-height: 76px; gap: 8px; }
  .campaign-brand img { width: 168px; }
  .header-cta { min-width: 154px; min-height: 44px; padding: 9px 10px; font-size: 10.5px; white-space: nowrap; }
  .campaign-hero { overflow: visible; padding: 0; background: #f8f1e7; }
  .campaign-hero::after { display: none; }
  .campaign-hero .hero-grid { width: 100%; max-width: none; }
  .hero-grid { display: flex; flex-direction: column; gap: 0; }
  .hero-visual { order: 1; width: 100%; min-height: 320px; }
  .hero-photo-main { inset: 0; margin: 0; border-radius: 0; box-shadow: none; }
  .hero-photo-main img { object-position: center 43%; }
  .hero-video-frame video { object-position: center 43%; }
  .hero-photo-main::after { background: linear-gradient(180deg, transparent 72%, rgba(61, 7, 18, .15)); }
  .offer-float { display: none; }
  .hero-copy { position: relative; z-index: 3; isolation: isolate; order: 2; width: 100%; max-width: none; padding: 0 16px 34px; background: transparent; }
  .hero-copy::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    height: 340px;
    background: linear-gradient(145deg, #7c1025 0%, #5b0918 100%);
    content: "";
  }
  .hero-intro-card {
    position: relative;
    margin: -74px 4px 0;
    padding: 70px 22px 19px;
    border: 1px solid rgba(202, 158, 73, .72);
    border-radius: 28px;
    background: #fffaf2;
    box-shadow: 0 22px 52px rgba(35, 2, 9, .28);
  }
  .hero-intro-card .campaign-label {
    position: absolute;
    z-index: 2;
    top: -35px;
    left: 12px;
    margin: 0;
    padding: 15px 17px 12px;
    border-radius: 15px 15px 0 0;
    background: #fffaf2;
    font-size: 11px;
    letter-spacing: .1em;
  }
  .hero-intro-card .campaign-label::before { display: none; }
  .hero-intro-card .last-spots-badge {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 12px;
    width: min(82%, 300px);
    justify-content: flex-start;
    margin: 0;
    padding: 12px 16px;
    border: 0;
    border-radius: 13px 22px 22px 13px;
    background: linear-gradient(135deg, #9f142d, #741326);
    box-shadow: 0 10px 24px rgba(94, 8, 24, .2);
    color: #fff;
    font-size: 11px;
  }
  .hero-intro-card .last-spots-badge::before { background: #f4b4aa; box-shadow: 0 0 0 5px rgba(255,255,255,.08); }
  .hero-copy h1 { width: 100%; max-width: none; font-size: clamp(26px, 7vw, 30px); line-height: 1.06; letter-spacing: -.035em; }
  .hero-title-line { display: block; white-space: nowrap; }
  .hero-title-highlight { display: inline; margin: 0; color: inherit; }
  .hero-result-line { font-size: .78em; }
  .hero-lead { position: relative; margin-top: 22px; padding-top: 22px; color: var(--ink); font-size: 17px; }
  .hero-lead::before { position: absolute; top: 0; left: 0; width: 150px; height: 2px; background: linear-gradient(90deg, var(--gold) 0 28%, rgba(200,154,74,.45) 28% 100%); content: ""; }
  .hero-lead strong { color: var(--wine-800); }
  .hero-lead-detail { display: none; }
  .hero-mobile-highlights { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 16px 0 0; }
  .hero-mobile-highlights span {
    position: relative;
    display: flex;
    min-height: 90px;
    align-items: center;
    overflow: hidden;
    padding: 16px 10px 16px 40px;
    border: 1px solid rgba(210, 165, 76, .82);
    border-radius: 18px;
    background: rgba(52, 4, 13, .35);
    box-shadow: inset 0 0 26px rgba(0,0,0,.12);
    color: #fffaf2;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(15px, 4.05vw, 17px);
    line-height: 1.08;
    text-transform: uppercase;
  }
  .hero-mobile-highlights span::before { position: absolute; left: 16px; width: 2px; height: 40px; background: var(--gold); box-shadow: 5px 0 0 var(--gold), 10px 0 0 var(--gold); content: ""; }
  .hero-mobile-highlights span:last-child { padding-right: 6px; padding-left: 36px; font-size: 14px; letter-spacing: -.015em; }
  .hero-mobile-highlights span:last-child::before { left: 12px; }
  .hero-included { margin-top: 30px; background: #fffaf2; }
  .hero-included > strong { font-size: 12px; line-height: 1.35; }
  .hero-benefits { gap: 9px; }
  .hero-benefits span { font-size: 13px; line-height: 1.4; }
  .hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .hero-fact:first-child { grid-column: 1 / -1; }
  .hero-fact { min-height: 0; padding: 12px 13px; }
  .hero-fact strong { font-size: 13px; line-height: 1.35; }
  .hero-actions .primary-cta { width: 100%; }
  .hero-actions .secondary-cta { width: 100%; }
  .hero-social { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 16px 14px; border: 0; border-radius: 16px; background: #fffaf2; }
  .hero-social > div { align-items: center; padding: 13px 10px; border-right: 0; border-bottom: 1px solid var(--line); text-align: center; }
  .hero-social > div:first-child { grid-column: 1 / -1; padding: 2px 8px 17px; }
  .hero-social > div:nth-child(2) { padding-left: 8px; border-right: 1px solid var(--line); border-bottom: 0; }
  .hero-social > div:last-child { border-bottom: 0; }
  .hero-social strong { font-size: 16px; line-height: 1.25; }
  .hero-social div > span { font-size: 14px; line-height: 1.35; }
  .hero-social .hero-stars > span { margin-bottom: 8px; font-size: 24px; letter-spacing: .12em; }
  .hero-social .hero-stars strong { font-size: 18px; }
  .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-item { padding: 22px 15px; border-bottom: 1px solid var(--line); }
  .proof-item:nth-child(2n) { border-right: 0; }
  .proof-item:nth-last-child(-n+2) { border-bottom: 0; }
  .proof-item strong { font-size: 22px; }
  .proof-item .proof-symbol { font-size: 28px; }
  .campaign-section { padding: 44px 0; }
  .section-title { font-size: clamp(29px, 8vw, 36px); }
  .section-intro { font-size: 15px; }
  .module-grid { grid-template-columns: 1fr; }
  .module-card { min-height: 0; padding: 19px 20px; }
  .module-card h3 { margin-top: 13px; font-size: 22px; }
  .module-card p { font-size: 14px; line-height: 1.5; }
  .module-cta-row { align-items: stretch; flex-direction: column; gap: 12px; padding: 17px; }
  .module-cta-row .primary-cta { width: 100%; }
  .practice-feature { min-height: 390px; padding: 28px 22px; }
  .practice-number { font-size: 68px; }
  .practice-feature p { font-size: 15px; line-height: 1.55; }
  .practice-gallery { grid-template-rows: none; grid-template-columns: 1fr; }
  .practice-photo { min-height: 230px; }
  .value-mosaic { grid-template-columns: 1fr; }
  .value-feature,
  .value-card,
  .value-card-digital,
  .value-card-equipment { grid-column: 1; min-height: auto; }
  .value-feature { height: 230px; min-height: 0; }
  .value-card-international { height: auto; min-height: 225px; }
  .value-feature-copy { padding: 20px; }
  .value-feature-copy span,
  .value-international-copy span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 999px;
    background: rgba(83, 8, 23, .82);
    box-shadow: 0 5px 16px rgba(35, 3, 10, .24);
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .1em;
    text-shadow: 0 2px 7px rgba(0,0,0,.45);
  }
  .value-feature-copy h3 { font-size: 25px; }
  .value-feature-copy p { font-size: 14px; line-height: 1.5; }
  .value-card h3 { font-size: 23px; }
  .value-card p { font-size: 14px; line-height: 1.55; }
  .value-closing { grid-template-columns: 1fr; padding: 20px; }
  .value-closing-step { padding: 0; }
  .value-closing-result { margin-top: 17px; padding-top: 17px; border-top: 1px solid rgba(231, 196, 126, .45); border-left: 0; }
  .value-closing-footer { grid-column: 1; justify-content: flex-start; gap: 12px; }
  .value-closing-footer strong { font-size: 44px; }
  .value-closing-footer span { font-size: 10px; line-height: 1.4; }
  .schedule-grid { grid-template-columns: 1fr; }
  .schedule-card { padding: 20px; }
  .offer-layout { grid-template-columns: 1fr; }
  .offer-card { padding: 28px 23px; }
  .offer-deadline { align-items: flex-start; flex-direction: column; }
  .faq-list summary { min-height: 60px; font-size: 17px; }
  .conversion-layout { grid-template-columns: 1fr; }
  .conversion-copy h2 { font-size: clamp(30px, 8vw, 37px); }
  .lead-card { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .campaign-footer { padding-bottom: 34px; }
  .campaign-footer-inner { align-items: flex-start; flex-direction: column; }
  .campaign-footer p { text-align: left; }
  .mobile-conversion-bar {
    position: static;
    z-index: 30;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 8px;
    padding: 10px 12px max(10px, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(87,11,26,.17);
    background: rgba(255,253,249,.96);
    box-shadow: none;
    backdrop-filter: blur(14px);
  }
  .mobile-conversion-bar a { display: flex; min-height: 46px; align-items: center; justify-content: center; border-radius: 999px; font-size: 11px; font-weight: 800; text-align: center; }
  .mobile-conversion-bar a:first-child { border: 1px solid var(--wine-800); color: var(--wine-800); }
  .mobile-conversion-bar a:last-child { background: var(--wine-800); color: #fff; }
  .value-logo-row img:first-child { display: none; }
  .compact-section-grid { gap: 24px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid article { min-height: 74px; padding: 14px 16px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { min-height: 0; padding: 16px 18px; }
  .why-grid strong { font-size: 19px; }
  .why-grid span { font-size: 14px; }
  .imagine-layout { gap: 26px; }
  .imagine-photo { height: 240px; }
  .imagine-grid { grid-template-columns: 1fr; }
  .imagine-grid span { min-height: 0; font-size: 14px; }
  .video-sound-note { right: 12px; bottom: 12px; font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .header-cta,
  .primary-cta,
  .secondary-cta { transition: none; }
}
