:root {
    --yt2-navy-950: #031126;
    --yt2-navy-900: #061a35;
    --yt2-navy-850: #082344;
    --yt2-navy-800: #0b2f58;
    --yt2-blue-600: #1168b7;
    --yt2-blue-400: #3aa7ff;
    --yt2-gold-500: #d5a13a;
    --yt2-gold-400: #efbf5a;
    --yt2-gold-300: #f5d887;
    --yt2-ink: #0d1b2c;
    --yt2-text: #334155;
    --yt2-muted: #64748b;
    --yt2-line: #dbe3ec;
    --yt2-bg: #f5f7fa;
    --yt2-white: #ffffff;
    --yt2-shadow-sm: 0 10px 30px rgba(2, 18, 38, .08);
    --yt2-shadow-lg: 0 28px 80px rgba(2, 18, 38, .18);
    --yt2-radius-sm: 14px;
    --yt2-radius-md: 22px;
    --yt2-radius-lg: 34px;
    --yt2-container: 1240px;
}

html { scroll-behavior: smooth; }
body.yarmontech-premium-ui {
    margin: 0 !important;
    padding: 0 !important;
    background: var(--yt2-bg) !important;
    color: var(--yt2-ink) !important;
    overflow-x: hidden;
}
body.yarmontech-premium-ui.yt2-modal-open { overflow: hidden; }
body.yarmontech-premium-ui #page,
body.yarmontech-premium-ui .site,
body.yarmontech-premium-ui .wp-site-blocks { max-width: none !important; margin: 0 !important; padding: 0 !important; }

#yt2-app,
#yt2-app * { box-sizing: border-box; }
#yt2-app {
    min-height: 100vh;
    width: 100%;
    overflow: clip;
    color: var(--yt2-ink);
    background: var(--yt2-bg);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
#yt2-app img { display: block; max-width: 100%; height: auto; }
#yt2-app a { color: inherit; text-decoration: none; }
#yt2-app button,
#yt2-app input,
#yt2-app select,
#yt2-app textarea { font: inherit; }
#yt2-app button { cursor: pointer; }
#yt2-app h1,
#yt2-app h2,
#yt2-app h3,
#yt2-app p { margin: 0; padding: 0; }
#yt2-app ul { margin: 0; padding: 0; list-style: none; }
#yt2-app :focus-visible { outline: 3px solid var(--yt2-gold-400); outline-offset: 4px; }

.yt2-container { width: min(calc(100% - 40px), var(--yt2-container)); margin-inline: auto; }
.yt2-skip {
    position: fixed;
    z-index: 999999;
    top: 12px;
    left: 12px;
    transform: translateY(-160%);
    padding: 10px 16px;
    border-radius: 10px;
    background: var(--yt2-white);
    color: var(--yt2-navy-900);
    font-weight: 800;
    transition: transform .2s ease;
}
.yt2-skip:focus { transform: translateY(0); }

/* Announcement and header */
.yt2-announcement {
    position: relative;
    z-index: 40;
    background: linear-gradient(90deg, #020d20, var(--yt2-navy-900));
    color: rgba(255,255,255,.88);
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.yt2-announcement-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.yt2-announcement-inner > div:first-child { display: flex; align-items: center; gap: 9px; }
.yt2-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--yt2-gold-400); box-shadow: 0 0 0 6px rgba(239,191,90,.14); }
.yt2-announcement-meta { display: flex; align-items: center; gap: 24px; color: rgba(255,255,255,.62); }
.yt2-announcement-meta span + span { position: relative; }
.yt2-announcement-meta span + span::before { content: ""; position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--yt2-gold-400); left: -14px; top: 50%; transform: translateY(-50%); }

.yt2-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid rgba(6,26,53,.09);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 8px 30px rgba(2,18,38,.04);
}
.admin-bar .yt2-header { top: 32px; }
.yt2-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.yt2-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 220px; }
.yt2-brand img { width: auto; max-width: 230px; max-height: 54px; object-fit: contain; }
.yt2-brand-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(145deg, var(--yt2-navy-800), var(--yt2-navy-950)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 9px 20px rgba(6,26,53,.18); flex: 0 0 auto; }
.yt2-brand-mark svg { width: 31px; height: 31px; fill: var(--yt2-gold-400); }
.yt2-brand-mark svg .yt2-brand-mark-cut { fill: var(--yt2-navy-900); }
.yt2-brand-copy { display: flex; flex-direction: column; line-height: 1; }
.yt2-brand-copy strong { color: var(--yt2-navy-900); font-size: 18px; line-height: 1.1; letter-spacing: .055em; font-weight: 900; }
.yt2-brand-copy small { margin-top: 6px; color: var(--yt2-muted); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.yt2-navigation { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.yt2-navigation > a:not(.yt2-nav-cta) { position: relative; color: #203047 !important; font-size: 14px; font-weight: 750; white-space: nowrap; }
.yt2-navigation > a:not(.yt2-nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--yt2-gold-500); transition: right .25s ease; }
.yt2-navigation > a:not(.yt2-nav-cta):hover::after { right: 0; }
.yt2-nav-cta { display: inline-flex !important; align-items: center; justify-content: center; min-height: 44px; padding: 0 21px; border-radius: 999px; background: var(--yt2-navy-900) !important; color: var(--yt2-white) !important; box-shadow: 0 10px 22px rgba(6,26,53,.16); font-size: 13px; font-weight: 800; white-space: nowrap; transition: transform .2s ease, background .2s ease; }
.yt2-nav-cta:hover { transform: translateY(-2px); background: var(--yt2-navy-800) !important; }
.yt2-menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--yt2-navy-900); padding: 11px 10px; }
.yt2-menu-button span { display: block; height: 2px; margin: 5px 0; border-radius: 10px; background: var(--yt2-white); transition: transform .2s ease, opacity .2s ease; }
.yt2-menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.yt2-menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.yt2-menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.yt2-hero {
    position: relative;
    isolation: isolate;
    min-height: 760px;
    display: flex;
    flex-direction: column;
    background-color: var(--yt2-navy-950);
    background-image: var(--yt2-hero-image);
    background-size: cover;
    background-position: center;
    color: var(--yt2-white);
}
.yt2-hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(1,11,27,.98) 0%, rgba(4,24,50,.93) 40%, rgba(4,24,50,.50) 72%, rgba(4,24,50,.22) 100%), linear-gradient(0deg, rgba(1,12,28,.76), transparent 50%); }
.yt2-hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, #000 0%, transparent 78%); }
.yt2-hero-inner { flex: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .58fr); align-items: center; gap: 72px; padding-top: 96px; padding-bottom: 92px; }
.yt2-hero-copy { max-width: 760px; }
.yt2-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--yt2-gold-300); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.yt2-kicker span { width: 54px; height: 1px; background: linear-gradient(90deg, var(--yt2-gold-500), transparent); }
#yt2-app .yt2-hero h1 { color: var(--yt2-white) !important; font-size: clamp(56px, 6.5vw, 96px); line-height: .96; letter-spacing: -.055em; font-weight: 850; max-width: 820px; text-wrap: balance; }
#yt2-app .yt2-hero h1 em { color: var(--yt2-gold-400); font-style: normal; }
.yt2-hero-lead { max-width: 650px; margin-top: 28px !important; color: rgba(255,255,255,.74); font-size: 19px; line-height: 1.75; }
.yt2-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.yt2-button { display: inline-flex !important; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; font-size: 14px; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.yt2-button:hover { transform: translateY(-3px); }
.yt2-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.yt2-button-gold { color: #061a35 !important; background: linear-gradient(135deg, var(--yt2-gold-300), var(--yt2-gold-500)) !important; box-shadow: 0 16px 32px rgba(213,161,58,.26); }
.yt2-button-gold:hover { box-shadow: 0 19px 40px rgba(213,161,58,.34); }
.yt2-button-ghost { color: var(--yt2-white) !important; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.06) !important; backdrop-filter: blur(12px); }
.yt2-button-ghost:hover { background: rgba(255,255,255,.13) !important; border-color: rgba(255,255,255,.55); }
.yt2-hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 680px; margin-top: 44px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }
.yt2-hero-proof div { display: flex; flex-direction: column; }
.yt2-hero-proof strong { color: var(--yt2-white); font-size: 28px; line-height: 1; font-weight: 900; }
.yt2-hero-proof span { margin-top: 8px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.35; }

