/* ═══════════════════════════════════════════════════════════════
   Trabajo24 API Gateway - Landing Page Styles
   ═══════════════════════════════════════════════════════════════ */

:root {
    --t24-primary: #6366f1;
    --t24-primary-dark: #4f46e5;
    --t24-accent: #06b6d4;
    --t24-accent-dark: #0891b2;
    --t24-success: #10b981;
    --t24-warning: #f59e0b;
    --t24-danger: #ef4444;
    --t24-bg: #0f172a;
    --t24-bg-card: #1e293b;
    --t24-bg-code: #0d1117;
    --t24-text: #e2e8f0;
    --t24-text-muted: #94a3b8;
    --t24-text-dim: #64748b;
    --t24-border: #334155;
    --t24-glow: rgba(99, 102, 241, 0.3);
    --t24-radius: 12px;
    --t24-radius-sm: 8px;
    --t24-font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --t24-mono: 'JetBrains Mono', 'Fira Code', monospace;
}

/* Skip-to-content link (accessibility) */
.t24-gw-skip {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 10000;
    padding: 12px 24px;
    background: var(--t24-primary);
    color: #fff;
    border-radius: var(--t24-radius-sm);
    text-decoration: none;
    font-weight: 600;
}
.t24-gw-skip:focus {
    left: 16px;
    top: 16px;
    width: auto;
    height: auto;
    overflow: visible;
}

