/*
 * E.D.E.N. marketing pages - isolated stylesheet.
 *
 * Source: app/globals.css from the EDEN Corporate / Creator developer
 * handoffs (2026-09-02, revision 5109b1183e). Both handoffs shipped a
 * byte-identical file, so the two pages share this one stylesheet.
 *
 * Two edits were made to Marketing's original, and no others:
 *   1. `@import "tailwindcss"` is replaced by the reset below. The pages use
 *      semantic class names only - no Tailwind utilities - but the design does
 *      lean on Tailwind's preflight for element defaults (headings and
 *      paragraphs carry no margin of their own, buttons no chrome, elements no
 *      border width). Dropping the import without this reset changes the layout.
 *   2. Hero background image URLs are repointed from the handoff's asset
 *      folder to ImageKit, sized through its transformation API. The images
 *      are not in this repo - see the `images` map in config/eden_pages.php.
 *   3. `.menu{display:none!important}` is dropped. The FINAL build deleted the
 *      hamburger from its markup and hides the button globally, but left
 *      `.nav-links` collapsing below 900px with no way to reopen it - which
 *      leaves a phone with no navigation at all. We keep our working toggle.
 *
 * This file is served straight from public/ and is deliberately outside the
 * Vite/Tailwind build - nothing here may leak into the app theme, and nothing
 * in the app theme may reach these pages. Cache-busting is by query string:
 * bump `asset_version` in config/eden_pages.php after every edit here.
 */