.yt2-hero-panel { position: relative; overflow: hidden; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: linear-gradient(145deg, rgba(8,32,62,.92), rgba(3,15,34,.88)); box-shadow: 0 30px 90px rgba(0,0,0,.32); backdrop-filter: blur(22px); }
.yt2-hero-panel::before { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; right: -90px; top: -100px; background: radial-gradient(circle, rgba(58,167,255,.28), transparent 70%); }
.yt2-panel-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .16em; font-weight: 800; }
.yt2-status { display: inline-flex; align-items: center; gap: 7px; color: var(--yt2-gold-300); }
.yt2-status i { width: 7px; height: 7px; border-radius: 50%; background: #70dd90; box-shadow: 0 0 0 6px rgba(112,221,144,.12); }
#yt2-app .yt2-hero-panel h2 { margin-top: 24px; margin-bottom: 26px; color: var(--yt2-white) !important; font-size: 29px; line-height: 1.15; letter-spacing: -.025em; }
.yt2-progress-block + .yt2-progress-block { margin-top: 20px; }
.yt2-progress-copy { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-bottom: 9px; }
.yt2-progress-copy span { color: rgba(255,255,255,.6); font-size: 12px; }
.yt2-progress-copy strong { color: var(--yt2-gold-300); font-size: 19px; }
.yt2-progress { height: 8px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.09); }
.yt2-progress i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--yt2-gold-500), var(--yt2-gold-300)); box-shadow: 0 0 18px rgba(239,191,90,.34); }
.yt2-progress-blue i { background: linear-gradient(90deg, var(--yt2-blue-600), var(--yt2-blue-400)); box-shadow: 0 0 18px rgba(58,167,255,.36); }
.yt2-panel-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 26px; }
.yt2-panel-stats div { padding: 14px 10px; border-radius: 14px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.07); text-align: center; }
.yt2-panel-stats span { display: block; color: rgba(255,255,255,.42); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.yt2-panel-stats strong { display: block; margin-top: 5px; color: var(--yt2-white); font-size: 12px; }
.yt2-panel-note { margin-top: 20px !important; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.65; }
.yt2-hero-bottom { background: rgba(2,14,31,.9); border-top: 1px solid rgba(239,191,90,.28); backdrop-filter: blur(14px); }
.yt2-hero-bottom-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 106px; }
.yt2-hero-bottom-grid > div { display: flex; align-items: center; gap: 14px; padding: 22px 24px; border-right: 1px solid rgba(255,255,255,.09); }
.yt2-hero-bottom-grid > div:first-child { padding-left: 0; }
.yt2-hero-bottom-grid > div:last-child { padding-right: 0; border-right: 0; }
.yt2-mini-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(239,191,90,.55); border-radius: 13px; color: var(--yt2-gold-300); font-size: 10px; font-weight: 900; flex: 0 0 auto; }
.yt2-hero-bottom-grid p { display: flex; flex-direction: column; }
.yt2-hero-bottom-grid strong { color: var(--yt2-white); font-size: 13px; }
.yt2-hero-bottom-grid small { margin-top: 3px; color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.35; }

