@font-face { font-family: Manrope; font-style: normal; font-weight: 400 800; font-display: swap; src: url('./assets/fonts/manrope-cyrillic.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: Manrope; font-style: normal; font-weight: 400 800; font-display: swap; src: url('./assets/fonts/manrope-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
:root { --max: 1240px; --muted: #56575f; --line: #e5e5e9; --soft: #f7f7f9; --ease: cubic-bezier(.2,.7,.2,1); }
body { font-family: Manrope, "Segoe UI", Arial, sans-serif; line-height: 1.7; }
h1, h2, h3 { letter-spacing: -.055em; hyphens: none; }
h1 { font-size: clamp(3.25rem, 4.75vw, 4.4rem); line-height: 1.09; }
h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); }
h3 { letter-spacing: -.035em; }
.container { width: min(var(--max), calc(100% - 96px)); }
.eyebrow { letter-spacing: .13em; font-weight: 800; }

/* Glass header and restrained reading progress. */
.site-header { background: #fffffff2; border-bottom-color: #e5e5e9b3; backdrop-filter: blur(18px); transition: box-shadow .35s var(--ease); }
.site-header.is-scrolled { box-shadow: 0 8px 30px #191a1d08; }
.reading-progress { position: absolute; left: 0; bottom: -1px; width: 100%; height: 2px; background: linear-gradient(90deg, var(--red-dark), #ef445d); transform: scaleX(0); transform-origin: left; pointer-events: none; }
.header-inner { min-height: 92px; }
.navigation { font-weight: 650; }
.navigation>a:not(.button) { position: relative; }
.navigation>a:not(.button)::after { content: ""; position: absolute; height: 1px; background: var(--red); left: 0; right: 0; bottom: 5px; transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.navigation>a:not(.button):hover::after { transform: scaleX(1); }
.navigation .nav-channel::after { left: 26px; }

/* Tactile controls; motion is limited to pointer interactions. */
.button { position: relative; isolation: isolate; overflow: hidden; gap: 22px; padding: 16px 22px; min-height: 60px; border-radius: 12px; font-size: .9375rem; font-weight: 750; line-height: 1.45; transition: background .3s, border-color .3s, box-shadow .3s, transform .3s var(--ease); }
.button::before { content: ""; position: absolute; z-index: -1; inset: -90% -40%; background: linear-gradient(105deg, transparent 35%, #ffffff24 48%, transparent 61%); transform: translateX(-70%); transition: transform .7s var(--ease); pointer-events: none; }
.button>span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 7px; background: #ffffff14; font-size: 1.25rem; transition: transform .3s var(--ease), background .3s; }
.button-red { background: linear-gradient(125deg, #cf243d, #b6162d); box-shadow: inset 0 1px 0 #ffffff33, 0 6px 16px #a1132914; }
.button-red:hover { background: linear-gradient(125deg, #bd1c34, #971126); box-shadow: inset 0 1px 0 #ffffff22, 0 10px 24px #a1132928; }
.button-small { min-height: 46px; padding: 9px 14px 9px 18px; font-size: .875rem; border-radius: 9px; }
.button-small>span { width: 27px; height: 27px; font-size: 1.125rem; }
.secondary-link { gap: 14px; font-weight: 650; font-size: .9375rem; }
.secondary-link>span { transition: transform .3s var(--ease); }

/* The full brand image is revealed only inside a soft pointer spotlight. */
.hero { position: relative; isolation: isolate; overflow: hidden; padding: 86px 0 94px; background: radial-gradient(ellipse at 90% 35%, #f6e9ed80, transparent 50%), linear-gradient(120deg, #fff 38%, #f8f8fa); }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(118deg, transparent 59%, #ffffffdd 59.1%, #ffffff00 69%), radial-gradient(#aa6f811f .7px, transparent .9px); background-size: auto, 18px 18px; mask-image: linear-gradient(90deg, transparent 40%, #000); pointer-events: none; }
.hero-logo-reveal { display: none; position: absolute; z-index: -1; inset: 0; background: url('./assets/trexa-logo.png') center 70% / min(1120px, 92%) auto no-repeat; -webkit-mask-image: radial-gradient(circle 170px at var(--reveal-x, -200px) var(--reveal-y, -200px), #000 15%, transparent 100%); mask-image: radial-gradient(circle 170px at var(--reveal-x, -200px) var(--reveal-y, -200px), #000 15%, transparent 100%); opacity: 0; transition: opacity .3s ease; pointer-events: none; }
@media (prefers-reduced-motion: no-preference) {
  .hero-logo-reveal { display: block; }
  .hero.is-logo-revealed .hero-logo-reveal { opacity: .18; }
}
.hero.is-logo-suspended .hero-logo-reveal { opacity: 0; visibility: hidden; transition: none; }
.hero-grid { grid-template-columns: 1.34fr 1fr; gap: 72px; padding-bottom: 0; }
.hero-copy>.eyebrow { margin-bottom: 27px; }
.accent-line { width: 35px; height: 1px; }
.hero-description { max-width: 570px; margin-top: 29px; font-size: 1.0625rem; line-height: 1.8; }
.hero-actions { margin-top: 33px; }
.intro-panel { position: relative; isolation: isolate; background: transparent; border: 1px solid #2823330d; padding: 33px; border-radius: 22px; box-shadow: 0 18px 65px #44233406; }
.intro-panel::after, .product-card::after { content: ""; position: absolute; z-index: -1; inset: 0; border-radius: inherit; background: radial-gradient(300px circle at var(--light-x,50%) var(--light-y,0%), #c81d320b, transparent 80%); opacity: 0; transition: opacity .45s; pointer-events: none; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.panel-heading>.eyebrow { color: var(--muted); font-size: .75rem; }
.panel-mark { display: flex; gap: 4px; transform: skew(-18deg); }
.panel-mark i { display: block; width: 5px; height: 18px; background: var(--red); }
.panel-mark i:nth-child(2) { opacity: .55; }
.panel-mark i:nth-child(3) { opacity: .2; }
.intro-panel h2 { font-size: 1.625rem; line-height: 1.35; letter-spacing: -.04em; }
.intro-list { margin-top: 26px; counter-reset: factors; }
.intro-list>div { position: relative; padding-left: 40px; counter-increment: factors; }
.intro-list>div::before { content: "0" counter(factors); position: absolute; left: 0; top: 1px; font-size: .75rem; font-weight: 650; letter-spacing: .05em; color: var(--red-dark); }
.intro-list>div+div { border-color: var(--line); margin-top: 20px; padding-top: 20px; }
.intro-list>div+div::before { top: 21px; }
.intro-list dt { font-size: .9375rem; font-weight: 750; }
.intro-list dd { margin-top: 6px; font-size: 1rem; line-height: 1.7; color: #4b4d55; }

.section { padding-block: 92px; }
.section-heading { margin-bottom: 42px; }
.section-heading .eyebrow, .faq-heading .eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 19px; }
.section-heading .eyebrow::before, .faq-heading .eyebrow::before { content: ""; width: 20px; height: 1px; background: currentColor; }
.section-intro { font-size: 1rem; max-width: 340px; }
.bookmaker-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.bookmaker-card { min-width: 0; padding: 26px 30px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(135deg, #fff, #fafafb); }
.bookmaker-card h3 { font-size: 1.375rem; letter-spacing: -.035em; }
.bookmaker-brand { display: flex; align-items: center; height: 52px; }
.bookmaker-logo { display: block; width: 154px; height: 44px; max-width: 100%; object-fit: contain; object-position: left center; }
.bookmaker-logo-compact { width: 112px; height: 52px; }
.bookmaker-label { margin-top: 24px; color: var(--muted); font-size: .8125rem; }
.bookmaker-amount { margin-top: 3px; font-size: 2.375rem; line-height: 1.3; font-weight: 750; letter-spacing: -.055em; font-variant-numeric: tabular-nums; }
.bookmaker-amount>span { font-size: .65em; color: var(--red-dark); }
.bookmaker-note { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 24px; }
.bookmaker-note>p { max-width: 660px; color: var(--muted); font-size: .9375rem; }
.bookmaker-note .secondary-link { flex-shrink: 0; color: var(--red-dark); }
.bookmakers { padding-bottom: 48px; }
.purpose-section { padding-bottom: 92px; }
.account-purpose { display: grid; grid-template-columns: 1fr 1.6fr; gap: 40px; padding: 40px 44px; border: 1px solid #e9dce2; border-radius: 22px; background: linear-gradient(120deg, #fdf2f5, #f7f6f9); box-shadow: 0 10px 32px #44233406; }
.account-purpose>* { min-width: 0; }
.account-purpose>div+div { padding-left: 40px; border-left: 1px solid #e3d5dc; }
.account-purpose .eyebrow { margin-bottom: 14px; }
.account-purpose h2 { font-size: 2rem; }
.account-purpose>div>p:not(.eyebrow) { color: var(--muted); font-weight: 500; }
.account-purpose>div>p+p { margin-top: 14px; font-size: .875rem; }
.formats-section { padding-top: 0; }
.product-grid { gap: 26px; }
.product-card { position: relative; isolation: isolate; padding: 32px 36px 34px; background: linear-gradient(145deg, #fff 25%, #fafafb); border-radius: 20px; box-shadow: 0 7px 24px #1b1b2404; transition: border-color .35s, box-shadow .35s; }
.product-top { margin-bottom: 16px; }
.product-label { font-size: .75rem; letter-spacing: .12em; font-weight: 800; padding: 6px 10px; border: 1px solid #c81d3224; border-radius: 5px; }
.product-index { color: #85848c; font-size: 3.75rem; font-weight: 400; letter-spacing: -.08em; line-height: 1; }
.product-card h3 { margin-bottom: 26px; }
.product-card .format-description { padding-bottom: 28px; font-size: 1rem; color: var(--muted); font-weight: 500; }
.format-terms { margin: auto 0 0; }
.format-terms>div { display: grid; grid-template-columns: 140px minmax(0,1fr); gap: 22px; border-color: var(--line); padding-block: 18px; }
.format-terms dt { font-size: .875rem; font-weight: 750; }
.format-terms dd { margin: 0; font-size: 1rem; }

/* One dark editorial accent for the bot, with all approved copy intact. */
.bot-section { padding-bottom: 92px; }
.bot-inner { position: relative; isolation: isolate; overflow: hidden; padding: 48px 50px; border-radius: 24px; background: radial-gradient(ellipse at 90% 5%, #7f263841, transparent 48%), linear-gradient(115deg, #202127, #14151a); color: #fff; border: 1px solid #35343b; box-shadow: inset 0 1px 0 #ffffff13, 0 20px 45px #15151e0c; gap: 44px; }
.bot-inner::after { content: ""; position: absolute; z-index: -1; inset: -100% -20% -100% 65%; transform: rotate(25deg); border-inline: 1px solid #ffffff0d; background: repeating-linear-gradient(90deg, transparent 0 58px, #ffffff06 58px 59px); pointer-events: none; }
.bot-inner .eyebrow { color: #e0a3b0; font-size: .75rem; margin-bottom: 22px; }
.bot-inner h2 { font-size: clamp(1.75rem, 2.5vw, 2.25rem); letter-spacing: -.045em; }
.bot-inner h2>span { color: #eda1b0; }
.bot-inner p:not(.eyebrow) { color: #c9c9d0; margin-top: 23px; max-width: 640px; }
.bot-action { gap: 14px; }
.bot-action>span { font-size: .8125rem; color: #b3b3bd; }
.bot-action .button { color: #fff; background: #ffffff08; border-color: #ffffff40; }
.bot-action .button:hover { background: #ffffff14; border-color: #ffffff99; }
.bot-action .button:focus-visible { outline-color: #eda1b0; }

.how { background: linear-gradient(180deg, #f7f7f9, #fbfbfc); }
.steps { margin-top: 46px; gap: 42px; }
.steps li { position: relative; padding-top: 25px; border-top-color: #d6d6dd; }
.steps li::before { content: ""; position: absolute; top: -3px; left: 0; width: 5px; height: 5px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 5px #f7f7f9; }
.step-number { font-size: 2.625rem; line-height: 1; font-weight: 400; letter-spacing: -.06em; margin-bottom: 28px; }
.steps h3 { font-size: 1.3125rem; margin-bottom: 15px; }
.steps p { font-size: 1rem; }
.faq { gap: 80px; }
.faq-heading>p:last-child { margin-top: 28px; font-size: .9375rem; }
.faq-heading>p:last-child a { font-weight: 700; margin-top: 6px; }
.faq-list summary { gap: 22px; padding-block: 25px; font-size: 1rem; line-height: 1.6; font-weight: 700; transition: color .2s; }
.faq-symbol { width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; transition: background .25s, border-color .25s; }
.faq-symbol::before, .faq-symbol::after { top: 14px; left: 9px; width: 12px; height: 1px; transition: transform .25s; }
.faq-list details[open] .faq-symbol { background: #c81d320a; border-color: #c81d3238; }
.faq-answer { padding: 0 44px 26px 0; font-size: 1rem; }

.closing { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(ellipse at 80% 5%, #e5395277, transparent 52%), linear-gradient(110deg, #a01229, #c51b34); }
.closing::before { content: ""; position: absolute; z-index: -1; inset: -100% 8% -100% 64%; border-inline: 1px solid #ffffff1c; background: linear-gradient(90deg, #ffffff06, transparent); transform: rotate(28deg); pointer-events: none; }
.closing::after { content: ""; position: absolute; z-index: -1; inset: 0; background-image: radial-gradient(#ffffff24 .6px, transparent .8px); background-size: 6px 6px; mask-image: linear-gradient(90deg, transparent 25%, #000); pointer-events: none; }
.closing-inner { padding-block: 64px; }
.closing .eyebrow { margin-bottom: 21px; }
.closing h2 { font-size: clamp(2rem, 3.1vw, 3rem); }
.closing p:not(.eyebrow) { margin-top: 20px; font-size: .9375rem; color: #ffedf1; }
.button-white { color: var(--red-dark); box-shadow: 0 8px 28px #54071424; }
.button-white>span { background: #c81d3209; }
.button-white:hover { background: #fff4f6; }
.site-footer { gap: 42px; padding-top: 49px; }
/* Compensate for the logo's transparent left margin (116 of 2163 px). */
.footer-brand .brand-logo { transform: translateX(-5.36%); }
.footer-links { font-size: .875rem; padding-top: 14px; }
.footer-links a { font-weight: 750; }
.footer-bottom { font-size: .75rem; padding-block: 24px; }

@media (hover: hover) and (pointer: fine) {
  .button:hover { transform: translateY(-2px); }
  .button:hover::before { transform: translateX(70%); }
  .button:hover>span, .secondary-link:hover>span { transform: translate(2px,-2px); }
  .button:hover>span { background: #ffffff26; }
  .button-white:hover>span { background: #c81d3210; }
  .intro-panel:hover::after, .product-card:hover::after { opacity: 1; }
  .product-card:hover { border-color: #c81d3240; box-shadow: 0 14px 38px #4423340b; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero { padding-block: 65px 78px; }
  .hero-grid { gap: 40px; grid-template-columns: 1.2fr 1fr; }
  h1 { font-size: clamp(2.75rem, 4.9vw, 3.8rem); }
  .hero-description { font-size: 1rem; }
  .intro-panel, .product-card { padding: 28px; }
  .intro-list>div { padding-left: 30px; }
  .bookmaker-card { padding: 23px; }
  .bookmaker-amount { font-size: 2rem; }
  .account-purpose { gap: 36px; }
  .account-purpose>div+div { padding-left: 30px; }
  .format-terms>div { grid-template-columns: minmax(0,1fr); gap: 5px; }
  .bot-inner { padding: 40px 36px; }
  .bot-action .button { font-size: .875rem; padding-inline: 16px; gap: 12px; }
  .steps { gap: 30px; }
}
@media (max-width: 850px) {
  .hero { padding-block: 55px 65px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 45px; }
  h1 { font-size: clamp(2.75rem, 7vw, 4.5rem); }
  .hero::before { mask-image: linear-gradient(180deg, transparent 15%, #000); }
  .section { padding-block: 68px; }
  .bookmakers { padding-bottom: 36px; }
  .purpose-section { padding-bottom: 68px; }
  .section-intro { max-width: 260px; }
  .bookmaker-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bookmaker-note { align-items: flex-start; flex-direction: column; gap: 8px; }
  .bookmaker-note .secondary-link { align-self: flex-start; padding-left: 0; }
  .formats-section { padding-top: 0; }
  .product-card h3 { font-size: 1.625rem; }
  .bot-section { padding-bottom: 68px; }
  .bot-inner { gap: 30px; flex-direction: column; align-items: flex-start; }
  .bot-action { flex-shrink: 1; align-items: flex-start; }
  .faq { gap: 40px; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 74px; }
  .navigation .nav-channel::after { left: 0; }
  .menu-lines { transition: height .25s, transform .25s; }
  .menu-toggle[aria-expanded="true"] .menu-lines { height: 0; border-bottom: 0; transform: rotate(180deg); }
  .hero { padding-block: 43px 55px; }
  .hero-grid { gap: 37px; }
  .hero-copy>.eyebrow { font-size: .75rem; margin-bottom: 23px; }
  .accent-line { width: 26px; }
  h1 { font-size: clamp(2.125rem, 8.7vw + .25rem, 4rem); line-height: 1.12; letter-spacing: -.055em; }
  .hero-description { margin-top: 23px; line-height: 1.8; }
  .hero-actions { margin-top: 28px; gap: 8px; }
  .intro-panel { padding: 25px; border-radius: 18px; }
  .panel-heading { margin-bottom: 18px; }
  .intro-panel h2 { font-size: 1.5rem; }
  .intro-list { margin-top: 23px; }
  .intro-list>div { padding-left: 29px; }
  .button { font-size: .9375rem; padding: 14px 18px; min-height: 58px; }
  .button-small { font-size: .875rem; min-height: 44px; }
  .section { padding-block: 56px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading .eyebrow, .faq-heading .eyebrow { margin-bottom: 16px; }
  h2 { font-size: 2.125rem; }
  .section-intro { max-width: 100%; }
  .bookmaker-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr)); gap: 12px; }
  .bookmaker-card { padding: 18px; border-radius: 13px; }
  .bookmaker-card h3 { font-size: 1.125rem; }
  .bookmaker-label { margin-top: 20px; font-size: .75rem; }
  .bookmaker-amount { font-size: 1.5rem; }
  .bookmaker-note>p { font-size: .875rem; }
  .bookmakers { padding-bottom: 28px; }
  .purpose-section { padding-bottom: 56px; }
  .account-purpose { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 28px 25px; border-radius: 18px; }
  .account-purpose>div+div { padding-left: 0; padding-top: 24px; border-left: 0; border-top: 1px solid #e3d5dc; }
  .account-purpose h2 { font-size: 1.625rem; }
  .formats-section { padding-top: 0; }
  .product-grid { gap: 20px; }
  .product-card { padding: 25px; border-radius: 18px; }
  .product-top { margin-bottom: 20px; }
  .product-index { font-size: 3.25rem; }
  .product-card h3 { font-size: 1.75rem; margin-bottom: 24px; }
  .format-terms>div { padding-block: 16px; }
  .bot-section { padding-bottom: 56px; }
  .bot-inner { padding: 32px 25px; border-radius: 20px; align-items: stretch; gap: 28px; }
  .bot-inner h2 { font-size: 1.75rem; line-height: 1.25; }
  .bot-inner .eyebrow { font-size: .75rem; line-height: 1.8; margin-bottom: 20px; }
  .bot-inner p:not(.eyebrow) { font-size: 1rem; }
  .bot-action { align-items: stretch; }
  .steps { gap: 30px; margin-top: 35px; }
  .steps li { grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding-top: 25px; }
  .step-number { margin-bottom: 0; font-size: 2rem; line-height: 1.05; }
  .steps h3 { font-size: 1.375rem; margin-bottom: 0; }
  .faq { gap: 34px; }
  .faq-list summary { font-size: 1rem; padding-block: 22px; gap: 16px; }
  .faq-answer { padding-right: 15px; }
  .closing-inner { padding-block: 46px; gap: 28px; }
  .closing h2 { font-size: 2rem; }
  .site-footer { padding-top: 35px; gap: 28px; }
  .footer-links { padding-top: 0; }
}
@media (max-width: 370px) {
  .container { width: calc(100% - 32px); }
  .intro-panel, .product-card, .bot-inner { padding-inline: 21px; }
  .hero-actions .button { gap: 10px; padding-inline: 14px; font-size: .875rem; }
}
@media (hover: none) { .button:hover { transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .button:hover, .button:hover>span, .secondary-link:hover>span { transform: none; }
  .button::before { display: none; }
}
@media print {
  .reading-progress, .hero-logo-reveal { display: none; }
  .container { width: 100%; }
  .hero { padding-block: 20px; }
  .section { padding-block: 25px; }
  .intro-panel, .product-card, .bot-inner { box-shadow: none; }
  .account-purpose { background: #fff; box-shadow: none; break-inside: avoid; }
  .closing, .bot-inner { background: #fff; color: var(--ink); }
  .closing .eyebrow, .closing p:not(.eyebrow), .bot-inner .eyebrow, .bot-inner h2>span, .bot-inner p:not(.eyebrow), .bot-action>span, .bot-action .button { color: var(--ink); }
}
