:root{color-scheme:light;--color-bg: #f8f9ff;--color-surface: #ffffff;--color-surface-muted: #eef1ff;--color-text: #17203f;--color-muted: #5d668a;--color-border: #dbe1ff;--color-brand: #526cf4;--color-brand-strong: #3348c7;--color-accent: #ff6f6b;--color-map: #8f9cff;--shadow-soft: 0 18px 45px rgba(58, 78, 196, .1);--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max-width: 1120px;--radius: 8px}*{box-sizing:border-box}html{background:var(--color-bg);font-family:var(--font-sans);scroll-behavior:smooth}body{margin:0;color:var(--color-text);background:var(--color-bg);font-size:16px;line-height:1.6}a{color:var(--color-brand);text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{color:var(--color-brand-strong)}img,svg{display:block;max-width:100%}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{border-bottom:1px solid rgba(219,225,255,.74);background:#f8f9ffeb;backdrop-filter:blur(12px);position:sticky;top:0;z-index:20}.site-nav{width:min(100% - 32px,var(--max-width));min-height:68px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--color-text);text-decoration:none;font-weight:800;font-size:1.1rem}.brand-mark{width:34px;height:34px;border-radius:8px;overflow:hidden;background:var(--color-brand);box-shadow:0 8px 22px #526cf43d}.brand-mark img{width:100%;height:100%;object-fit:cover}.nav-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:flex-end;font-size:.95rem}.nav-links a{color:var(--color-muted);text-decoration:none;font-weight:650}.nav-links a:hover{color:var(--color-brand)}.page-main{flex:1}.section{width:min(100% - 32px,var(--max-width));margin:0 auto;padding:78px 0}.section-tight{padding:46px 0}.eyebrow{margin:0 0 12px;color:var(--color-brand);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3{margin:0;color:var(--color-text);line-height:1.08;letter-spacing:0}h1{max-width:820px;font-size:clamp(2.55rem,6vw,5.1rem)}h2{font-size:clamp(2rem,4vw,3.2rem)}h3{font-size:1.28rem}p{margin:0}.lead{max-width:720px;color:var(--color-muted);font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.65}.button-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border-radius:var(--radius);border:1px solid var(--color-border);color:var(--color-text);background:var(--color-surface);text-decoration:none;font-weight:760;box-shadow:0 1px #17211f0a}.button.primary{color:#fff;border-color:var(--color-brand);background:var(--color-brand)}.button:hover{color:var(--color-brand-strong);border-color:#b9c3ff}.button.primary:hover{color:#fff;background:var(--color-brand-strong)}.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--color-border);background:linear-gradient(120deg,#f8f9fff5,#f8f9ff9e),url(/images/yolara-hero.svg) center right / auto 100% no-repeat,#eef1ff}.hero .section{min-height:calc(100vh - 68px);display:grid;align-content:center;gap:26px;padding-top:70px;padding-bottom:94px}.hero-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:760px;margin-top:10px}.hero-meta span{min-height:70px;border:1px solid rgba(219,225,255,.94);border-radius:var(--radius);padding:12px 14px;background:#ffffffb8;color:var(--color-muted);font-weight:650}.split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:46px;align-items:start}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.feature-card,.info-card{border:1px solid var(--color-border);border-radius:var(--radius);padding:24px;background:var(--color-surface);box-shadow:var(--shadow-soft)}.feature-card{min-height:210px}.feature-card p,.info-card p{margin-top:12px;color:var(--color-muted)}.feature-icon{width:42px;height:42px;margin-bottom:18px;border-radius:var(--radius);display:grid;place-items:center;color:var(--color-brand-strong);background:var(--color-surface-muted)}.band{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:#fff}.timeline{display:grid;gap:12px}.timeline-item{display:grid;grid-template-columns:120px minmax(0,1fr);gap:20px;padding:18px 0;border-bottom:1px solid var(--color-border)}.timeline-item:last-child{border-bottom:0}.timeline-label{color:var(--color-brand);font-weight:800}.muted{color:var(--color-muted)}.legal-page{width:min(100% - 32px,860px);margin:0 auto;padding:64px 0 88px}.legal-page header{margin-bottom:34px;padding-bottom:28px;border-bottom:1px solid var(--color-border)}.legal-page h1{font-size:clamp(2.35rem,5vw,3.8rem)}.legal-page h2{margin-top:38px;font-size:1.62rem}.legal-page h3{margin-top:28px}.legal-page p,.legal-page li{color:var(--color-muted)}.legal-page p,.legal-page ul{margin-top:14px}.legal-page ul{padding-left:1.2rem}.site-footer{border-top:1px solid var(--color-border);background:var(--color-surface)}.footer-inner{width:min(100% - 32px,var(--max-width));margin:0 auto;padding:30px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;color:var(--color-muted);font-size:.95rem}.footer-links{display:flex;gap:16px;flex-wrap:wrap}.footer-links a{color:var(--color-muted);text-decoration:none;font-weight:650}.footer-links a:hover{color:var(--color-brand)}@media(max-width:820px){.site-nav{min-height:auto;padding:16px 0;align-items:flex-start;flex-direction:column}.nav-links{justify-content:flex-start}.hero{background:linear-gradient(180deg,#f8f9ffed,#f8f9ffcc),url(/images/yolara-hero.svg) bottom center / 120% auto no-repeat,#eef1ff}.hero .section{min-height:auto;padding-top:54px;padding-bottom:280px}.hero-meta,.feature-grid,.split{grid-template-columns:1fr}.timeline-item{grid-template-columns:1fr;gap:8px}}@media(max-width:520px){.section{width:min(100% - 24px,var(--max-width));padding:56px 0}.legal-page{width:min(100% - 24px,860px);padding-top:44px}.button{width:100%}}