/* Shared sections */
#teknologi, #sistem, #model-rumah, #proses, #hubungi { scroll-margin-top: 110px; }
.yt2-section { padding: 112px 0; }
.yt2-section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .6fr); gap: 70px; align-items: end; margin-bottom: 50px; }
.yt2-eyebrow { display: block; margin-bottom: 17px; color: var(--yt2-blue-600); font-size: 11px; line-height: 1.3; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.yt2-eyebrow-light { color: var(--yt2-gold-300); }
#yt2-app .yt2-section-heading h2,
#yt2-app .yt2-system-copy h2,
#yt2-app .yt2-model-heading h2,
#yt2-app .yt2-control-copy h2,
#yt2-app .yt2-network-copy h2,
#yt2-app .yt2-faq-heading h2,
#yt2-app .yt2-lead-copy h2 { color: var(--yt2-navy-900) !important; font-size: clamp(38px, 4.5vw, 64px); line-height: 1.04; letter-spacing: -.045em; font-weight: 850; text-wrap: balance; }
.yt2-section-heading > p { color: var(--yt2-muted); font-size: 16px; line-height: 1.8; }

/* Benefits */
.yt2-intro { background: var(--yt2-white); }
.yt2-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.yt2-benefit { position: relative; min-height: 320px; padding: 28px; border: 1px solid #e3e9f0; border-radius: var(--yt2-radius-md); background: linear-gradient(180deg, #fff, #f8fafc); box-shadow: 0 10px 30px rgba(2,18,38,.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.yt2-benefit:hover { transform: translateY(-8px); border-color: rgba(17,104,183,.35); box-shadow: var(--yt2-shadow-sm); }
.yt2-benefit-number { position: absolute; top: 25px; right: 27px; color: #a3afbd; font-size: 11px; font-weight: 800; }
.yt2-benefit-icon { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 58px; border-radius: 19px; background: #e6eef5; color: var(--yt2-navy-800); font-size: 16px; font-weight: 900; }
#yt2-app .yt2-benefit h3 { color: var(--yt2-ink) !important; font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.yt2-benefit p { margin-top: 14px !important; color: var(--yt2-muted); font-size: 14px; line-height: 1.7; }

/* 80/20 system */
.yt2-system { background: linear-gradient(135deg, #eef3f7, #f8fafc 62%, #fff); }
.yt2-system-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 80px; align-items: center; }
.yt2-system-visual { position: relative; }
.yt2-system-visual::before { content: ""; position: absolute; inset: -18px 40px 30px -18px; z-index: 0; border-radius: 30px; background: linear-gradient(145deg, var(--yt2-navy-900), var(--yt2-blue-600)); transform: rotate(-2.5deg); opacity: .95; }
.yt2-system-visual img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 28px; box-shadow: var(--yt2-shadow-lg); }
.yt2-visual-badge { position: absolute; z-index: 2; right: -24px; bottom: 38px; display: flex; align-items: center; gap: 12px; min-width: 210px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.24); border-radius: 18px; background: rgba(3,17,38,.9); color: var(--yt2-white); box-shadow: 0 20px 50px rgba(2,18,38,.28); backdrop-filter: blur(16px); }
.yt2-visual-badge span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(145deg, var(--yt2-gold-300), var(--yt2-gold-500)); color: var(--yt2-navy-900); font-weight: 900; }
.yt2-visual-badge strong { font-size: 12px; line-height: 1.35; letter-spacing: .08em; }
.yt2-system-copy > p { margin-top: 24px !important; color: var(--yt2-muted); font-size: 17px; line-height: 1.8; }
.yt2-ratio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 34px; }
.yt2-ratio-grid div { padding: 22px; border-radius: 18px; background: var(--yt2-white); border: 1px solid var(--yt2-line); box-shadow: 0 10px 30px rgba(2,18,38,.045); }
.yt2-ratio-grid strong { display: block; color: var(--yt2-navy-900); font-size: 38px; line-height: 1; }
.yt2-ratio-grid div:first-child strong { color: var(--yt2-gold-500); }
.yt2-ratio-grid span { display: block; margin-top: 9px; color: var(--yt2-muted); font-size: 12px; line-height: 1.45; }
.yt2-time-card { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 18px; padding: 20px 24px; border-radius: 18px; background: var(--yt2-navy-900); color: var(--yt2-white); }
.yt2-time-card > i { width: 1px; height: 52px; background: rgba(255,255,255,.15); }
.yt2-time-card div { display: flex; flex-direction: column; }
.yt2-time-card span { color: var(--yt2-gold-300); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.yt2-time-card strong { margin-top: 3px; font-size: 23px; }
.yt2-time-card small { color: rgba(255,255,255,.56); font-size: 11px; }
.yt2-system-copy .yt2-disclaimer { margin-top: 12px !important; color: #7b8795; font-size: 11px; line-height: 1.6; }
.yt2-text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 23px; color: var(--yt2-navy-900) !important; font-size: 14px; font-weight: 850; }
.yt2-text-link span { color: var(--yt2-gold-500); transition: transform .2s ease; }
.yt2-text-link:hover span { transform: translateX(4px); }

/* Models */
.yt2-model-section { padding: 112px 0 118px; background: radial-gradient(circle at 90% 10%, rgba(25,104,183,.24), transparent 28%), linear-gradient(145deg, var(--yt2-navy-900), var(--yt2-navy-950)); color: var(--yt2-white); }
.yt2-model-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr); align-items: end; gap: 70px; }
#yt2-app .yt2-model-heading h2 { color: var(--yt2-white) !important; }
.yt2-model-heading p { color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.75; }
.yt2-filter { display: flex; flex-wrap: wrap; gap: 10px; margin: 38px 0 30px; }
.yt2-filter button { min-height: 42px; padding: 0 17px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(255,255,255,.05); color: rgba(255,255,255,.72); font-size: 12px; font-weight: 800; transition: background .2s ease, border .2s ease, color .2s ease; }
.yt2-filter button:hover,
.yt2-filter button.is-active { border-color: var(--yt2-gold-400); background: var(--yt2-gold-400); color: var(--yt2-navy-900); }
.yt2-model-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.yt2-model-card { overflow: hidden; border-radius: 22px; background: var(--yt2-white); color: var(--yt2-ink); box-shadow: 0 18px 40px rgba(0,0,0,.16); transition: transform .25s ease, box-shadow .25s ease, opacity .2s ease; }
.yt2-model-card:hover { transform: translateY(-7px); box-shadow: 0 25px 56px rgba(0,0,0,.25); }
.yt2-model-card.is-hidden { display: none; }
.yt2-model-image { position: relative; display: block; width: 100%; aspect-ratio: 1.48 / 1; overflow: hidden; padding: 0; border: 0; background: #e6edf4; text-align: left; }
.yt2-model-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,17,38,.62), transparent 48%); opacity: .85; }
.yt2-model-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.yt2-model-card:hover .yt2-model-image img { transform: scale(1.045); }
.yt2-model-id { position: absolute; z-index: 2; top: 14px; left: 14px; display: grid; place-items: center; min-width: 46px; height: 38px; padding: 0 10px; border-radius: 11px; background: var(--yt2-navy-900); color: var(--yt2-white); font-size: 14px; font-weight: 900; box-shadow: 0 8px 20px rgba(3,17,38,.22); }
.yt2-view-poster { position: absolute; z-index: 2; left: 16px; bottom: 13px; color: var(--yt2-white); font-size: 10px; font-weight: 800; letter-spacing: .03em; }
.yt2-model-content { padding: 19px; }
.yt2-model-title { display: flex; justify-content: space-between; align-items: end; gap: 12px; }
.yt2-model-title span { display: block; color: var(--yt2-blue-600); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
#yt2-app .yt2-model-title h3 { margin-top: 4px; color: var(--yt2-navy-900) !important; font-size: 18px; line-height: 1.1; letter-spacing: -.025em; }
.yt2-model-title > strong { color: var(--yt2-navy-900); font-size: 15px; white-space: nowrap; }
.yt2-model-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-top: 17px; }
.yt2-model-specs span { min-width: 0; padding: 8px 5px; border-radius: 9px; background: #f3f6f9; color: var(--yt2-muted); font-size: 9px; text-align: center; line-height: 1.3; }
.yt2-model-specs b { display: block; overflow: hidden; color: var(--yt2-navy-900); font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }
.yt2-model-cta { display: flex !important; align-items: center; justify-content: space-between; margin-top: 15px; padding-top: 14px; border-top: 1px solid #e8edf2; color: var(--yt2-navy-900) !important; font-size: 12px; font-weight: 850; }
.yt2-model-cta span { color: var(--yt2-gold-500); transition: transform .2s ease; }
.yt2-model-cta:hover span { transform: translateX(4px); }
.yt2-model-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 34px; padding: 28px 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.yt2-model-footer > div { display: flex; flex-direction: column; }
.yt2-model-footer strong { color: var(--yt2-white); font-size: 18px; }
.yt2-model-footer span { margin-top: 5px; color: rgba(255,255,255,.56); font-size: 12px; }

/* Process */
.yt2-process { background: var(--yt2-white); }
.yt2-process-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--yt2-line); }
.yt2-process-card { position: relative; min-height: 255px; padding: 32px 22px 10px; border-right: 1px solid var(--yt2-line); }
.yt2-process-card:last-child { border-right: 0; }
.yt2-process-card::before { content: ""; position: absolute; top: -4px; left: 22px; width: 8px; height: 8px; border-radius: 50%; background: var(--yt2-gold-500); box-shadow: 0 0 0 6px rgba(213,161,58,.14); }
.yt2-process-card > span { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 42px; border-radius: 16px; background: var(--yt2-navy-900); color: var(--yt2-gold-300); font-size: 13px; font-weight: 900; }
#yt2-app .yt2-process-card h3 { color: var(--yt2-ink) !important; font-size: 18px; line-height: 1.25; }
.yt2-process-card p { margin-top: 12px !important; color: var(--yt2-muted); font-size: 12px; line-height: 1.7; }

