@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700&display=swap";
@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_e0b9278f-module__GvNDLq__className{font-family:Outfit,Outfit Fallback;font-style:normal}
:root{--primary:#1e40af;--primary-glow:#1e40af4d;--secondary:#f59e0b;--bg-light:#f8fafc;--text-dark:#0f172a;--text-muted:#475569;--card-bg:#ffffffd9;--border-color:#e2e8f0cc;--font-main:"Inter",system-ui,-apple-system,sans-serif;--font-heading:"Outfit",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-overflow-scrolling:touch;width:100%;margin:0;padding:0;overflow-x:hidden}html{scroll-behavior:smooth;scroll-padding-top:110px}body{font-family:var(--font-main);background-color:var(--bg-light);color:var(--text-dark);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:#0f172a;font-weight:700}a{color:inherit;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit;transition:all .3s cubic-bezier(.4,0,.2,1)}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.container{padding:0 2rem}}.aurora-bg{z-index:-10;pointer-events:none;background:#fdfdfd;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.blob{filter:blur(100px);opacity:.35;border-radius:50%;animation:15s infinite alternate pulse;position:absolute}.blob-1{background:linear-gradient(135deg,#dbeafe,#1e40af);width:700px;height:700px;top:-15%;left:-5%}.blob-2{background:linear-gradient(135deg,#fef3c7,#f59e0b);width:600px;height:600px;animation-duration:20s;top:50%;right:-10%}.blob-3{background:#e0e7ff;width:800px;height:800px;bottom:-15%;left:15%}@keyframes pulse{0%{transform:scale(1)translate(0)}to{transform:scale(1.15)translate(40px,40px)}}.glass{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color)}section{padding:8rem 0}.section-title{text-align:center;background:linear-gradient(135deg,#0f172a,#334155);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem}.section-desc{text-align:center;max-width:720px;color:var(--text-muted);margin:0 auto 1.5rem;font-size:1.15rem;font-weight:400}.btn{border-radius:50px;align-items:center;gap:.6rem;padding:.9rem 2.2rem;font-size:1rem;font-weight:600;display:inline-flex;box-shadow:0 4px 6px -1px #0000001a}.btn-primary{color:#fff;background:#0f172a}.btn-primary:hover{background:var(--primary);box-shadow:0 12px 24px var(--primary-glow);transform:translateY(-3px)}.btn-outline{color:#0f172a;background:#fff;border:1px solid #e2e8f0}.btn-outline:hover{border-color:var(--primary);color:var(--primary);background:#f8fafc;transform:translateY(-3px)}.section-padding{padding:3rem 0;scroll-margin-top:-50px}
.navbar{z-index:1000;width:100%;max-width:100vw;padding:1.5rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);background:#ffffffe6;border-bottom:1px solid #ffffff80;padding:.75rem 0;box-shadow:0 4px 20px #0000000d}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo-link{align-items:center;gap:0;text-decoration:none;display:flex}.logo-img{object-fit:contain;width:auto;height:60px}@media (max-width:768px){.logo-img{height:48px}}.logo-text{color:#0f172a;letter-spacing:-.5px;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:800;line-height:1}@media (max-width:768px){.logo-text{font-size:1.5rem}}.nav-links{align-items:center;gap:2.5rem;display:none}@media (min-width:768px){.nav-links{display:flex}}.nav-link{color:#475569;font-size:.95rem;font-weight:600;position:relative}.nav-link:hover{color:#1e40af}.nav-link:after{content:"";background:#1e40af;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.nav-item-dropdown{position:relative}.dropdown-trigger{cursor:pointer;align-items:center;gap:.25rem;padding:.5rem 0;display:flex}.dropdown-menu{opacity:0;visibility:hidden;z-index:1001;background:#fff;border:1px solid #0000000d;border-radius:16px;min-width:200px;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 10px 30px #0000001a}.nav-item-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{color:#475569;border-radius:12px;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:block}.dropdown-item:hover{color:#1e40af;background:#f1f5f9;padding-left:1.25rem}.auth-links{align-items:center;gap:1.5rem;display:flex}.login-link{color:#475569;font-size:.95rem;font-weight:600}.login-link:hover{color:#1e40af}.auth-divider{background:#e2e8f0;width:1px;height:16px}.btn-sm{padding:.6rem 1.5rem;font-size:.9rem}.mobile-toggle{color:#1a1a1a;cursor:pointer;background:0 0;border:none;padding:.5rem;display:block}@media (min-width:768px){.mobile-toggle{display:none}}.mobile-menu{background:#fff;border-bottom:1px solid #f3f4f6;flex-direction:column;gap:1.5rem;padding:2.5rem 1.5rem;animation:.3s ease-out slideDown;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 15px 25px #0000001a}.mobile-nav-link{color:#1a1a1a;border-bottom:1px solid #f8fafc;padding:.5rem 0;font-size:1.15rem;font-weight:600;text-decoration:none}.btn-full{justify-content:center;width:100%;margin-top:1rem;padding:1.25rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.dot{background:var(--primary);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-dot;display:inline-block}@keyframes pulse-dot{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}.hero{align-items:center;width:100%;padding:8rem 1rem 6rem;display:flex}@media (min-width:1024px){.hero{justify-content:center;padding:5rem 0 6rem;display:flex}}.hero-grid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (max-width:1023px){.hero-grid{width:100%}}@media (min-width:1024px){.hero-grid{grid-template-columns:1.2fr .8fr}}.hero-tag{color:var(--text-muted);background:#fff;border:1px solid #e0f2fe;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.hero-tag .dot{background:#1e40af;border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite pulse-stationary;display:inline-block;box-shadow:0 0 10px #1e40af80}@keyframes pulse-stationary{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}to{opacity:1;transform:scale(1)}}.hero-title{letter-spacing:-.01em;margin-bottom:1.25rem;font-size:2.5rem;line-height:1.2}@media (min-width:768px){.hero-title{font-size:4.5rem}}.gradient-text{background:linear-gradient(135deg,var(--primary),#00c6ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-desc{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.2rem}.hero-text{width:100%;margin-left:0}@media (min-width:1024px){.hero-text{width:auto;margin-left:2rem}}.hero-users{color:#475569;align-items:center;gap:1.25rem;margin-top:3.5rem;font-size:.9rem;display:flex}.user-avatars{align-items:center;display:flex}.user-avatars img,.avatar-more{border:2px solid #fff;border-radius:50%;width:40px;height:40px;margin-left:-14px;box-shadow:0 4px 12px #00000014}.avatar-more{color:#1e293b;background:#f1f5f9;justify-content:center;align-items:center;font-weight:700;display:flex}.hero-visual{cursor:pointer;perspective:1000px;justify-content:center;align-items:center;height:640px;display:none;position:relative}@media (min-width:1024px){.hero-visual{display:flex}}.card-stack-bg{background:#fff;border:1px solid #0f172a0a;border-radius:40px;width:440px;height:560px;transition:all .6s cubic-bezier(.23,1,.32,1);position:absolute;box-shadow:0 25px 50px -12px #00000014}.card-stack-bg.bg-1{z-index:5;opacity:.9;background:#fff;transform:scale(.96)translate(25px)rotate(2.5deg)}.card-stack-bg.bg-2{z-index:2;opacity:.6;background:#f8fafc;transform:scale(.92)translate(50px)rotate(6deg)}.slide-container{z-index:10;width:440px;height:560px;position:relative}.main-img-card{background:#fff;border:1px solid #fff;border-radius:40px;width:100%;height:100%;padding:8px;position:relative;overflow:hidden;box-shadow:0 40px 80px -15px #0f172a33}.main-img-card img{object-fit:cover;border-radius:34px;width:100%;height:100%}.img-info-overlay{color:#fff;background:linear-gradient(#0000 40%,#0f172a33 65%,#0f172ae6 100%);border-radius:34px;flex-direction:column;justify-content:flex-end;padding:2.75rem;display:flex;position:absolute;inset:0}.img-info-overlay .badge-pill{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-transform:uppercase;letter-spacing:.05em;color:#fff;background:#1e40af66;border:1px solid #fff3;border-radius:50px;width:fit-content;margin-bottom:.85rem;padding:.4rem 1rem;font-size:.75rem;font-weight:800}.hero-slide-name{text-shadow:0 2px 4px #0000004d;margin-bottom:.4rem;font-size:1.8rem;font-weight:700;color:#fff!important}.hero-slide-achievement{opacity:.95;text-shadow:0 1px 2px #0000004d;font-size:1.05rem;font-weight:400;line-height:1.4;color:#fff!important}.glass-card{-webkit-backdrop-filter:blur(24px);background:#ffffffeb;border:1px solid #ffffffe6;box-shadow:0 25px 50px -12px #0f172a26}.floating-card{z-index:15;border-radius:20px;width:240px;padding:1.25rem;position:absolute}.fc-1{top:10%;left:-25%}.fc-2{bottom:15%;right:-15%}.fc-icon{border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:.75rem;display:flex;box-shadow:0 10px 20px #0000000f}.accent-orange{color:#ea580c;background:#fff7ed;border:1px solid #ffedd5}.accent-blue{color:#1e40af;background:#eff6ff;border:1px solid #dbeafe}.status-label{letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px;font-size:.65rem;font-weight:900}.color-orange{color:#ea580c}.color-blue{color:#1e40af}.fc-content h4,.fc-header h4{color:#0f172a;margin-bottom:.35rem;font-size:1rem;font-weight:800}.fc-content p{color:#475569;font-size:.8rem;line-height:1.5}.fc-header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.fc-header .fc-icon{margin-bottom:0}.progress-bar-container{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.progress-bar-bg{background:#f1f5f9;border-radius:12px;flex:1;height:8px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#1e40af,#3b82f6);border-radius:12px;height:100%}.match-score{color:#1e40af;min-width:45px;font-size:.9rem;font-weight:900}@media (max-width:1024px){.slide-container,.card-stack-bg{width:360px;height:480px}}.m-name{font-size:1.5rem}.m-role{text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1rem;font-weight:700}.m-desc{color:#555;flex:1;margin-bottom:1rem}.m-quote{color:#4b5563;background:#f9fafb;border:1px solid #f3f4f6;border-radius:16px;padding:1.25rem;font-size:.9rem;font-style:italic}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{background:#fff;border-radius:24px;padding:2.5rem;transition:all .3s}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000000d}.mascot-card{text-align:center;background:#fff;border-radius:32px;flex-direction:column;height:100%;padding:0;transition:all .4s;display:flex;position:relative;overflow:hidden}.mascot-card:hover{transform:translateY(-12px);box-shadow:0 30px 60px #0000001a}.mascot-image{width:100%;height:240px;overflow:hidden}.mascot-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.mascot-card:hover .mascot-image img{transform:scale(1.05)}.mascot-content{flex-direction:column;flex:1;padding:.5rem 2rem 2rem;display:flex}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.pricing-card{background:#fff;border:1px solid #e5e7eb;border-radius:32px;padding:2.5rem}.pricing-card.popular{border:2px solid var(--primary);position:relative}.badge{background:var(--primary);color:#fff;border-radius:50px;padding:.25rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.footer{text-align:center;color:var(--text-muted);border-top:1px solid #eee;padding:4rem 0}.features-layout{min-height:550px;position:relative}.feature-unit-wrapper{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);align-items:center;gap:60px;width:100%;display:grid}@media (max-width:968px){.feature-unit-wrapper{text-align:center;grid-template-columns:1fr;gap:20px}}.features-content{text-align:left;flex-direction:column;align-items:flex-start;display:flex}@media (max-width:968px){.features-content{text-align:center;align-items:center}}.feature-label-badge{color:var(--primary);letter-spacing:.05em;background:#1e40af1a;border-radius:50px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:6px 16px;font-size:.75rem;font-weight:700;display:inline-flex}.feature-label-badge .dot{background:var(--primary);width:6px;height:6px;box-shadow:0 0 10px var(--primary);border-radius:50%}.feature-title{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.feature-desc{color:#475569;max-width:540px;margin-bottom:1.5rem;font-size:1.25rem;line-height:1.6}.highlights-container{flex-direction:column;align-items:flex-start;width:100%;margin-bottom:2.5rem;display:flex}@media (max-width:968px){.highlights-container{align-items:center}}.highlights-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;font-size:.9rem}.feature-highlights{grid-template-columns:repeat(2,1fr);gap:16px 30px;max-width:600px;padding:0;list-style:none;display:grid}@media (max-width:640px){.feature-highlights{text-align:left;grid-template-columns:1fr;padding:0 10px}.feature-title{padding:0 10px;font-size:2.25rem}.feature-desc{padding:0 10px}.feature-label-badge{margin-bottom:1rem;margin-left:10px}}.feature-highlights li{color:#334155;align-items:flex-start;gap:10px;font-size:.95rem;display:flex}.highlight-icon{color:#10b981;flex-shrink:0;margin-top:3px}.feature-cta-btn{color:#fff;background:#1e40af;border-radius:12px;padding:12px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 10px 20px #1e40af33}.feature-cta-btn:hover{background:#1e3a8a;box-shadow:0 15px 30px #1e40af4d}.features-image-container{justify-content:center;align-items:center;padding:10px 20px;display:flex;position:relative}@media (max-width:640px){.features-image-container{padding:20px 0}}.image-frame{aspect-ratio:16/10;z-index:2;border:1px solid #ffffff4d;border-radius:24px;width:100%;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0000001a}.feature-img{object-fit:contain;background:#fff;width:100%;height:100%;padding:0}.circuit-wrapper{pointer-events:none;z-index:1;position:absolute;inset:0}.circuit-left{position:absolute;top:50%;left:-60px;transform:translateY(-50%)}.circuit-right{position:absolute;top:50%;right:-60px;transform:translateY(-50%)}.carousel-indicators{justify-content:center;gap:12px;margin-top:2rem;display:flex}.indicator{cursor:pointer;background:#e2e8f0;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.indicator.active{background:var(--primary);border-radius:20px;width:30px}.footer-bg{background:#f8fafc;border-top:1px solid #e2e8f0;padding:3rem 0}.footer-grid{grid-template-columns:repeat(2,1fr);gap:3rem 1.5rem;margin-bottom:4rem;display:grid}.footer-brand{grid-column:span 2}@media (min-width:768px){.footer-grid{grid-template-columns:1.5fr repeat(4,1fr);gap:2rem}.footer-brand{grid-column:auto}}.footer-logo{align-items:center;gap:0;display:flex}.footer-logo .logo-img{object-fit:contain;width:auto;height:60px}.footer-logo .logo-text{color:#0f172a;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700}.footer-about{color:#475569;max-width:320px;margin:1.5rem 0;font-size:.95rem;line-height:1.7}.social-links{gap:1.25rem;margin-top:2rem;display:flex}.social-links a{color:#64748b;transition:color .3s}.social-links a:hover{color:#1e40af}.footer-links h4{color:#0f172a;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.footer-links{flex-direction:column;gap:1rem;display:flex}@media (min-width:768px){.footer-links{text-align:right;align-items:flex-end}}.footer-links a{color:#64748b;font-size:.95rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#1e40af}.footer-bottom{text-align:center;color:#94a3b8;border-top:1px solid #e2e8f0;padding-top:2.5rem;font-size:.9rem}.news-list{flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;display:flex}.news-item{border-radius:20px;flex-direction:column;gap:.5rem;padding:1.5rem 2rem;text-decoration:none;transition:all .3s;display:flex}.news-item:hover{background:#fff;transform:translate(10px);box-shadow:0 10px 30px #0000000d}.news-meta{align-items:center;gap:1rem;display:flex}.news-date{font-family:var(--font-heading);color:#999;font-size:.85rem;font-weight:600}.news-tag{color:#4b5563;background:#f3f4f6;border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:700}.news-title{color:#1a1a1a;font-size:1.1rem;line-height:1.5}.p-plan{margin-bottom:.5rem;font-size:1.5rem}.p-price{margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.p-price.primary{color:var(--primary)}.p-unit{color:#999;font-size:1rem;font-weight:400}.p-usage{color:#666;height:3rem;margin-bottom:2rem;font-size:.95rem}.p-features{margin-bottom:2.5rem;list-style:none}.p-features li{color:#4b5563;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;display:flex}.p-header{justify-content:space-between;align-items:flex-start;display:flex}.pricing-btn-full{justify-content:center;width:100%;padding:1rem}.dashboard-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.dashboard-grid{grid-template-columns:1fr 1.4fr}}.stats-desc{max-width:100%;margin:0 0 3rem}.text-left{text-align:left}.mb-4{margin-bottom:1rem}.mb-10{margin-bottom:2.5rem}.small-cards-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.small-cards-grid{grid-template-columns:repeat(2,1fr)}}.summary-card{background:#fff;border:1px solid #00000008;border-radius:24px;padding:1.75rem;box-shadow:0 20px 40px #00000008}.card-header{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.sc-icon{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sc-icon.blue{color:#1e40af;background:#eff6ff}.sc-icon.yellow{color:#ccac81;background:#fffbeb}.sc-label{color:#475569;font-size:.95rem;font-weight:700}.sc-value{color:#0f172a;margin-bottom:.4rem;font-size:2rem;font-weight:800}.sc-trend{align-items:center;gap:.3rem;font-size:.8rem;font-weight:600;display:flex}.sc-trend.up{color:#10b981}.chart-card{background:#fff;border:1px solid #fff;border-radius:40px;padding:2.5rem;position:relative;box-shadow:0 40px 100px #00000014}.chart-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.chart-info h3{margin-bottom:.25rem;font-size:1.25rem}.chart-info p{color:#64748b;font-size:.9rem}.chart-legend{color:#64748b;gap:1.5rem;font-size:.85rem;font-weight:600;display:flex}.legend-item{align-items:center;gap:.5rem;display:flex}.legend-dot{border-radius:50%;width:10px;height:10px}.legend-dot.blue{background:#1e40af}.legend-dot.yellow{background:#ccac81}.chart-container{position:relative}.chart-highlight-pill{color:#1e40af;pointer-events:none;background:#fff;border:1px solid #eff6ff;border-radius:50px;align-items:center;padding:.4rem 1rem;font-size:.75rem;font-weight:800;display:flex;position:absolute;top:20%;right:15%;box-shadow:0 10px 25px #0000001a}.mr-1{margin-right:.25rem}.text-center{text-align:center}.mb-16{margin-bottom:4rem}.story-grid{grid-template-columns:1fr;gap:2.5rem;margin-bottom:4rem;display:grid}@media (min-width:768px){.story-grid{grid-template-columns:1fr 1fr}}.story-card{cursor:pointer;background:#f1f5f9;border:1px solid #0000000d;border-radius:40px;height:520px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.story-card img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.2,0,.2,1)}.story-card:hover img{transform:scale(1.08)}.story-overlay{color:#fff;background:linear-gradient(#0000 30%,#0f172a66 60%,#0f172af2 100%);flex-direction:column;justify-content:flex-end;padding:3rem;display:flex;position:absolute;inset:0}.story-tag{text-transform:uppercase;letter-spacing:.05em;color:#fff;border-radius:50px;width:fit-content;margin-bottom:1.25rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:800}.offense{background:#1e40af;box-shadow:0 4px 15px #1e40af4d}.defense{color:#fff;background:#ccac81;box-shadow:0 4px 15px #ccac814d}.story-h3{text-shadow:0 2px 4px #0000004d;align-items:flex-end;min-height:5rem;margin-bottom:1rem;font-size:1.8rem;font-weight:700;line-height:1.3;display:flex;color:#fff!important}.story-p{opacity:.9;max-width:90%;min-height:4.8rem;font-size:1rem;font-weight:400;line-height:1.6;color:#fff!important}.policy-page{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.policy-container{z-index:1;flex:1;width:100%;max-width:900px;margin:0 auto;padding:8rem 2rem 5rem}.policy-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;border:1px solid #ffffff4d;border-radius:2rem;padding:3rem;box-shadow:0 25px 50px -12px #0000001a}.policy-header{border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:2rem}.back-link{color:#64748b;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.95rem;text-decoration:none;transition:color .3s;display:flex}.back-link:hover{color:#1e40af}.policy-title{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800}.policy-content{color:#334155;font-size:1.1rem;line-height:1.8}.policy-content h2{color:#0f172a;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.policy-content h3{color:#1e293b;margin-top:1.25rem;margin-bottom:.5rem;font-size:1.35rem;font-weight:600}.policy-inner-section{margin-bottom:3rem}.policy-inner-title{margin-bottom:.5rem}.policy-content p{margin-bottom:.75rem}.policy-content ul{margin-bottom:1rem;padding-left:1.5rem}.policy-content li{margin-bottom:.75rem}@media (max-width:640px){.policy-container{padding:6rem 1rem 3rem}.policy-card{padding:2rem 1.5rem}.policy-title{font-size:1.8rem}}.back-to-top{z-index:999;-webkit-backdrop-filter:blur(12px);color:#fff;cursor:pointer;background:#0f172acc;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:2.5rem;right:2.5rem;box-shadow:0 12px 30px #00000026}.back-to-top:hover{background:#0f172a;border-color:#ffffff4d;transform:translateY(-8px)scale(1.05);box-shadow:0 20px 40px #00000040}@media (max-width:768px){.back-to-top{border-radius:12px;width:48px;height:48px;bottom:1.5rem;right:1.5rem}}
