:root{--bg: #0b0821;--bg-2: #100d2e;--bg-3: #16123b;--surface: #161333;--surface-2: #1d1945;--surface-3: #231e56;--text: #eef2ff;--muted: #c5c8e8;--accent: #4bd4ff;--accent-soft: rgba(75, 212, 255, .12);--accent-alt: #d640ff;--shadow-light: rgba(89, 72, 174, .35);--shadow-ambient: rgba(4, 3, 18, .7);--shadow-deep: rgba(0, 0, 0, .3)}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:19px;background:radial-gradient(90% 90% at 18% 18%,rgba(76,212,255,.16),transparent 40%),radial-gradient(80% 80% at 82% 12%,rgba(214,64,255,.18),transparent 42%),linear-gradient(135deg,var(--bg-3),var(--bg),var(--bg-2));background-size:200% 200%;color:var(--text);animation:gradientShift 18s ease infinite;-webkit-font-smoothing:antialiased}.page{min-height:100vh;position:relative;overflow:hidden}.container{width:min(1360px,95%);margin:0 auto;padding:64px 0 0}.site-header{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0b0821d1;border-bottom:1px solid rgba(75,212,255,.16)}.header-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0}.logo{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.4px;color:var(--accent);font-size:22px;text-decoration:none}.logo-mark{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0;box-shadow:0 0 18px #4bd4ff59,0 10px 24px #00000040;border:1px solid rgba(75,212,255,.25);background:var(--surface)}.logo-text{line-height:1}.nav{display:flex;gap:16px;flex-wrap:wrap}.nav a{color:var(--muted);text-decoration:none;font-weight:600;font-size:17px;padding:10px 12px;border-radius:12px;transition:background .2s ease,color .2s ease}.nav a:hover{background:#4bd4ff1f;color:#f7f7ff}.nav-button{background:none;border:none;color:var(--muted);text-decoration:none;font-weight:600;font-size:17px;padding:10px 12px;border-radius:12px;transition:background .2s ease,color .2s ease;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;justify-content:center}.nav-button:hover{background:#4bd4ff1f;color:#f7f7ff}.profile-button{font-size:20px;width:42px;height:42px;padding:0;border-radius:50%;background:#4bd4ff1a;border:1px solid rgba(75,212,255,.2)}.profile-button:hover{background:#4bd4ff33;border-color:#4bd4ff66}.nav-button-register{background:linear-gradient(135deg,var(--accent),var(--accent-alt));color:#0b0821!important;font-weight:700}.nav-button-register:hover{background:linear-gradient(135deg,var(--accent-alt),var(--accent));color:#0b0821!important;filter:brightness(1.1)}.nav-auth-buttons{display:flex;gap:12px;align-items:center;margin-left:auto;padding-left:20px;border-left:1px solid rgba(75,212,255,.2)}.nav-auth-link{color:var(--muted);text-decoration:none;font-weight:600;font-size:17px;padding:10px 12px;border-radius:12px;transition:background .2s ease,color .2s ease}.nav-auth-link:hover{background:#4bd4ff1f;color:#f7f7ff}.ghost-button{display:none}.burger{display:none;width:46px;height:46px;border-radius:12px;border:1px solid rgba(99,102,241,.35);background:#fffc;align-items:center;justify-content:center;flex-direction:column;gap:6px;cursor:pointer;padding:10px;transition:transform .16s ease,background .2s ease}.burger span{display:block;width:22px;height:2px;border-radius:4px;background:#3f3a64;transition:transform .18s ease,opacity .18s ease}.burger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.bg-blur{position:absolute;border-radius:50%;filter:blur(100px);opacity:.7}.blur-one{width:360px;height:360px;background:#d640ff40;top:-90px;left:-120px}.blur-two{width:320px;height:320px;background:#4bd4ff2e;bottom:-80px;right:-140px}.hero{padding:20px 28px;border-radius:24px;border:1px solid rgba(75,212,255,.18);box-shadow:18px 18px 40px var(--shadow-ambient),-16px -16px 36px var(--shadow-light),0 22px 60px var(--shadow-deep);position:relative;overflow:hidden;background:radial-gradient(circle at 18% 20%,rgba(75,212,255,.14),transparent 45%),radial-gradient(circle at 82% 18%,rgba(214,64,255,.18),transparent 48%),linear-gradient(120deg,#281a5ceb,#120d30e6),url(/hero-bg.png);background-size:cover;background-position:center;display:flex;flex-direction:column;gap:0;margin-top:40px}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--hero-image, none);background-repeat:no-repeat;background-size:100% auto;background-position:90% center;opacity:.45;z-index:0;pointer-events:none;transform:translate(6%)}.hero>*{position:relative;z-index:1}.hero-content{display:flex;flex-direction:column;gap:0;margin-bottom:10px}.static-card{margin-top:80px;padding:28px;border-radius:20px;background:linear-gradient(145deg,var(--surface),var(--surface-2));border:1px solid rgba(75,212,255,.18);box-shadow:12px 12px 32px var(--shadow-ambient),-10px -10px 28px var(--shadow-light),0 18px 40px var(--shadow-deep)}.static-card h1{margin:10px 0 12px;font-size:40px;line-height:1.1}.static-pre{margin-top:12px;padding:18px;border-radius:16px;background:linear-gradient(145deg,var(--surface),var(--surface-2));border:1px solid rgba(75,212,255,.18);box-shadow:12px 12px 32px var(--shadow-ambient),-10px -10px 28px var(--shadow-light),0 16px 36px var(--shadow-deep);white-space:pre-line;line-height:1.7;font-size:17px;color:var(--muted);font-weight:500;letter-spacing:.1px}.static-list{margin:18px 0 0;padding-left:18px;color:var(--muted);font-size:18px;line-height:1.7}.static-list li+li{margin-top:8px}.static-actions{margin-top:20px;display:flex}.hero h1{margin:12px 0 0;font-size:48px;line-height:1.25;letter-spacing:-.3px;max-width:900px;font-weight:800}.hero .lead{margin:14px 0 0;color:var(--muted);line-height:1.7;max-width:850px;font-size:16px;font-weight:400}.hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin:0 0 18px;padding:0}.hero .eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:linear-gradient(120deg,#4bd4ff26,#d640ff2e);color:#e8ecff;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin:0;align-self:flex-start}.hero .pill-row{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:16px 0 0;border-top:1px solid rgba(75,212,255,.15)}.pill{padding:8px 14px;border-radius:999px;background:linear-gradient(140deg,#4bd4ff26,#d640ff29);color:#e6eaff;font-size:13px;font-weight:600;box-shadow:0 12px 24px #4bd4ff2e}.hero-visual{margin:24px 0 12px;display:flex;justify-content:flex-end}.hero-visual img{width:min(720px,95vw);max-width:100%;border-radius:24px;box-shadow:16px 16px 40px var(--shadow-ambient),-10px -10px 34px var(--shadow-light);border:1px solid rgba(75,212,255,.18);display:block}.section{margin-top:36px}.section-header h2{margin:6px 0 10px;font-size:56px;line-height:1.08}.section-header .muted{max-width:720px}.grid-two{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.muted{margin:0;color:var(--muted);line-height:1.7;font-size:18px}.checklist{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:12px}.checklist li{padding-left:26px;position:relative}.checklist li:before{content:"•";position:absolute;left:6px;top:0;color:var(--accent-alt);font-size:18px}.about-card{background:linear-gradient(160deg,var(--surface),var(--surface-3));border-radius:24px;padding:20px;border:1px solid rgba(75,212,255,.18);box-shadow:10px 10px 30px var(--shadow-ambient),-12px -12px 30px var(--shadow-light);width:100%}.about-photo{position:relative;border-radius:18px;padding:10px;background:linear-gradient(135deg,#4bd4ff1f,#d640ff1f);border:1px solid rgba(75,212,255,.18);margin-bottom:12px;box-shadow:0 16px 32px #00000059}.photo-tag{position:absolute;top:10px;left:10px;padding:6px 10px;border-radius:10px;background:#4bd4ff33;color:#f8fbff;font-weight:700;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.photo-body{background:var(--surface);border-radius:12px;padding:10px;border:1px solid rgba(75,212,255,.1)}.photo-grid{display:grid;grid-template-columns:1fr;margin-bottom:10px}.photo-grid .photo-cell{display:block;width:100%;height:400px;border-radius:10px;background-color:var(--surface-2);min-height:400px;min-width:100%;object-fit:cover;object-position:center;box-shadow:inset 0 1px #ffffff14,0 10px 24px #00000059}.photo-body p{margin:0;color:var(--text);font-weight:700}.about-chart{display:grid;gap:10px;margin-bottom:16px}.chart-bar{height:16px;border-radius:999px;background:linear-gradient(90deg,#4bd4ff52,#d640ff52)}.chart-bar.mid{width:78%}.chart-bar.small{width:56%;background:linear-gradient(90deg,#d640ff59,#4bd4ff52)}.chart-bar.big{width:96%}.about-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.meta-figure{margin:4px 0 0;font-size:28px;font-weight:700;color:var(--text)}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:24px}.service-card{padding:22px;border-radius:20px;background:linear-gradient(155deg,var(--surface),var(--surface-2));border:1px solid rgba(75,212,255,.16);box-shadow:10px 10px 28px var(--shadow-ambient),-12px -12px 30px var(--shadow-light),0 14px 28px #4bd4ff33;transition:transform .18s ease,border .18s ease,background .18s ease}.service-thumb{width:100%;height:220px;border-radius:16px;background:radial-gradient(circle at 20% 20%,rgba(214,64,255,.28),transparent 50%),radial-gradient(circle at 80% 10%,rgba(75,212,255,.26),transparent 48%),linear-gradient(135deg,var(--surface-2),var(--surface-3));border:1px solid rgba(75,212,255,.12);box-shadow:inset 0 1px #ffffff14;margin:10px 0 12px}.service-thumb-1{background:url("data:image/svg+xml,%3Csvg width='366' height='220' viewBox='0 0 366 220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='bgGrad' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23161233' stop-opacity='0.95'/%3E%3Cstop offset='100%25' stop-color='%231d1945' stop-opacity='0.98'/%3E%3C/linearGradient%3E%3ClinearGradient id='accentGrad' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%234bd4ff' stop-opacity='0.4'/%3E%3Cstop offset='100%25' stop-color='%236366f1' stop-opacity='0.4'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='366' height='220' rx='16' fill='url(%23bgGrad)'/%3E%3Crect x='30' y='80' width='306' height='50' rx='12' fill='url(%23accentGrad)' stroke='rgba(75, 212, 255, 0.5)' stroke-width='2'/%3E%3Ccircle cx='50' cy='105' r='8' fill='%234bd4ff'/%3E%3Crect x='70' y='98' width='120' height='8' rx='4' fill='rgba(255, 255, 255, 0.6)'/%3E%3Crect x='70' y='110' width='180' height='6' rx='3' fill='rgba(255, 255, 255, 0.4)'/%3E%3Crect x='30' y='145' width='280' height='45' rx='12' fill='rgba(99, 102, 241, 0.2)' stroke='rgba(99, 102, 241, 0.4)' stroke-width='2'/%3E%3Ccircle cx='50' cy='167' r='8' fill='%236366f1'/%3E%3Crect x='70' y='160' width='100' height='8' rx='4' fill='rgba(255, 255, 255, 0.5)'/%3E%3Crect x='70' y='172' width='200' height='6' rx='3' fill='rgba(255, 255, 255, 0.3)'/%3E%3Ccircle cx='320' cy='167' r='6' fill='%234bd4ff'/%3E%3Ccircle cx='60' cy='30' r='12' fill='%234bd4ff' opacity='0.6'/%3E%3Cpath d='M 60 20 L 60 40 M 50 30 L 70 30' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3Ctext x='80' y='35' fill='rgba(255, 255, 255, 0.8)' font-size='14' font-weight='600'%3E24/7%3C/text%3E%3C/svg%3E") center/contain no-repeat}.service-thumb-2{background:url("data:image/svg+xml,%3Csvg width='366' height='220' viewBox='0 0 366 220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='bgGrad2' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23161233' stop-opacity='0.95'/%3E%3Cstop offset='100%25' stop-color='%231d1945' stop-opacity='0.98'/%3E%3C/linearGradient%3E%3ClinearGradient id='funnelGrad' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23f973ab' stop-opacity='0.4'/%3E%3Cstop offset='100%25' stop-color='%236366f1' stop-opacity='0.4'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='366' height='220' rx='16' fill='url(%23bgGrad2)'/%3E%3Cpath d='M 183 40 L 250 80 L 250 140 L 183 180 L 116 140 L 116 80 Z' fill='url(%23funnelGrad)' stroke='rgba(249, 115, 171, 0.5)' stroke-width='2'/%3E%3Cpath d='M 183 60 L 230 90 L 230 130 L 183 160 L 136 130 L 136 90 Z' fill='rgba(99, 102, 241, 0.25)' stroke='rgba(99, 102, 241, 0.5)' stroke-width='2'/%3E%3Cpath d='M 183 80 L 210 100 L 210 120 L 183 140 L 156 120 L 156 100 Z' fill='rgba(75, 212, 255, 0.3)' stroke='rgba(75, 212, 255, 0.6)' stroke-width='2'/%3E%3Ccircle cx='183' cy='110' r='8' fill='%234bd4ff'/%3E%3Cpath d='M 183 40 L 183 60 M 250 80 L 230 90 M 250 140 L 230 130 M 183 180 L 183 160 M 116 140 L 136 130 M 116 80 L 136 90' stroke='rgba(255, 255, 255, 0.3)' stroke-width='1.5'/%3E%3Crect x='50' y='30' width='80' height='25' rx='6' fill='rgba(249, 115, 171, 0.3)' stroke='rgba(249, 115, 171, 0.5)' stroke-width='1.5'/%3E%3Ccircle cx='65' cy='42' r='4' fill='%23f973ab'/%3E%3Crect x='75' y='38' width='45' height='6' rx='3' fill='rgba(255, 255, 255, 0.6)'/%3E%3Crect x='75' y='46' width='35' height='4' rx='2' fill='rgba(255, 255, 255, 0.4)'/%3E%3Crect x='240' y='30' width='90' height='25' rx='6' fill='rgba(99, 102, 241, 0.3)' stroke='rgba(99, 102, 241, 0.5)' stroke-width='1.5'/%3E%3Ccircle cx='255' cy='42' r='4' fill='%236366f1'/%3E%3Crect x='265' y='38' width='55' height='6' rx='3' fill='rgba(255, 255, 255, 0.6)'/%3E%3Crect x='265' y='46' width='40' height='4' rx='2' fill='rgba(255, 255, 255, 0.4)'/%3E%3Crect x='50' y='165' width='90' height='25' rx='6' fill='rgba(75, 212, 255, 0.3)' stroke='rgba(75, 212, 255, 0.5)' stroke-width='1.5'/%3E%3Ccircle cx='65' cy='177' r='4' fill='%234bd4ff'/%3E%3Crect x='75' y='173' width='55' height='6' rx='3' fill='rgba(255, 255, 255, 0.6)'/%3E%3Crect x='75' y='181' width='45' height='4' rx='2' fill='rgba(255, 255, 255, 0.4)'/%3E%3Crect x='226' y='165' width='90' height='25' rx='6' fill='rgba(99, 102, 241, 0.3)' stroke='rgba(99, 102, 241, 0.5)' stroke-width='1.5'/%3E%3Ccircle cx='241' cy='177' r='4' fill='%236366f1'/%3E%3Crect x='251' y='173' width='55' height='6' rx='3' fill='rgba(255, 255, 255, 0.6)'/%3E%3Crect x='251' y='181' width='50' height='4' rx='2' fill='rgba(255, 255, 255, 0.4)'/%3E%3C/svg%3E") center/contain no-repeat}.service-thumb-3{background:url("data:image/svg+xml,%3Csvg width='366' height='220' viewBox='0 0 366 220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='bgGrad3' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23161233' stop-opacity='0.95'/%3E%3Cstop offset='100%25' stop-color='%231d1945' stop-opacity='0.98'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='366' height='220' rx='16' fill='url(%23bgGrad3)'/%3E%3Crect x='35' y='60' width='140' height='90' rx='10' fill='rgba(0, 0, 0, 0.25)' stroke='rgba(75, 212, 255, 0.35)' stroke-width='2'/%3E%3Crect x='45' y='75' width='120' height='8' rx='4' fill='rgba(75, 212, 255, 0.3)'/%3E%3Crect x='45' y='88' width='100' height='6' rx='3' fill='rgba(255, 255, 255, 0.2)'/%3E%3Crect x='45' y='98' width='110' height='6' rx='3' fill='rgba(255, 255, 255, 0.2)'/%3E%3Cpath d='M 50 115 L 70 105 L 90 110 L 110 95 L 130 100 L 150 90 L 165 95' stroke='%234bd4ff' stroke-width='2.5' fill='none'/%3E%3Ccircle cx='50' cy='115' r='3' fill='%234bd4ff'/%3E%3Ccircle cx='165' cy='95' r='3' fill='%234bd4ff'/%3E%3Crect x='190' y='60' width='140' height='90' rx='10' fill='rgba(0, 0, 0, 0.25)' stroke='rgba(99, 102, 241, 0.35)' stroke-width='2'/%3E%3Crect x='200' y='75' width='120' height='8' rx='4' fill='rgba(99, 102, 241, 0.3)'/%3E%3Crect x='200' y='88' width='100' height='6' rx='3' fill='rgba(255, 255, 255, 0.2)'/%3E%3Crect x='200' y='98' width='110' height='6' rx='3' fill='rgba(255, 255, 255, 0.2)'/%3E%3Crect x='205' y='110' width='25' height='30' rx='4' fill='rgba(75, 212, 255, 0.4)'/%3E%3Crect x='235' y='120' width='25' height='20' rx='4' fill='rgba(99, 102, 241, 0.5)'/%3E%3Crect x='265' y='105' width='25' height='35' rx='4' fill='rgba(249, 115, 171, 0.4)'/%3E%3Crect x='295' y='115' width='25' height='25' rx='4' fill='rgba(75, 212, 255, 0.4)'/%3E%3Crect x='50' y='165' width='80' height='40' rx='8' fill='rgba(75, 212, 255, 0.2)' stroke='rgba(75, 212, 255, 0.4)' stroke-width='1.5'/%3E%3Ctext x='90' y='185' fill='rgba(255, 255, 255, 0.9)' font-size='20' font-weight='700' text-anchor='middle'%3E%2B27%25%3C/text%3E%3Ctext x='90' y='198' fill='rgba(255, 255, 255, 0.6)' font-size='11' text-anchor='middle'%3EКонверсия%3C/text%3E%3Crect x='150' y='165' width='80' height='40' rx='8' fill='rgba(99, 102, 241, 0.2)' stroke='rgba(99, 102, 241, 0.4)' stroke-width='1.5'/%3E%3Ctext x='190' y='185' fill='rgba(255, 255, 255, 0.9)' font-size='20' font-weight='700' text-anchor='middle'%3E24/7%3C/text%3E%3Ctext x='190' y='198' fill='rgba(255, 255, 255, 0.6)' font-size='11' text-anchor='middle'%3EРабота%3C/text%3E%3Crect x='250' y='165' width='80' height='40' rx='8' fill='rgba(249, 115, 171, 0.2)' stroke='rgba(249, 115, 171, 0.4)' stroke-width='1.5'/%3E%3Ctext x='290' y='185' fill='rgba(255, 255, 255, 0.9)' font-size='18' font-weight='700' text-anchor='middle'%3E100%25%3C/text%3E%3Ctext x='290' y='198' fill='rgba(255, 255, 255, 0.6)' font-size='10' text-anchor='middle'%3EПолучат ответ%3C/text%3E%3Crect x='50' y='30' width='70' height='22' rx='6' fill='rgba(75, 212, 255, 0.3)' stroke='rgba(75, 212, 255, 0.5)' stroke-width='1.5'/%3E%3Ccircle cx='65' cy='41' r='3' fill='%234bd4ff'/%3E%3Crect x='75' y='37' width='35' height='5' rx='2.5' fill='rgba(255, 255, 255, 0.6)'/%3E%3Crect x='75' y='44' width='25' height='4' rx='2' fill='rgba(255, 255, 255, 0.4)'/%3E%3Crect x='246' y='30' width='70' height='22' rx='6' fill='rgba(99, 102, 241, 0.3)' stroke='rgba(99, 102, 241, 0.5)' stroke-width='1.5'/%3E%3Ccircle cx='261' cy='41' r='3' fill='%236366f1'/%3E%3Crect x='271' y='37' width='35' height='5' rx='2.5' fill='rgba(255, 255, 255, 0.6)'/%3E%3Crect x='271' y='44' width='30' height='4' rx='2' fill='rgba(255, 255, 255, 0.4)'/%3E%3C/svg%3E") center/contain no-repeat}.service-thumb-4{background:url("data:image/svg+xml,%3Csvg width='366' height='220' viewBox='0 0 366 220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='bgGrad4' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23161233' stop-opacity='0.95'/%3E%3Cstop offset='100%25' stop-color='%231d1945' stop-opacity='0.98'/%3E%3C/linearGradient%3E%3ClinearGradient id='cardGrad4' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%234bd4ff' stop-opacity='0.3'/%3E%3Cstop offset='100%25' stop-color='%23f973ab' stop-opacity='0.3'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='366' height='220' rx='16' fill='url(%23bgGrad4)'/%3E%3Crect x='40' y='70' width='140' height='80' rx='12' fill='url(%23cardGrad4)' stroke='rgba(75, 212, 255, 0.5)' stroke-width='2'/%3E%3Ccircle cx='70' cy='95' r='12' fill='%234bd4ff'/%3E%3Crect x='90' y='88' width='70' height='8' rx='4' fill='rgba(255, 255, 255, 0.7)'/%3E%3Crect x='90' y='100' width='50' height='6' rx='3' fill='rgba(255, 255, 255, 0.5)'/%3E%3Cpath d='M 60 130 L 80 150 L 100 130 L 120 150 L 140 130' stroke='%234bd4ff' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3Crect x='200' y='70' width='126' height='80' rx='12' fill='rgba(99, 102, 241, 0.25)' stroke='rgba(99, 102, 241, 0.5)' stroke-width='2'/%3E%3Ccircle cx='230' cy='95' r='12' fill='%236366f1'/%3E%3Crect x='250' y='88' width='60' height='8' rx='4' fill='rgba(255, 255, 255, 0.7)'/%3E%3Crect x='250' y='100' width='50' height='6' rx='3' fill='rgba(255, 255, 255, 0.5)'/%3E%3Cpath d='M 220 130 L 240 150 L 260 130 L 280 150 L 300 130' stroke='%236366f1' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3Crect x='50' y='165' width='80' height='40' rx='10' fill='rgba(249, 115, 171, 0.2)' stroke='rgba(249, 115, 171, 0.4)' stroke-width='2'/%3E%3Ccircle cx='70' cy='185' r='8' fill='%23f973ab'/%3E%3Crect x='85' y='178' width='35' height='6' rx='3' fill='rgba(255, 255, 255, 0.6)'/%3E%3Crect x='85' y='188' width='25' height='4' rx='2' fill='rgba(255, 255, 255, 0.4)'/%3E%3Crect x='150' y='165' width='80' height='40' rx='10' fill='rgba(75, 212, 255, 0.2)' stroke='rgba(75, 212, 255, 0.4)' stroke-width='2'/%3E%3Ccircle cx='170' cy='185' r='8' fill='%234bd4ff'/%3E%3Crect x='185' y='178' width='35' height='6' rx='3' fill='rgba(255, 255, 255, 0.6)'/%3E%3Crect x='185' y='188' width='30' height='4' rx='2' fill='rgba(255, 255, 255, 0.4)'/%3E%3Crect x='250' y='165' width='80' height='40' rx='10' fill='rgba(99, 102, 241, 0.2)' stroke='rgba(99, 102, 241, 0.4)' stroke-width='2'/%3E%3Ccircle cx='270' cy='185' r='8' fill='%236366f1'/%3E%3Crect x='285' y='178' width='35' height='6' rx='3' fill='rgba(255, 255, 255, 0.6)'/%3E%3Crect x='285' y='188' width='30' height='4' rx='2' fill='rgba(255, 255, 255, 0.4)'/%3E%3Cpath d='M 50 30 L 70 30 M 60 20 L 60 40' stroke='%234bd4ff' stroke-width='2' stroke-linecap='round'/%3E%3Ctext x='80' y='35' fill='rgba(255, 255, 255, 0.8)' font-size='14' font-weight='600'%3ECare%3C/text%3E%3C/svg%3E") center/contain no-repeat}.service-card:hover{transform:translateY(-3px);border-color:#4bd4ff59;background:linear-gradient(155deg,var(--surface-2),var(--surface-3))}.service-card h3{margin:8px 0;color:var(--text);font-size:24px}.service-badge{display:inline-flex;padding:8px 12px;border-radius:12px;background:#4bd4ff24;color:#eaf4ff;font-size:15px;letter-spacing:.3px}.cta{margin-top:52px}.cta-card{display:grid;grid-template-columns:minmax(320px,1fr) minmax(360px,1fr);align-items:start;gap:24px;padding:28px;border-radius:20px;background:linear-gradient(135deg,var(--surface),var(--surface-2));border:1px solid rgba(75,212,255,.18);box-shadow:12px 12px 32px var(--shadow-ambient),-14px -14px 32px var(--shadow-light),0 18px 34px #4bd4ff38}.cta-card h3{font-size:30px;margin:6px 0 10px}.cta-info{display:grid;gap:10px}.cta-actions{display:grid;gap:14px;width:min(520px,100%);max-width:520px;justify-self:center;align-self:start}.contact-form{display:grid;gap:12px;padding:12px;border-radius:14px;background:#0b0821b3;border:1px solid rgba(75,212,255,.16);box-shadow:0 12px 28px #00000047}.contact-form label{display:grid;gap:6px;color:var(--text);font-weight:700;font-size:18px}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:12px 14px;border-radius:10px;border:1px solid rgba(75,212,255,.18);font-size:17px;font-family:inherit;background:#ffffff0a;color:var(--text);transition:border .2s ease,box-shadow .2s ease}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #4bd4ff29}.contact-form select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%234bd4ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.contact-form select option{background:var(--surface);color:var(--text)}.contact-form input[type=file]{padding:0;border:none;background:transparent;cursor:pointer}.contact-form input[type=file]::file-selector-button{padding:12px 20px;border-radius:10px;border:1px solid rgba(75,212,255,.4);font-size:17px;font-family:inherit;background:#4bd4ff1f;color:var(--accent);cursor:pointer;transition:border .2s ease,box-shadow .2s ease,background .2s ease;margin-right:12px;font-weight:600}.contact-form input[type=file]::file-selector-button:hover{background:#4bd4ff2e;border-color:#4bd4ff99}.contact-form input[type=file]::file-selector-button:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #4bd4ff29;background:#4bd4ff33}.contact-form textarea{resize:vertical;min-height:120px}.primary-button.outline{background:#ffffff0a;color:var(--text);border:1px solid rgba(75,212,255,.6);box-shadow:0 10px 28px #00000038;width:100%}.primary-button{padding:12px 22px;border-radius:18px;border:1px solid rgba(75,212,255,.4);background:linear-gradient(135deg,var(--accent),var(--accent-alt));color:#0b0821;font-weight:800;font-size:17px;letter-spacing:.2px;cursor:pointer;transition:transform .16s ease,box-shadow .2s ease,filter .2s ease;box-shadow:0 12px 28px #00000059,0 0 26px #4bd4ff40}.primary-button:hover{transform:translateY(-2px);filter:brightness(1.05)}.primary-button:active{transform:translateY(0)}.primary-button:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.classic-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:16px;background:#0503108c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.classic-modal{position:relative;width:min(520px,100%);max-height:calc(100vh - 32px);z-index:1000;overflow:visible}.classic-modal-content{max-height:calc(100vh - 32px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.close-button{position:absolute;top:-16px;right:-16px;width:48px;height:48px;border-radius:50%;border:none;background:var(--surface);box-shadow:0 12px 22px #1714211f;cursor:pointer;font-size:24px;font-weight:300;color:var(--text);z-index:1002;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease}.close-button:hover{transform:scale(1.1);background:var(--surface-2)}.card-header{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.hero-illustration{width:100%;max-width:300px;margin:4px auto 6px}.hero-illustration svg{width:100%;height:auto;display:block;filter:drop-shadow(0 10px 24px rgba(99,102,241,.18))}.card-header h1{margin:0 0 10px;font-size:30px;letter-spacing:.2px}.card-header a{color:var(--accent);text-decoration:underline;transition:color .2s ease,opacity .2s ease}.card-header a:hover{color:var(--accent-alt);opacity:.9}.actions{display:flex;align-items:center;justify-content:center;margin-top:18px;margin-bottom:12px}.classic-card{position:relative;width:100%;padding:32px;border-radius:24px;background:linear-gradient(145deg,var(--surface),var(--surface-2));box-shadow:18px 18px 40px var(--shadow-ambient),-16px -16px 36px var(--shadow-light),0 22px 60px var(--shadow-deep);border:1px solid rgba(75,212,255,.18)}.oauth-iframe-container{width:100%;height:600px;margin-top:20px;border-radius:16px;overflow:hidden;border:1px solid rgba(75,212,255,.2);background:var(--surface)}.oauth-iframe{width:100%;height:100%;border:none;display:block}.provider-selection{padding:20px 0}.provider-selection h2{font-size:24px;font-weight:600;color:var(--text);margin:0 0 24px}.provider-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}.provider-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 20px;border-radius:16px;border:2px solid rgba(75,212,255,.2);background:linear-gradient(145deg,var(--surface),var(--surface-2));cursor:pointer;transition:all .3s ease;text-align:center}.provider-card:hover{border-color:#4bd4ff80;transform:translateY(-2px);box-shadow:0 8px 24px #4bd4ff26}.provider-card:active{transform:translateY(0)}.provider-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center}.provider-icon svg{width:100%;height:100%}.provider-card h3{margin:0;font-size:20px;font-weight:600;color:var(--text)}.provider-card p{margin:0;font-size:14px;color:var(--muted);line-height:1.4}@media (max-width: 600px){.provider-cards{grid-template-columns:1fr}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media (max-width: 900px){.header-inner{padding:12px 0;gap:12px;flex-direction:column;align-items:flex-start}.nav{display:flex;width:100%;flex-wrap:wrap;justify-content:flex-start;gap:10px}.burger{display:none}.nav a{padding:10px}.hero{padding:24px}.hero h1{font-size:40px}.section-header h2{font-size:42px;line-height:1.1}.cta-card{grid-template-columns:1fr}.hero-visual{justify-content:center}.hero-visual img{width:100%}}@media (max-width: 1024px){.container{width:min(1180px,97%)}.header-inner{padding:12px 0;gap:12px}.nav{justify-content:center}}.full-height{display:grid;align-items:center}.section.cta.full-height{min-height:auto;padding-bottom:0;margin-bottom:0}.page-footer{padding:12px 24px 6px;background:transparent;position:relative;z-index:5;margin-top:0;display:flex;justify-content:flex-end}.footer-inner{display:flex;gap:12px;justify-content:flex-end;width:auto;max-width:fit-content}.footer-link{padding:8px 12px;border-radius:8px;border:none;background:transparent;color:#c5c8e880;font-weight:500;font-size:13px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;pointer-events:auto;transition:color .2s ease,transform .16s ease}.footer-link:hover{color:#c5c8e8b3;transform:translateY(-1px)}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}.auth-card{width:100%;max-width:440px;padding:40px;border-radius:24px;background:linear-gradient(145deg,var(--surface),var(--surface-2));box-shadow:18px 18px 40px var(--shadow-ambient),-16px -16px 36px var(--shadow-light),0 22px 60px var(--shadow-deep);border:1px solid rgba(75,212,255,.18)}.auth-header{text-align:center;margin-bottom:32px}.auth-header h1{font-size:28px;font-weight:800;color:var(--text);margin:0 0 8px;letter-spacing:-.5px}.auth-header p{color:var(--muted);font-size:16px;margin:0}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:15px;font-weight:600;color:var(--text);letter-spacing:.2px}.form-input{width:100%;padding:14px 18px;border-radius:14px;border:1px solid rgba(75,212,255,.25);background:#ffffff0a;color:var(--text);font-size:16px;font-family:inherit;transition:all .2s ease;box-shadow:inset 0 2px 4px #0000001a}.form-input:focus{outline:none;border-color:var(--accent);background:#ffffff0f;box-shadow:inset 0 2px 4px #0000001a,0 0 0 3px #4bd4ff26}.form-input::placeholder{color:var(--muted);opacity:.6}.form-error{color:#ff6b6b;font-size:14px;margin-top:4px;display:flex;align-items:center;gap:6px}.form-success{color:#51cf66;font-size:14px;margin-top:4px}.auth-button{width:100%;margin-top:8px}.auth-footer{margin-top:24px;text-align:center;font-size:15px;color:var(--muted)}.auth-footer a{color:var(--accent);text-decoration:none;font-weight:600;transition:color .2s ease}.auth-footer a:hover{color:var(--accent-alt);text-decoration:underline}.auth-divider{display:flex;align-items:center;gap:12px;margin:24px 0;color:var(--muted);font-size:14px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#4bd4ff33}