/* Control */
.yt2-control-section { padding: 116px 0; background: linear-gradient(135deg, #020d20, var(--yt2-navy-900)); color: var(--yt2-white); }
.yt2-control-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .76fr); gap: 90px; align-items: center; }
#yt2-app .yt2-control-copy h2 { color: var(--yt2-white) !important; }
.yt2-control-copy > p { margin-top: 24px !important; max-width: 650px; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.8; }
.yt2-control-copy ul { margin-top: 30px !important; }
.yt2-control-copy li { display: flex; align-items: center; gap: 15px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.78); font-size: 13px; }
.yt2-control-copy li span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(239,191,90,.45); border-radius: 9px; color: var(--yt2-gold-300); font-size: 9px; font-weight: 900; }
.yt2-control-dashboard { position: relative; overflow: hidden; padding: 28px; border: 1px solid rgba(58,167,255,.25); border-radius: 27px; background: linear-gradient(145deg, rgba(11,47,88,.86), rgba(2,14,31,.92)); box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.yt2-control-dashboard::before { content: ""; position: absolute; width: 270px; height: 270px; right: -110px; bottom: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(58,167,255,.22), transparent 70%); }
.yt2-dashboard-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.yt2-dashboard-head > div { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.yt2-dashboard-head i { width: 8px; height: 8px; border-radius: 50%; background: #70dd90; box-shadow: 0 0 0 6px rgba(112,221,144,.1); }
.yt2-dashboard-head b { padding: 5px 8px; border-radius: 7px; background: rgba(112,221,144,.12); color: #8ff0aa; font-size: 8px; letter-spacing: .12em; }
.yt2-dashboard-chart { display: flex; align-items: end; gap: 12px; height: 180px; margin-top: 32px; padding: 0 10px 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.yt2-dashboard-chart span { flex: 1; min-height: 20px; border-radius: 9px 9px 2px 2px; background: linear-gradient(180deg, var(--yt2-blue-400), var(--yt2-blue-600)); box-shadow: 0 0 20px rgba(58,167,255,.16); }
.yt2-dashboard-chart span:nth-child(2n) { background: linear-gradient(180deg, var(--yt2-gold-300), var(--yt2-gold-500)); box-shadow: 0 0 20px rgba(239,191,90,.16); }
.yt2-dashboard-lines { margin-top: 20px; }
.yt2-dashboard-lines div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 9px 0; color: rgba(255,255,255,.5); font-size: 11px; }
.yt2-dashboard-lines b { color: rgba(255,255,255,.82); font-size: 10px; }
.yt2-dashboard-metric { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: 18px; padding: 18px; border-radius: 16px; background: rgba(255,255,255,.055); }
.yt2-dashboard-metric span { color: rgba(255,255,255,.48); font-size: 10px; }
.yt2-dashboard-metric strong { color: var(--yt2-gold-300); font-size: 20px; }

/* Network */
.yt2-network { background: #edf3f6; }
.yt2-network-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .88fr); gap: 90px; align-items: center; }
.yt2-network-copy > p { margin-top: 24px !important; color: var(--yt2-muted); font-size: 16px; line-height: 1.8; }
.yt2-network-list { margin-top: 30px; }
.yt2-network-list > div { display: flex; align-items: center; gap: 17px; padding: 17px 0; border-bottom: 1px solid #d5dee7; }
.yt2-network-list > div > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--yt2-navy-900); color: var(--yt2-gold-300); font-size: 10px; font-weight: 900; }
.yt2-network-list p { display: flex; flex-direction: column; color: var(--yt2-muted); font-size: 12px; }
.yt2-network-list strong { color: var(--yt2-ink); font-size: 13px; }
.yt2-network-visual { position: relative; min-height: 500px; overflow: hidden; border: 1px solid rgba(6,26,53,.08); border-radius: 34px; background: radial-gradient(circle at 50% 48%, rgba(58,167,255,.18), transparent 30%), linear-gradient(145deg, rgba(255,255,255,.95), rgba(231,239,245,.84)); box-shadow: var(--yt2-shadow-sm); }
.yt2-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(6,26,53,.13); border-radius: 50%; transform: translate(-50%,-50%); }
.yt2-orbit-1 { width: 180px; height: 180px; }
.yt2-orbit-2 { width: 300px; height: 300px; }
.yt2-orbit-3 { width: 420px; height: 420px; }
.yt2-network-core { position: absolute; left: 50%; top: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 130px; height: 130px; border-radius: 34px; background: linear-gradient(145deg, var(--yt2-navy-800), var(--yt2-navy-950)); color: var(--yt2-white); transform: translate(-50%,-50%); box-shadow: 0 26px 50px rgba(6,26,53,.26); }
.yt2-network-core span { color: var(--yt2-gold-300); font-size: 38px; line-height: 1; font-weight: 900; }
.yt2-network-core strong { margin-top: 7px; font-size: 8px; line-height: 1.25; letter-spacing: .14em; text-align: center; }
.yt2-node { position: absolute; width: 12px; height: 12px; border: 3px solid var(--yt2-white); border-radius: 50%; background: var(--yt2-blue-600); box-shadow: 0 4px 12px rgba(6,26,53,.2); }
.yt2-node.n1 { left: 20%; top: 23%; }.yt2-node.n2 { right: 17%; top: 31%; }.yt2-node.n3 { left: 13%; top: 57%; }.yt2-node.n4 { right: 23%; bottom: 18%; }.yt2-node.n5 { left: 28%; bottom: 12%; }.yt2-node.n6 { right: 11%; top: 52%; }