/* --- Preflight equivalent (Tailwind v4), trimmed to the elements in use --- */
*,
::before,
::after {
  border: 0 solid;
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

/*
 * The attribute selectors are scoped to `input` and wrapped in :where(), which
 * is how Tailwind's own preflight writes this rule and matters more than it
 * looks. Written as a bare `[type="button"]`, the selector also matches
 * <button type="button"> at (0,1,0) - the same weight as a class - and, loading
 * after Bootstrap, it beat `.btn-close` and blanked the close-button glyph,
 * which Bootstrap draws as a background-image.
 */
button,
input:where([type="button"], [type="reset"], [type="submit"]),
::file-selector-button {
  -webkit-appearance: button;
  appearance: button;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
  padding: 0;
}

::placeholder {
  color: color-mix(in srgb, currentcolor 50%, transparent);
  opacity: 1;
}

summary::-webkit-details-marker {
  display: none;
}

/* --- Marketing's stylesheet, verbatim from here down --- */
:root{--navy:#061b33;--blue:#0d67b4;--sky:#49b6ea;--ink:#10243a;--muted:#5d7185;--pale:#eef7fc;--gold:#d9a735;--cream:#fff9ed;--line:#d9e6ef;--white:#fff}
*{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}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(10,54,89,.08)}.nav-wrap{width:min(1240px,calc(100% - 40px));height:78px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(145deg,var(--sky),var(--blue));color:#fff;font-family:Georgia,serif;font-weight:700;font-size:25px;box-shadow:0 8px 20px rgba(13,103,180,.25)}.brand>span:last-child{display:flex;flex-direction:column}.brand strong{font-size:19px;letter-spacing:.15em}.brand small{font-size:9px;letter-spacing:.08em;color:#667a8c}.nav-links{display:flex;gap:27px;align-items:center;font-size:14px;font-weight:650}.nav-links>a:not(.nav-cta):hover{color:var(--blue)}.nav-cta,.gold-button{color:#fff!important;background:var(--blue);padding:12px 18px;border-radius:11px;border:0;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:pointer}.menu{display:none;border:0;background:none}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f7fcff 0%,#eaf6fc 55%,#fff 100%);padding:92px 0 85px}.hero-glow{position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(65,182,234,.17);filter:blur(30px);right:-120px;top:-170px}.hero-grid{position:relative;display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}.eyebrow{display:flex;align-items:center;gap:8px;color:var(--blue);font-size:12px;letter-spacing:.13em;text-transform:uppercase;font-weight:800}.eyebrow svg{width:17px}.hero h1{font-size:clamp(48px,5vw,72px);line-height:1.02;letter-spacing:-.045em;margin:19px 0 25px;color:var(--navy)}.hero h1 span{color:var(--blue)}.hero-lede{font-size:19px;line-height:1.65;color:#4e687e;max-width:670px}.hero-actions{display:flex;gap:13px;margin:34px 0 24px}.button{min-height:50px;padding:0 21px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;font-weight:750;cursor:pointer}.button svg{width:18px}.primary{background:var(--blue);color:#fff;box-shadow:0 11px 28px rgba(13,103,180,.23)}.secondary{background:#fff;border:1px solid var(--line);color:var(--ink)}.outline{background:#fff;border:1px solid #b9cad6}.full{width:100%}.trust-row{display:flex;flex-wrap:wrap;gap:18px;color:#557083;font-size:13px}.trust-row span,.cta-points span{display:flex;align-items:center;gap:5px}.trust-row svg,.cta-points svg{width:15px;color:#19a278}
.hero-panel{background:rgba(255,255,255,.9);border:1px solid rgba(19,105,166,.13);border-radius:28px;padding:23px;box-shadow:0 32px 70px rgba(6,43,76,.14)}.panel-top{display:flex;justify-content:space-between;font-size:12px;font-weight:750;color:#688095}.live-dot{color:#1b9e70}.live-dot:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#1bc88c;margin-right:6px}.language-orbit{height:310px;position:relative;display:grid;place-items:center;background:radial-gradient(circle,rgba(70,183,234,.15),transparent 62%)}.orbit-center{display:flex;flex-direction:column;align-items:center;justify-content:center;width:154px;height:154px;border-radius:50%;background:linear-gradient(145deg,var(--blue),#074272);color:#fff;box-shadow:0 16px 35px rgba(13,103,180,.3)}.orbit-center svg{width:35px;height:35px;margin-bottom:8px}.orbit-center small{opacity:.72}.lang{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:0 9px 23px rgba(10,54,89,.1);border-radius:99px;padding:8px 13px;font-size:12px;font-weight:700}.l1{top:34px;left:55px}.l2{top:60px;right:24px}.l3{bottom:55px;left:22px}.l4{bottom:32px;right:70px}.l5{top:145px;left:8px}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.metric-row div{background:#f3f9fc;border-radius:12px;padding:12px;text-align:center}.metric-row strong,.metric-row small{display:block}.metric-row strong{font-size:16px;color:var(--blue)}.metric-row small{font-size:9px;color:#728797;margin-top:3px}
.question-band{background:var(--navy);color:#fff;padding:28px 0}.question-band p{text-align:center;margin:0 0 17px;color:#9bc5df;font-size:13px;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.questions{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.questions span{font-size:13px;line-height:1.4;padding:10px 15px;border-left:2px solid var(--sky)}
.section{padding:95px 0}.section-heading{max-width:780px;text-align:center;margin:0 auto 48px}.section-heading.left{text-align:left;margin-left:0}.section-heading.compact{margin-bottom:32px}.section-heading h2,.split h2,.final-cta h2{font-size:clamp(34px,4vw,52px);line-height:1.1;letter-spacing:-.035em;color:var(--navy);margin:14px 0 17px}.section-heading p,.split>div>p{font-size:17px;line-height:1.65;color:var(--muted)}.section-heading .eyebrow{justify-content:center}.section-heading.left .eyebrow{justify-content:flex-start}.cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cap-card{padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff;transition:.2s}.cap-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px rgba(7,49,82,.09)}.icon-box{width:49px;height:49px;border-radius:13px;display:grid;place-items:center;background:var(--pale);color:var(--blue)}.icon-box svg{width:23px}.cap-card h3{font-size:19px;margin:20px 0 9px}.cap-card p{font-size:14px;line-height:1.65;color:var(--muted);margin:0}
.dark-section,.creator-dark{background:var(--navy);color:#fff}.split{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.dark-section h2,.creator-dark h2,.final-cta h2{color:#fff}.dark-section .split>div>p,.creator-dark p,.final-cta p{color:#a9c3d6;line-height:1.7}.eyebrow.light{color:var(--sky)}.check-list{list-style:none;padding:0;margin:30px 0;display:grid;gap:14px}.check-list li{display:flex;align-items:center;gap:10px}.check-list svg{width:18px;color:var(--sky)}.flow-card{background:#0c2c4c;border:1px solid #214563;border-radius:24px;padding:28px}.flow-source,.flow-result{border-radius:15px;background:#123959;border:1px solid #28506e;padding:19px;display:flex;flex-direction:column}.flow-source span{font-size:10px;letter-spacing:.13em;color:var(--sky);font-weight:800}.flow-source strong{font-size:18px;margin:6px 0}.flow-source small{color:#92afc3}.flow-source.gold span{color:#f4c658}.plus{text-align:center;font-size:24px;color:#718ba0;padding:9px}.flow-arrow{text-align:center;padding:10px;color:#69c2ed}.flow-result{text-align:center;align-items:center;background:linear-gradient(135deg,#0b73bd,#0c4c7f)}.flow-result svg{width:28px}.flow-result strong{font-size:25px;letter-spacing:.15em;margin:5px}
.outcomes{background:#f7fbfd}.outcome-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.outcome-grid div{background:#fff;border:1px solid var(--line);padding:23px;border-radius:15px;display:flex;align-items:center;gap:15px}.outcome-grid span{color:#8fb2c8;font-size:12px}.outcome-grid strong{font-size:16px}.audience-strip{display:flex;align-items:center;justify-content:center;gap:25px;margin-top:38px;flex-wrap:wrap;color:#3d5c72}.audience-strip span{text-transform:uppercase;font-size:10px;letter-spacing:.15em;color:#879aa7}
.toggle{display:inline-flex;padding:4px;background:#e7f1f7;border-radius:11px;margin-top:15px}.toggle button{padding:9px 15px;border:0;border-radius:8px;background:transparent;cursor:pointer;font-weight:700;color:#607789}.toggle button.active{background:#fff;color:var(--navy);box-shadow:0 4px 10px rgba(11,57,91,.09)}.toggle span{font-size:9px;color:#1a966b;margin-left:4px}.plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;align-items:stretch}.plan{border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff;position:relative;display:flex;flex-direction:column}.plan.featured{border:2px solid var(--blue);box-shadow:0 16px 35px rgba(13,103,180,.12)}.popular{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--blue);color:#fff;border-radius:20px;padding:6px 12px;font-size:9px;font-weight:800;letter-spacing:.12em;white-space:nowrap}.plan-head h3{font-size:21px;margin:0}.plan-head p{height:38px;font-size:12px;color:var(--muted)}.price{margin:17px 0}.price strong{font-size:26px;color:var(--navy)}.price small{color:#708495}.seats{display:flex;align-items:center;gap:7px;padding:11px;background:#f1f8fc;border-radius:10px;color:var(--blue);font-size:13px;font-weight:750}.seats svg{width:17px}.plan ul{list-style:none;padding:0;display:grid;gap:11px;margin:20px 0;flex:1;font-size:12px;color:#566d7f}.plan li{display:flex;align-items:center;gap:7px}.plan li svg{width:15px;color:#22a87c}.pricing-note{text-align:center;font-size:12px;color:#748898;margin-top:25px}
.narrow{max-width:850px}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;padding:21px 5px;font-weight:750}.faq summary svg{width:18px}.faq details[open] summary svg{transform:rotate(180deg)}.faq details p{margin:0;padding:0 40px 21px 5px;color:var(--muted);line-height:1.65}.final-cta{padding:90px 0;background:linear-gradient(135deg,#082846,#061a31);color:#fff}.cta-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center}.cta-points{display:grid;gap:10px;color:#d7e7f1;margin-top:27px}
.lead-form,.form-success{background:#fff;border-radius:22px;padding:27px;color:var(--ink);box-shadow:0 24px 55px rgba(0,0,0,.18)}.lead-form label{display:grid;gap:7px;font-size:12px;font-weight:750;color:#41596b;margin-bottom:14px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lead-form input,.lead-form select{width:100%;height:46px;border:1px solid #ccdbe5;border-radius:10px;padding:0 12px;color:var(--ink);background:#fff}.lead-form [aria-invalid="true"]{border-color:#b42318;box-shadow:0 0 0 2px rgba(180,35,24,.12)}.lead-form button:disabled{cursor:wait;opacity:.68}.eden-honeypot{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.eden-form-errors{margin:0 0 16px;padding:13px 15px;border:1px solid #f0aaa5;border-radius:10px;background:#fff3f2;color:#8f1d16;font-size:12px;line-height:1.45}.eden-form-errors p{margin:0!important;color:inherit!important;font-weight:750}.eden-form-errors ul{margin:7px 0 0;padding-left:18px}.eden-form-errors a{text-decoration:underline}.eden-field-error{display:block;color:#a32119;font-size:10px;font-weight:650;line-height:1.35}/* The reCAPTCHA iframe is a fixed 302px wide and cannot be resized, so on a
   narrow form it is scaled down from its left edge rather than allowed to
   push the card out. The wrapper keeps the layout height it had before the
   transform. */
.eden-captcha{margin:0 0 14px}.eden-captcha-widget{display:flex;justify-content:center}.eden-captcha .eden-field-error{margin-top:7px;text-align:center}@media (max-width:400px){.eden-captcha-widget{justify-content:flex-start;height:66px}.eden-captcha-widget .g-recaptcha{transform:scale(.85);transform-origin:0 0}}
.form-note{font-size:10px!important;color:#8293a0!important;text-align:center;margin:10px 0 0!important}.form-success{text-align:center;padding:55px 32px}.form-success svg{width:45px;height:45px;color:#1da775}.form-success h3{font-size:25px}.form-success p{color:var(--muted)!important}.form-success button{border:0;background:none;color:var(--blue);cursor:pointer;font-weight:700}
footer{background:#041525;color:#fff;padding:30px 0}.footer-wrap{display:flex;align-items:center;justify-content:space-between}.brand.inverse small{color:#8fa9bc}.footer-wrap>div:nth-child(2){display:flex;gap:20px;font-size:12px;color:#afc4d3}.footer-wrap>p{font-size:11px;color:#7993a6}
.official-logo{display:block;width:330px;max-width:42vw;height:58px}.official-logo img{width:100%;height:100%;object-fit:contain;object-position:left center}.footer-logo{width:300px;max-width:36vw;height:72px;object-fit:contain;object-position:left center}.photo-hero{min-height:670px;background-size:cover;background-position:center;display:flex;align-items:center}.corporate-photo{background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.91) 30%,rgba(255,255,255,.18) 58%,rgba(6,27,51,.04) 100%),url("https://ik.imagekit.io/tgd2023/TGD_Production/EDEN/eden-corporate-hero.png?tr=w-1600,f-auto,q-75&updatedAt=1788407746667")}.hero-grid.single{grid-template-columns:minmax(0,650px);min-height:480px}.photo-hero .hero-copy{position:relative;z-index:2}.photo-hero h1{font-size:clamp(50px,5.4vw,78px)}.photo-hero .hero-lede{max-width:630px}.creator-photo{background-image:linear-gradient(90deg,rgba(4,15,27,.98) 0%,rgba(4,15,27,.93) 34%,rgba(4,15,27,.28) 62%,rgba(4,15,27,.02) 100%),url("https://ik.imagekit.io/tgd2023/TGD_Production/EDEN/eden-creator-hero.png?tr=w-1600,f-auto,q-75&updatedAt=1788407746362");background-position:center}.creator-photo h1{color:#fff;max-width:700px}.creator-photo h1 span{color:#e2b54b}.creator-photo .hero-lede{color:#c2d0db;max-width:660px}.dark-secondary{color:#fff;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.creator-trust{color:#d5e1e8}.creator-trust svg{color:#e1b344}
.creator-page{--blue:#146f9f}.gold-button{background:linear-gradient(135deg,#e0b44a,#b98319);color:#16263a!important;box-shadow:0 12px 28px rgba(190,140,30,.22)}.creator-hero{background:linear-gradient(135deg,#fffdf8,#f3f8fb 65%,#fff9eb)}.creator-glow{position:absolute;width:600px;height:600px;right:-150px;top:-220px;background:rgba(217,167,53,.2);filter:blur(50px);border-radius:50%}.eyebrow.gold,.gold-text{color:#ae7a12}.creator-visual{height:470px;position:relative}.creator-visual svg{position:absolute;width:100%;height:100%;inset:0}.creator-visual path{fill:none;stroke:#b6ccda;stroke-width:2;stroke-dasharray:7 8px}.content-card{position:absolute;z-index:2;width:165px;padding:20px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 18px 35px rgba(8,48,79,.12);display:flex;flex-direction:column}.content-card svg{position:static;width:27px;height:27px;color:#bf8b20;margin-bottom:10px}.content-card span{font-weight:800}.content-card small{color:var(--muted);margin-top:4px}.c1{left:10px;top:45px}.c2{right:5px;top:125px}.c3{left:15px;bottom:45px}.license-badge{position:absolute;right:18px;bottom:38px;background:var(--navy);color:#fff;border-radius:18px;padding:19px;width:185px;display:grid}.license-badge svg{position:static;width:25px;color:#e1b344}.license-badge span{font-size:11px;color:#9fb9cc;margin-top:4px}
.creator-statement{padding:31px 0;background:var(--navy);color:#fff}.creator-statement .container{display:flex;align-items:center;justify-content:center;gap:17px;flex-wrap:wrap}.creator-statement span{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#8caabd;font-weight:800}.creator-statement p{font-weight:750;margin:0}.creator-statement svg{width:20px;color:#e0b34a}.gold-icon{background:var(--cream);color:#b78218}.creator-dark{padding:95px 0}.light-heading h2{color:#fff}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.steps article{background:#0d2c49;border:1px solid #23435e;padding:25px;border-radius:17px}.steps article>span{color:#e1b344;font-size:11px;font-weight:800}.steps h3{font-size:18px}.steps p{font-size:13px}.role-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}.role-grid>div{background:#fff;color:var(--ink);padding:24px;border-radius:17px}.role-grid ul{list-style:none;padding:0;margin:15px 0 0;display:grid;gap:10px;color:#5d7185;font-size:13px}.role-grid li{display:flex;gap:8px}.role-grid svg{width:16px;color:#bf8a1e}
.referral{background:#f8fafb}.qualify{display:grid;gap:10px;margin-top:27px}.qualify h3{font-size:15px}.qualify span{display:flex;gap:9px;color:#4d6679;font-size:14px}.qualify svg{width:16px;color:#c18b1b}.referral-card{background:var(--navy);border-radius:23px;padding:34px;color:#fff}.ref-label{font-size:10px;letter-spacing:.15em;color:#e4bb58;font-weight:800}.referral-card blockquote{font-family:Georgia,serif;font-size:28px;line-height:1.4;margin:24px 0}.referral-card p{color:#a9c3d6!important;font-size:14px}.creator-cta{background:linear-gradient(135deg,#071b30,#102f4a)}.creator-success svg{color:#c18b1b}.creator-faq .eyebrow{justify-content:center}
@media(max-width:980px){.nav-links{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:25px;flex-direction:column;border-bottom:1px solid var(--line)}.nav-links.open{display:flex}.menu{display:block}.hero-grid,.split,.cta-grid{grid-template-columns:1fr}.hero{padding-top:65px}.hero-panel{max-width:600px}.questions,.steps{grid-template-columns:1fr 1fr}.cap-grid,.plan-grid{grid-template-columns:1fr 1fr}.creator-visual{max-width:560px}.footer-wrap{gap:25px;flex-wrap:wrap}}
@media(max-width:640px){.container,.nav-wrap{width:min(100% - 28px,1180px)}.hero{padding:50px 0}.hero h1{font-size:43px}.hero-actions{flex-direction:column}.button{width:100%}.trust-row{gap:10px}.metric-row{grid-template-columns:1fr}.language-orbit{height:280px}.questions,.cap-grid,.outcome-grid,.plan-grid,.steps,.role-grid{grid-template-columns:1fr}.section{padding:70px 0}.section-heading h2,.split h2,.final-cta h2{font-size:35px}.field-row{grid-template-columns:1fr}.plan-head p{height:auto}.audience-strip{gap:13px}.footer-wrap{flex-direction:column;align-items:flex-start}.footer-wrap>div:nth-child(2){flex-direction:column}.creator-visual{height:400px}.content-card{width:145px}.c2{right:0}.license-badge{right:0;width:160px}.creator-statement .container{align-items:flex-start;flex-direction:column}.creator-statement svg{transform:rotate(90deg)}}
@media(max-width:640px){.official-logo{width:235px;max-width:75vw;height:48px}.footer-logo{max-width:82vw}.photo-hero{min-height:720px;background-position:66% center}.corporate-photo{background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 52%,rgba(255,255,255,.2) 100%),url("https://ik.imagekit.io/tgd2023/TGD_Production/EDEN/eden-corporate-hero.png?tr=w-1600,f-auto,q-75&updatedAt=1788407746667")}.creator-photo{background-image:linear-gradient(180deg,rgba(4,15,27,.99) 0%,rgba(4,15,27,.92) 56%,rgba(4,15,27,.25) 100%),url("https://ik.imagekit.io/tgd2023/TGD_Production/EDEN/eden-creator-hero.png?tr=w-1600,f-auto,q-75&updatedAt=1788407746362")}}
.brand-lockup{display:flex;align-items:center;gap:14px;min-width:0}.brand-lockup img{width:205px;height:58px;object-fit:contain;object-position:left center}.brand-lockup>span{display:flex;flex-direction:column;padding-left:13px;border-left:1px solid #d9e2e8;white-space:nowrap}.brand-lockup strong{font-size:11px;letter-spacing:.045em;text-transform:uppercase;color:#132b40}.brand-lockup small{font-size:9px;color:#728493;margin-top:4px}.who-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:40px 0}.who-grid article{background:#fff;border:1px solid var(--line);border-top:3px solid var(--gold);border-radius:15px;padding:23px}.who-grid strong{font-size:17px;color:var(--navy)}.who-grid p{font-size:13px;line-height:1.6;color:var(--muted);margin:9px 0 0}.tgd-endorsement{margin:42px auto 0;max-width:600px;text-align:center;border-top:1px solid var(--line);padding-top:28px;display:flex;flex-direction:column}.tgd-endorsement span{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#8597a4}.tgd-endorsement strong{font-family:Georgia,serif;font-size:28px;color:var(--navy);margin:3px 0}.tgd-endorsement small{color:#748898}.price em{display:block;font-style:normal;font-size:11px;color:#168761;margin-top:5px;font-weight:750}.pricing-rules{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:25px}.pricing-rules>div{background:#f2f8fb;border:1px solid var(--line);border-radius:14px;padding:20px}.pricing-rules strong{font-size:14px;color:var(--navy)}.pricing-rules p{font-size:12px;line-height:1.6;color:var(--muted);margin:8px 0 0}
@media(max-width:1100px){.brand-lockup>span{display:none}.brand-lockup img{width:260px}.who-grid,.pricing-rules{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.brand-lockup img{width:220px;height:48px}.who-grid,.pricing-rules{grid-template-columns:1fr}}
.brand-lockup>img{width:205px;height:58px}.brand-lockup .tgd-mini{width:72px;height:25px;object-fit:contain;object-position:left center;margin-top:1px}.tgd-endorsement img{width:230px;height:95px;object-fit:contain;margin:4px auto}.footer-brands{display:flex;align-items:center;gap:14px}.footer-brands>span{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#7892a5}.footer-tgd{width:115px;height:55px;object-fit:contain}
@media(max-width:1100px){.brand-lockup>img{width:250px}}
@media(max-width:640px){.brand-lockup>img{width:220px;height:48px}.footer-brands{flex-wrap:wrap}.footer-logo{width:245px}.footer-tgd{width:100px}}
.official-logo.refined{width:390px;max-width:43vw;height:66px}.commitment-price{margin:16px 0;min-height:104px}.commitment-price>strong{display:block;font-size:14px;line-height:1.35;color:var(--navy)}.commitment-price>span{display:block;margin:4px 0;color:var(--gold);font-size:18px;font-weight:900}.commitment-price .price{margin:0}.commitment-price .price strong{font-size:28px}.custom-price{min-height:104px;display:flex;align-items:center;margin:16px 0}.custom-price strong{font-size:28px}
@media(max-width:640px){.official-logo.refined{width:270px;max-width:78vw;height:52px}}
.corporate-nav{gap:18px}.corporate-brand{display:flex;align-items:center;gap:10px;min-width:0;color:var(--navy)}.corporate-brand img{width:135px;height:52px;object-fit:contain;object-position:left center}.corporate-brand strong{font-size:14px;line-height:1.15;white-space:nowrap}.tgd-header-logo{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:105px;height:54px}.tgd-header-logo img{width:100%;height:100%;object-fit:contain}.branded-result{gap:12px}.branded-result img{width:145px;height:48px;object-fit:contain;flex:0 0 auto}.branded-result strong{font-size:14px;line-height:1.35}
@media(max-width:1180px){.corporate-brand strong{display:none}.corporate-brand img{width:170px}.tgd-header-logo{width:82px}.corporate-nav{gap:12px}}
@media(max-width:980px){.corporate-brand strong{display:block}.corporate-brand img{width:135px}.tgd-header-logo{margin-left:auto}.corporate-nav .menu{margin-left:0}}
@media(max-width:640px){.corporate-brand strong{display:none}.corporate-brand img{width:175px}.tgd-header-logo{width:68px;height:44px}.branded-result{flex-direction:column;align-items:flex-start}.branded-result img{width:175px}}
.corporate-nav{width:min(1380px,calc(100% - 36px));gap:20px}.corporate-brand{flex:0 0 auto;gap:12px}.corporate-brand>a{display:flex;align-items:center}.corporate-brand img{width:128px;height:54px}.corporate-brand span{padding-left:12px;border-left:1px solid #cfdbe3;color:#172b3d;font-size:12px;line-height:1.22;font-weight:750;letter-spacing:.005em;white-space:nowrap;text-decoration:none}.corporate-nav .nav-links{gap:20px;font-size:13px}.corporate-nav .nav-cta{padding:11px 15px}.tgd-header-logo{width:89px;height:46px}
.corporate-hero{min-height:650px;padding:0;display:grid;grid-template-columns:minmax(520px,47%) 1fr;background:#fff;overflow:hidden}.corporate-hero-copy{position:relative;z-index:2;display:flex;align-items:center;padding:76px clamp(34px,4vw,68px) 72px max(28px,calc((100vw - 1180px)/2))}.corporate-hero .hero-copy{width:min(100%,590px)}.corporate-hero h1{font-size:clamp(50px,4.8vw,70px);margin:18px 0 22px}.corporate-hero .hero-lede{max-width:570px;font-size:17px;line-height:1.6}.corporate-hero-image{min-width:0;background-image:url('https://ik.imagekit.io/tgd2023/TGD_Production/EDEN/eden-corporate-hero.png?tr=w-1600,f-auto,q-75&updatedAt=1788407746667');background-size:cover;background-position:57% center;box-shadow:inset 20px 0 38px rgba(255,255,255,.2);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 8%);mask-image:linear-gradient(to right,transparent 0,#000 8%)}
@media(max-width:1240px){.corporate-brand span{font-size:11px}.corporate-nav .nav-links{gap:14px;font-size:12px}.corporate-nav .nav-cta{padding:10px 12px}.corporate-hero{grid-template-columns:minmax(490px,49%) 1fr}}
@media(max-width:1060px){.corporate-brand span{display:none}.corporate-brand img{width:165px}.corporate-nav .nav-links{gap:17px}.corporate-hero{grid-template-columns:minmax(470px,52%) 1fr}.corporate-hero h1{font-size:52px}}
@media(max-width:980px){.corporate-brand span{display:block}.corporate-brand img{width:128px}.corporate-hero{grid-template-columns:1fr;min-height:0}.corporate-hero-copy{padding:68px max(28px,calc((100vw - 720px)/2)) 58px}.corporate-hero .hero-copy{width:min(100%,680px)}.corporate-hero-image{height:420px;background-position:center 42%;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 12%);mask-image:linear-gradient(to bottom,transparent 0,#000 12%)}}
@media(max-width:640px){.corporate-brand span{display:none}.corporate-brand img{width:172px}.corporate-nav{width:min(100% - 24px,1380px);gap:8px}.tgd-header-logo{width:58px;height:38px}.corporate-hero-copy{padding:54px 22px 46px}.corporate-hero h1{font-size:43px}.corporate-hero .hero-lede{font-size:16px}.corporate-hero-image{height:300px}}

/* 2026-09-07 approved pricing/support update — preserves original corporate page design */
.pricing-rules.two-col{grid-template-columns:repeat(2,1fr)}
.support-wrap{margin-top:46px;padding-top:40px;border-top:1px solid var(--line)}
.support-heading{max-width:760px;margin-bottom:24px}
.support-heading h3{font-size:28px;line-height:1.15;color:var(--navy);margin:8px 0 10px}
.support-heading p{font-size:14px;color:var(--muted);line-height:1.65;margin:0}
.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.support-card{position:relative;border:1px solid var(--line);border-radius:16px;background:#fff;padding:22px;display:flex;flex-direction:column;gap:7px}
.support-card.featured{border:2px solid var(--blue);box-shadow:0 12px 28px rgba(13,103,180,.1)}
.support-card h4{margin:0;color:var(--navy);font-size:17px}
.support-card>strong{font-size:21px;color:var(--blue)}
.support-card span{font-size:13px;font-weight:750;color:#41596b}
.support-card small{font-size:11px;color:var(--muted)}
.support-popular{position:absolute;top:-11px;right:16px;background:var(--blue);color:#fff;border-radius:20px;padding:5px 10px;font-size:8px;font-weight:800;letter-spacing:.12em}
.support-terms{margin-top:16px;background:#f2f8fb;border:1px solid var(--line);border-radius:14px;padding:18px 20px}
.support-terms p{font-size:11px;line-height:1.65;color:var(--muted);margin:0}
.support-terms p+p{margin-top:7px}
.support-terms strong{color:var(--navy)}
.field-help{display:block;font-size:10px;font-weight:500;color:#8293a0;margin-top:-2px}
@media(max-width:980px){.support-grid{grid-template-columns:1fr 1fr}.pricing-rules.two-col{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.support-grid,.pricing-rules.two-col{grid-template-columns:1fr}.support-wrap{margin-top:34px;padding-top:32px}}

.preview-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:13px}.support-card button{margin-top:10px}.static-note{font-size:11px;color:#8293a0;text-align:center;margin-top:12px}.lead-form .support-choice{display:block}.lead-form select{width:100%}


/* Preferred support presentation + interactive review checkout */
.pricing-billing-toggle button{cursor:pointer}.pricing-billing-toggle button.active{background:#102643;color:#fff}.pricing-billing-toggle button.active span{color:inherit}.price [data-card-note]{display:block}

.preferred-support-wrap{margin-top:46px;padding:42px;border-radius:28px;background:linear-gradient(180deg,#fff 0%,#f6f8fb 100%);border:1px solid #e2e7ee;box-shadow:0 20px 55px rgba(10,31,61,.08)}
.preferred-support-heading{text-align:center;max-width:820px;margin:0 auto 28px}.preferred-support-heading h3{font-size:34px;margin:8px 0 10px;color:#102643}.preferred-support-heading p{color:#66758a;line-height:1.65}
.preferred-support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.preferred-support-card{position:relative;background:#fff;border:1px solid #dfe5ed;border-radius:20px;padding:27px 24px;text-align:center;box-shadow:0 8px 28px rgba(20,41,73,.06)}.preferred-support-card.featured{border:2px solid #d5a536;transform:translateY(-5px);box-shadow:0 18px 40px rgba(187,139,30,.14)}.support-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:#d5a536;color:#fff;font-weight:800;font-size:11px;letter-spacing:.09em;padding:6px 12px;border-radius:20px;white-space:nowrap}.support-kicker{font-size:13px;font-weight:800;letter-spacing:.08em;color:#1b3558;margin-bottom:17px}.support-hours{display:flex;flex-direction:column;align-items:center;margin-bottom:18px}.support-hours strong{font-size:54px;line-height:1;color:#102643}.support-hours span{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#728096;margin-top:6px}.support-price strong{font-size:28px;color:#102643}.support-price span{font-size:14px;color:#748096}.support-effective{font-size:12px;color:#77869a;margin:6px 0 18px}.support-select{width:100%;border:1px solid #173453;background:#fff;color:#173453;border-radius:10px;padding:12px 14px;font-weight:750;cursor:pointer}.support-select.primary{background:#d5a536;border-color:#d5a536;color:#fff}.preferred-support-services{display:grid;grid-template-columns:repeat(3,1fr);gap:11px 22px;margin:30px auto 14px;max-width:940px;color:#42546b;font-size:14px}.preferred-support-terms{max-width:1000px;margin:20px auto 0;padding-top:20px;border-top:1px solid #e1e5eb;text-align:center;color:#66758a;font-size:13px;line-height:1.55}.preferred-support-terms p{margin:6px 0}.checkout-explainer{margin:36px -4px -4px;padding:30px;border-radius:20px;background:#102643;color:#fff}.checkout-explainer .eyebrow{color:#e2b84f}.checkout-explainer h3{font-size:26px;margin:5px 0 8px}.checkout-explainer>p{color:#cbd5e2;max-width:820px}.checkout-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.checkout-steps>div{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11);padding:18px;border-radius:14px}.checkout-steps span{display:inline-flex;width:29px;height:29px;border-radius:50%;background:#d5a536;align-items:center;justify-content:center;font-weight:800;margin-bottom:12px}.checkout-steps strong{display:block;font-size:16px}.checkout-steps p{margin:6px 0 0;color:#cbd5e2;font-size:13px;line-height:1.45}.setup-note{font-size:12px;margin-top:16px!important;color:#bfcbd9!important}
.review-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:9999;padding:24px}.review-modal.open{display:flex}.review-modal-backdrop{position:absolute;inset:0;background:rgba(7,19,35,.74);backdrop-filter:blur(5px)}.review-modal-box{position:relative;width:min(1060px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;box-shadow:0 40px 100px rgba(0,0,0,.35)}.review-modal-head{display:flex;justify-content:space-between;gap:24px;padding:28px 30px 20px;border-bottom:1px solid #e5e9ef}.review-modal-head h2{font-size:29px;margin:5px 0 3px;color:#102643}.review-modal-head p{margin:0;color:#6d7989;font-size:13px}.review-modal-close{border:none;background:#eef2f6;width:38px;height:38px;border-radius:50%;font-size:25px;cursor:pointer;color:#31445d}.review-modal-body{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(310px,.8fr);gap:0}.checkout-column{padding:25px 30px 30px}.checkout-block{margin-bottom:26px}.checkout-label{font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.09em;color:#6a788c;margin-bottom:11px}.plan-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.plan-choice-grid button,.billing-choice button{border:1px solid #d7dee8;background:#fff;border-radius:12px;padding:14px 12px;color:#193453;font-weight:800;cursor:pointer}.plan-choice-grid button small,.billing-choice button small{display:block;font-size:11px;color:#79869a;font-weight:600;margin-top:3px}.plan-choice-grid button.selected,.billing-choice button.selected{border:2px solid #d5a536;background:#fffaf0;box-shadow:0 0 0 3px rgba(213,165,54,.10)}.billing-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px}.support-choice-list{display:grid;gap:9px}.support-choice-list label{display:flex;gap:11px;align-items:flex-start;border:1px solid #dde3eb;border-radius:12px;padding:12px 13px;cursor:pointer}.support-choice-list label:has(input:checked){border:2px solid #d5a536;background:#fffaf0}.support-choice-list input{margin-top:4px}.support-choice-list span{display:flex;flex-direction:column;gap:3px}.support-choice-list strong{font-size:14px;color:#1a3556}.support-choice-list small{font-size:12px;color:#718095;line-height:1.35}.order-summary{background:#f5f7fa;padding:27px 28px;border-left:1px solid #e2e7ee}.summary-row{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid #dfe5ec;font-size:13px}.summary-row span{color:#69778b}.summary-row strong{text-align:right;color:#1b3454}.summary-total{padding:18px 0;display:flex;justify-content:space-between;gap:20px;align-items:flex-end}.summary-total span{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#6d7b8f}.summary-total strong{font-size:15px;color:#102643;text-align:right}/* Explanatory lines under a price - the setup callout on each card and the
   notes under each checkout total. Same size and colour as the overlay's
   existing support-choice small text, on its own line beneath the figure. */
.commitment-price>strong small,.summary-total strong small{display:block;margin-top:3px;font-size:12px;font-weight:500;line-height:1.35;color:#718095}
/* The pre-payment acknowledgement the 2026-09 terms require. Styled as one of
   the overlay's own support-choice cards - same border, radius and gold
   checked state - so it reads as part of the form rather than fine print. */
.checkout-acknowledgement{display:flex;gap:11px;align-items:flex-start;margin:0 0 14px;border:1px solid #dde3eb;border-radius:12px;padding:12px 13px;background:#fff;cursor:pointer;font-size:12px;line-height:1.4;color:#1a3556}.checkout-acknowledgement:has(input:checked){border:2px solid #d5a536;background:#fffaf0}.checkout-acknowledgement input{margin-top:2px;flex-shrink:0;accent-color:#d5a536}
/* Hidden for annual, which has no Month 4 to acknowledge. Stated explicitly so
   this does not depend on [hidden] happening to come later in the file than the
   display:flex above it - both match at the same specificity. */
.checkout-acknowledgement[hidden]{display:none}
.secure-checkout-demo{width:100%;background:#d5a536;color:#fff;border:none;border-radius:11px;padding:14px;font-size:14px;font-weight:850;cursor:pointer}.demo-note,.legal-note{font-size:11px;line-height:1.45;color:#7a8799;margin-top:11px}.legal-note{padding-top:10px;border-top:1px solid #dfe5eb}.open-checkout{cursor:pointer}
@media(max-width:900px){.preferred-support-grid,.checkout-steps,.preferred-support-services{grid-template-columns:1fr}.preferred-support-card.featured{transform:none}.review-modal-body{grid-template-columns:1fr}.order-summary{border-left:0;border-top:1px solid #e2e7ee}.plan-choice-grid{grid-template-columns:1fr}.preferred-support-wrap{padding:26px 18px}}

/* ==========================================================================
   Platform additions — everything below is ours, not Marketing's.
   Kept in one block at the end so a future handoff revision can be dropped in
   by replacing the section above it.
   ========================================================================== */

/*
 * The preflight above gives svg, img and friends `display: block`, which beats
 * the UA's `[hidden] { display: none }`. Every element page.js toggles (prices,
 * the nav icons, the form/success swap) relies on the hidden attribute, so the
 * rule has to be reinstated with weight. This is what Tailwind's own preflight
 * ships for exactly the same reason.
 */
[hidden] {
  display: none !important;
}

.preferred-support-services > div {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.preferred-support-services > div > svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.summary-total strong > span {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: none;
}

.summary-total strong > small {
  display: block;
  margin-top: 3px;
  color: #6d7b8f;
  font-size: 11px;
  font-weight: 400;
}

/*
 * Bootstrap is loaded for the location picker and video widget, and its
 * `.container` sets a max-width per breakpoint. EDEN sizes its own container
 * with `width`, so without this the layout would be clamped to Bootstrap's
 * grid widths (720px at tablet, 960px at laptop) instead of its own.
 */
.container {
  max-width: none;
}

/*
 * Root scale for the borrowed widgets.
 *
 * The legacy theme runs on `html { font-size: 10px }` (assets/academy/css/style.css),
 * and every widget this page reuses - the location picker, the link-sharing
 * modal, the video-on-demand player - is written in rem against that root. At
 * the browser default of 16px they render 1.6x oversized: a 2.4rem modal title
 * lands at 38px instead of 24px, and the close button drifts out of its corner.
 *
 * So the root goes back to 10px. Marketing's own stylesheet is safe from it:
 * it contains no rem at all, only px. Body is pinned to 16px so the page's
 * inherited text keeps the size it was designed against, since the handoff sets
 * no font-size on body and would otherwise inherit 10px.
 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
}

/*
 * Legacy theme colour variables, for the borrowed widgets only.
 *
 * The link-sharing modal paints its header with
 * `linear-gradient(135deg, var(--color-secondary), var(--color-primary))`.
 * Those variables are declared on :root in assets/academy/css/style.css, which
 * these pages do not load - and an unresolvable var() invalidates the whole
 * declaration, so the header lost its gradient entirely and rendered blank
 * white rather than merely off-colour. Same story for the field labels and
 * borders inside it.
 *
 * Values copied from style.css. Marketing's own palette is the --navy/--blue/
 * --gold set at the top of this file and is untouched by these.
 */
:root {
  --color-primary: #201a70;
  --color-primary-light: #f1f7ff;
  --color-secondary: #3b30a4;
  --color-heading: #192335;
  --color-body: #6b7385;
  --color-border: #e6e3f1;
  --color-white: #ffffff;
  --heading-opacity: #19233550;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #fff;
  background: var(--navy);
  border-radius: 8px;
  font-weight: 700;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

/*
 * Legacy button classes, for the borrowed widgets only.
 *
 * The share modal's "Copy Link" controls are marked up with the app theme's
 * button classes - .rbt-btn.btn-gradient.btn-sm.radius-round - which live in
 * assets/academy/css/style.css. Without it they arrive as bare text with the
 * icon jammed against the label. Rules copied from style.css; the gap is ours,
 * since the legacy markup spaces the icon with a margin these buttons lack.
 */
.rbt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 60px;
  padding: 0 26px;
  border: 0 none;
  border-radius: 6px;
  outline: none;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.rbt-btn.btn-gradient {
  color: var(--color-white);
  background-size: 300% 100%;
  background-image: linear-gradient(
    to right,
    var(--color-primary),
    var(--color-secondary),
    var(--color-secondary),
    var(--color-primary)
  );
}

.rbt-btn.btn-gradient:hover {
  background-color: inherit;
  background-position: 102% 0;
}

.rbt-btn.btn-sm {
  height: 45px;
  padding: 0 22px;
  font-size: 14px;
}

.radius-round {
  border-radius: 500px !important;
}

/*
 * bootstrap-select's toggle draws its caret as an absolutely positioned
 * pseudo-element, so the label needs room reserved on the right or a long
 * country name runs straight underneath it. Bootstrap's own .375rem/.75rem
 * padding is only 3.75px/7.5px at the 10px root these widgets use.
 */
.eden-page .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
  padding: 8px 30px 8px 14px;
}

.eden-page .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
 * Country + language pill. It lives in the sticky header's flex row, beside the
 * TGD logo, which is where the rest of the site puts it. It is deliberately not
 * fixed: a floating pill in that corner lands on top of the logo.
 */
.eden-locale-picker {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.eden-locale-picker .tgd-locale-pill {
  display: inline-flex !important;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  border: 1px solid rgba(13, 103, 180, 0.22) !important;
  border-radius: 999px;
  color: var(--navy) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 9px 24px rgba(6, 27, 51, 0.16);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
}

.eden-locale-picker .tgd-locale-pill:hover,
.eden-locale-picker .tgd-locale-pill:focus-visible {
  border-color: rgba(13, 103, 180, 0.5) !important;
  color: var(--blue) !important;
  box-shadow:
    0 12px 28px rgba(6, 27, 51, 0.2),
    0 0 0 3px rgba(73, 182, 234, 0.16);
  transform: translateY(-1px);
}

.eden-locale-picker .tgd-locale-pill .left-image {
  border-radius: 2px;
}

.eden-locale-picker .tgd-locale-pill .menu-item {
  color: inherit !important;
  font-weight: inherit;
  text-decoration: none !important;
}

@media (max-width: 900px) {
  .eden-locale-picker .tgd-locale-pill {
    min-height: 32px;
    gap: 5px;
    padding: 5px 9px;
    font-size: 11px;
  }
}

.eden-page button:disabled {
  cursor: not-allowed;
}

.eden-page button.is-loading,
.eden-page button[aria-busy="true"] {
  cursor: wait;
  filter: saturate(0.8);
}

.eden-page .is-loading > svg {
  display: none;
}

.eden-spinner {
  display: inline-block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: eden-spin 0.7s linear infinite;
}

.eden-spinner[hidden] {
  display: none;
}

.eden-page .secure-checkout-demo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.eden-request-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.corporate-hero-image {
  position: relative;
}

.eden-network {
  position: absolute;
  right: 4%;
  bottom: 6%;
  width: clamp(180px, 20vw, 300px);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: 0.65;
  mix-blend-mode: screen;
}

.eden-network canvas {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes eden-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 980px) {
  .eden-network { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .eden-network { display: none; }
  .eden-page *, .eden-page *::before, .eden-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.eden-sponsor-info {
  background: #f1f7fb;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
}

.eden-creators .eden-sponsor-info {
  background: var(--cream);
  border-bottom-color: #eee3ca;
}

.eden-sponsor-inner,
.eden-sponsor-identity,
.eden-sponsor-contacts,
.eden-sponsor-contacts a {
  display: flex;
  align-items: center;
}

.eden-sponsor-inner {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 24px;
  padding-block: 8px;
}

.eden-sponsor-identity {
  gap: 10px;
  min-width: 0;
}

.eden-sponsor-identity > i {
  flex-shrink: 0;
  font-size: 18px;
}

.eden-sponsor-identity > div {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 8px;
  overflow-wrap: anywhere;
  min-width: 0;
}

.eden-sponsor-label {
  color: var(--muted);
}

.eden-sponsor-contacts {
  flex-wrap: wrap;
  gap: 4px 20px;
  min-width: 0;
  max-width: 100%;
}

.eden-sponsor-contacts a {
  gap: 8px;
  min-height: 44px;
  max-width: 100%;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.eden-sponsor-contacts a i {
  flex-shrink: 0;
}

.eden-sponsor-contacts a:hover {
  text-decoration: underline;
}

.eden-sponsor-contacts a:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: 6px;
}

.eden-sponsor-contact-action {
  display: none;
}

@media (max-width: 640px) {
  .eden-sponsor-inner {
    padding-block: 12px;
    gap: 8px;
  }

  .eden-sponsor-identity {
    width: 100%;
  }

  .eden-sponsor-contacts {
    gap: 8px;
  }

  .eden-sponsor-contacts a {
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }

  .eden-sponsor-contact-value {
    display: none;
  }

  .eden-sponsor-contact-action {
    display: inline;
  }
}

.eden-corporate .checkout-explainer > h3 + p {
  max-width: none;
}

.eden-corporate .preferred-support-terms > p:first-child {
  font-size: 1.2em;
}

.eden-corporate .preferred-support-heading .eyebrow {
  justify-content: center;
}

.eden-corporate .plan .open-checkout[data-plan="enterprise-plus"] {
  justify-content: flex-start;
  text-align: left;
}

.corporate-hero .hero-lede + .hero-lede {
  margin-top: 20px;
}

.corporate-hero .hero-actions {
  flex-wrap: nowrap;
}

.corporate-hero .hero-actions .button {
  padding: 14px 21px;
  line-height: 1.4;
  text-align: center;
}

.corporate-hero .hero-actions .button svg {
  flex-shrink: 0;
}

@media (min-width: 641px) {
  .corporate-hero .hero-actions .button {
    flex-shrink: 0;
    white-space: nowrap;
  }
}

@media (min-width: 981px) {
  .corporate-hero {
    grid-template-columns: minmax(650px, calc(50% + 68px)) minmax(0, 1fr);
  }
}

/* On-demand video section (not in the handoff — see the page templates). */
.eden-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.eden-video-column {
  min-width: 0;
}

.eden-video-column h3 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 750;
  text-align: center;
}

@media (max-width: 767px) {
  .eden-video-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.eden-video .section-heading {
  text-align: center;
  margin-bottom: 30px;
}

/*
 * The card is deliberately light. The player's action bar - share button,
 * playback-language picker - inherits the page's dark ink and is built for the
 * white surfaces it sits on everywhere else in the app; on a navy card its
 * labels turn dark-on-dark and effectively disappear. The video itself is
 * opaque once loaded, so it loses nothing by sitting on white.
 */
.eden-video-frame {
  overflow: visible;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(6, 27, 51, 0.16);
}

.eden-video-frame .video-container {
  position: relative;
}

.eden-video-frame iframe,
.eden-video-frame video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 20px 20px 0 0;
}

/* The bar arrives with no padding of its own; it is flush against whatever
   contains it. Give it room so it reads as part of the card. */
.eden-video-frame .tgd-vod-translation--dropdown-wrapper {
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}

.eden-video-frame .tgd-vod-share-menu {
  left: 0;
  right: auto;
  min-width: min(280px, calc(100vw - 80px));
  width: min(280px, calc(100vw - 80px));
}

/*
 * The widget's buttons are Bootstrap .btn-primary. The legacy build themes that
 * to the TGD navy; the stock CDN build these pages load leaves it the default
 * #0d6efd, so the share and language controls came out generic blue against a
 * navy-and-gold page. Bootstrap 5.3 drives .btn-primary entirely from these
 * variables, so restating them is enough - and scoping to the player keeps the
 * override away from every other Bootstrap button on the page.
 */
/*
 * The player's two controls are marked up identically, but the share toggle
 * carries its own 40px height from the VOD block while the language toggle
 * takes its height from .rbt-btn - which is 60px, and is only in this file for
 * the share modal's copy buttons. Left alone they come out a mismatched pair.
 * Sizing both here keeps the bar tidy and stops the .rbt-btn port from
 * reaching into the player at all.
 */
.eden-video-frame .tgd-vod-translation--dropdown-wrapper .rbt-btn,
.eden-video-frame .tgd-vod-translation--dropdown-wrapper .dropdown-toggle {
  height: 40px;
  line-height: 1;
}

.eden-video-frame .btn-primary {
  --bs-btn-bg: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-bg: var(--color-secondary);
  --bs-btn-hover-border-color: var(--color-secondary);
  --bs-btn-active-bg: var(--color-secondary);
  --bs-btn-active-border-color: var(--color-secondary);
  --bs-btn-disabled-bg: var(--color-primary);
  --bs-btn-disabled-border-color: var(--color-primary);
}

/*
 * Share rail — the same restyle the rest of the site gets.
 *
 * sharerbox.js injects its own inline <style>; the legacy look comes from
 * overrides in assets/academy/css/custom.css, which these isolated pages
 * deliberately do not load. Rather than pulling in the whole legacy stylesheet
 * for one component, the share-rail block is copied here verbatim. Keep it in
 * step with the "Sharerbox refinement" section of custom.css.
 *
 * The rail's copy button opens the branded share dialog through
 * window.TGDLinkSharingOptions, which layouts/eden mounts.
 */
/* Group the social icons + extra buttons into one rounded card
   flush to the right edge */
body #sharerbox-section #sharerbox-hidden-icons-wrap {
    background: #fff !important;
    border: 1px solid #e9ecf5 !important;
    border-right: 0 !important;
    border-radius: 16px 0 0 16px !important;
    box-shadow: -8px 0 28px rgba(23, 22, 54, 0.12) !important;
    /* keep the card ~iconSize (45px) wide so the plugin's
       translateX(45px) collapse tucks it cleanly behind the tab */
    padding: 4px !important;
    gap: 6px !important;
    align-items: stretch !important;
}

body #sharerbox-section #sharerbox-social-icons-box {
    width: auto !important;
    gap: 6px !important;
    align-items: stretch !important;
}

body #sharerbox-section .sharerbox-socialmedia-link {
    height: auto !important;
}

/* Social icons as rounded tiles */
body #sharerbox-section .sharerbox-icon-fig {
    width: 37px !important;
    height: 37px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    transition: transform 0.2s ease, filter 0.2s ease !important;
}

body #sharerbox-section .sharerbox-icon-fig:hover {
    width: 37px !important;
    transform: translateX(-2px) scale(1.06) !important;
    filter: saturate(1.1) !important;
}

body #sharerbox-section .sharerbox-icon {
    width: 37px !important;
    height: 37px !important;
    object-position: center !important;
}

/* Extra buttons (email / copy link) matched to the tiles */
body #sharerbox-section .extra-buttons-fig {
    margin: 0 !important;
    width: 37px !important;
    height: 37px !important;
}

body #sharerbox-section .extra-buttons {
    width: 37px !important;
    height: 37px !important;
    border-radius: 10px !important;
    border: 1px solid #e9ecf5 !important;
    background: #f5f6fb !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    transition: transform 0.2s ease, background 0.2s ease !important;
}

body #sharerbox-section .extra-buttons:hover {
    border-color: #dfe4f3 !important;
    background: #eef1fb !important;
    transform: scale(1.06) !important;
}

/* SHARE pull-tab — the plugin's share SVG becomes an invisible
   click overlay; we paint our own vertical label on the pill */
body #sharerbox-section #sharerbox-share-icon-wrap {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    width: 30px !important;
    padding: 18px 0 !important;
    background: linear-gradient(180deg, #3f1190, #2f57ef) !important;
    border-radius: 12px 0 0 12px !important;
    box-shadow: -6px 0 18px rgba(47, 87, 239, 0.28) !important;
    cursor: pointer !important;
}

body #sharerbox-section #sharerbox-share-icon-wrap::before {
    content: "SHARE";
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.16em;
    pointer-events: none;
}

body #sharerbox-section #sharerbox-share-icon-fig {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    opacity: 0 !important;
    cursor: pointer !important;
}

/* Compact footprint on mobile */
@media only screen and (max-width: 767px) {
    body #sharerbox-section #sharerbox-hidden-icons-wrap {
        padding: 6px !important;
        gap: 5px !important;
        border-radius: 13px 0 0 13px !important;
    }

    body #sharerbox-section #sharerbox-social-icons-box {
        gap: 5px !important;
    }

    body #sharerbox-section .sharerbox-icon-fig,
    body #sharerbox-section .sharerbox-icon-fig:hover,
    body #sharerbox-section .extra-buttons-fig,
    body #sharerbox-section .extra-buttons,
    body #sharerbox-section .sharerbox-icon {
        width: 30px !important;
        height: 30px !important;
    }

    body #sharerbox-section .extra-buttons {
        padding: 6px !important;
        border-radius: 8px !important;
    }

    body #sharerbox-section .sharerbox-icon-fig {
        border-radius: 8px !important;
    }

    body #sharerbox-section #sharerbox-share-icon-wrap {
        width: 24px !important;
        padding: 14px 0 !important;
    }

    body #sharerbox-section #sharerbox-share-icon-wrap::before {
        font-size: 10px !important;
        letter-spacing: 0.12em !important;
    }
}

/*
 * On-demand video widget — the same restyle the rest of the site gets.
 *
 * Copied verbatim from the "On-demand (VOD) translation widget" section of
 * assets/academy/css/custom.css, for the same reason as the share rail above:
 * these pages do not load that stylesheet. Without it the widget's share menu
 * has no `display: none` to hide it, so it renders permanently expanded and
 * unstyled underneath the player. Keep this in step with custom.css.
 */
/* ===== On-demand (VOD) translation widget — rounded (pill) action buttons,
   applied globally wherever the widget renders (courses, lessons, channels). ===== */
.vod-share-toggle,
.languageSelectorDropdown > .dropdown-toggle {
    border-radius: 999px !important;
}

/* ===== On-demand (VOD) translation widget — moved here from the component's
   inline @once @push('css_after'). That push only reached the page on a full
   load; when the widget rendered via a Livewire update (e.g. switching to the
   Posts tab) the CSS was lost and the share menu rendered unstyled/expanded. ===== */
.vod-share-wrap {
    position: relative;
}

.vod-share-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    margin-top: 5px;
}

.tgd-vod-share-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    min-width: 280px;
    background: #ffffff;
    border: 1px solid #e8e8ee;
    border-radius: 10px;
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.12);
    padding: 10px;
    z-index: 999;
    display: none;
    max-height: min(360px, 70vh);
    overflow-y: auto;
}

.vod-share-wrap.open .tgd-vod-share-menu {
    display: block;
}

.vod-share-wrap.vod-share-wrap--dropup .tgd-vod-share-menu {
    top: auto;
    bottom: calc(100% + 8px);
}

.vod-share-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vod-share-group + .vod-share-group {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eef0f4;
}

.vod-share-socials {
    justify-content: flex-start;
}

.vod-share-social {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: transform .2s ease, opacity .2s ease;
}

.vod-share-social i,
.vod-share-social i::before {
    color: #fff !important;
}

.vod-share-social:hover {
    transform: translateY(-1px);
    opacity: 1;
    color: #fff;
}

.vod-share-facebook-btn { background: #1877f2; }
.vod-share-x-btn { background: #111111; }
.vod-share-linkedin-btn { background: #0a66c2; }
.vod-share-whatsapp-btn { background: #25d366; }
.vod-share-telegram-btn { background: #229ed9; }

.vod-share-actions {
    flex-wrap: wrap;
}

.vod-share-action {
    border: 1px solid #e3e6ec;
    background: #f8f9fc;
    color: #243046;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
}

.vod-share-action:hover {
    background: #eef2f8;
    color: #121a2a;
}

.dropdown-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 0.5em;
    align-items: center;
}

.languageSelectorDropdown .dropdown-menu.dropdown-menu-right.show {
    overflow-y: scroll;
    overflow-x: hidden;
}

.languageSelectorDropdown .dropdown-menu.show {
    overflow-y: scroll;
}

/* width */
.languageSelectorDropdown .dropdown-menu.show::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.languageSelectorDropdown .dropdown-menu.show::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.languageSelectorDropdown .dropdown-menu.show::-webkit-scrollbar-thumb {
    background: var(--color-primary);

}

/* Handle on hover */
.languageSelectorDropdown .dropdown-menu.show::-webkit-scrollbar-thumb:hover {
    background: #555;
}

a.btn.request-translation-btn {
    background: linear-gradient(135deg, #f7f8ff 0%, #eef2ff 100%);
    color: #201a70;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 1em;
    border-radius: 12px;
    border: 1px solid rgba(47, 87, 239, 0.14);
    font-size: 1.05rem;
    font-weight: 700;
    width: 95%;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 10px 24px -20px rgba(32, 26, 112, 0.7);
}

.dropdown-item span.badge.status-badge.inprogress {
    background: #6c757d;
    border-radius: 16px;
    font-weight: normal;
}

.od-video-wrapper {
    max-width: 900px;
    width: 100%;
    background: #000000;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.od-video-wrapper button.mfp-close {
    background: var(--heading-opacity);
    color: var(--color-white);
    top: -45px;
    right: -45px;
    border-radius: 100%;
}

.tgd-vod-translation--dropdown-wrapper .languageSelectorDropdown .dd-item-wrap {
    display: flex;
}

.llt-owner-actions {
    display: flex;
    gap: 4px;
}

.llt-owner-actions-btn.retranslate-btn {
    font-size: 13px;
    border: 1px solid #04c317;
    border-radius: 4px;
    color: #ffffff;
    background: #04c317;
}

.llt-owner-actions-btn {
    color: white;
    font-size: 14px;
    height: 20px;
    width: 20px;
    padding: 0px;
    background: none;
    border: 1px solid #dc3545;
    border-radius: 4px;
    background: #dc3545;
}

.llt-owner-actions button.llt-owner-actions-btn.download-translation-btn {
    background: #0dcaf0;
    border-color: #0dcaf0;
}

.llt-owner-actions button.llt-owner-actions-btn.download-translation-btn[disabled] {
    background: #8e9ea1a3;
    border-color: #8e9ea1a3;
}

.llt-swal-download-links-container .swal2-popup.swal2-modal{
    width: 100%;
    max-width: 600px;
}

@media (max-width: 575px) {
    .tgd-vod-share-menu {
        right: auto;
        left: 0;
        width: min(92vw, 320px);
    }
}

/* ===== On-demand (audio) widget styles — moved from the component's
   inline @push('css_after') so they load globally (the push was lost when
   the widget rendered via a Livewire update). ===== */
.tgd-aod-translation--dropdown-wrapper .languageSelectorDropdown .dd-item-wrap {
    display: flex;
}

.share-dropdown.dropdown {
    height: 40px;
}

.dropdown-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 0.5em;
    align-items: center;
}

.languageSelectorDropdown .dropdown-menu.dropdown-menu-right.show {
    overflow-y: scroll;
    overflow-x: hidden;
}

.languageSelectorDropdown .dropdown-menu.show {
    overflow-y: scroll;
}

/* width */
.languageSelectorDropdown .dropdown-menu.show::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.languageSelectorDropdown .dropdown-menu.show::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.languageSelectorDropdown .dropdown-menu.show::-webkit-scrollbar-thumb {
    background: var(--color-primary);

}

/* Handle on hover */
.languageSelectorDropdown .dropdown-menu.show::-webkit-scrollbar-thumb:hover {
    background: #555;
}

a.btn.request-translation-btn {
    background: linear-gradient(135deg, #f7f8ff 0%, #eef2ff 100%);
    color: #201a70;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 1em;
    border-radius: 12px;
    border: 1px solid rgba(47, 87, 239, 0.14);
    font-size: 1.05rem;
    font-weight: 700;
    width: 95%;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 10px 24px -20px rgba(32, 26, 112, 0.7);
}

.dropdown-item span.badge.status-badge.inprogress {
    background: #6c757d;
    border-radius: 16px;
    font-weight: normal;
}

.od-video-wrapper {
    max-width: 900px;
    width: 100%;
    background: #000000;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.od-video-wrapper button.mfp-close {
    background: var(--heading-opacity);
    color: var(--color-white);
    top: -45px;
    right: -45px;
    border-radius: 100%;
}

.tgd-vod-translation--dropdown-wrapper .languageSelectorDropdown .dd-item-wrap {
    display: flex;
}

.llt-owner-actions {
    display: flex;
    gap: 4px;
}

.llt-owner-actions-btn.retranslate-btn {
    font-size: 13px;
    border: 1px solid #04c317;
    border-radius: 4px;
    color: #ffffff;
    background: #04c317;
}

.llt-owner-actions-btn {
    color: white;
    font-size: 14px;
    height: 20px;
    width: 20px;
    padding: 0px;
    background: none;
    border: 1px solid #dc3545;
    border-radius: 4px;
    background: #dc3545;
}

/* ===== On-demand (pdf) widget styles — moved from the component's
   inline @push('css_after') so they load globally (the push was lost when
   the widget rendered via a Livewire update). ===== */
.tgd-pod-translation--dropdown-wrapper .languageSelectorDropdown .dd-item-wrap {
    display: flex;
}

.share-dropdown.dropdown {
    height: 40px;
}

.dropdown-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 0.5em;
    align-items: center;
}

.languageSelectorDropdown .dropdown-menu.dropdown-menu-right.show {
    overflow-y: scroll;
    overflow-x: hidden;
}

.languageSelectorDropdown .dropdown-menu.show {
    overflow-y: scroll;
}

/* width */
.languageSelectorDropdown .dropdown-menu.show::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.languageSelectorDropdown .dropdown-menu.show::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.languageSelectorDropdown .dropdown-menu.show::-webkit-scrollbar-thumb {
    background: var(--color-primary);

}

/* Handle on hover */
.languageSelectorDropdown .dropdown-menu.show::-webkit-scrollbar-thumb:hover {
    background: #555;
}

a.btn.request-translation-btn {
    background: linear-gradient(135deg, #f7f8ff 0%, #eef2ff 100%);
    color: #201a70;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 1em;
    border-radius: 12px;
    border: 1px solid rgba(47, 87, 239, 0.14);
    font-size: 1.05rem;
    font-weight: 700;
    width: 95%;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 10px 24px -20px rgba(32, 26, 112, 0.7);
}

.dropdown-item span.badge.status-badge.inprogress {
    background: #6c757d;
    border-radius: 16px;
    font-weight: normal;
}

.od-video-wrapper {
    max-width: 900px;
    width: 100%;
    background: #000000;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.od-video-wrapper button.mfp-close {
    background: var(--heading-opacity);
    color: var(--color-white);
    top: -45px;
    right: -45px;
    border-radius: 100%;
}

.tgd-vod-translation--dropdown-wrapper .languageSelectorDropdown .dd-item-wrap {
    display: flex;
}

.llt-owner-actions {
    display: flex;
    gap: 4px;
}

.llt-owner-actions-btn.retranslate-btn {
    font-size: 13px;
    border: 1px solid #04c317;
    border-radius: 4px;
    color: #ffffff;
    background: #04c317;
}

.llt-owner-actions-btn {
    color: white;
    font-size: 14px;
    height: 20px;
    width: 20px;
    padding: 0px;
    background: none;
    border: 1px solid #dc3545;
    border-radius: 4px;
    background: #dc3545;
}

/*
 * "Add a language" modal — the branded look.
 *
 * The component ships only its shell; assets/academy/css/tgd-request-translation-modal.css
 * covers the overlay and Select2, and every page that mounts the modal supplies
 * the branded header, search field, option list and footer itself. The
 * presentation page carries this block inline; it is copied here for the same
 * reason. Without it the modal opens with a plain white header, a 19px search
 * box and an unbounded language list.
 */
.translation-request-modal-overlay {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 80000 !important;
    top: 0;
    left: 0;
    backdrop-filter: blur(15px);
}

.translation-request-modal-overlay .translation-request-modal {
    background: #fff;
    max-width: 600px;
    width: calc(100% - 24px);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 40px 90px -30px rgba(32, 26, 112, .55), 0 12px 30px -12px rgba(32, 26, 112, .35);
}

.translation-request-modal .tgdm-header {
    position: relative;
    padding: 30px 32px 26px;
    text-align: center;
    color: #fff;
    background: radial-gradient(120% 120% at 0% 0%, rgba(255, 255, 255, .14), transparent 45%),
                linear-gradient(135deg, #6f5bf0 0%, #201a70 100%);
}

.translation-request-modal .tgdm-badge {
    display: inline-grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .35);
}

.translation-request-modal .tgdm-badge i {
    font-size: 23px;
    color: #fff;
}

.translation-request-modal .modal-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.translation-request-modal .tgdm-subtitle {
    max-width: 380px;
    margin: 8px auto 0;
    font-size: 1.35rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, .85);
}

.translation-request-modal .tgdm-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .18);
    opacity: 1;
    cursor: pointer;
    filter: invert(1) grayscale(1) brightness(2);
    transition: background-color .2s ease, transform .2s ease;
}

.translation-request-modal .tgdm-close:hover {
    background-color: rgba(255, 255, 255, .34);
    transform: rotate(90deg);
}

.translation-request-modal .modal-body {
    padding: 24px 32px 8px;
}

.translation-request-modal .tgdm-field > label {
    display: block;
    font-size: 1.45rem;
    font-weight: 600;
    color: #14181f;
    margin-bottom: 7px;
}

.translation-request-modal .tgdm-search-input {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 8px 16px;
    border-radius: 12px;
    border: 1px solid #e3e7f1;
    background: #fbfbfe;
    color: #14181f;
    font-size: 14px;
    font-family: var(--font-alt);
}

.translation-request-modal .tgdm-search-input:focus {
    outline: 0;
    border-color: #2f57ef;
    box-shadow: 0 0 0 3px rgba(47, 87, 239, .12);
}

.translation-request-modal .tgdm-search-input::placeholder {
    color: #7b8494;
}

.translation-request-modal .tgdm-selected-wrap,
.translation-request-modal .tgdm-options-wrap {
    margin-top: 16px;
}

.translation-request-modal .tgdm-selected {
    min-height: 52px;
    padding: 8px 10px;
    border: 1px solid #e3e7f1;
    border-radius: 12px;
    background: #fbfbfe;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.translation-request-modal .tgdm-selected-empty,
.translation-request-modal .tgdm-empty {
    margin: 0;
    font-size: 1.35rem;
    color: #6b7280;
}

.translation-request-modal .tgdm-chip {
    background: #eef1fb;
    border: 1px solid #d8def0;
    border-radius: 8px;
    color: #201a70;
    font-size: 1.35rem;
    line-height: 1.2;
    padding: 7px 10px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.translation-request-modal .tgdm-options {
    max-height: 230px;
    overflow: auto;
    display: grid;
    gap: 8px;
    padding-right: 4px;
}

.translation-request-modal .tgdm-option {
    width: 100%;
    border: 1px solid #e3e7f1;
    border-radius: 12px;
    background: #fff;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 1.4rem;
    color: #14181f;
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.translation-request-modal .tgdm-option:hover,
.translation-request-modal .tgdm-option:focus {
    border-color: #2f57ef;
    background: #fbfbfe;
    outline: 0;
    transform: translateY(-1px);
}

.translation-request-modal .tgdm-option.is-selected {
    background: #eef1fb;
    border-color: #c9d4fb;
}

.translation-request-modal .tgdm-option:disabled {
    opacity: .5;
    cursor: not-allowed;
    transform: none;
}

.translation-request-modal .tgdm-option-check {
    color: #2f57ef;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.translation-request-modal .modal-footer.tgdm-footer {
    border: 0;
    padding: 8px 32px 28px;
    display: flex;
    justify-content: center;
}

.translation-request-modal .requestSubmitBtn {
    min-width: 170px;
    height: 50px;
    padding: 0 28px;
    border-radius: 12px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(90deg, #2f57ef 0%, #6f5bf0 100%) !important;
    border: 0;
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: 600;
}

.translation-request-modal .requestSubmitBtn.disabled,
.translation-request-modal .requestSubmitBtn:disabled {
    opacity: .5;
}

.translation-request-modal .tgdm-options::-webkit-scrollbar {
    width: 10px;
}

.translation-request-modal .tgdm-options::-webkit-scrollbar-track {
    background: #ffffff;
}

.translation-request-modal .tgdm-options::-webkit-scrollbar-thumb {
    background: #dedeed;
}

.translation-request-modal .tgdm-options::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary);
}

@media only screen and (max-width: 575px) {
    .translation-request-modal .tgdm-header {
        padding: 28px 22px 24px;
    }

    .translation-request-modal .modal-body {
        padding: 22px 22px 8px;
    }

    .translation-request-modal .modal-footer.tgdm-footer {
        padding: 8px 22px 24px;
    }
}

/*
 * Hero art at phone width.
 *
 * The heroes are CSS backgrounds, so there is no srcset to choose a size for
 * them - one URL serves every screen. Desktop gets w-1600; below the tablet
 * breakpoint this swaps to w-800, which is 26KB instead of 78KB for art that is
 * never painted wider than the phone.
 */
@media (max-width: 760px) {
  .corporate-hero-image {
    background-image: url('https://ik.imagekit.io/tgd2023/TGD_Production/EDEN/eden-corporate-hero.png?tr=w-800,f-auto,q-70&updatedAt=1788407746667');
  }

  .creator-photo {
    background-image: linear-gradient(180deg, rgba(4,15,27,.98) 0%, rgba(4,15,27,.92) 56%, rgba(4,15,27,.5) 100%), url('https://ik.imagekit.io/tgd2023/TGD_Production/EDEN/eden-creator-hero.png?tr=w-800,f-auto,q-70&updatedAt=1788407746362');
  }
}

.eden-corporate .final-cta h2 + p {
  color: #fff;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.5;
}

.eden-corporate .final-cta .cta-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
}

.eden-discovery-intro {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  text-align: center;
}

.eden-discovery-intro .eyebrow {
  justify-content: center;
}

.eden-discovery-intro h2 + p {
  max-width: 860px;
  margin-inline: auto;
}

.eden-discovery-intro .cta-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin-top: 28px;
}

.eden-discovery-intro .cta-points span {
  gap: 8px;
}

.eden-discovery-intro .cta-points svg {
  flex-shrink: 0;
}

@media (min-width: 981px) {
  .eden-corporate .final-cta .cta-grid {
    width: min(1600px, calc(100% - 64px));
    gap: 48px;
  }
}

.eden-booking {
  min-width: 0;
  background: #fff;
  border-radius: 20px;
}

.eden-booking .calendly-inline-widget {
  width: 100%;
  min-width: min(320px, 100%);
  height: 700px;
}

.final-cta .eden-booking-fallback {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  text-align: center;
  font-size: 13px;
}

.eden-booking-fallback a {
  color: var(--blue);
  text-decoration: underline;
}
