@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0e1a;--bg2:#0f1420;--bg3:#161c2e;--card:#111827;--border:#1e2a40;--accent:#1a3a6b;--accent2:#c8102e;--accent-light:#2e5fa3;--green:#22c55e;--red:#c8102e;--yellow:#f59e0b;--text:#e8edf5;--text2:#8fa3bf;--text3:#4a6080;--radius:12px;--shadow:0 4px 24px #00000080;--shadow-lg:0 8px 40px #000000b3}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Inter,sans-serif;line-height:1.6}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent2)}input,textarea,select{background:var(--bg2);border:1px solid var(--border);width:100%;color:var(--text);border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #6366f133}textarea{resize:vertical}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a3a6b,#c8102e);border:none;border-radius:8px;width:100%;padding:12px;font-size:.95rem;font-weight:600;transition:opacity .2s,transform .1s}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.nav-logo-img{object-fit:contain;background:#fff;border-radius:6px;width:auto;height:48px;padding:3px 6px;display:block}.auth-logo-img{object-fit:contain;background:#fff;border-radius:10px;width:140px;height:auto;margin:0 auto 16px;padding:10px;display:block;box-shadow:0 4px 20px #0006}.sidebar-logo-img{object-fit:contain;background:#fff;border-radius:8px;flex-shrink:0;width:38px;height:38px;padding:3px}.hero-logo-img{object-fit:contain;background:#fff;border-radius:16px;width:100%;max-width:300px;height:auto;margin:0 auto 20px;padding:20px;display:block;box-shadow:0 8px 40px #c8102e33,0 4px 20px #1a3a6b4d}.hero-logo-showcase{justify-content:center;margin-bottom:8px;display:flex}.btn-google{background:var(--bg2);border:1px solid var(--border);width:100%;color:var(--text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:11px;font-size:.95rem;font-weight:500;transition:background .2s,border-color .2s;display:flex}.btn-google:hover{background:var(--bg3);border-color:#4285f4}.btn-primary-sm{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a3a6b,#c8102e);border:none;border-radius:6px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:opacity .2s}.btn-primary-sm:hover{opacity:.9}.btn-sm{color:var(--accent);cursor:pointer;background:#6366f11a;border:1px solid #6366f14d;border-radius:6px;padding:6px 14px;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s}.btn-sm:hover{background:#6366f133}.btn-edit-sm{color:var(--accent);cursor:pointer;background:#6366f126;border:1px solid #6366f14d;border-radius:5px;padding:5px 12px;font-size:.8rem;transition:all .2s}.btn-edit-sm:hover{background:#6366f140}.btn-danger-sm{color:var(--red);cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:5px;padding:5px 12px;font-size:.8rem;transition:all .2s}.btn-danger-sm:hover{background:#ef444440}.navbar{z-index:100;transition:box-shadow .3s;position:sticky;top:0}.navbar-scrolled{box-shadow:0 4px 30px #00000080}.nav-topbar{background:#1a3a6b;padding:6px 24px;display:none}.nav-topbar-inner{color:#fffc;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto 64px;font-size:.78rem;display:flex}.nav-main{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#050810f5;border-bottom:1px solid #ffffff0f}.nav-container{justify-content:space-between;align-items:center;gap:16px;max-width:1200px;height:72px;margin:0 auto;padding:0 24px;display:flex}.nav-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.nav-links{flex:1;justify-content:center;align-items:center;gap:28px;display:flex}.nav-links a{color:#fffc;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#c8102e}.nav-user{color:#fffc;font-size:.88rem}.nav-phone{flex-shrink:0;align-items:center;gap:10px;display:flex}.nav-phone-icon{background:#c8102e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;display:flex}.nav-phone span{color:#fff9;font-size:.7rem;display:block}.nav-phone strong{color:#fff;font-size:.88rem;font-weight:700;display:block}.btn-nav-logout{color:var(--red);cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;padding:7px 16px;font-size:.85rem;font-weight:500;transition:all .2s}.btn-nav-logout:hover{background:#ef444433}.btn-nav-register{background:linear-gradient(135deg,#1a3a6b,#c8102e);border-radius:6px;padding:7px 16px;font-size:.85rem;font-weight:600;color:#fff!important}.nav-hamburger{color:var(--text);cursor:pointer;background:0 0;border:none;font-size:1.4rem;display:none}.auth-page{background:radial-gradient(ellipse at top, #1a1a3e 0%, var(--bg) 60%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{background:var(--card);border:1px solid var(--border);width:100%;max-width:420px;box-shadow:var(--shadow-lg);border-radius:20px;padding:40px}.auth-header{text-align:center;margin-bottom:28px}.auth-logo{background:linear-gradient(135deg, var(--accent), var(--accent2));color:#fff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;font-size:1.5rem;font-weight:800;display:inline-flex}.auth-header h1{margin-bottom:4px;font-size:1.6rem;font-weight:700}.auth-header p{color:var(--text2)}.auth-form{flex-direction:column;gap:16px;margin-bottom:20px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--text2);font-size:.85rem;font-weight:500}.auth-divider{text-align:center;color:var(--text3);margin:16px 0;font-size:.85rem;position:relative}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);width:40%;height:1px;position:absolute;top:50%}.auth-divider:before{left:0}.auth-divider:after{right:0}.auth-footer{text-align:center;color:var(--text2);margin-top:20px;font-size:.88rem}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;min-height:calc(100vh - 64px);margin:0 auto;padding:80px 24px;display:grid}.hero-badge{color:var(--accent);background:#6366f11a;border:1px solid #6366f14d;border-radius:100px;margin-bottom:20px;padding:6px 16px;font-size:.85rem;display:inline-block}.hero-title{margin-bottom:20px;font-size:3.2rem;font-weight:800;line-height:1.1}.gradient-text{background:linear-gradient(135deg,#2e5fa3,#c8102e,#e8a020);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text2);margin-bottom:36px;font-size:1.1rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.btn-hero-primary{color:#fff;background:linear-gradient(135deg,#1a3a6b,#c8102e);border-radius:10px;padding:14px 28px;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #c8102e4d}.btn-hero-primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 30px #c8102e73}.btn-hero-secondary{border:1px solid var(--border);color:var(--text);background:0 0;border-radius:10px;padding:14px 28px;font-size:1rem;font-weight:600;transition:background .2s,border-color .2s}.btn-hero-secondary:hover{background:var(--bg3);border-color:var(--accent);color:var(--text)}.hero-visual{flex-direction:column;gap:16px;padding:20px;display:flex}.hero-card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;align-items:center;gap:16px;padding:20px;display:flex}.hero-card strong{margin-bottom:2px;font-size:.95rem;display:block}.hero-card p{color:var(--text2);font-size:.82rem}.hero-card-icon{font-size:2rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.floating{animation:3s ease-in-out infinite float}.delay-1{animation-delay:.8s}.delay-2{animation-delay:1.6s}.features{background:var(--bg2);text-align:center;padding:80px 24px}.features h2{margin-bottom:48px;font-size:2rem;font-weight:700}.features-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;max-width:1000px;margin:0 auto;display:grid}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:32px 24px;transition:transform .2s,border-color .2s}.feature-card:hover{border-color:var(--accent);transform:translateY(-4px)}.feature-icon{margin-bottom:16px;font-size:2.5rem;display:block}.feature-card h3{margin-bottom:8px;font-size:1.1rem;font-weight:600}.feature-card p{color:var(--text2);font-size:.88rem}.admin-layout{min-height:100vh;display:flex}.admin-sidebar{background:var(--bg2);border-right:1px solid var(--border);z-index:50;flex-direction:column;width:240px;height:100vh;transition:width .3s;display:flex;position:fixed;top:0;left:0}.admin-layout.sidebar-closed .admin-sidebar{width:68px}.admin-layout.sidebar-closed .admin-main{margin-left:68px}.sidebar-header{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:20px 16px;display:flex}.sidebar-logo{background:linear-gradient(135deg, var(--accent), var(--accent2));color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-weight:800;display:flex}.sidebar-brand{white-space:nowrap;font-size:.95rem;font-weight:700;overflow:hidden}.sidebar-toggle{color:var(--text2);cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-left:auto;padding:4px;font-size:.7rem}.sidebar-nav{flex-direction:column;flex:1;gap:4px;padding:12px 8px;display:flex;overflow-y:auto}.nav-item{color:var(--text2);white-space:nowrap;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.nav-item:hover{color:var(--text);background:#6366f11a}.nav-item.active{color:#4a90d9;background:linear-gradient(135deg,#1a3a6b40,#c8102e26);border:1px solid #1a3a6b66}.nav-icon{flex-shrink:0;font-size:1.1rem}.sidebar-footer{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding:16px 8px;display:flex}.admin-user{background:var(--bg3);border-radius:8px;align-items:center;gap:10px;padding:8px 12px;display:flex;overflow:hidden}.admin-avatar{color:#fff;background:linear-gradient(135deg,#1a3a6b,#c8102e);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}.admin-user-info{overflow:hidden}.admin-user-info strong{white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;display:block;overflow:hidden}.admin-user-info span{color:var(--text2);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;display:block;overflow:hidden}.btn-logout{color:var(--red);cursor:pointer;text-align:left;background:#ef444414;border:1px solid #ef444433;border-radius:8px;padding:8px 12px;font-size:.82rem;font-weight:500;transition:all .2s}.btn-logout:hover{background:#ef444426}.admin-main{flex-direction:column;flex:1;min-height:100vh;margin-left:240px;transition:margin-left .3s;display:flex}.admin-topbar{background:var(--bg2);border-bottom:1px solid var(--border);z-index:40;justify-content:space-between;align-items:center;padding:16px 28px;display:flex;position:sticky;top:0}.page-title{font-size:1.2rem;font-weight:700}.btn-view-site{color:var(--text2);font-size:.85rem}.btn-view-site:hover{color:var(--text)}.admin-content{flex:1;padding:28px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:28px;display:grid}.stat-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:16px;padding:24px;transition:transform .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.stat-card:hover{border-color:var(--accent);transform:translateY(-2px)}.stat-icon{font-size:2rem}.stat-value{color:#4a90d9;font-size:2rem;font-weight:800;display:block}.stat-label{color:var(--text2);font-size:.82rem;font-weight:500;display:block}.stat-bg-icon{opacity:.06;pointer-events:none;font-size:4rem;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.admin-table-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.table-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.table-header h3{font-size:1rem;font-weight:600}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;color:var(--text3);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);background:#ffffff05;padding:12px 16px;font-size:.75rem;font-weight:600}.admin-table td{color:var(--text2);border-bottom:1px solid #25254080;padding:14px 16px;font-size:.88rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{color:var(--text);background:#6366f10a}.action-btns{gap:6px;display:flex}.badge{border-radius:100px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-block}.badge-user{color:var(--accent);background:#6366f126}.badge-admin{color:var(--yellow);background:#f59e0b26}.badge-published{color:var(--green);background:#22c55e26}.badge-draft{color:var(--text3);background:#64748b26}.user-cell{align-items:center;gap:10px;display:flex}.user-avatar-sm{color:#fff;background:linear-gradient(135deg,#1a3a6b,#c8102e);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.form-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:24px;padding:28px}.form-card h3{margin-bottom:20px;font-size:1rem;font-weight:600}.admin-form{flex-direction:column;gap:16px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.admin-page{flex-direction:column;gap:20px;display:flex}.page-controls{justify-content:flex-end;align-items:center;gap:12px;display:flex}.search-input{max-width:280px;padding:9px 14px}.admin-loading{min-height:200px;color:var(--text2);justify-content:center;align-items:center;font-size:.9rem;display:flex}.empty-state{text-align:center;color:var(--text3);padding:60px 20px}.empty-state span{margin-bottom:12px;font-size:3rem;display:block}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100vh;display:flex}.not-found h1{color:var(--border);font-size:8rem;font-weight:800}.not-found p{color:var(--text2);font-size:1.1rem}@media (width<=900px){.hero{text-align:center;grid-template-columns:1fr;min-height:auto;padding:60px 24px}.hero-visual{display:none}.hero-actions{justify-content:center}.hero-title{font-size:2.2rem}.nav-links{background:var(--bg2);border-bottom:1px solid var(--border);flex-direction:column;gap:16px;padding:16px 24px;display:none;position:absolute;top:64px;left:0;right:0}.nav-links.open{display:flex}.nav-hamburger{display:block}.admin-sidebar{width:68px}.admin-main{margin-left:68px}.sidebar-brand,.nav-label,.admin-user-info,.btn-logout{display:none}.form-row{grid-template-columns:1fr}}@media (width<=480px){.auth-card{padding:28px 20px}.stats-grid{grid-template-columns:1fr 1fr}.admin-content{padding:16px}}.hp-container{max-width:1200px;margin:0 auto;padding:0 24px}.hp-red{color:#c8102e}.hp-section-label{color:#c8102e;text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px;padding-left:20px;font-size:.82rem;font-weight:700;display:inline-block;position:relative}.hp-section-label:before{content:"";background:#c8102e;border-radius:2px;width:12px;height:3px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.hp-section-title{color:#fff;margin-bottom:16px;font-size:2.2rem;font-weight:800;line-height:1.2}.hp-section-sub{color:#8fa3bf;max-width:600px}.hp-section-header{text-align:center;margin-bottom:56px}.hp-section-header .hp-section-label{display:block}.hp-section-header .hp-section-sub{margin:0 auto}.hp-btn-primary{color:#fff;cursor:pointer;background:#c8102e;border:2px solid #c8102e;border-radius:6px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.hp-btn-primary:hover{color:#c8102e;background:0 0}.hp-btn-secondary{color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffff4d;border-radius:6px;align-items:center;padding:14px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.hp-btn-secondary:hover{color:#fff;background:#ffffff14;border-color:#fff}.hp-hero{flex-direction:column;justify-content:flex-start;min-height:auto;padding-top:0;display:flex;position:relative;overflow:hidden}.hp-hero-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}:is(.hp-hero:has(.hp-hero-video-stage) .hp-hero-bg,.hp-hero:has(.hp-hero-video-stage) .hp-hero-overlay,.hp-hero:has(.hp-hero-video-stage) .hp-hero-diagonal){display:none}.hp-hero:has(.hp-hero-video-stage){background:#050810}.hp-hero-overlay{background:linear-gradient(110deg,#0a0e1af5 45%,#1a3a6bbf 100%);position:absolute;inset:0}.hp-hero-diagonal{clip-path:polygon(15% 0,100% 0,100% 100%,0% 100%);background:linear-gradient(135deg,#0000 30%,#1a3a6b66 100%);width:45%;position:absolute;top:0;bottom:0;right:0}.hp-hero-video-stage{z-index:2;aspect-ratio:16/8;background:#050810;border:1px solid #ffffff1f;width:min(100% - 48px,1440px);margin:0 auto;position:relative;overflow:hidden;box-shadow:0 28px 90px #0000008c}.hp-intro-section{background:#050810;margin-top:52px;padding:96px 0 0;position:relative;overflow:hidden}.hp-hero-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:40px;width:100%;max-width:1200px;margin:0 auto;padding:0 24px 72px;display:grid;position:relative}.hp-hero-content-below{align-items:stretch;margin-top:0}.hp-hero-tagline{color:#c8102e;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:10px;margin-bottom:20px;font-size:.85rem;font-weight:600;display:flex}.hp-tagline-bar{background:#c8102e;border-radius:2px;width:30px;height:3px;display:inline-block}.hp-hero-title{color:#fff;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:20px;font-size:4.5rem;font-weight:900;line-height:1}.hp-hero-title-red{color:#c8102e}.hp-hero-subtitle{color:#ffffffb3;max-width:480px;margin-bottom:36px;font-size:1rem;line-height:1.8}.hp-hero-btns{flex-wrap:wrap;gap:14px;margin-bottom:36px;display:flex}.hp-hero-phone{color:#fff;align-items:center;gap:14px;display:flex}.hp-phone-icon{background:#c8102e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;display:flex}.hp-hero-phone span{color:#fff9;font-size:.75rem;display:block}.hp-hero-phone strong{font-size:1.1rem;font-weight:700;display:block}.hp-hero-right{display:none}.hp-hero-worker{object-fit:contain;filter:drop-shadow(0 0 40px #c8102e4d);width:auto;max-height:600px}.hp-hero-video-frame{aspect-ratio:16/10;background:#050810;width:min(100%,720px);overflow:hidden;box-shadow:0 24px 70px #00000073}.hp-hero-video{object-fit:contain;background:#050810;width:100%;height:100%;display:block}.hp-hero-intro-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#111827c7;border:1px solid #ffffff1f;border-top:3px solid #c8102e;flex-direction:column;justify-content:center;padding:0;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.hp-hero-intro-image{object-fit:cover;width:100%;height:100%;min-height:520px;display:block}.hp-hero-intro-card>span{color:#c8102e;letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px;font-size:.78rem;font-weight:800}.hp-hero-intro-card h3{color:#fff;margin-bottom:14px;font-size:1.55rem;line-height:1.35}.hp-hero-intro-card p{color:#ffffffb8;margin-bottom:24px;line-height:1.75}.hp-hero-intro-metrics{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.hp-hero-intro-metrics strong{color:#fff;flex-direction:column;gap:3px;font-size:1.35rem;display:flex}.hp-hero-intro-metrics small{color:#8fa3bf;font-size:.74rem;font-weight:600}.hp-hero-cards{display:none}.hp-hero-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111827e0;border:1px solid #ffffff1a;border-top:3px solid #c8102e;align-items:center;gap:14px;min-height:108px;padding:22px 26px;transition:transform .3s,background .3s,border-color .3s;animation:.75s both hpCardRise;display:flex;transform:translateY(0);box-shadow:0 18px 50px #00000047}.hp-hero-card:nth-child(2){animation-delay:.12s}.hp-hero-card:nth-child(3){animation-delay:.24s}.hp-hero-card:hover{background:#c8102e2e;border-color:#c8102ecc;transform:translateY(-6px)}.hp-hero-card:first-child{border-radius:0}.hp-hcard-icon{font-size:1.8rem}.hp-hero-card strong{color:#fff;font-size:1rem;font-weight:700;display:block}.hp-hero-card p{color:#ffffffa6;font-size:.8rem}@keyframes hpCardRise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.hp-about{background:#0a0e1a;padding:100px 0}.hp-about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.hp-about-images,.hp-about-media{position:relative}.hp-about-img-main,.hp-about-video-wrap{border-radius:12px;height:480px;overflow:hidden}.hp-about-img-main img{object-fit:cover;width:100%;height:100%}.hp-about-video{object-fit:cover;background:#111827;width:100%;height:100%;display:block}.hp-about-video-badge{text-align:center;background:#c8102e;border:4px solid #0a0e1a;border-radius:10px;padding:14px 22px;position:absolute;bottom:24px;right:24px;box-shadow:0 16px 36px #00000059}.hp-about-video-badge strong{color:#fff;font-size:1.8rem;font-weight:900;display:block}.hp-about-video-badge span{color:#ffffffe0;font-size:.78rem;display:block}.hp-about-img-small{border:4px solid #0a0e1a;border-radius:12px;width:220px;position:absolute;bottom:-30px;right:-30px;overflow:hidden}.hp-about-img-small img{object-fit:cover;width:100%;height:160px;display:block}.hp-about-badge{text-align:center;background:#c8102e;padding:10px 16px;position:absolute;bottom:0;left:0;right:0}.hp-about-badge strong{color:#fff;font-size:1.6rem;font-weight:900;display:block}.hp-about-badge span{color:#ffffffd9;font-size:.75rem;display:block}.hp-about-desc{color:#8fa3bf;margin-bottom:16px;line-height:1.8}.hp-about-points{flex-direction:column;gap:10px;margin-top:24px;display:flex}.hp-point{color:#e8edf5;align-items:center;gap:10px;font-size:.92rem;display:flex}.hp-point-check{color:#fff;background:#c8102e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;font-weight:700;display:flex}.hp-stats{background:linear-gradient(135deg,#1a3a6b 0%,#0d1a3a 50%,#1a0610 100%);padding:70px 0}.hp-stats-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.stat-item{text-align:center;border-right:1px solid #ffffff1a;padding:40px 20px;transition:background .3s,transform .3s,box-shadow .3s}.stat-item:last-child{border-right:none}.stat-item:hover{background:#02061794;transform:translateY(-6px);box-shadow:inset 0 0 0 1px #ffffff14,0 18px 45px #00000047}.stat-icon-big{margin-bottom:12px;font-size:2.5rem;transition:transform .3s}.stat-item:hover .stat-icon-big{transform:scale(1.08)}.stat-number{color:#fff;margin-bottom:8px;font-size:3.5rem;font-weight:900;line-height:1}.stat-label-text{color:#ffffffa6;font-size:.9rem;font-weight:500}.hp-services{background:#0f1420;padding:100px 0}.hp-services-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.hp-service-card{cursor:pointer;min-height:100%;color:inherit;background:#111827;border:1px solid #1e2a40;border-radius:16px;flex-direction:column;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;overflow:hidden}.hp-service-card:hover,.hp-service-card.active{border-color:#c8102e;transform:translateY(-6px);box-shadow:0 20px 50px #c8102e33}.hp-service-img{height:200px;position:relative;overflow:hidden}.hp-service-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.hp-service-card:hover .hp-service-img img{transform:scale(1.05)}.hp-service-body{text-align:left;flex-direction:column;flex:1;padding:22px 20px 24px;display:flex}.hp-service-body h3{color:#fff;min-height:2.85em;margin-bottom:10px;font-size:1.05rem;font-weight:700;line-height:1.35}.hp-service-body p{color:#8fa3bf;flex:1;margin-bottom:18px;font-size:.87rem;line-height:1.7}.hp-service-link{color:#c8102e;pointer-events:none;align-self:flex-start;margin-top:auto;font-size:0;font-weight:700;transition:letter-spacing .2s}.hp-service-link:after{content:"Learn More ->";font-size:.85rem}.hp-service-link:hover{letter-spacing:.05em}.service-detail-page{background:#0a0e1a;min-height:100vh}.service-hero{align-items:center;min-height:560px;padding:120px 0 76px;display:flex;position:relative;overflow:hidden}.service-hero-bg{background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.04)}.service-hero-overlay{background:linear-gradient(90deg,#0a0e1af5,#0a0e1ab8,#0a0e1a40);position:absolute;inset:0}.service-hero-content{z-index:1;grid-template-columns:minmax(0,1fr) minmax(340px,460px);align-items:center;gap:36px;width:100%;max-width:1200px;display:grid;position:relative}.service-hero-copy{flex-direction:column;align-items:flex-start;display:flex}.service-back-link{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#111827b8;border:1px solid #ffffff24;border-radius:8px;align-items:center;min-height:40px;margin-top:18px;padding:9px 14px;font-size:.9rem;font-weight:700;line-height:1;display:inline-flex}.service-back-link:hover{color:#fff;background:#c8102ee6}.service-hero-actions{align-items:center;gap:12px;margin-top:4px;display:flex}.service-hero h1{color:#fff;margin:14px 0 18px;font-size:clamp(2.4rem,5vw,4.8rem);font-weight:900;line-height:1}.service-hero p{color:#b9c7db;max-width:720px;margin-bottom:28px;font-size:1.08rem;line-height:1.8}.service-hero-btn{width:auto;padding:13px 24px;display:inline-block}.service-hero-media{background:#111827b8;border:1px solid #ffffff1f;border-radius:14px;overflow:hidden;box-shadow:0 24px 60px #00000059}.service-hero-image{object-fit:cover;width:100%;height:100%;min-height:360px;display:block}.service-detail-section{background:#0a0e1a;padding:90px 0}.service-detail-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:32px;display:grid}.service-detail-main{gap:24px;display:grid}.service-detail-card,.service-side-card{background:#111827;border:1px solid #1e2a40;border-radius:12px;padding:28px}.service-detail-card h2,.service-side-card h3{color:#fff;margin-bottom:14px;font-size:1.35rem}.service-detail-card>p,.service-side-card p{color:#8fa3bf;margin-bottom:20px;line-height:1.75}.service-list{gap:14px;display:grid}.service-list-item{grid-template-columns:28px 1fr;align-items:start;gap:12px;display:grid}.service-list-item span{color:#fff;background:#c8102e;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-weight:900;display:flex}.service-list-item p{color:#c7d3e4;line-height:1.65}.service-process{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.service-process-step{background:#0f1420;border:1px solid #1e2a40;border-radius:10px;min-height:118px;padding:16px}.service-process-step span{color:#c8102e;margin-bottom:12px;font-weight:900;display:block}.service-process-step strong{color:#fff;font-size:.9rem;line-height:1.35}.service-sub-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.service-sub-item{color:#d8e2f1;background:#0f1420;border:1px solid #1e2a40;border-radius:10px;align-items:center;min-height:52px;padding:12px 14px;font-size:.92rem;font-weight:600;line-height:1.35;display:flex}.service-sub-item:before{content:"";background:#c8102e;border-radius:50%;flex:none;width:8px;height:8px;margin-right:10px}.service-sidebar{gap:24px;display:grid;position:sticky;top:120px}.service-side-card ul{gap:12px;list-style:none;display:grid}.service-side-card li{color:#c7d3e4;padding-left:18px;line-height:1.5;position:relative}.service-side-card li:before{content:"";background:#c8102e;border-radius:50%;width:7px;height:7px;position:absolute;top:.68em;left:0}.related-services{background:#0f1420;padding:80px 0 100px}.related-services-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.related-service-card{color:inherit;background:#111827;border:1px solid #1e2a40;border-radius:12px;grid-template-rows:190px 1fr;transition:transform .25s,border-color .25s;display:grid;overflow:hidden}.related-service-card:hover{border-color:#c8102e;transform:translateY(-4px)}.related-service-card img{object-fit:cover;width:100%;height:100%}.related-service-card div{padding:20px}.related-service-card h3{color:#fff;margin:8px 0;font-size:1rem}.related-service-card p{color:#8fa3bf;font-size:.86rem;line-height:1.65}.hp-projects{background:#0a0e1a;padding:100px 0}.hp-projects-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.hp-project-card{appearance:none;text-align:left;width:100%;color:inherit;cursor:pointer;background:#111827;border:1px solid #1e2a40;border-radius:16px;padding:0;transition:transform .3s,box-shadow .3s,border-color .3s;overflow:hidden}.hp-project-card:focus-visible{outline-offset:3px;outline:2px solid #c8102e}.hp-project-card:hover{border-color:#c8102e80;transform:translateY(-4px);box-shadow:0 16px 40px #00000080}.hp-project-img{height:240px;position:relative;overflow:hidden}.hp-project-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.hp-project-card:hover .hp-project-img img{transform:scale(1.08)}.hp-status-badge{letter-spacing:.08em;text-transform:uppercase;border-radius:100px;padding:5px 14px;font-size:.72rem;font-weight:800;position:absolute;top:14px;left:14px}.hp-status-badge.completed{color:#000;background:#c8b400}.hp-status-badge.ongoing{color:#fff;background:#1a3a6b;border:1px solid #4a90d9}.hp-project-overlay{background:linear-gradient(#0000 40%,#0a0e1ad9 100%);align-items:flex-end;padding:16px;display:flex;position:absolute;inset:0}.hp-project-type{color:#fff;background:#c8102ed9;border-radius:4px;padding:3px 10px;font-size:.72rem;font-weight:700}.hp-project-info{padding:16px 18px}.hp-project-info h4{color:#fff;margin-bottom:0;font-size:.95rem;font-weight:700}.hp-project-location{display:none}.project-modal{z-index:1200;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.project-modal-backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050810db;border:0;position:absolute;inset:0}.project-modal-panel{z-index:1;background:#0f1420;border:1px solid #ffffff1f;border-radius:18px;grid-template-rows:auto 1fr auto;width:min(1120px,100%);max-height:min(90vh,920px);display:grid;position:relative;overflow:hidden;box-shadow:0 30px 90px #0000008c}.project-modal-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:24px;padding:24px 24px 18px;display:flex}.project-modal-header .hp-status-badge{margin-bottom:14px;display:inline-flex;position:static}.project-modal-header h3{color:#fff;margin-bottom:6px;font-size:1.6rem;line-height:1.2}.project-modal-header p{color:#8fa3bf;font-size:.92rem}.project-modal-close{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:10px;width:42px;height:42px;font-size:1.7rem;line-height:1}.project-modal-stage{background:#0a0e1a;justify-content:center;align-items:center;min-height:0;padding:18px 72px;display:flex;position:relative}.project-modal-main-image{object-fit:contain;border-radius:14px;width:100%;max-height:60vh}.project-modal-nav{color:#fff;cursor:pointer;background:#0a0e1ac7;border:0;border-radius:50%;width:48px;height:48px;font-size:2rem;position:absolute;top:50%;transform:translateY(-50%)}.project-modal-nav-prev{left:16px}.project-modal-nav-next{right:16px}.project-modal-footer{border-top:1px solid #ffffff14;padding:18px 24px 24px}.project-modal-count{color:#8fa3bf;margin-bottom:14px;font-size:.88rem;display:inline-block}.project-modal-thumbs{grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:12px;max-height:180px;display:grid;overflow-y:auto}.project-modal-thumb{cursor:pointer;aspect-ratio:1.2;background:#111827;border:1px solid #ffffff1a;border-radius:10px;padding:0;overflow:hidden}.project-modal-thumb.active{border-color:#c8102e;box-shadow:0 0 0 2px #c8102e33}.project-modal-thumb img{object-fit:cover;width:100%;height:100%;display:block}.hp-why{background:#111827;padding:100px 0}.hp-why-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.hp-why-img{border-radius:16px;height:500px;overflow:hidden}.hp-why-img img{object-fit:cover;width:100%;height:100%}.hp-why-points{flex-direction:column;gap:24px;margin-top:32px;display:flex}.hp-why-item{background:#0a0e1a;border-left:3px solid #c8102e;border-radius:10px;align-items:flex-start;gap:16px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex}.hp-why-item:hover{transform:translate(4px);box-shadow:0 4px 20px #0000004d}.hp-why-num{color:#c8102e33;min-width:40px;font-size:2rem;font-weight:900;line-height:1}.hp-why-icon{margin-top:2px;font-size:1.4rem}.hp-why-content h4{color:#fff;margin-bottom:6px;font-size:1rem;font-weight:700}.hp-why-content p{color:#8fa3bf;font-size:.87rem;line-height:1.7}.hp-cta{text-align:center;padding:100px 24px;position:relative;overflow:hidden}.hp-cta-bg{background-position:50%;background-size:cover;background-attachment:fixed;position:absolute;inset:0}.hp-cta-overlay{background:linear-gradient(135deg,#1a3a6beb,#c8102ed9);position:absolute;inset:0}.hp-cta-content{z-index:2;max-width:650px;margin:0 auto;position:relative}.hp-cta-content h2{color:#fff;margin-bottom:16px;font-size:2.5rem;font-weight:800}.hp-cta-content p{color:#fffc;margin-bottom:36px;font-size:1.05rem}.hp-btn-cta{color:#1a3a6b;background:#fff;border:2px solid #fff;border-radius:6px;padding:16px 36px;font-size:1rem;font-weight:800;text-decoration:none;transition:all .25s;display:inline-block}.hp-btn-cta:hover{color:#fff;background:0 0}.hp-contact{background:#0f1420;padding:100px 0}.hp-contact-grid{grid-template-columns:1fr 1.5fr;align-items:start;gap:48px;display:grid}.hp-contact-info h3{color:#fff;margin-bottom:28px;font-size:1.4rem;font-weight:700}.hp-contact-item{border-bottom:1px solid #1e2a40;align-items:flex-start;gap:16px;margin-bottom:20px;padding-bottom:20px;display:flex}.hp-contact-item:last-child{border-bottom:none}.hp-contact-icon{background:#c8102e1a;border:1px solid #c8102e4d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;display:flex}.hp-contact-item span{color:#8fa3bf;margin-bottom:4px;font-size:.78rem;font-weight:500;display:block}.hp-contact-item strong{color:#e8edf5;font-size:.9rem;display:block}.hp-contact-form{background:#111827;border:1px solid #1e2a40;border-radius:16px;padding:36px}.hp-contact-form h3{color:#fff;margin-bottom:24px;font-size:1.3rem;font-weight:700}.hp-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.hp-form-group{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.hp-form-group label{color:#8fa3bf;font-size:.82rem;font-weight:500}.hp-form-group input,.hp-form-group select,.hp-form-group textarea{color:#e8edf5;background:#0a0e1a;border:1px solid #1e2a40;border-radius:8px;width:100%;padding:12px 14px;font-family:inherit;font-size:.92rem;transition:border-color .2s}.hp-form-group input:focus,.hp-form-group select:focus,.hp-form-group textarea:focus{border-color:#c8102e;outline:none}.hp-footer{background:#050810;padding:60px 0 0}.hp-footer-grid{border-bottom:1px solid #1e2a40;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:40px;padding-bottom:48px;display:grid}.hp-footer-logo{background:#fff;border-radius:10px;width:140px;height:auto;margin-bottom:16px;padding:8px;display:block}.hp-footer-brand p{color:#8fa3bf;margin-bottom:20px;font-size:.87rem;line-height:1.7}.hp-footer-socials{gap:10px;display:flex}.hp-footer-socials a{background:#1e2a40;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;text-decoration:none;transition:background .2s;display:flex}.hp-footer-socials a:hover{background:#c8102e}.hp-footer-col h4{color:#fff;margin-bottom:20px;font-size:1rem;font-weight:700}.hp-footer-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.hp-footer-col ul li a{color:#8fa3bf;font-size:.87rem;text-decoration:none;transition:color .2s}.hp-footer-col ul li a:hover{color:#c8102e}.hp-footer-col ul li{color:#8fa3bf;font-size:.87rem}.hp-newsletter{border:1px solid #1e2a40;border-radius:6px;margin-top:16px;display:flex;overflow:hidden}.hp-newsletter input{color:#e8edf5;background:#111827;border:none;border-radius:0;outline:none;flex:1;width:auto;padding:10px 14px;font-size:.85rem}.hp-newsletter button{color:#fff;cursor:pointer;background:#c8102e;border:none;padding:10px 16px;font-size:1rem;transition:background .2s}.hp-newsletter button:hover{background:#a50d25}.hp-footer-bottom{color:#4a6080;justify-content:space-between;align-items:center;padding:20px 0;font-size:.82rem;display:flex}.hp-whatsapp-btn{z-index:999;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:28px;left:28px;box-shadow:0 4px 20px #25d36680}.hp-whatsapp-btn:hover{color:#fff;transform:scale(1.1);box-shadow:0 8px 30px #25d36699}.hp-whatsapp-btn svg{width:28px;height:28px}@media (width<=1024px){.hp-hero-title{font-size:3.5rem}.hp-hero-video-stage{aspect-ratio:16/8;width:calc(100% - 32px);margin-bottom:48px}.hp-services-grid,.hp-projects-grid,.hp-stats-grid{grid-template-columns:repeat(2,1fr)}.service-detail-grid{grid-template-columns:1fr}.service-sidebar{position:static}.service-process{grid-template-columns:repeat(3,1fr)}.service-sub-grid{grid-template-columns:repeat(2,1fr)}.service-hero-content{grid-template-columns:1fr}.related-services-grid{grid-template-columns:repeat(2,1fr)}.stat-item{border-bottom:1px solid #ffffff1a}.hp-footer-grid{grid-template-columns:1fr 1fr}.project-modal-panel{width:min(920px,100%)}.project-modal-stage{padding:18px 56px}}@media (width<=768px){.hp-hero{padding-top:0}.hp-intro-section{margin-top:32px;padding-top:56px}.hp-hero-video-stage{aspect-ratio:16/9;width:calc(100% - 24px);margin-bottom:36px}.hp-hero-content{grid-template-columns:1fr;padding:0 24px 50px}.hp-hero-content-below{margin-top:0}.hp-hero-intro-card{padding:0}.hp-hero-intro-image{min-height:360px}.hp-hero-intro-metrics{grid-template-columns:1fr 1fr 1fr}.hp-hero-title{font-size:2.8rem}.hp-hero-cards{grid-template-columns:1fr;padding-bottom:56px}.hp-about-grid{grid-template-columns:1fr}.hp-about-video-wrap{height:320px}.hp-about-video-badge{padding:10px 16px;bottom:16px;right:16px}.hp-about-img-small{display:none}.hp-why-grid{grid-template-columns:1fr}.hp-why-img{display:none}.hp-contact-grid,.hp-services-grid{grid-template-columns:1fr}.hp-service-body h3{min-height:auto}.hp-projects-grid{grid-template-columns:1fr}.project-modal{padding:12px}.project-modal-panel{max-height:92vh}.project-modal-header{padding:18px}.project-modal-header h3{font-size:1.2rem}.project-modal-stage{padding:14px 12px}.project-modal-main-image{max-height:46vh}.project-modal-nav{width:40px;height:40px;top:auto;bottom:18px;transform:none}.project-modal-nav-prev{left:18px}.project-modal-nav-next{right:18px}.project-modal-footer{padding:16px 18px 18px}.project-modal-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}.service-hero{min-height:440px;padding:96px 0 56px}.service-hero-copy{order:2}.service-hero-media{order:1}.service-hero-image{min-height:260px}.service-detail-section{padding:60px 0}.service-detail-card,.service-side-card{padding:22px}.service-process,.service-sub-grid,.related-services-grid{grid-template-columns:1fr}.hp-section-title{font-size:1.8rem}.hp-footer-grid,.hp-form-row{grid-template-columns:1fr}.hp-cta-content h2{font-size:1.8rem}}@media (width<=480px){.hp-hero-title{font-size:2.2rem}.hp-hero-video-stage{border-left:0;border-right:0;width:100%}.hp-hero-intro-metrics{grid-template-columns:1fr}.hp-hero-btns{flex-direction:column}.stat-number{font-size:2.5rem}}