/* FAQ */
.yt2-faq { background: var(--yt2-white); }
.yt2-faq-grid { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1fr); gap: 90px; align-items: start; }
.yt2-faq-heading { position: sticky; top: 135px; }
.yt2-faq-heading > p { margin-top: 22px !important; color: var(--yt2-muted); font-size: 14px; line-height: 1.75; }
.yt2-accordion { border-top: 1px solid var(--yt2-line); }
.yt2-accordion-item { border-bottom: 1px solid var(--yt2-line); }
.yt2-accordion-item > button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; border: 0; background: transparent; color: var(--yt2-ink); text-align: left; font-weight: 800; }
.yt2-accordion-item > button span { font-size: 16px; }
.yt2-accordion-item > button i { position: relative; width: 28px; height: 28px; border-radius: 50%; background: #eef3f7; flex: 0 0 auto; }
.yt2-accordion-item > button i::before,
.yt2-accordion-item > button i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 11px; height: 1.5px; background: var(--yt2-navy-900); transform: translate(-50%,-50%); transition: transform .2s ease; }
.yt2-accordion-item > button i::after { transform: translate(-50%,-50%) rotate(90deg); }
.yt2-accordion-item.is-open > button i::after { transform: translate(-50%,-50%) rotate(0deg); }
.yt2-accordion-panel { overflow: hidden; max-height: 0; transition: max-height .3s ease; }
.yt2-accordion-item.is-open .yt2-accordion-panel { max-height: 220px; }
.yt2-accordion-panel p { padding: 0 58px 23px 0 !important; color: var(--yt2-muted); font-size: 14px; line-height: 1.75; }

/* Lead section */
.yt2-lead-section { padding: 110px 0; background: radial-gradient(circle at 100% 0%, rgba(58,167,255,.18), transparent 28%), linear-gradient(145deg, var(--yt2-navy-950), var(--yt2-navy-900)); color: var(--yt2-white); }
.yt2-lead-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(460px, 1fr); gap: 80px; align-items: center; }
#yt2-app .yt2-lead-copy h2 { color: var(--yt2-white) !important; }
.yt2-lead-copy > p { margin-top: 24px !important; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.8; }
.yt2-lead-contact { display: grid; gap: 10px; margin-top: 30px; }
.yt2-lead-contact a { display: flex; flex-direction: column; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.yt2-lead-contact span { color: var(--yt2-gold-300); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.yt2-lead-contact strong { margin-top: 5px; color: var(--yt2-white); font-size: 15px; }
.yt2-lead-form { padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 27px; background: rgba(255,255,255,.08); box-shadow: 0 30px 80px rgba(0,0,0,.18); backdrop-filter: blur(20px); }
.yt2-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.yt2-lead-form label { display: block; margin-bottom: 14px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 800; }
.yt2-lead-form input,
.yt2-lead-form select,
.yt2-lead-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; outline: 0; background: rgba(255,255,255,.09); color: var(--yt2-white); font-size: 13px; transition: border-color .2s ease, background .2s ease; }
.yt2-lead-form input,
.yt2-lead-form select { height: 48px; }
.yt2-lead-form textarea { resize: vertical; min-height: 88px; }
.yt2-lead-form input::placeholder,
.yt2-lead-form textarea::placeholder { color: rgba(255,255,255,.34); }
.yt2-lead-form select option { color: var(--yt2-ink); background: var(--yt2-white); }
.yt2-lead-form input:focus,
.yt2-lead-form select:focus,
.yt2-lead-form textarea:focus { border-color: var(--yt2-gold-400); background: rgba(255,255,255,.13); }
.yt2-form-submit { width: 100%; border: 0; margin-top: 4px; }
.yt2-lead-form > small { display: block; margin-top: 12px; color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.5; text-align: center; }

/* Footer */
.yt2-footer { padding: 70px 0 26px; background: #010b1a; color: rgba(255,255,255,.64); }
.yt2-footer-top { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; padding-bottom: 50px; }
.yt2-footer-brand { display: flex; gap: 15px; align-items: flex-start; }
.yt2-footer-brand > div { display: flex; flex-direction: column; }
.yt2-footer-brand strong { color: var(--yt2-white); font-size: 20px; letter-spacing: .06em; }
.yt2-footer-brand span { margin-top: 4px; color: var(--yt2-gold-300); font-size: 9px; letter-spacing: .12em; }
.yt2-footer-brand small { margin-top: 14px; max-width: 280px; color: rgba(255,255,255,.4); font-size: 11px; }
.yt2-footer-top > div:not(.yt2-footer-brand) { display: flex; flex-direction: column; gap: 10px; }
#yt2-app .yt2-footer h3 { margin-bottom: 8px; color: var(--yt2-white) !important; font-size: 13px; }
.yt2-footer a,
.yt2-footer span { color: rgba(255,255,255,.52); font-size: 12px; }
.yt2-footer a:hover { color: var(--yt2-gold-300); }
.yt2-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); }
.yt2-footer-bottom span { font-size: 10px; }
.yt2-footer-bottom span:last-child { color: var(--yt2-gold-300); letter-spacing: .15em; text-transform: uppercase; }

/* Floating actions */
.yt2-floating-wa { position: fixed; z-index: 1050; right: 24px; bottom: 24px; display: flex !important; align-items: center; gap: 10px; min-height: 52px; padding: 0 18px 0 14px; border-radius: 999px; background: #17a75b !important; color: var(--yt2-white) !important; box-shadow: 0 18px 42px rgba(6,26,53,.26); font-size: 12px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease; }
.yt2-floating-wa:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(6,26,53,.34); }
.yt2-floating-wa svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.yt2-mobile-actions { display: none; }

