﻿:root{--navy:#0a1628;--blue:#1e8fc9;--blue-dark:#1572a3;--gold:#c9a84c;--gold-light:#e8c97a;--white:#fff;--beige:#f0f7fc;--charcoal:#1a1a2e;--gray:#6b7280;--light:#f1f5f9;font-family:"Inter",sans-serif}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:"Inter",sans-serif;color:var(--charcoal);background:var(--white);line-height:1.7}
a{text-decoration:none;color:inherit}
ul{list-style:none}
img{max-width:100%;display:block}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
/* HEADER */
header{position:sticky;top:0;z-index:1000;background:var(--white);padding:0 20px;box-shadow:0 2px 12px rgba(30,143,201,.15);border-bottom:2px solid var(--blue)}
.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px}
/* LOGO */
.logo{display:flex;flex-direction:column;line-height:1;text-decoration:none}
.logo-img{width:160px;height:54px;object-fit:contain;object-position:left center;display:block}
.logo-fallback{display:flex;flex-direction:column;line-height:1}
.logo-name{font-size:1.6rem;font-weight:800;color:var(--blue);letter-spacing:.5px}
.logo-tag{font-size:.62rem;color:var(--gray);letter-spacing:1.5px;text-transform:uppercase;margin-top:2px}
nav{display:flex;align-items:center;gap:24px}
nav a{color:var(--charcoal);font-size:.88rem;font-weight:600;transition:.2s;padding:4px 0;border-bottom:2px solid transparent}
nav a:hover,nav a.active{color:var(--blue);border-bottom-color:var(--blue)}
.header-ctas{display:flex;gap:10px}
.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 22px;border-radius:6px;font-weight:600;font-size:.88rem;cursor:pointer;border:none;transition:.25s;font-family:inherit}
.btn-gold{background:var(--gold);color:#fff}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-1px);color:#000}
.btn-outline{border:2px solid var(--blue);color:var(--blue);background:transparent}
.btn-outline:hover{background:var(--blue);color:var(--white)}
.btn-blue{background:var(--blue);color:var(--white)}
.btn-blue:hover{background:var(--blue-dark);transform:translateY(-1px)}
.btn-navy{background:var(--blue);color:var(--white)}
.btn-navy:hover{background:var(--blue-dark);transform:translateY(-1px)}
.btn-lg{padding:14px 32px;font-size:1rem;border-radius:8px}
/* HERO */
.hero{background:linear-gradient(135deg,#0a1a2e 0%,#0d2744 40%,#1e8fc9 100%);min-height:90vh;display:flex;align-items:center;position:relative;overflow:hidden}
.hero-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(30,143,201,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(30,143,201,.08) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite}
@keyframes gridMove{0%{background-position:0 0}100%{background-position:50px 50px}}
.hero-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2;width:100%}
.hero-content{animation:fadeUp .8s ease both}
@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.hero-badge{display:inline-block;background:rgba(30,143,201,.2);border:1px solid rgba(30,143,201,.6);color:#7dd3fc;padding:7px 18px;border-radius:50px;font-size:.75rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:22px}
.hero h1{font-size:3rem;font-weight:900;color:var(--white);line-height:1.15;margin-bottom:20px}
.hero h1 span{color:#7dd3fc}
.hero p{font-size:1.05rem;color:rgba(255,255,255,.82);margin-bottom:32px;max-width:540px;line-height:1.75}
.hero-ctas{display:flex;gap:14px;flex-wrap:wrap}
.hero-card{background:rgba(255,255,255,.07);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:36px 32px;animation:fadeUp .8s .3s ease both}
.hero-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:24px}
.hero-stat{background:rgba(30,143,201,.15);border:1px solid rgba(30,143,201,.3);border-radius:12px;padding:18px 16px;text-align:center}
.hero-stat-num{font-size:1.8rem;font-weight:900;color:#7dd3fc}
.hero-stat-label{font-size:.75rem;color:rgba(255,255,255,.7);margin-top:4px}
.hero-trust{display:flex;flex-direction:column;gap:10px}
.hero-trust-item{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.8);font-size:.88rem}
.hero-trust-item .tick{width:20px;height:20px;background:var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0}
/* TRUST BAR */
.trust-bar{background:var(--blue);padding:14px 20px}
.trust-bar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:8px;color:var(--white);font-weight:600;font-size:.88rem}
/* SECTIONS */
section{padding:80px 0}
.section-label{font-size:.75rem;letter-spacing:3px;text-transform:uppercase;color:var(--blue);font-weight:700;margin-bottom:10px}
.section-title{font-size:2.2rem;font-weight:800;color:#0a1628;margin-bottom:16px}
.section-sub{font-size:1rem;color:var(--gray);max-width:600px;margin:0 auto 48px}
.text-center{text-align:center}
/* PROJECT CARDS */
.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px}
.project-card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.08);transition:.3s;border:1px solid #e0eef6}
.project-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(30,143,201,.18)}
.card-img{height:220px;overflow:hidden;position:relative;background:#e0eef6}
.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}
.project-card:hover .card-img img{transform:scale(1.05)}
.card-badge{position:absolute;top:14px;left:14px;background:var(--blue);color:var(--white);padding:5px 13px;border-radius:4px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;z-index:2}
.card-body{padding:24px}
.card-title{font-size:1.2rem;font-weight:700;color:#0a1628;margin-bottom:8px}
.card-location{font-size:.82rem;color:var(--gray);margin-bottom:12px;display:flex;align-items:center;gap:4px}
.card-desc{font-size:.9rem;color:var(--gray);margin-bottom:16px;line-height:1.6}
.highlights{margin-bottom:18px}
.highlights li{font-size:.85rem;color:var(--charcoal);padding:3px 0;padding-left:18px;position:relative}
.highlights li::before{content:"✔";position:absolute;left:0;color:var(--blue);font-size:.75rem}
.card-ctas{display:flex;gap:8px;flex-wrap:wrap}
.card-ctas .btn{padding:8px 16px;font-size:.82rem;border-radius:5px}
/* ABOUT */
.about-section{background:var(--beige)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about-img{border-radius:16px;overflow:hidden;box-shadow:0 8px 40px rgba(30,143,201,.15);height:420px}
.about-img img{width:100%;height:100%;object-fit:cover}
.about-content .section-label{text-align:left}
.about-content .section-title{text-align:left;font-size:2rem}
.about-content p{color:var(--gray);margin-bottom:18px}
.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}
.stat-box{background:var(--white);border-radius:10px;padding:20px;text-align:center;border-bottom:3px solid var(--blue)}
.stat-num{font-size:2rem;font-weight:800;color:var(--blue)}
.stat-label{font-size:.82rem;color:var(--gray);margin-top:4px}
/* WHY CHOOSE */
.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}
.why-card{background:var(--white);border-radius:12px;padding:28px 22px;text-align:center;border:1px solid #e0eef6;transition:.3s}
.why-card:hover{border-color:var(--blue);box-shadow:0 6px 24px rgba(30,143,201,.15)}
.why-icon{width:52px;height:52px;background:linear-gradient(135deg,var(--blue),var(--blue-dark));border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:1.4rem}
.why-title{font-weight:700;color:#0a1628;margin-bottom:8px;font-size:1rem}
.why-desc{font-size:.86rem;color:var(--gray);line-height:1.6}
/* COMPARISON */
.compare-wrap{overflow-x:auto}
.compare-table{width:100%;border-collapse:collapse;font-size:.88rem}
.compare-table th{background:var(--blue);color:var(--white);padding:14px 16px;text-align:left;font-weight:700}
.compare-table td{padding:12px 16px;border-bottom:1px solid #e0eef6;color:var(--charcoal)}
.compare-table tr:nth-child(even) td{background:var(--beige)}
.compare-table tr:hover td{background:rgba(30,143,201,.06)}
/* SERVICES */
.services-section{background:linear-gradient(135deg,#0a1a2e,#0d2744)}
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}
.service-card{background:rgba(255,255,255,.07);border:1px solid rgba(30,143,201,.25);border-radius:14px;padding:32px 24px;text-align:center;transition:.3s}
.service-card:hover{background:rgba(30,143,201,.15);border-color:var(--blue)}
.service-num{font-size:2rem;font-weight:800;color:var(--blue);margin-bottom:12px}
.service-title{font-size:1.05rem;font-weight:700;color:var(--white);margin-bottom:10px}
.service-desc{font-size:.88rem;color:rgba(255,255,255,.72);line-height:1.7}
/* LOCATION */
.location-section{background:var(--beige)}
.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.location-points{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.loc-point{display:flex;align-items:flex-start;gap:12px;background:var(--white);padding:16px;border-radius:10px;border-left:3px solid var(--blue)}
.loc-icon{font-size:1.3rem}
.loc-text strong{display:block;font-size:.9rem;color:#0a1628;font-weight:700}
.loc-text span{font-size:.8rem;color:var(--gray)}
.location-img-wrap{border-radius:16px;overflow:hidden;height:400px;position:relative}
.location-img-wrap img{width:100%;height:100%;object-fit:cover}
.location-img-overlay{position:absolute;inset:0;background:rgba(0,0,0,.42);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px}
.location-img-overlay h3{color:var(--white);font-size:1.5rem;font-weight:800;margin-bottom:8px}
.location-img-overlay p{color:rgba(255,255,255,.8);font-size:.9rem;margin-bottom:20px}
/* BLOG */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:24px}
.blog-card{background:var(--white);border-radius:12px;overflow:hidden;border:1px solid #e0eef6;transition:.3s}
.blog-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(30,143,201,.12)}
.blog-img{height:180px;background:linear-gradient(135deg,#0d2744,#1e8fc9)}
.blog-img img{width:100%;height:100%;object-fit:cover}
.blog-body{padding:20px}
.blog-cat{font-size:.72rem;color:var(--blue);font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px}
.blog-title{font-size:1rem;font-weight:700;color:#0a1628;margin-bottom:10px;line-height:1.4}
.blog-excerpt{font-size:.85rem;color:var(--gray);line-height:1.6;margin-bottom:14px}
.blog-link{font-size:.85rem;color:var(--blue);font-weight:600}
/* FAQ */
.faq-list{max-width:800px;margin:0 auto}
.faq-item{border:1px solid #e0eef6;border-radius:10px;margin-bottom:12px;overflow:hidden}
.faq-q{padding:18px 22px;font-weight:700;color:#0a1628;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:var(--white);font-size:.95rem;user-select:none}
.faq-q:hover{background:var(--beige)}
.faq-icon{color:var(--blue);font-size:1.2rem;transition:.3s}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-a{display:none;padding:0 22px 18px;color:var(--gray);font-size:.9rem;line-height:1.7}
.faq-item.open .faq-a{display:block}
/* FINAL CTA */
.final-cta{background:linear-gradient(135deg,#0a1a2e,#1e8fc9);padding:80px 20px;text-align:center}
.final-cta h2{font-size:2.4rem;font-weight:800;color:var(--white);margin-bottom:16px}
.final-cta h2 span{color:#7dd3fc}
.final-cta p{color:rgba(255,255,255,.82);font-size:1.05rem;margin-bottom:36px;max-width:560px;margin-left:auto;margin-right:auto}
.cta-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
/* FOOTER */
footer{background:#07101e;color:rgba(255,255,255,.75);padding:60px 20px 20px}
.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}
.footer-brand .logo-name{font-size:1.5rem;color:var(--blue)}
.footer-brand p{font-size:.85rem;margin-top:12px;line-height:1.7;max-width:280px}
.footer-col h4{color:var(--blue);font-size:.85rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px}
.footer-col ul li{margin-bottom:8px}
.footer-col ul li a{font-size:.85rem;color:rgba(255,255,255,.65);transition:.2s}
.footer-col ul li a:hover{color:var(--blue)}
.footer-contact p{font-size:.85rem;color:rgba(255,255,255,.65);margin-bottom:8px}
.footer-bottom{max-width:1200px;margin:0 auto;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;font-size:.8rem}
.powered{color:rgba(255,255,255,.4)}
.powered span{color:var(--blue)}
/* FLOATING */
.whatsapp-float{position:fixed;bottom:90px;right:24px;z-index:999;width:54px;height:54px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);transition:.3s}
.whatsapp-float:hover{transform:scale(1.1)}
.mobile-cta-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:998;background:#0a1a2e;padding:10px 16px;gap:8px}
.mobile-cta-bar .btn{flex:1;justify-content:center;padding:10px 8px;font-size:.82rem}
/* BREADCRUMB */
.breadcrumb{background:var(--beige);padding:12px 20px;font-size:.82rem;border-bottom:1px solid #d0e8f5}
.breadcrumb-inner{max-width:1200px;margin:0 auto;display:flex;gap:8px;align-items:center;color:var(--gray)}
.breadcrumb a{color:var(--blue);font-weight:500}
.breadcrumb a:hover{color:var(--blue-dark)}
/* PAGE HERO */
.page-hero{min-height:300px;display:flex;align-items:center;position:relative;overflow:hidden;padding:80px 20px;text-align:center}
.page-hero-bg{position:absolute;inset:0;z-index:0}
.page-hero-bg img{width:100%;height:100%;object-fit:cover;display:block}
.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,26,46,.88),rgba(30,143,201,.75));z-index:1}
.page-hero .container{position:relative;z-index:2}
.page-hero h1{font-size:2.8rem;font-weight:800;color:var(--white);margin-bottom:16px}
.page-hero h1 span{color:#7dd3fc}
.page-hero p{color:rgba(255,255,255,.85);font-size:1.05rem;max-width:600px;margin:0 auto}
/* MONEY PAGE HERO */
.money-hero{background:linear-gradient(135deg,#0a1a2e,#1e8fc9);padding:90px 20px;text-align:center;position:relative;overflow:hidden}
.money-hero h1{font-size:3rem;font-weight:900;color:var(--white);margin-bottom:18px}
.money-hero h1 span{color:#7dd3fc}
.money-hero p{font-size:1.1rem;color:rgba(255,255,255,.82);max-width:640px;margin:0 auto 32px}
/* HERO BADGE */
.hero-badge{display:inline-block;background:rgba(30,143,201,.2);border:1px solid rgba(30,143,201,.5);color:#7dd3fc;padding:6px 16px;border-radius:50px;font-size:.78rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:22px}
/* INTERNAL PAGE */
.content-section{padding:70px 0}
.two-col{display:grid;grid-template-columns:2fr 1fr;gap:40px;align-items:start}
.sidebar{position:sticky;top:90px}
.sidebar-card{background:var(--beige);border-radius:12px;padding:24px;margin-bottom:20px;border-left:4px solid var(--blue)}
.sidebar-card h4{font-size:1rem;font-weight:700;color:#0a1628;margin-bottom:14px}
.sidebar-card ul li{margin-bottom:8px}
.sidebar-card ul li a{font-size:.88rem;color:var(--charcoal);transition:.2s}
.sidebar-card ul li a:hover{color:var(--blue)}
.sidebar-enquiry{background:linear-gradient(135deg,#0a1a2e,#1e8fc9);border-radius:12px;padding:24px;color:var(--white);margin-bottom:20px}
.sidebar-enquiry h4{color:#7dd3fc;margin-bottom:14px;font-size:1rem;font-weight:700}
/* FORM */
.enquiry-form{background:var(--white);border-radius:14px;padding:32px;box-shadow:0 4px 24px rgba(30,143,201,.1)}
.form-group{margin-bottom:18px}
.form-group label{display:block;font-size:.88rem;font-weight:600;color:#0a1628;margin-bottom:6px}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:11px 14px;border:2px solid #d0e8f5;border-radius:8px;font-size:.9rem;font-family:inherit;transition:.2s;background:var(--white)}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--blue)}
.form-group textarea{min-height:110px;resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
/* BLOG ARTICLE */
.article-body h2{font-size:1.6rem;font-weight:700;color:#0a1628;margin:36px 0 14px}
.article-body h3{font-size:1.2rem;font-weight:700;color:#0a1628;margin:24px 0 10px}
.article-body p{color:var(--gray);margin-bottom:16px;line-height:1.8;font-size:.95rem}
.article-body ul{margin:14px 0 20px 24px}
.article-body ul li{color:var(--gray);font-size:.9rem;margin-bottom:8px}
.toc{background:var(--beige);border-radius:10px;padding:22px 24px;margin:28px 0;border-left:4px solid var(--blue)}
.toc h4{font-size:.9rem;font-weight:700;color:#0a1628;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px}
.toc ol{margin-left:18px}
.toc ol li{font-size:.88rem;margin-bottom:6px}
.toc ol li a{color:#0a1628;transition:.2s}
.toc ol li a:hover{color:var(--blue)}
.cta-box{background:linear-gradient(135deg,#0a1a2e,#1e8fc9);border-radius:14px;padding:32px;text-align:center;margin:36px 0}
.cta-box h3{color:#7dd3fc;font-size:1.3rem;font-weight:700;margin-bottom:10px}
.cta-box p{color:rgba(255,255,255,.82);font-size:.9rem;margin-bottom:20px}
/* FILTERS */
.filter-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:36px;justify-content:center}
.filter-btn{padding:8px 20px;border-radius:50px;border:2px solid #d0e8f5;background:var(--white);color:var(--charcoal);font-size:.85rem;font-weight:600;cursor:pointer;transition:.2s}
.filter-btn:hover,.filter-btn.active{background:var(--blue);color:var(--white);border-color:var(--blue)}
/* HAMBURGER */
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.hamburger span{width:24px;height:2px;background:var(--blue);display:block;transition:.3s;border-radius:2px}
.mobile-nav{display:none;position:fixed;top:72px;left:0;right:0;background:#0a1a2e;z-index:999;padding:20px;flex-direction:column;gap:16px;border-top:2px solid var(--blue)}
.mobile-nav.open{display:flex}
.mobile-nav a{color:rgba(255,255,255,.88);font-size:1rem;font-weight:500;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.mobile-nav .btn{margin-top:8px;justify-content:center}
/* FADE IN */
.fade-in{opacity:0;transform:translateY(20px);transition:.6s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}
/* RESPONSIVE */
@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}.about-grid,.location-grid{grid-template-columns:1fr}.hero-inner{grid-template-columns:1fr}}
@media(max-width:768px){.hero h1{font-size:2rem}.section-title{font-size:1.7rem}.two-col{grid-template-columns:1fr}.mobile-cta-bar{display:flex}.stats-row{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}.header-ctas{display:none}nav{display:none}body{padding-bottom:64px}.footer-grid{grid-template-columns:1fr}.hamburger{display:flex}}
@media(max-width:480px){.hero h1{font-size:1.65rem}.page-hero h1{font-size:1.8rem}.projects-grid{grid-template-columns:1fr}.trust-bar-inner{gap:20px}.hero-stat-grid{grid-template-columns:1fr 1fr}}

/* HERO EXTRAS */
.btn-glass{background:rgba(255,255,255,.12);color:#fff;border:1.5px solid rgba(255,255,255,.35);backdrop-filter:blur(6px)}
.btn-glass:hover{background:rgba(255,255,255,.22);border-color:#fff}
.hero-sub{display:flex;gap:32px;margin-top:36px;padding-top:28px;border-top:1px solid rgba(255,255,255,.15)}
.hs-num{display:block;font-size:2rem;font-weight:800;color:#7dd3fc;line-height:1}
.hs-lbl{font-size:.75rem;color:rgba(255,255,255,.65);text-transform:uppercase;letter-spacing:1px;margin-top:4px;display:block}
.hero-visual{position:relative;animation:fadeUp .9s .2s ease both}
.hero-card-main{border-radius:20px;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.4);position:relative;height:400px}
.hero-card-main img{width:100%;height:100%;object-fit:cover}
.hero-card-badge{position:absolute;bottom:20px;left:20px;background:rgba(30,143,201,.9);backdrop-filter:blur(8px);color:#fff;padding:8px 18px;border-radius:6px;font-size:.8rem;font-weight:700;letter-spacing:1px}
.hero-floating-cards{display:flex;flex-direction:column;gap:12px;position:absolute;right:-20px;top:50%;transform:translateY(-50%)}
.hfc{background:rgba(255,255,255,.95);border-radius:12px;padding:12px 16px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 24px rgba(0,0,0,.15);min-width:180px}
.hfc-icon{width:36px;height:36px;background:linear-gradient(135deg,#1e8fc9,#1572a3);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}
.hfc strong{display:block;font-size:.85rem;color:#0a1628;font-weight:700}
.hfc span{font-size:.72rem;color:#6b7280}
@media(max-width:1024px){.hero-floating-cards{display:none}.hero-card-main{height:300px}}
@media(max-width:768px){.hero-card-main{height:240px}.hero-sub{gap:20px}.hs-num{font-size:1.5rem}}