/* Hide WP theme chrome when gateway page is active */
body.page-id-4,
body:has(#t24-gateway) {
    background: #0f172a !important;
    margin: 0 !important;
    padding: 0 !important;
    --wp--style--root--padding-top: 0px !important;
    --wp--style--root--padding-right: 0px !important;
    --wp--style--root--padding-bottom: 0px !important;
    --wp--style--root--padding-left: 0px !important;
}
body.page-id-4 .wp-block-template-part,
body.page-id-4 header.wp-block-template-part,
body.page-id-4 footer.wp-block-template-part,
body.page-id-4 .wp-block-post-title,
body.page-id-4 .wp-block-spacer,
body:has(#t24-gateway) .wp-block-template-part,
body:has(#t24-gateway) header.wp-block-template-part,
body:has(#t24-gateway) footer.wp-block-template-part,
body:has(#t24-gateway) .wp-block-post-title,
body:has(#t24-gateway) .wp-block-spacer { display: none !important; }
body.page-id-4 .wp-site-blocks,
body:has(#t24-gateway) .wp-site-blocks { padding: 0 !important; margin: 0 !important; }
body.page-id-4 .wp-block-post-content,
body:has(#t24-gateway) .wp-block-post-content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }
body.page-id-4 .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body:has(#t24-gateway) .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }
body.page-id-4 .has-global-padding,
body:has(#t24-gateway) .has-global-padding { padding-left: 0 !important; padding-right: 0 !important; }
/* Title padding container - remove spacing but keep visible for content flow */
body.page-id-4 .wp-block-group.alignfull:has(.wp-block-post-title),
body:has(#t24-gateway) .wp-block-group.alignfull:has(.wp-block-post-title) { padding: 0 !important; margin: 0 !important; }

/* Reset for shortcode container */
.t24-gw { font-family: var(--t24-font); color: var(--t24-text); background: var(--t24-bg); line-height: 1.6; overflow: clip; }
.t24-gw *, .t24-gw *::before, .t24-gw *::after { box-sizing: border-box; }
.t24-gw h1, .t24-gw h2, .t24-gw h3, .t24-gw h4 { margin: 0 0 0.5em; font-weight: 700; line-height: 1.2; }
.t24-gw p { margin: 0 0 1em; }
.t24-gw a { color: var(--t24-accent); text-decoration: none; }
.t24-gw a:hover { color: var(--t24-primary); }
.t24-gw ul, .t24-gw ol { padding-left: 1.5em; }
.t24-gw code { font-family: var(--t24-mono); font-size: 0.875em; }

/* Container */
.t24-gw-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Utility */
.t24-gw-hidden { display: none !important; }
.t24-gw-text--center { text-align: center; }
.t24-gw-text--accent { color: var(--t24-accent); }
.t24-gw-text--muted { color: var(--t24-text-muted); }
.t24-gw-text--warning { color: var(--t24-warning); }
.t24-gw-text--lg { font-size: 1.25rem; margin-top: 2rem; }

/* ─── SVG Icon System ─── */
.t24-icon { display: inline-block; width: 1em; height: 1em; background: currentColor; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; vertical-align: middle; }
.t24-icon--construction { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M11.42 15.17L17.25 21A2.652 2.652 0 0021 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 11-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 004.486-6.336l-3.276 3.277a3.004 3.004 0 01-2.25-2.25l3.276-3.276a4.5 4.5 0 00-6.336 4.486c.049.58.025 1.193-.14 1.743'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M11.42 15.17L17.25 21A2.652 2.652 0 0021 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 11-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 004.486-6.336l-3.276 3.277a3.004 3.004 0 01-2.25-2.25l3.276-3.276a4.5 4.5 0 00-6.336 4.486c.049.58.025 1.193-.14 1.743'/%3E%3C/svg%3E"); }
.t24-icon--heart { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z'/%3E%3C/svg%3E"); }
.t24-icon--utensils { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 8.25v-1.5m0 1.5c-1.355 0-2.697.056-4.024.166C6.845 8.51 6 9.473 6 10.608v2.513m6-4.871c1.355 0 2.697.056 4.024.166C17.155 8.51 18 9.473 18 10.608v2.513M15 8.25v-1.5m-6 1.5v-1.5m12 9.75l-1.5.75a3.354 3.354 0 01-3 0 3.354 3.354 0 00-3 0 3.354 3.354 0 01-3 0 3.354 3.354 0 00-3 0 3.354 3.354 0 01-3 0L3 16.5m15-3.379a48.474 48.474 0 00-6-.371c-2.032 0-4.034.126-6 .371m12 0c.39.049.777.102 1.163.16 1.07.16 1.837 1.094 1.837 2.175v5.169c0 .621-.504 1.125-1.125 1.125H4.125A1.125 1.125 0 013 20.625v-5.17c0-1.08.768-2.014 1.837-2.174A47.78 47.78 0 016 13.12'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 8.25v-1.5m0 1.5c-1.355 0-2.697.056-4.024.166C6.845 8.51 6 9.473 6 10.608v2.513m6-4.871c1.355 0 2.697.056 4.024.166C17.155 8.51 18 9.473 18 10.608v2.513M15 8.25v-1.5m-6 1.5v-1.5m12 9.75l-1.5.75a3.354 3.354 0 01-3 0 3.354 3.354 0 00-3 0 3.354 3.354 0 01-3 0 3.354 3.354 0 00-3 0 3.354 3.354 0 01-3 0L3 16.5m15-3.379a48.474 48.474 0 00-6-.371c-2.032 0-4.034.126-6 .371m12 0c.39.049.777.102 1.163.16 1.07.16 1.837 1.094 1.837 2.175v5.169c0 .621-.504 1.125-1.125 1.125H4.125A1.125 1.125 0 013 20.625v-5.17c0-1.08.768-2.014 1.837-2.174A47.78 47.78 0 016 13.12'/%3E%3C/svg%3E"); }
.t24-icon--airplane { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 12L3.269 3.126A59.768 59.768 0 0121.485 12 59.77 59.77 0 013.27 20.876L5.999 12zm0 0h7.5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 12L3.269 3.126A59.768 59.768 0 0121.485 12 59.77 59.77 0 013.27 20.876L5.999 12zm0 0h7.5'/%3E%3C/svg%3E"); }
.t24-icon--leaf { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 21a9.004 9.004 0 008.716-6.747M12 21a9.004 9.004 0 01-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 017.843 4.582M12 3a8.997 8.997 0 00-7.843 4.582m15.686 0A11.953 11.953 0 0112 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0121 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0112 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 013 12c0-1.605.42-3.113 1.157-4.418'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 21a9.004 9.004 0 008.716-6.747M12 21a9.004 9.004 0 01-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 017.843 4.582M12 3a8.997 8.997 0 00-7.843 4.582m15.686 0A11.953 11.953 0 0112 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0121 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0112 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 013 12c0-1.605.42-3.113 1.157-4.418'/%3E%3C/svg%3E"); }

/* Sections */
.t24-gw-section { padding: 80px 0; }
.t24-gw-section:nth-child(even) { background: var(--t24-bg-card); }
.t24-gw-section__title { font-size: 2.25rem; margin-bottom: 0.5em; }
.t24-gw-section__subtitle { font-size: 1.125rem; color: var(--t24-text-muted); max-width: 640px; margin: 0 auto 3rem; }

/* Buttons */
.t24-gw-btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 24px; border: 2px solid transparent; border-radius: var(--t24-radius-sm); font-weight: 600; font-size: 0.9375rem; cursor: pointer; transition: all 0.2s; text-decoration: none; font-family: var(--t24-font); }
.t24-gw-btn--primary { background: var(--t24-primary); color: #fff; border-color: var(--t24-primary); }
.t24-gw-btn--primary:hover { background: var(--t24-primary-dark); border-color: var(--t24-primary-dark); color: #fff; box-shadow: 0 0 20px rgba(99, 102, 241, 0.4); }
.t24-gw-btn--outline { background: transparent; color: var(--t24-text); border-color: var(--t24-border); }
.t24-gw-btn--outline:hover { border-color: var(--t24-primary); color: var(--t24-primary); }
.t24-gw-btn--sm { padding: 6px 16px; font-size: 0.8125rem; }
.t24-gw-btn--disabled { opacity: 0.5; cursor: not-allowed; pointer-events: none; }
.t24-gw-btn--lg { padding: 14px 32px; font-size: 1.0625rem; }
.t24-gw-btn--full { width: 100%; }

/* Input */
.t24-gw-input { width: 100%; padding: 10px 16px; background: var(--t24-bg); border: 1px solid var(--t24-border); border-radius: var(--t24-radius-sm); color: var(--t24-text); font-family: var(--t24-font); font-size: 0.9375rem; transition: border-color 0.2s; }
.t24-gw-input:focus { outline: none; border-color: var(--t24-primary); box-shadow: 0 0 0 3px var(--t24-glow); }

/* ─── Navigation ─── */
.t24-gw-nav { position: sticky; top: 0; z-index: 100; background: rgba(15, 23, 42, 0.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--t24-border); padding: 12px 0; }
.t24-gw-nav__inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.t24-gw-nav__logo { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.t24-gw-nav__logo-mark { background: var(--t24-primary); color: #fff; padding: 4px 10px; border-radius: 6px; font-weight: 800; font-size: 0.875rem; }
.t24-gw-nav__logo-text { color: var(--t24-text); font-weight: 600; font-size: 1rem; }
.t24-gw-nav__links { display: flex; align-items: center; gap: 24px; }
.t24-gw-nav__links a { color: var(--t24-text-muted); font-size: 0.875rem; font-weight: 500; }
.t24-gw-nav__links a:hover { color: var(--t24-text); }

/* ─── Hero ─── */
.t24-gw-hero { padding: 100px 0 80px; }
.t24-gw-hero .t24-gw-container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.t24-gw-hero__badge { display: inline-block; background: rgba(99, 102, 241, 0.15); color: var(--t24-primary); padding: 4px 16px; border-radius: 20px; font-size: 0.8125rem; font-weight: 600; margin-bottom: 16px; }
.t24-gw-hero__title { font-size: 3rem; line-height: 1.1; background: linear-gradient(135deg, #e2e8f0, #6366f1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.t24-gw-hero__subtitle { font-size: 1.125rem; color: var(--t24-text-muted); margin-bottom: 2rem; }
.t24-gw-hero__ctas { display: flex; gap: 16px; margin-bottom: 3rem; flex-wrap: wrap; }
.t24-gw-hero__stats { display: flex; gap: 40px; }
.t24-gw-hero__stat-value { font-size: 1.75rem; font-weight: 700; color: var(--t24-accent); display: block; }
.t24-gw-hero__stat-label { font-size: 0.8125rem; color: var(--t24-text-dim); }

/* Terminal */
.t24-gw-terminal { background: var(--t24-bg-code); border: 1px solid var(--t24-border); border-radius: var(--t24-radius); overflow: hidden; }
.t24-gw-terminal__header { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: #161b22; border-bottom: 1px solid var(--t24-border); }
.t24-gw-terminal__dot { width: 12px; height: 12px; border-radius: 50%; }
.t24-gw-terminal__dot--red { background: #ff5f57; }
.t24-gw-terminal__dot--yellow { background: #febc2e; }
.t24-gw-terminal__dot--green { background: #28c840; }
.t24-gw-terminal__title { margin-left: auto; font-size: 0.75rem; color: var(--t24-text-dim); }
.t24-gw-terminal__body { padding: 16px; overflow-x: auto; }
.t24-gw-terminal__code { font-family: var(--t24-mono); font-size: 0.8125rem; line-height: 1.6; color: var(--t24-text); margin: 0; white-space: pre; }

/* ─── Problem / Solution ─── */
.t24-gw-problem__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.t24-gw-problem__text { font-size: 1.25rem; margin-bottom: 2rem; }
.t24-gw-problem__icons { display: flex; gap: 20px; }
.t24-gw-problem__icon { text-align: center; padding: 16px; background: var(--t24-bg); border-radius: var(--t24-radius-sm); border: 1px solid var(--t24-border); }
.t24-gw-problem__icon svg { width: 32px; height: 32px; color: var(--t24-success); display: block; margin: 0 auto 8px; }
.t24-gw-problem__icon--blocked svg { color: var(--t24-danger); }
.t24-gw-problem__icon span { font-size: 0.75rem; color: var(--t24-text-muted); }
.t24-gw-problem__flow { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.t24-gw-problem__flow-item { padding: 12px 20px; background: var(--t24-bg); border: 1px solid var(--t24-border); border-radius: var(--t24-radius-sm); font-size: 0.875rem; font-weight: 600; }
.t24-gw-problem__flow-item--highlight { background: var(--t24-primary); border-color: var(--t24-primary); color: #fff; }
.t24-gw-problem__flow-arrow { font-size: 1.5rem; color: var(--t24-text-dim); }

/* ─── Agent Flow ─── */
.t24-gw-flow__phases { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; padding: 40px 0; }
.t24-gw-flow__phase { text-align: center; padding: 24px 16px; min-width: 120px; }
.t24-gw-flow__phase-num { width: 40px; height: 40px; background: var(--t24-primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; margin: 0 auto 12px; }
.t24-gw-flow__phase-title { font-size: 0.875rem; font-weight: 600; margin-bottom: 4px; }
.t24-gw-flow__phase-code { font-size: 0.6875rem; color: var(--t24-accent); background: var(--t24-bg-code); padding: 4px 8px; border-radius: 4px; }
.t24-gw-flow__connector { width: 30px; height: 2px; background: var(--t24-border); flex-shrink: 0; }

/* ─── Products Grid ─── */
.t24-gw-products__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.t24-gw-products__card { background: var(--t24-bg); border: 1px solid var(--t24-border); border-radius: var(--t24-radius); padding: 24px; text-align: center; transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; cursor: pointer; user-select: none; }
.t24-gw-products__card:hover { border-color: var(--t24-primary); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(99, 102, 241, 0.15); }
.t24-gw-products__card:focus-visible { outline: 2px solid var(--t24-primary); outline-offset: 2px; }
.t24-gw-products__card-icon { font-size: 2rem; margin-bottom: 12px; color: var(--t24-accent); }
.t24-gw-products__card-icon svg { width: 32px; height: 32px; display: inline-block; vertical-align: middle; }
.t24-gw-products__card-name { font-size: 1rem; font-weight: 600; margin-bottom: 4px; }
.t24-gw-products__card-desc { font-size: 0.8125rem; color: var(--t24-text-muted); margin: 0; }

/* ─── API Product Modal ─── */
.t24-api-modal { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.25s ease; }
.t24-api-modal--open { opacity: 1; pointer-events: auto; }
.t24-api-modal__overlay { position: absolute; inset: 0; background: rgba(15, 23, 42, 0.85); backdrop-filter: blur(8px); }
.t24-api-modal__container { position: relative; background: var(--t24-bg-card); border: 1px solid var(--t24-border); border-radius: var(--t24-radius); max-width: 680px; width: 90%; max-height: 80vh; display: flex; flex-direction: column; transform: scale(0.96); transition: transform 0.25s ease; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5); }
.t24-api-modal--open .t24-api-modal__container { transform: scale(1); }
.t24-api-modal__header { display: flex; align-items: center; justify-content: space-between; padding: 20px 28px; border-bottom: 1px solid var(--t24-border); flex-shrink: 0; }
.t24-api-modal__title-wrap { display: flex; align-items: center; gap: 12px; }
.t24-api-modal__icon { font-size: 1.75rem; line-height: 1; color: var(--t24-accent); }
.t24-api-modal__icon svg { width: 28px; height: 28px; display: inline-block; vertical-align: middle; }
.t24-api-modal__title { font-size: 1.25rem; font-weight: 700; margin: 0; color: var(--t24-text); }
.t24-api-modal__close { background: none; border: none; color: var(--t24-text-muted); font-size: 1.5rem; cursor: pointer; padding: 4px 8px; border-radius: 6px; line-height: 1; transition: color 0.2s, background 0.2s; }
.t24-api-modal__close:hover { color: var(--t24-text); background: rgba(255,255,255,0.08); }
.t24-api-modal__body { overflow-y: auto; padding: 24px 28px; }
.t24-api-modal__desc { font-size: 0.9375rem; color: var(--t24-text-muted); margin: 0 0 20px; line-height: 1.6; }
.t24-api-modal__section-title { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--t24-text-dim); margin: 0 0 12px; }

/* Endpoint rows */
.t24-api-modal__endpoints { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.t24-api-endpoint { padding: 10px 14px; background: var(--t24-bg); border: 1px solid var(--t24-border); border-radius: var(--t24-radius-sm); }
.t24-api-endpoint__header { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.t24-api-method { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 0.6875rem; font-weight: 700; font-family: var(--t24-mono); letter-spacing: 0.03em; line-height: 1.6; }
.t24-api-method--get { background: rgba(6, 182, 212, 0.15); color: var(--t24-accent); }
.t24-api-method--post { background: rgba(16, 185, 129, 0.15); color: var(--t24-success); }
.t24-api-method--patch { background: rgba(245, 158, 11, 0.15); color: var(--t24-warning); }
.t24-api-method--delete { background: rgba(239, 68, 68, 0.15); color: var(--t24-danger); }
.t24-api-endpoint__path { font-family: var(--t24-mono); font-size: 0.8125rem; color: var(--t24-text); flex: 1; }
.t24-api-auth { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 0.625rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.t24-api-auth--public { background: rgba(16, 185, 129, 0.1); color: var(--t24-success); border: 1px solid rgba(16, 185, 129, 0.3); }
.t24-api-auth--api_key { background: rgba(99, 102, 241, 0.1); color: var(--t24-primary); border: 1px solid rgba(99, 102, 241, 0.3); }
.t24-api-auth--wallet { background: rgba(168, 85, 247, 0.1); color: #a855f7; border: 1px solid rgba(168, 85, 247, 0.3); }
.t24-api-endpoint__summary { font-size: 0.75rem; color: var(--t24-text-muted); margin: 4px 0 0; }

/* Curl example */
.t24-api-modal__example { position: relative; }
.t24-api-modal__example pre { background: var(--t24-bg-code); border: 1px solid var(--t24-border); border-radius: var(--t24-radius-sm); padding: 16px; margin: 0; overflow-x: auto; }
.t24-api-modal__code { font-family: var(--t24-mono); font-size: 0.8125rem; line-height: 1.6; color: var(--t24-accent); white-space: pre-wrap; word-break: break-all; }
.t24-api-modal__copy { position: absolute; top: 8px; right: 8px; }

/* ─── Playground ─── */
.t24-gw-playground__wrapper { max-width: 900px; margin: 0 auto; }
.t24-gw-playground__controls { display: flex; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.t24-gw-playground__select { padding: 8px 16px; background: var(--t24-bg); border: 1px solid var(--t24-border); border-radius: var(--t24-radius-sm); color: var(--t24-text); font-family: var(--t24-mono); font-size: 0.8125rem; }
.t24-gw-playground__panels { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.t24-gw-playground__panel { background: var(--t24-bg-code); border: 1px solid var(--t24-border); border-radius: var(--t24-radius); overflow: hidden; }
.t24-gw-playground__panel-header { padding: 8px 16px; background: #161b22; border-bottom: 1px solid var(--t24-border); font-size: 0.75rem; font-weight: 600; color: var(--t24-text-dim); text-transform: uppercase; letter-spacing: 0.05em; }
.t24-gw-playground__code { padding: 16px; font-family: var(--t24-mono); font-size: 0.8125rem; line-height: 1.6; color: var(--t24-text); overflow-x: auto; min-height: 200px; margin: 0; white-space: pre-wrap; word-break: break-all; }

/* ─── Staking ─── */
.t24-gw-staking__tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 3rem; }
.t24-gw-staking__tier { background: var(--t24-bg); border: 1px solid var(--t24-border); border-radius: var(--t24-radius); padding: 32px 24px; text-align: center; position: relative; transition: border-color 0.2s; }
.t24-gw-staking__tier:hover { border-color: var(--t24-primary); }
.t24-gw-staking__tier--popular { border-color: var(--t24-primary); box-shadow: 0 0 30px var(--t24-glow); }
.t24-gw-staking__tier--vip { border-color: var(--t24-warning); }
.t24-gw-staking__tier-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--t24-primary); color: #fff; padding: 4px 16px; border-radius: 12px; font-size: 0.75rem; font-weight: 600; white-space: nowrap; }
.t24-gw-staking__tier--vip .t24-gw-staking__tier-badge { background: var(--t24-warning); color: #000; }
.t24-gw-staking__tier-name { font-size: 1rem; color: var(--t24-text-muted); margin-bottom: 8px; }
.t24-gw-staking__tier-fee { font-size: 2.5rem; font-weight: 800; color: var(--t24-accent); }
.t24-gw-staking__tier-label { font-size: 0.8125rem; color: var(--t24-text-dim); margin-bottom: 16px; }
.t24-gw-staking__tier-details { list-style: none; padding: 0; font-size: 0.875rem; color: var(--t24-text-muted); }
.t24-gw-staking__tier-details li { margin-bottom: 4px; }

.t24-gw-staking__calc { max-width: 500px; margin: 0 auto; background: var(--t24-bg); border: 1px solid var(--t24-border); border-radius: var(--t24-radius); padding: 32px; }
.t24-gw-staking__calc h3 { text-align: center; }
.t24-gw-staking__calc-row { margin-bottom: 16px; }
.t24-gw-staking__calc-row label { display: block; margin-bottom: 4px; font-size: 0.875rem; color: var(--t24-text-muted); }
.t24-gw-staking__calc-results { border-top: 1px solid var(--t24-border); padding-top: 16px; }
.t24-gw-staking__calc-result { display: flex; justify-content: space-between; padding: 8px 0; font-size: 0.9375rem; }
.t24-gw-staking__calc-result--savings { border-top: 1px solid var(--t24-border); padding-top: 12px; margin-top: 4px; font-size: 1.125rem; }
.t24-gw-staking__calc-result--savings strong { color: var(--t24-success); }

/* ─── Use Cases ─── */
.t24-gw-usecases__tabs { display: flex; gap: 8px; justify-content: center; margin-bottom: 2rem; flex-wrap: wrap; }
.t24-gw-usecases__tab { padding: 10px 20px; background: transparent; border: 1px solid var(--t24-border); border-radius: 20px; color: var(--t24-text-muted); cursor: pointer; font-size: 0.875rem; font-family: var(--t24-font); transition: all 0.2s; display: inline-flex; align-items: center; gap: 4px; }
.t24-gw-usecases__tab:hover { border-color: var(--t24-primary); color: var(--t24-text); }
.t24-gw-usecases__tab--active { background: var(--t24-primary); border-color: var(--t24-primary); color: #fff; }
.t24-gw-usecases__tab-icon { font-size: 1rem; line-height: 1; }
.t24-gw-usecases__content { max-width: 800px; margin: 0 auto; animation: t24-fadeIn 0.3s ease; }
.t24-gw-usecases__content h3 { font-size: 1.5rem; margin-bottom: 12px; }
.t24-gw-usecases__narrative { font-size: 1.125rem; color: var(--t24-text); line-height: 1.8; margin-bottom: 1.5rem; max-width: 700px; }
.t24-gw-usecases__flow { margin: 16px 0; display: flex; flex-direction: column; gap: 8px; }
.t24-gw-usecases__flow code { display: block; padding: 10px 16px; background: var(--t24-bg-code); border: 1px solid var(--t24-border); border-radius: var(--t24-radius-sm); font-size: 0.8125rem; color: var(--t24-accent); word-break: break-all; }
.t24-gw-usecases__cost { display: flex; gap: 24px; margin-top: 16px; flex-wrap: wrap; padding: 12px 16px; background: rgba(255,255,255,0.03); border-radius: var(--t24-radius-sm); }
.t24-gw-usecases__cost span { font-size: 0.875rem; color: var(--t24-text-muted); }
.t24-gw-text--success { color: var(--t24-success); }
.t24-gw-usecases__cta { display: inline-block; margin-top: 16px; color: var(--t24-primary); font-weight: 600; font-size: 0.9375rem; transition: color 0.2s; }
.t24-gw-usecases__cta:hover { color: var(--t24-accent); }
@keyframes t24-fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* ─── MCP ─── */
.t24-gw-mcp__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.t24-gw-mcp__config h3, .t24-gw-mcp__tools h3 { margin-bottom: 16px; }
.t24-gw-mcp__tools-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.t24-gw-mcp__tool { display: flex; align-items: center; gap: 12px; padding: 8px 12px; background: var(--t24-bg); border-radius: var(--t24-radius-sm); }
.t24-gw-mcp__tool code { color: var(--t24-accent); font-size: 0.8125rem; min-width: 180px; }
.t24-gw-mcp__tool span { font-size: 0.8125rem; color: var(--t24-text-muted); }

/* ─── Token ─── */
.t24-gw-token__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 2rem; }
.t24-gw-token__card { background: var(--t24-bg); border: 1px solid var(--t24-border); border-radius: var(--t24-radius); padding: 24px; }
.t24-gw-token__card h3 { font-size: 1rem; margin-bottom: 12px; }
.t24-gw-token__address { display: flex; gap: 8px; align-items: center; margin-bottom: 12px; }
.t24-gw-token__address code { flex: 1; padding: 8px 12px; background: var(--t24-bg-code); border-radius: var(--t24-radius-sm); font-size: 0.75rem; overflow: hidden; text-overflow: ellipsis; }
.t24-gw-token__steps { padding-left: 1.25em; }
.t24-gw-token__steps li { margin-bottom: 8px; font-size: 0.875rem; }
.t24-gw-token__exchanges { display: flex; gap: 8px; margin-top: 16px; }
.t24-gw-token__network { list-style: none; padding: 0; }
.t24-gw-token__network li { padding: 6px 0; font-size: 0.875rem; border-bottom: 1px solid var(--t24-border); }

/* ─── Registration ─── */
.t24-gw-register__stepper { display: flex; justify-content: center; gap: 40px; margin-bottom: 3rem; }
.t24-gw-register__step { display: flex; align-items: center; gap: 8px; opacity: 0.4; }
.t24-gw-register__step--active { opacity: 1; }
.t24-gw-register__step-num { width: 32px; height: 32px; background: var(--t24-border); color: var(--t24-text); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.875rem; }
.t24-gw-register__step--active .t24-gw-register__step-num { background: var(--t24-primary); }
.t24-gw-register__forms { max-width: 500px; margin: 0 auto; }
.t24-gw-register__field { margin-bottom: 16px; }
.t24-gw-register__field label { display: block; margin-bottom: 4px; font-size: 0.875rem; font-weight: 600; color: var(--t24-text-muted); }
.t24-gw-register__key-box { display: flex; gap: 8px; align-items: center; padding: 16px; background: var(--t24-bg-code); border: 2px solid var(--t24-success); border-radius: var(--t24-radius-sm); margin: 16px 0; }
.t24-gw-register__key-box code { flex: 1; font-size: 0.875rem; word-break: break-all; }
.t24-gw-register__next-steps { margin-top: 24px; }
.t24-gw-register__next-steps ol { padding-left: 1.25em; }
.t24-gw-register__next-steps li { margin-bottom: 8px; }

/* ─── Developer Resources ─── */
.t24-gw-devres__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.t24-gw-devres__card { background: var(--t24-bg); border: 1px solid var(--t24-border); border-radius: var(--t24-radius); padding: 24px; }
.t24-gw-devres__card h3 { font-size: 1rem; margin-bottom: 8px; }
.t24-gw-devres__card p { font-size: 0.875rem; color: var(--t24-text-muted); }
.t24-gw-devres__code { padding: 8px 16px; background: var(--t24-bg-code); border-radius: var(--t24-radius-sm); font-size: 0.8125rem; margin: 8px 0; color: var(--t24-accent); overflow-x: auto; }
.t24-gw-devres__links { display: flex; gap: 8px; }

/* ─── Language Switcher ─── */
.t24-gw-lang { display: flex; align-items: center; gap: 4px; }
.t24-gw-lang__btn { background: none; border: none; color: var(--t24-text-dim); cursor: pointer; font-size: 0.75rem; font-weight: 600; padding: 4px 6px; border-radius: 4px; font-family: var(--t24-font); }
.t24-gw-lang__btn:hover, .t24-gw-lang__btn--active { color: var(--t24-text); background: var(--t24-border); }
.t24-gw-lang__sep { color: var(--t24-text-dim); font-size: 0.75rem; }

/* ─── Mobile Hamburger Menu (base) ─── */
.t24-gw-nav__hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; z-index: 110; }
.t24-gw-nav__hamburger span { display: block; width: 22px; height: 2px; background: var(--t24-text); border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.t24-gw-nav--open .t24-gw-nav__hamburger span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.t24-gw-nav--open .t24-gw-nav__hamburger span:nth-child(2) { opacity: 0; }
.t24-gw-nav--open .t24-gw-nav__hamburger span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ─── Scroll Animations ─── */
.t24-gw-section,
.t24-gw-hero,
.t24-gw-faq { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.t24-gw-visible { opacity: 1 !important; transform: translateY(0) !important; }

/* ─── Visual Polish ─── */
/* Hero glow */
.t24-gw-hero { position: relative; }
.t24-gw-hero::before { content: ''; position: absolute; top: -80px; left: 50%; transform: translateX(-50%); width: 800px; height: 500px; background: radial-gradient(ellipse at 50% 0%, rgba(99,102,241,0.12), transparent 70%); pointer-events: none; z-index: 0; }
.t24-gw-hero .t24-gw-container { position: relative; z-index: 1; }

/* Section dividers */
.t24-gw-section + .t24-gw-section::before { content: ''; display: block; height: 1px; max-width: 600px; margin: 0 auto; background: linear-gradient(90deg, transparent, var(--t24-border), transparent); }

/* Enhanced card hover lift */
.t24-gw-devres__card { transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.t24-gw-devres__card:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.2); border-color: var(--t24-primary); }
.t24-gw-token__card { transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.t24-gw-token__card:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.2); border-color: var(--t24-primary); }

/* Gradient text on section titles */
.t24-gw-section__title { background: linear-gradient(135deg, #e2e8f0 30%, var(--t24-primary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* Sticky nav CTA - show after scroll */
.t24-gw-nav__cta { opacity: 0; transform: scale(0.9); transition: opacity 0.3s, transform 0.3s; pointer-events: none; }
.t24-gw-nav--scrolled .t24-gw-nav__cta { opacity: 1; transform: scale(1); pointer-events: auto; }

/* ─── FAQ ─── */
.t24-gw-faq__list { max-width: 800px; margin: 0 auto; }
.t24-gw-faq__item { border: 1px solid var(--t24-border); border-radius: var(--t24-radius); margin-bottom: 12px; overflow: hidden; transition: border-color 0.3s ease; }
.t24-gw-faq__item:hover { border-color: var(--t24-primary); }
.t24-gw-faq__question { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; background: var(--t24-bg); border: none; color: var(--t24-text); font-family: var(--t24-font); font-size: 1rem; font-weight: 600; cursor: pointer; text-align: left; gap: 16px; transition: background 0.2s; }
.t24-gw-faq__question:hover { background: rgba(255, 255, 255, 0.03); }
.t24-gw-faq__chevron { flex-shrink: 0; color: var(--t24-text-muted); transition: transform 0.3s ease; }
.t24-gw-faq__item--open .t24-gw-faq__chevron { transform: rotate(180deg); }
.t24-gw-faq__answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.t24-gw-faq__item--open .t24-gw-faq__answer { max-height: 300px; }
.t24-gw-faq__answer p { padding: 0 24px 20px; color: var(--t24-text-muted); font-size: 0.9375rem; line-height: 1.7; margin: 0; }

/* ─── Footer ─── */
.t24-gw-footer { padding: 60px 0 40px; border-top: 1px solid var(--t24-border); }
.t24-gw-footer__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.t24-gw-footer h4 { font-size: 0.875rem; font-weight: 600; margin-bottom: 16px; color: var(--t24-text); }
.t24-gw-footer ul { list-style: none; padding: 0; }
.t24-gw-footer li { margin-bottom: 8px; }
.t24-gw-footer a { color: var(--t24-text-muted); font-size: 0.875rem; }
.t24-gw-footer a:hover { color: var(--t24-text); }
.t24-gw-footer__copy { font-size: 0.75rem; color: var(--t24-text-dim); margin-top: 24px; }

/* ─── Responsive ─── */
@media (max-width: 768px) {
    .t24-gw-hero .t24-gw-container { grid-template-columns: 1fr; max-width: 100%; overflow: hidden; }
    .t24-gw-hero__title { font-size: 2rem; }
    .t24-gw-hero__subtitle { font-size: 1rem; }
    .t24-gw-hero__stats { flex-wrap: wrap; gap: 20px; }
    .t24-gw-problem__grid { grid-template-columns: 1fr; }
    .t24-gw-flow__phases { flex-direction: column; }
    .t24-gw-flow__connector { width: 2px; height: 20px; }
    .t24-gw-products__grid { grid-template-columns: repeat(2, 1fr); }
    .t24-api-modal__container { width: 95%; max-height: 90vh; }
    .t24-api-modal__header { padding: 16px 20px; }
    .t24-api-modal__body { padding: 20px; }
    .t24-api-endpoint__header { gap: 6px; }
    .t24-gw-playground__panels { grid-template-columns: 1fr; }
    .t24-gw-staking__tiers { grid-template-columns: 1fr 1fr; }
    .t24-gw-mcp__grid { grid-template-columns: 1fr; }
    .t24-gw-token__grid { grid-template-columns: 1fr; }
    .t24-gw-devres__grid { grid-template-columns: 1fr; }
    .t24-gw-footer__grid { grid-template-columns: 1fr 1fr; }
    .t24-gw-register__stepper { flex-direction: column; gap: 16px; align-items: center; }

    /* Mobile hamburger menu */
    .t24-gw-nav__hamburger { display: flex; }
    .t24-gw-nav__links { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(15, 23, 42, 0.98); backdrop-filter: blur(12px); flex-direction: column; align-items: center; justify-content: center; gap: 32px; z-index: 100; }
    .t24-gw-nav--open .t24-gw-nav__links { display: flex; height: 100vh; min-height: 100vh; }
    .t24-gw-nav__links a { font-size: 1.25rem; }
    .t24-gw-nav__links .t24-gw-btn--sm { padding: 12px 32px; font-size: 1rem; }
}

@media (max-width: 480px) {
    .t24-gw-staking__tiers { grid-template-columns: 1fr; }
    .t24-gw-products__grid { grid-template-columns: 1fr; }
    .t24-gw-hero__ctas { flex-direction: column; }
    .t24-gw-footer__grid { grid-template-columns: 1fr; }
    .t24-gw-usecases__flow code,
    .t24-gw-mcp__tool code,
    .t24-gw-playground__code,
    .t24-gw-terminal__code,
    .t24-gw-devres__code,
    .t24-gw pre,
    .t24-gw code { max-width: 100%; overflow-x: auto; word-break: break-all; }
    .t24-gw-mcp__tool { flex-direction: column; align-items: flex-start; }
    .t24-gw-mcp__tool code { min-width: auto; }
    .t24-gw-token__address code { font-size: 0.625rem; }
}