/* Modal */
.yt2-modal[hidden] { display: none; }
.yt2-modal { position: fixed; z-index: 99999; inset: 0; display: grid; place-items: center; padding: 24px; }
.yt2-modal-backdrop { position: absolute; inset: 0; background: rgba(1,9,22,.82); backdrop-filter: blur(10px); }
.yt2-modal-dialog { position: relative; width: min(96vw, 1100px); max-height: 92vh; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: var(--yt2-white); box-shadow: 0 40px 120px rgba(0,0,0,.5); }
.yt2-modal-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; padding: 0 20px 0 24px; background: var(--yt2-navy-900); }
#yt2-app .yt2-modal-head h2 { color: var(--yt2-white) !important; font-size: 17px; }
.yt2-modal-head button { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; background: rgba(255,255,255,.08); color: var(--yt2-white); font-size: 24px; line-height: 1; }
.yt2-modal-body { max-height: calc(92vh - 64px); overflow: auto; background: #edf1f5; }
.yt2-modal-body img { width: 100%; height: auto; }

/* Reveal */
.yt2-reveal { opacity: 1; transform: none; }
.yt2-js .yt2-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.yt2-js .yt2-reveal.is-visible { opacity: 1; transform: none; }

/* Tablet */
@media (max-width: 1120px) {
    .yt2-navigation { gap: 17px; }
    .yt2-navigation > a:not(.yt2-nav-cta) { font-size: 12px; }
    .yt2-hero-inner { grid-template-columns: minmax(0, 1fr) 340px; gap: 42px; }
    #yt2-app .yt2-hero h1 { font-size: clamp(54px, 7vw, 76px); }
    .yt2-model-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .yt2-benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .yt2-benefit { min-height: 285px; }
    .yt2-process-list { grid-template-columns: repeat(3, 1fr); border-top: 0; gap: 12px; }
    .yt2-process-card { min-height: 230px; border: 1px solid var(--yt2-line); border-radius: 18px; }
    .yt2-process-card::before { display: none; }
    .yt2-control-grid,
    .yt2-network-grid { gap: 55px; }
}

@media (max-width: 960px) {
    .yt2-announcement-meta span:nth-child(2) { display: none; }
    .yt2-menu-button { display: block; }
    .yt2-navigation { position: fixed; z-index: 1001; top: 114px; left: 20px; right: 20px; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; border: 1px solid rgba(6,26,53,.12); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: var(--yt2-shadow-lg); transform: translateY(-18px); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .2s ease, opacity .2s ease, visibility .2s ease; }
    .admin-bar .yt2-navigation { top: 146px; }
    .yt2-navigation.is-open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
    .yt2-navigation > a:not(.yt2-nav-cta) { padding: 14px 12px; border-bottom: 1px solid #e8edf2; font-size: 14px; }
    .yt2-navigation > a:not(.yt2-nav-cta)::after { display: none; }
    .yt2-nav-cta { margin-top: 12px; min-height: 50px; }
    .yt2-hero { min-height: auto; }
    .yt2-hero-inner { grid-template-columns: 1fr; padding-top: 86px; padding-bottom: 58px; }
    .yt2-hero-copy { max-width: 760px; }
    .yt2-hero-panel { max-width: 560px; }
    .yt2-hero-bottom-grid { grid-template-columns: repeat(2, 1fr); }
    .yt2-hero-bottom-grid > div { border-bottom: 1px solid rgba(255,255,255,.08); }
    .yt2-hero-bottom-grid > div:nth-child(2) { border-right: 0; }
    .yt2-section-heading,
    .yt2-model-heading { grid-template-columns: 1fr; gap: 24px; }
    .yt2-system-grid,
    .yt2-control-grid,
    .yt2-network-grid,
    .yt2-faq-grid,
    .yt2-lead-grid { grid-template-columns: 1fr; gap: 56px; }
    .yt2-system-visual { max-width: 620px; }
    .yt2-control-dashboard { max-width: 620px; width: 100%; }
    .yt2-network-visual { min-height: 430px; max-width: 620px; width: 100%; }
    .yt2-faq-heading { position: static; }
    .yt2-lead-form { max-width: 720px; width: 100%; }
}

@media (max-width: 782px) {
    .admin-bar .yt2-header { top: 46px; }
    .admin-bar .yt2-navigation { top: 160px; }
}

@media (max-width: 720px) {
    .yt2-container { width: min(calc(100% - 28px), var(--yt2-container)); }
    .yt2-announcement { display: none; }
    .yt2-header-inner { min-height: 70px; }
    .yt2-brand { min-width: 0; }
    .yt2-brand-mark { width: 43px; height: 43px; border-radius: 12px; }
    .yt2-brand-mark svg { width: 28px; height: 28px; }
    .yt2-brand-copy strong { font-size: 16px; }
    .yt2-brand-copy small { font-size: 7px; }
    .yt2-navigation { top: 82px; left: 14px; right: 14px; }
    .admin-bar .yt2-navigation { top: 128px; }
    .yt2-hero { background-position: 58% center; }
    .yt2-hero-overlay { background: linear-gradient(90deg, rgba(1,11,27,.98), rgba(4,24,50,.91) 66%, rgba(4,24,50,.7)); }
    .yt2-hero-inner { padding-top: 76px; padding-bottom: 50px; gap: 38px; }
    .yt2-kicker { font-size: 9px; letter-spacing: .14em; }
    #yt2-app .yt2-hero h1 { font-size: clamp(46px, 14.3vw, 68px); line-height: .98; }
    .yt2-hero-lead { font-size: 16px; line-height: 1.7; }
    .yt2-hero-actions { flex-direction: column; align-items: stretch; }
    .yt2-button { width: 100%; }
    .yt2-hero-proof { gap: 10px; }
    .yt2-hero-proof strong { font-size: 22px; }
    .yt2-hero-proof span { font-size: 9px; }
    .yt2-hero-panel { padding: 22px; border-radius: 22px; }
    #yt2-app .yt2-hero-panel h2 { font-size: 24px; }
    .yt2-panel-stats { grid-template-columns: 1fr; }
    .yt2-hero-bottom-grid { grid-template-columns: 1fr 1fr; min-height: 0; }
    .yt2-hero-bottom-grid > div { min-height: 90px; padding: 15px 10px; }
    .yt2-hero-bottom-grid > div:first-child { padding-left: 0; }
    .yt2-hero-bottom-grid > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.08); }
    .yt2-hero-bottom-grid > div:nth-child(even) { border-right: 0; }
    .yt2-mini-icon { width: 34px; height: 34px; border-radius: 10px; }
    .yt2-hero-bottom-grid strong { font-size: 11px; }
    .yt2-hero-bottom-grid small { font-size: 8px; }
    .yt2-section,
    .yt2-model-section,
    .yt2-control-section,
    .yt2-lead-section { padding: 78px 0; }
    #yt2-app .yt2-section-heading h2,
    #yt2-app .yt2-system-copy h2,
    #yt2-app .yt2-model-heading h2,
    #yt2-app .yt2-control-copy h2,
    #yt2-app .yt2-network-copy h2,
    #yt2-app .yt2-faq-heading h2,
    #yt2-app .yt2-lead-copy h2 { font-size: clamp(34px, 10vw, 47px); }
    .yt2-section-heading { margin-bottom: 34px; }
    .yt2-benefit-grid { grid-template-columns: 1fr; }
    .yt2-benefit { min-height: 250px; padding: 24px; }
    .yt2-benefit-icon { margin-bottom: 42px; }
    .yt2-system-visual::before { inset: -10px 24px 22px -10px; }
    .yt2-visual-badge { right: 12px; bottom: 16px; min-width: 180px; }
    .yt2-ratio-grid { grid-template-columns: 1fr 1fr; }
    .yt2-ratio-grid strong { font-size: 31px; }
    .yt2-time-card { grid-template-columns: 1fr; gap: 12px; }
    .yt2-time-card > i { width: 100%; height: 1px; }
    .yt2-model-grid { grid-template-columns: 1fr; }
    .yt2-model-card { max-width: 520px; width: 100%; margin-inline: auto; }
    .yt2-model-footer { flex-direction: column; align-items: stretch; padding: 23px; }
    .yt2-process-list { grid-template-columns: 1fr; }
    .yt2-process-card { display: flex; gap: 18px; min-height: 0; padding: 20px; }
    .yt2-process-card > span { width: 46px; height: 46px; margin-bottom: 0; flex: 0 0 auto; }
    .yt2-control-grid { gap: 42px; }
    .yt2-dashboard-chart { height: 140px; }
    .yt2-network-visual { min-height: 360px; }
    .yt2-orbit-3 { width: 340px; height: 340px; }
    .yt2-orbit-2 { width: 250px; height: 250px; }
    .yt2-network-core { width: 112px; height: 112px; border-radius: 28px; }
    .yt2-form-row { grid-template-columns: 1fr; gap: 0; }
    .yt2-lead-form { padding: 21px; }
    .yt2-footer { padding-bottom: 86px; }
    .yt2-footer-top { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
    .yt2-footer-brand { grid-column: 1 / -1; }
    .yt2-footer-bottom { flex-direction: column; align-items: flex-start; }
    .yt2-floating-wa { display: none !important; }
    .yt2-mobile-actions { position: fixed; z-index: 1040; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: .82fr 1.18fr; min-height: 66px; padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left)); background: rgba(255,255,255,.96); border-top: 1px solid rgba(6,26,53,.1); box-shadow: 0 -10px 30px rgba(2,18,38,.12); backdrop-filter: blur(18px); }
    .yt2-mobile-actions a { display: grid !important; place-items: center; border-radius: 12px; color: var(--yt2-navy-900) !important; font-size: 12px; font-weight: 850; }
    .yt2-mobile-actions a:last-child { background: var(--yt2-navy-900) !important; color: var(--yt2-white) !important; }
    .yt2-modal { padding: 10px; }
    .yt2-modal-dialog { width: 100%; max-height: 94vh; border-radius: 18px; }
    .yt2-modal-body { max-height: calc(94vh - 58px); }
    .yt2-modal-head { min-height: 58px; }
}

