:root {
  --navy: #0b376d;
  --navy-deep: #07284f;
  --orange: #f79a05;
  --orange-dark: #df8200;
  --green: #5f8f2f;
  --green-dark: #456c20;
  --green-soft: #edf5e4;
  --cream: #fffaf1;
  --cream-2: #f8f0e1;
  --white: #ffffff;
  --ink: #17314d;
  --muted: #66717d;
  --border: #eadfca;
  --shadow: 0 24px 60px rgba(25, 50, 75, .12);
  --shadow-soft: 0 12px 32px rgba(25, 50, 75, .08);
  --radius: 26px;
  --container: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; padding-bottom: 92px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 92px 0; }
.section-soft { background: linear-gradient(180deg, #fffaf1 0%, #fff 100%); }
.section-cream { background: #fbf5e9; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 12px 16px; background: #fff; border-radius: 10px; box-shadow: var(--shadow-soft); }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(234,223,202,.8); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.brand { width: 280px; flex: 0 0 auto; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.site-nav a { text-decoration: none; color: var(--navy); font-size: .92rem; font-weight: 800; }
.site-nav a:hover { color: var(--orange-dark); }
.menu-button { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--navy); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 14px 24px; border: 0; border-radius: 14px; background: linear-gradient(135deg, var(--orange), #ffae1b); color: var(--navy-deep); font-weight: 900; text-decoration: none; box-shadow: 0 10px 24px rgba(247,154,5,.22); transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(247,154,5,.28); }
.button-small { min-height: 44px; padding: 10px 17px; font-size: .9rem; }
.text-link { color: var(--navy); font-weight: 900; text-decoration: none; }
.text-link:hover { color: var(--orange-dark); }
.hero { overflow: hidden; padding: 78px 0 70px; background: radial-gradient(circle at 80% 15%, #fff2d9 0, transparent 28%), linear-gradient(180deg, #fffdf9 0%, #fff8ec 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.hero-copy h1, .section-heading h2, .ai-copy h2, .faq-heading h2, .final-card h2 { font-family: Georgia, "Times New Roman", serif; color: var(--navy-deep); letter-spacing: -.035em; }
.hero-copy h1 { margin: 18px 0 18px; font-size: clamp(3rem, 5.4vw, 5.25rem); line-height: .98; }
.hero-copy h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 650px; margin: 0 0 24px; color: #344a61; font-size: clamp(1.06rem, 1.6vw, 1.24rem); }
.hero-pill { display: inline-flex; align-items: center; gap: 10px; padding: 9px 13px; border: 1px solid #d9e5ca; border-radius: 999px; background: rgba(255,255,255,.86); color: var(--green-dark); font-size: .77rem; font-weight: 900; letter-spacing: .06em; }
.hero-pill .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
.hero-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin: 28px 0; }
.hero-benefits > div { display: flex; gap: 11px; align-items: center; padding: 13px; border-radius: 16px; background: rgba(255,255,255,.82); border: 1px solid var(--border); }
.hero-benefits p { margin: 0; font-size: .8rem; color: var(--muted); line-height: 1.35; }
.hero-benefits strong { color: var(--navy); }
.mini-icon { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-weight: 950; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.microcopy { margin-top: 14px; color: var(--muted); font-size: .84rem; }
.hero-visual { position: relative; }
.visual-stage { position: relative; min-height: 630px; display: grid; align-items: center; }
.product-mockup { width: 100%; filter: drop-shadow(0 26px 36px rgba(19,43,65,.16)); }
.commission-badge { position: absolute; top: 0; right: 3%; z-index: 3; width: 126px; height: 126px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--navy); color: #fff; border: 6px solid #fff; box-shadow: var(--shadow-soft); transform: rotate(6deg); }
.commission-badge strong { font-size: 2rem; line-height: 1; color: #ffd887; }
.commission-badge span { margin-top: 5px; font-size: .72rem; font-weight: 800; line-height: 1.15; }
.bob-chip { position: absolute; right: 0; bottom: 3%; z-index: 3; display: grid; grid-template-columns: 96px 1fr; gap: 12px; align-items: center; width: min(330px, 65%); padding: 10px 15px 10px 8px; border-radius: 20px; background: rgba(255,255,255,.95); border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.bob-chip img { width: 96px; height: 82px; object-fit: contain; }
.bob-chip span, .bob-chip small { display: block; color: var(--muted); font-size: .68rem; }
.bob-chip strong { display: block; color: var(--navy); font-size: .93rem; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .7; }
.hero-glow-one { width: 420px; height: 420px; background: #edf5e4; left: -260px; bottom: -250px; }
.hero-glow-two { width: 360px; height: 360px; background: #fff0ce; right: -180px; top: -160px; }
.trust-strip { background: var(--navy-deep); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 92px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 16px 22px; border-right: 1px solid rgba(255,255,255,.14); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span { color: #ffd887; font-weight: 950; font-size: 1.3rem; }
.trust-grid strong { font-size: .86rem; line-height: 1.25; }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.eyebrow { margin: 0 0 10px; color: var(--green-dark); font-size: .78rem; font-weight: 950; text-transform: uppercase; letter-spacing: .11em; }
.eyebrow.light { color: #bdd78f; }
.section-heading h2, .ai-copy h2, .faq-heading h2, .final-card h2 { margin: 0 0 14px; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.04; }
.section-heading p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 1.05rem; }
.feature-grid { display: grid; gap: 18px; }
.feature-grid.four { grid-template-columns: repeat(4, 1fr); }
.feature-card { position: relative; min-height: 245px; padding: 26px; border-radius: var(--radius); background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.feature-card.featured { background: linear-gradient(160deg, #0c3c72, #082c54); border-color: transparent; color: #fff; }
.feature-card h3 { margin: 20px 0 8px; color: var(--navy); font-size: 1.15rem; }
.feature-card.featured h3 { color: #fff; }
.feature-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.feature-card.featured p { color: #dbe6f2; }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--green-soft); color: var(--green-dark); font-weight: 950; }
.feature-card.featured .feature-icon { background: var(--orange); color: var(--navy-deep); }
.offer-showcase { display: grid; gap: 26px; }
.offer-main { display: grid; grid-template-columns: 260px 1fr; gap: 32px; align-items: center; padding: 30px; border-radius: 30px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.offer-image-wrap { padding: 14px; border-radius: 22px; background: #fffaf1; }
.offer-main img { width: 100%; border-radius: 16px; }
.offer-main h3, .buyer-ai-card h3 { margin: 8px 0 7px; color: var(--navy); font-size: 1.6rem; }
.offer-main p, .buyer-ai-card p { margin: 0; color: var(--muted); }
.label { color: var(--orange-dark); font-size: .74rem; font-weight: 950; letter-spacing: .09em; }
.label.green { color: var(--green-dark); }
.bonus-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bonus-card { display: grid; grid-template-columns: 125px 1fr; gap: 18px; align-items: center; min-height: 220px; padding: 18px; border-radius: 22px; background: #fff; border: 1px solid var(--border); }
.bonus-card img { width: 100%; height: 184px; object-fit: cover; object-position: top; border-radius: 15px; }
.bonus-card span { color: var(--green-dark); font-size: .73rem; font-weight: 950; text-transform: uppercase; }
.bonus-card h3 { margin: 5px 0 7px; color: var(--navy); font-size: 1.03rem; }
.bonus-card p { margin: 0; color: var(--muted); font-size: .87rem; }
.buyer-ai-card { display: grid; grid-template-columns: 190px 1fr; gap: 25px; align-items: center; padding: 26px 32px; border-radius: 25px; background: linear-gradient(90deg, #edf5e4 0%, #fff 100%); border: 1px solid #d6e5c5; }
.buyer-ai-card img { width: 180px; }
.ai-section { overflow: hidden; background: linear-gradient(135deg, #07294f 0%, #0d427a 70%, #12395e 100%); color: #fff; }
.ai-section::before { content: ''; position: absolute; width: 420px; height: 420px; left: -210px; top: 40px; border-radius: 50%; background: rgba(116,158,62,.18); }
.ai-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; }
.ai-copy h2 { color: #fff; }
.ai-copy h2 em { color: #ffd887; font-style: normal; }
.ai-lead { max-width: 620px; color: #dbe6f2; font-size: 1.1rem; }
.ai-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 30px 0 18px; }
.ai-benefits > div { display: flex; gap: 12px; padding: 16px; border-radius: 17px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); }
.ai-benefits > div > span { color: #ffd887; font-size: 1.2rem; }
.ai-benefits strong { color: #fff; }
.ai-benefits p { margin: 3px 0 0; color: #c9d7e6; font-size: .86rem; }
.ai-note { color: #b9c9d9; font-size: .82rem; }
.ai-dashboard { padding: 24px; border-radius: 28px; background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.25); transform: rotate(1deg); }
.dash-top { display: flex; align-items: center; gap: 12px; padding-bottom: 17px; border-bottom: 1px solid var(--border); }
.agent-avatar { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: var(--orange); color: var(--navy-deep); font-weight: 950; }
.dash-top strong, .dash-top span { display: block; }
.dash-top strong { color: var(--navy); }
.dash-top span { color: var(--muted); font-size: .77rem; }
.online { margin-left: auto; display: flex; align-items: center; gap: 6px; color: var(--green-dark); font-size: .78rem; font-weight: 900; }
.online i { width: 8px; height: 8px; border-radius: 50%; background: #75a33d; }
.dash-message { margin: 23px 0; padding: 20px; border-radius: 18px; background: var(--cream); }
.dash-message span { color: var(--green-dark); font-weight: 900; }
.dash-message p { margin: 4px 0 0; color: var(--navy); font-size: 1.15rem; font-weight: 900; }
.dash-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dash-actions button { padding: 13px; border: 1px solid var(--border); border-radius: 13px; background: #fff; color: var(--navy); text-align: left; font: inherit; font-size: .82rem; font-weight: 800; }
.dash-input { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding: 13px 14px; border-radius: 13px; background: #f3f5f7; color: #8a939c; font-size: .82rem; }
.dash-input b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; }
.resource-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.resource-visual { padding: 24px; border-radius: 28px; background: var(--cream); }
.resource-visual img { filter: drop-shadow(0 20px 30px rgba(19,43,65,.13)); }
.resource-list { display: grid; gap: 14px; }
.resource-list > div { display: flex; gap: 14px; padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.resource-list > div > span { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-weight: 950; }
.resource-list p { margin: 0; color: var(--muted); }
.resource-list strong { color: var(--navy); }
.platform-heading { max-width: 820px; }
.platform-grid { display: grid; grid-template-columns: 1fr 70px 1fr; gap: 20px; align-items: stretch; max-width: 1000px; margin: 0 auto; }
.platform-card { padding: 32px; border-radius: 28px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.platform-card h3 { margin: 22px 0 8px; color: var(--navy); font-size: 1.7rem; }
.platform-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.platform-logo { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; font-weight: 950; }
.ds-logo { background: #092f63; color: #fff; }
.hm-logo { background: #f15a24; color: #fff; font-size: 1.4rem; }
.recommended, .platform-choice { padding: 7px 10px; border-radius: 999px; font-size: .67rem; font-weight: 950; letter-spacing: .07em; }
.recommended { background: var(--green-soft); color: var(--green-dark); }
.platform-choice { background: #fff0e9; color: #c54a1e; }
.commission-line { display: flex; align-items: baseline; gap: 10px; margin-bottom: 15px; }
.commission-line strong { color: var(--orange); font-size: 2.6rem; line-height: 1; }
.commission-line span { color: var(--muted); font-size: .86rem; font-weight: 800; }
.platform-card ul { min-height: 128px; margin: 18px 0 25px; padding-left: 20px; color: var(--muted); }
.platform-card li { margin: 8px 0; }
.platform-button { width: 100%; }
.button-hotmart { background: linear-gradient(135deg, #f56c33, #f15a24); color: #fff; box-shadow: 0 10px 24px rgba(241,90,36,.2); }
.or-divider { display: grid; place-items: center; }
.or-divider span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: .8rem; font-weight: 950; box-shadow: var(--shadow-soft); }
.platform-note { max-width: 860px; margin: 26px auto 0; text-align: center; color: var(--muted); font-size: .84rem; }
.process-section { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.steps-grid article { position: relative; padding: 24px 19px; border-radius: 21px; background: var(--cream); border: 1px solid var(--border); }
.steps-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: var(--navy); color: #fff; font-weight: 950; }
.steps-grid h3 { margin: 17px 0 7px; color: var(--navy); font-size: 1rem; }
.steps-grid p { margin: 0; color: var(--muted); font-size: .86rem; }
.faq-section { background: #fbf5e9; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 65px; align-items: start; }
.faq-heading p { color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { padding: 20px 4px; color: var(--navy); font-weight: 900; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; float: right; color: var(--orange-dark); font-size: 1.25rem; }
.faq-list details[open] summary::after { content: '–'; }
.faq-list details p { padding: 0 4px 20px; margin: 0; color: var(--muted); }
.final-cta { background: var(--navy-deep); }
.final-card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 45px; align-items: center; padding: 44px; border-radius: 32px; background: linear-gradient(135deg, #0c3a6b, #0a2f59); color: #fff; border: 1px solid rgba(255,255,255,.12); }
.final-card h2 { color: #fff; }
.final-card p { margin: 0; color: #d7e3ef; }
.final-actions { display: grid; gap: 12px; }
.button-light { background: #fff; color: var(--navy); box-shadow: none; }
.button-outline-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.55); box-shadow: none; }
.site-footer { padding: 58px 0 110px; background: #061f3c; color: #c6d2de; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 50px; }
.footer-brand img { width: 300px; filter: brightness(0) invert(1); opacity: .92; }
.footer-grid > div > strong { display: block; color: #fff; margin-bottom: 12px; }
.footer-grid a { display: block; margin: 8px 0; color: #c6d2de; text-decoration: none; font-size: .9rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; color: #9fb0c0; }
.sticky-affiliate-bar { position: fixed; z-index: 120; left: 0; right: 0; bottom: 0; padding: 10px max(14px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left)); background: rgba(6,31,60,.96); backdrop-filter: blur(14px); border-top: 1px solid rgba(255,255,255,.12); }
.sticky-inner { width: min(100%, 1080px); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #fff; }
.sticky-inner strong, .sticky-inner span { display: block; }
.sticky-inner strong { color: #ffd887; }
.sticky-inner span { color: #c8d6e3; font-size: .76rem; }
.sticky-inner .button { min-height: 46px; padding: 11px 22px; }
.toast { position: fixed; left: 50%; bottom: 100px; z-index: 200; transform: translate(-50%, 18px); opacity: 0; pointer-events: none; max-width: min(92vw, 560px); padding: 13px 18px; border-radius: 999px; background: #17212a; color: #fff; text-align: center; font-size: .86rem; box-shadow: 0 14px 35px rgba(0,0,0,.24); transition: .22s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 1080px) {
  .site-nav { position: fixed; left: 16px; right: 16px; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; border-bottom: 1px solid var(--border); }
  .menu-button { display: block; }
  .header-inner > .button-small { display: none; }
  .hero-grid, .ai-grid, .resource-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-pill { justify-content: center; }
  .hero-actions { justify-content: center; }
  .hero-visual { max-width: 780px; margin-inline: auto; }
  .feature-grid.four { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(3, 1fr); }
  .ai-dashboard { max-width: 700px; margin-inline: auto; }
}

@media (max-width: 780px) {
  body { padding-bottom: 78px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 68px 0; }
  .header-inner { min-height: 70px; }
  .brand { width: 210px; }
  .hero { padding-top: 52px; }
  .hero-grid { gap: 30px; }
  .hero-copy h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .hero-benefits, .trust-grid, .feature-grid.four, .bonus-row, .platform-grid, .steps-grid, .footer-grid, .ai-benefits { grid-template-columns: 1fr; }
  .hero-benefits { max-width: 520px; margin-inline: auto; }
  .hero-benefits > div { text-align: left; }
  .visual-stage { min-height: auto; padding-top: 20px; padding-bottom: 80px; }
  .commission-badge { width: 102px; height: 102px; right: 0; }
  .commission-badge strong { font-size: 1.55rem; }
  .bob-chip { width: 72%; right: 1%; bottom: 1%; }
  .trust-grid > div { min-height: 72px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .offer-main, .buyer-ai-card { grid-template-columns: 1fr; text-align: center; }
  .offer-main img { max-width: 320px; margin-inline: auto; }
  .buyer-ai-card img { width: 160px; margin-inline: auto; }
  .bonus-card { grid-template-columns: 105px 1fr; }
  .platform-grid { max-width: 560px; }
  .or-divider { height: 52px; }
  .dash-actions { grid-template-columns: 1fr; }
  .final-card { grid-template-columns: 1fr; padding: 30px; text-align: center; }
  .footer-brand img { width: 260px; }
  .sticky-inner > div { display: none; }
  .sticky-inner .button { width: 100%; }
}

@media (max-width: 430px) {
  .hero-pill { font-size: .67rem; gap: 7px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .bonus-card { grid-template-columns: 92px 1fr; padding: 13px; }
  .bonus-card img { height: 150px; }
  .commission-badge { width: 88px; height: 88px; border-width: 4px; }
  .commission-badge strong { font-size: 1.35rem; }
  .commission-badge span { font-size: .61rem; }
  .bob-chip { grid-template-columns: 70px 1fr; width: 80%; }
  .bob-chip img { width: 70px; height: 64px; }
  .bob-chip strong { font-size: .8rem; }
  .section-heading h2, .ai-copy h2, .faq-heading h2, .final-card h2 { font-size: 2.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* Affiliates 2 V2 — requested refinements only */
.affiliate-ai-seal {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 14px;
  padding: 10px 14px 10px 10px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0b376d, #0e4b86);
  color: #fff;
  box-shadow: 0 12px 28px rgba(11,55,109,.18);
}
.affiliate-ai-seal .seal-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #f79a05, #ffb323);
  color: #07284f;
  font-size: 1.15rem;
  font-weight: 950;
}
.affiliate-ai-seal small,
.affiliate-ai-seal strong { display: block; }
.affiliate-ai-seal small {
  margin-bottom: 1px;
  color: #bed5ea;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .09em;
}
.affiliate-ai-seal strong {
  color: #fff;
  font-size: .92rem;
  line-height: 1.15;
}
.offer-top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}
.offer-top-grid .offer-main {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  min-height: 430px;
  gap: 18px;
}
.offer-top-grid .offer-main > div {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}
.offer-top-grid .offer-main .offer-image-wrap {
  width: min(100%, 300px);
  margin-inline: auto;
}
.offer-top-grid .offer-main .label,
.offer-top-grid .offer-main h3,
.offer-top-grid .offer-main p {
  display: block;
  text-align: center;
}
.buyer-support-card {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  min-height: 430px;
  padding: 28px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  text-align: center;
}
.buyer-support-copy {
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
}
.buyer-support-copy .label,
.buyer-support-copy h3,
.buyer-support-copy p {
  display: block;
  text-align: center;
}
.buyer-support-card h3 {
  margin: 8px 0 7px;
  color: var(--navy);
  font-size: 1.6rem;
}
.buyer-support-card p {
  margin: 0;
  color: var(--muted);
}
.buyer-support-card img {
  width: 100%;
  max-width: 520px;
  margin: 18px auto 0;
  border-radius: 20px;
  border: 1px solid #e9e1d2;
  display: block;
}

@media (max-width: 1080px) {
  .offer-top-grid { grid-template-columns: 1fr; }
  .offer-top-grid .offer-main,
  .buyer-support-card { min-height: auto; }
}
@media (max-width: 780px) {
  .affiliate-ai-seal { text-align: left; }
  .offer-top-grid .offer-main { grid-template-columns: 1fr; }
  .buyer-support-card { padding: 20px; }
}