@media (max-width: 420px) {
    .yt2-brand-copy small { display: none; }
    .yt2-hero-proof { grid-template-columns: 1fr 1fr; }
    .yt2-hero-proof div:last-child { grid-column: 1 / -1; }
    .yt2-hero-bottom-grid { grid-template-columns: 1fr; }
    .yt2-hero-bottom-grid > div { border-right: 0 !important; }
    .yt2-ratio-grid { grid-template-columns: 1fr; }
    .yt2-footer-top { grid-template-columns: 1fr; }
    .yt2-footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    #yt2-app *, #yt2-app *::before, #yt2-app *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
    .yt2-reveal { opacity: 1 !important; transform: none !important; }
}

/* Hero 2.1 — AI Ecosystem + 80/20 infographic */
#yt2-app .yt2-hero h1 { max-width: 770px; }
.yt2-hero-promise {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    color: rgba(255,255,255,.92);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.yt2-hero-promise i { width: 5px; height: 5px; border-radius: 50%; background: var(--yt2-gold-400); box-shadow: 0 0 0 5px rgba(239,191,90,.10); }
.yt2-hero-ratio {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, .82fr);
    align-items: stretch;
    gap: 0;
    max-width: 720px;
    margin-top: 30px;
    padding: 8px;
    border: 1px solid rgba(239,191,90,.28);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(4,23,47,.90), rgba(7,37,69,.72));
    box-shadow: 0 24px 60px rgba(0,0,0,.24), inset 0 1px rgba(255,255,255,.06);
    backdrop-filter: blur(18px);
}
.yt2-hero-ratio::before {
    content: "SISTEM PEMBINAAN YARMONTECH";
    position: absolute;
    top: -10px;
    left: 22px;
    padding: 3px 10px;
    border-radius: 999px;
    background: var(--yt2-gold-400);
    color: var(--yt2-navy-950);
    font-size: 8px;
    line-height: 1.4;
    font-weight: 950;
    letter-spacing: .15em;
}
.yt2-hero-ratio-card {
    display: grid;
    grid-template-columns: 45px auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 108px;
    padding: 18px 16px;
    border-radius: 18px;
}
.yt2-hero-ratio-factory { background: linear-gradient(135deg, rgba(239,191,90,.16), rgba(239,191,90,.035)); }
.yt2-hero-ratio-site { background: linear-gradient(135deg, rgba(58,167,255,.15), rgba(58,167,255,.035)); }
.yt2-ratio-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.055); }
.yt2-ratio-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.yt2-hero-ratio-factory .yt2-ratio-icon { color: var(--yt2-gold-300); }
.yt2-hero-ratio-site .yt2-ratio-icon { color: #78c2ff; }
.yt2-hero-ratio-card > strong { color: var(--yt2-white); font-size: 36px; line-height: 1; font-weight: 950; letter-spacing: -.05em; }
.yt2-hero-ratio-factory > strong { color: var(--yt2-gold-300); }
.yt2-hero-ratio-site > strong { color: #8dccff; }
.yt2-hero-ratio-card p { display: flex; flex-direction: column; min-width: 0; }
.yt2-hero-ratio-card b { color: var(--yt2-white); font-size: 12px; line-height: 1.25; }
.yt2-hero-ratio-card p span { margin-top: 5px; color: rgba(255,255,255,.50); font-size: 9px; line-height: 1.45; }
.yt2-hero-ratio-arrow { display: grid; place-items: center; position: relative; }
.yt2-hero-ratio-arrow span { position: absolute; width: 1px; height: 70%; background: linear-gradient(transparent, rgba(255,255,255,.20), transparent); }
.yt2-hero-ratio-arrow i { position: relative; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: var(--yt2-navy-900); color: var(--yt2-gold-300); font-style: normal; font-size: 15px; }

.yt2-panel-emblem { position: relative; display: grid; place-items: center; width: 150px; height: 150px; margin: 18px auto 6px; border: 1px solid rgba(96,185,255,.34); border-radius: 50%; background: radial-gradient(circle, rgba(43,143,224,.28), rgba(4,22,45,.18) 58%, transparent 59%); box-shadow: 0 0 70px rgba(37,137,216,.20), inset 0 0 36px rgba(58,167,255,.12); }
.yt2-panel-emblem::before,
.yt2-panel-emblem::after { content: ""; position: absolute; border: 1px solid rgba(239,191,90,.20); border-radius: 50%; }
.yt2-panel-emblem::before { inset: 12px; }
.yt2-panel-emblem::after { inset: 30px; border-color: rgba(58,167,255,.28); }
.yt2-panel-emblem > span { position: relative; z-index: 2; display: grid; place-items: center; width: 66px; height: 66px; border-radius: 22px; background: linear-gradient(145deg, var(--yt2-gold-300), var(--yt2-gold-500)); color: var(--yt2-navy-950); font-size: 37px; line-height: 1; font-weight: 950; box-shadow: 0 18px 45px rgba(213,161,58,.26); }
.yt2-panel-emblem > i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #86caff; box-shadow: 0 0 0 5px rgba(58,167,255,.10), 0 0 18px rgba(58,167,255,.85); }
.yt2-panel-emblem > i:nth-of-type(1) { top: 17px; right: 31px; }
.yt2-panel-emblem > i:nth-of-type(2) { bottom: 28px; left: 18px; }
.yt2-panel-emblem > i:nth-of-type(3) { right: 11px; bottom: 55px; background: var(--yt2-gold-300); }
#yt2-app .yt2-hero-panel h2 { margin-top: 14px; margin-bottom: 20px; text-align: center; }
#yt2-app .yt2-hero-panel h2 em { color: var(--yt2-gold-300); font-style: normal; }
.yt2-panel-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.yt2-panel-flow > div { display: flex; align-items: center; gap: 10px; min-height: 64px; padding: 10px; border: 1px solid rgba(255,255,255,.07); border-radius: 14px; background: rgba(255,255,255,.045); }
.yt2-panel-flow > div > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; background: rgba(239,191,90,.12); color: var(--yt2-gold-300); font-size: 9px; font-weight: 900; flex: 0 0 auto; }
.yt2-panel-flow p { display: flex; flex-direction: column; min-width: 0; }
.yt2-panel-flow b { color: var(--yt2-white); font-size: 10px; line-height: 1.25; }
.yt2-panel-flow small { margin-top: 3px; color: rgba(255,255,255,.42); font-size: 8px; line-height: 1.35; }
.yt2-panel-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 13px; }
.yt2-panel-trust span { display: grid; place-items: center; min-height: 34px; border-radius: 10px; background: linear-gradient(135deg, rgba(58,167,255,.10), rgba(239,191,90,.08)); color: rgba(255,255,255,.76); font-size: 9px; font-weight: 850; letter-spacing: .04em; }

@media (max-width: 1120px) {
    .yt2-hero-ratio-card { grid-template-columns: 38px auto; }
    .yt2-hero-ratio-card p { grid-column: 1 / -1; }
    .yt2-hero-ratio-card > strong { font-size: 32px; }
}

@media (max-width: 960px) {
    .yt2-hero-ratio { max-width: 760px; }
    .yt2-hero-panel { max-width: 620px; }
}

@media (max-width: 720px) {
    .yt2-kicker { align-items: flex-start; line-height: 1.45; }
    .yt2-kicker span { margin-top: 6px; flex: 0 0 34px; }
    #yt2-app .yt2-hero h1 { font-size: clamp(45px, 13.6vw, 64px); letter-spacing: -.045em; }
    .yt2-hero-promise { gap: 8px; font-size: 9px; letter-spacing: .08em; }
    .yt2-hero-promise i { width: 4px; height: 4px; }
    .yt2-hero-ratio { grid-template-columns: 1fr 30px 1fr; margin-top: 28px; padding: 6px; border-radius: 19px; }
    .yt2-hero-ratio::before { left: 15px; font-size: 6px; }
    .yt2-hero-ratio-card { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; min-height: 176px; padding: 15px 12px; border-radius: 14px; }
    .yt2-ratio-icon { width: 36px; height: 36px; border-radius: 11px; }
    .yt2-ratio-icon svg { width: 21px; height: 21px; }
    .yt2-hero-ratio-card > strong { font-size: 34px; }
    .yt2-hero-ratio-card p { display: flex; }
    .yt2-hero-ratio-card b { font-size: 10px; }
    .yt2-hero-ratio-card p span { font-size: 8px; }
    .yt2-hero-ratio-arrow i { width: 24px; height: 24px; font-size: 12px; }
    .yt2-hero-proof { margin-top: 30px; padding-top: 20px; }
    .yt2-hero-proof strong { font-size: 17px; }
    .yt2-panel-emblem { width: 126px; height: 126px; }
    .yt2-panel-emblem > span { width: 58px; height: 58px; border-radius: 19px; font-size: 31px; }
}

@media (max-width: 420px) {
    .yt2-hero-ratio { grid-template-columns: 1fr; gap: 7px; }
    .yt2-hero-ratio-arrow { min-height: 20px; }
    .yt2-hero-ratio-arrow span { width: 72%; height: 1px; }
    .yt2-hero-ratio-arrow i { transform: rotate(90deg); }
    .yt2-hero-ratio-card { min-height: 0; display: grid; grid-template-columns: 38px auto minmax(0, 1fr); align-items: center; }
    .yt2-hero-ratio-card p { grid-column: auto; }
    .yt2-hero-ratio-card > strong { font-size: 31px; }
    .yt2-panel-flow { grid-template-columns: 1fr; }
}
