/* =========================================================
   MR Solutions – Professional Corporate Stylesheet
   Upgraded Version – Clean, Modern, SEO-Friendly
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
    --primary:       #0B2F5E;
    --primary-light: #1B4B8A;
    --accent:        #E8A217;
    --accent-hover:  #C98A0F;
    --teal:          #0D9488;
    --white:         #FFFFFF;
    --off-white:     #F7F9FC;
    --light-gray:    #EEF1F6;
    --border:        #DDE2EB;
    --dark:          #111827;
    --body-text:     #374151;
    --muted:         #6B7280;
    --radius-sm:     6px;
    --radius:        12px;
    --radius-lg:     20px;
    --shadow-sm:     0 2px 8px rgba(11,47,94,0.07);
    --shadow:        0 8px 32px rgba(11,47,94,0.10);
    --shadow-lg:     0 20px 60px rgba(11,47,94,0.15);
    --transition:    all 0.3s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--white);
    color: var(--body-text);
    line-height: 1.7;
    font-size: 1rem;
    padding-top: 76px;
}

a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--teal); }
img { max-width: 100%; height: auto; display: block; }

/* TYPOGRAPHY */
h1,h2,h3,h4,h5,h6 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; color: var(--dark); line-height: 1.2; }
h1 { font-size: clamp(2rem,4vw,3.25rem); }
h2 { font-size: clamp(1.6rem,3vw,2.5rem); }
h3 { font-size: clamp(1.25rem,2.5vw,1.75rem); }
p { margin-bottom: 1rem; color: var(--body-text); }
.lead { font-size: 1.15rem; color: var(--muted); font-weight: 400; line-height: 1.8; }

/* NAVBAR */
.navbar {
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--border);
    transition: var(--transition);
}
.navbar-shadow { box-shadow: 0 4px 24px rgba(11,47,94,0.10); }
.navbar-brand {
    display: flex; align-items: center; gap: 10px;
    font-size: 1.3rem; font-weight: 800; color: var(--primary) !important; letter-spacing: -0.4px;
}
.brand-logo-icon {
    width: 36px; height: 36px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    border-radius: 9px; display: flex; align-items: center; justify-content: center;
    color: white; font-size: 0.95rem; font-weight: 800; flex-shrink: 0;
}
.brand-name span { color: var(--accent); }
.navbar-nav .nav-link {
    font-weight: 600; font-size: 0.92rem; color: var(--dark);
    padding: 0.48rem 0.9rem !important; border-radius: var(--radius-sm);
    transition: var(--transition);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--primary); background: var(--off-white); }
.navbar-toggler { border: 2px solid var(--border); border-radius: var(--radius-sm); padding: 6px 10px; }
.navbar-toggler:focus { box-shadow: none; }

/* BUTTONS */
.btn {
    font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 0.9rem;
    padding: 0.7rem 1.8rem; border-radius: 50px; transition: var(--transition);
    display: inline-flex; align-items: center; gap: 8px; letter-spacing: 0.2px; border: 2px solid transparent;
}
.btn-lg { padding: 0.88rem 2.2rem; font-size: 1rem; }
.btn-sm { padding: 0.45rem 1.2rem; font-size: 0.85rem; }

.btn-primary { background: var(--primary); border-color: var(--primary); color: white; box-shadow: 0 4px 16px rgba(11,47,94,0.25); }
.btn-primary:hover { background: var(--primary-light); border-color: var(--primary-light); color: white; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(11,47,94,0.30); }

.btn-accent { background: var(--accent); border-color: var(--accent); color: white; box-shadow: 0 4px 16px rgba(232,162,23,0.30); }
.btn-accent:hover { background: var(--accent-hover); border-color: var(--accent-hover); color: white; transform: translateY(-2px); }

.btn-outline-white { background: transparent; border-color: rgba(255,255,255,0.5); color: white; }
.btn-outline-white:hover { background: rgba(255,255,255,0.12); border-color: white; color: white; transform: translateY(-2px); }

.btn-white { background: white; border-color: white; color: var(--primary); box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.btn-white:hover { background: var(--off-white); color: var(--primary); transform: translateY(-2px); }

/* SECTIONS */
.section { padding: 90px 0; }
.section-sm { padding: 60px 0; }
.section-off { background: var(--off-white); }

.section-header { margin-bottom: 56px; }
.section-header.centered { text-align: center; max-width: 620px; margin-left: auto; margin-right: auto; }
.section-header h2 { margin-bottom: 12px; }
.section-header p { color: var(--muted); font-size: 1.05rem; margin: 0; }
.section-header.on-dark h2 { color: white; }
.section-header.on-dark p { color: rgba(255,255,255,0.65); }

.section-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(232,162,23,0.12); color: var(--accent-hover);
    font-weight: 700; font-size: 0.78rem; letter-spacing: 1.2px; text-transform: uppercase;
    padding: 6px 16px; border-radius: 50px; border: 1px solid rgba(232,162,23,0.3); margin-bottom: 14px;
}
.section-badge.on-dark { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.8); border-color: rgba(255,255,255,0.25); }
.section-badge.teal { background: rgba(13,148,136,0.10); color: var(--teal); border-color: rgba(13,148,136,0.25); }

/* HERO - HOME */
.hero-section {
    position: relative; background: var(--primary); overflow: hidden;
    padding: 100px 0 90px; color: white;
}
.hero-bg {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, #0B2F5E 0%, #1B4B8A 55%, #0D4A6B 100%);
    z-index: 0;
}
.hero-grid {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 48px 48px; z-index: 1;
}
.hero-glow {
    position: absolute; width: 700px; height: 700px; border-radius: 50%;
    background: radial-gradient(circle, rgba(232,162,23,0.14) 0%, transparent 70%);
    top: -250px; right: -150px; z-index: 1;
}
.hero-section .container { position: relative; z-index: 2; }

.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(232,162,23,0.18); border: 1px solid rgba(232,162,23,0.40);
    color: #FFD06A; font-size: 0.80rem; font-weight: 700; letter-spacing: 0.8px;
    text-transform: uppercase; padding: 7px 18px; border-radius: 50px; margin-bottom: 22px;
}
.hero-section h1 { color: white; margin-bottom: 20px; line-height: 1.15; }
.hero-section h1 em { font-style: normal; color: var(--accent); }
.hero-section .lead { color: rgba(255,255,255,0.78); max-width: 520px; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-trust { display: flex; gap: 28px; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.70); font-size: 0.87rem; font-weight: 600; }
.hero-trust-item i { color: var(--accent); }

/* Hero visual */
.hero-visual { position: relative; }
.hero-img-card { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.hero-img-card img { width: 100%; height: 420px; object-fit: cover; }

.stat-chip {
    position: absolute; background: white; border-radius: 12px;
    padding: 14px 18px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px;
}
.stat-chip.c1 { bottom: 28px; left: -22px; }
.stat-chip.c2 { top: 28px; right: -22px; }
.chip-ico {
    width: 42px; height: 42px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center; font-size: 1.15rem; flex-shrink: 0;
}
.chip-ico.gold { background: rgba(232,162,23,0.14); color: var(--accent-hover); }
.chip-ico.teal { background: rgba(13,148,136,0.12); color: var(--teal); }
.chip-lbl { font-size: 0.76rem; color: var(--muted); font-weight: 500; }
.chip-val { font-size: 1.1rem; font-weight: 800; color: var(--dark); line-height: 1.1; }

/* Inner page hero */
.hero-inner { padding: 72px 0 64px; text-align: center; }
.hero-inner h1 { font-size: clamp(1.9rem,3.5vw,2.75rem); color: white; margin-bottom: 12px; }
.hero-inner p { color: rgba(255,255,255,0.75); font-size: 1.05rem; max-width: 540px; margin: 0 auto; }
.breadcrumb-bar { display: flex; justify-content: center; align-items: center; gap: 8px; margin-bottom: 14px; font-size: 0.85rem; color: rgba(255,255,255,0.50); }
.breadcrumb-bar a { color: rgba(255,255,255,0.68); font-weight: 500; }
.breadcrumb-bar a:hover { color: white; }

/* STATS BAR */
.stats-bar {
    background: white; border-radius: var(--radius); padding: 38px 40px;
    box-shadow: var(--shadow-lg); margin-top: -48px; position: relative; z-index: 10;
}
.stat-item { text-align: center; padding: 10px 16px; border-right: 1px solid var(--border); }
.stat-item:last-child { border-right: none; }
.stat-num { font-size: 2.4rem; font-weight: 800; color: var(--primary); line-height: 1; margin-bottom: 5px; }
.stat-num span { color: var(--accent); }
.stat-lbl { font-size: 0.87rem; color: var(--muted); font-weight: 500; }

/* FEATURE CARDS */
.feature-card {
    background: white; border: 1px solid var(--border); border-radius: var(--radius);
    padding: 34px 28px; transition: var(--transition); height: 100%; position: relative; overflow: hidden;
}
.feature-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--teal)); opacity: 0; transition: var(--transition);
}
.feature-card:hover { border-color: rgba(11,47,94,0.18); box-shadow: var(--shadow); transform: translateY(-5px); }
.feature-card:hover::before { opacity: 1; }

.ficon {
    width: 54px; height: 54px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 20px;
}
.ficon.blue   { background: rgba(11,47,94,0.10); color: var(--primary); }
.ficon.teal   { background: rgba(13,148,136,0.12); color: var(--teal); }
.ficon.gold   { background: rgba(232,162,23,0.12); color: var(--accent-hover); }
.ficon.purple { background: rgba(109,40,217,0.10); color: #6D28D9; }
.ficon.rose   { background: rgba(225,29,72,0.10); color: #E11D48; }
.ficon.orange { background: rgba(234,88,12,0.10); color: #EA580C; }
.ficon.indigo { background: rgba(67,56,202,0.10); color: #4338CA; }
.ficon.green  { background: rgba(22,163,74,0.10); color: #16A34A; }
.ficon.sky    { background: rgba(2,132,199,0.10); color: #0284C7; }

.feature-card h5 { font-size: 1.08rem; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.feature-card p { font-size: 0.94rem; color: var(--muted); margin-bottom: 0; line-height: 1.7; }
.feature-card ul { list-style: none; padding: 0; margin: 12px 0 0; }
.feature-card ul li { font-size: 0.88rem; color: var(--muted); padding: 4px 0; display: flex; align-items: flex-start; gap: 8px; }
.feature-card ul li::before { content: '✓'; color: var(--teal); font-weight: 700; margin-top: 1px; flex-shrink: 0; }

/* VALUE / ABOUT CARDS */
.value-card {
    background: white; border: 1px solid var(--border); border-radius: var(--radius);
    padding: 24px; text-align: center; transition: var(--transition);
}
.value-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.value-card .vi { width: 50px; height: 50px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin: 0 auto 14px; }
.value-card h6 { font-size: 1rem; font-weight: 700; margin-bottom: 5px; color: var(--dark); }
.value-card p { font-size: 0.88rem; color: var(--muted); margin: 0; }

/* TESTIMONIALS */
.testimonial-card {
    background: white; border: 1px solid var(--border); border-radius: var(--radius);
    padding: 30px; height: 100%; transition: var(--transition);
}
.testimonial-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.t-stars { color: var(--accent); font-size: 0.95rem; margin-bottom: 14px; }
.t-text { font-size: 0.96rem; color: var(--body-text); line-height: 1.75; margin-bottom: 20px; font-style: italic; }
.t-author { display: flex; align-items: center; gap: 12px; }
.t-avatar {
    width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--teal));
    color: white; display: flex; align-items: center; justify-content: center;
    font-size: 1rem; font-weight: 700; flex-shrink: 0;
}
.t-name { font-weight: 700; font-size: 0.94rem; color: var(--dark); }
.t-role { font-size: 0.81rem; color: var(--muted); }

/* CTA SECTION */
.cta-section {
    background: linear-gradient(135deg, var(--primary) 0%, #0D4A6B 100%);
    position: relative; overflow: hidden; padding: 80px 0; color: white;
}
.cta-section::before {
    content: ''; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
}
.cta-section .container { position: relative; z-index: 1; }
.cta-section h2 { color: white; font-size: clamp(1.8rem,3vw,2.4rem); margin-bottom: 12px; }
.cta-section p { color: rgba(255,255,255,0.72); font-size: 1.05rem; margin-bottom: 0; }

/* CONTACT */
.contact-info-card {
    background: linear-gradient(160deg, var(--primary) 0%, var(--primary-light) 100%);
    border-radius: var(--radius-lg); padding: 40px 34px; color: white; height: 100%;
}
.contact-info-card h4 { color: white; margin-bottom: 8px; }
.contact-info-card > p { color: rgba(255,255,255,0.68); margin-bottom: 32px; }

.cd-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.10); }
.cd-item:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.cd-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--accent); flex-shrink: 0; }
.cd-label { font-size: 0.80rem; color: rgba(255,255,255,0.50); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 3px; }
.cd-value { color: white; font-weight: 600; font-size: 0.96rem; }

.contact-form-card {
    background: white; border: 1px solid var(--border); border-radius: var(--radius-lg);
    padding: 40px; box-shadow: var(--shadow);
}
.contact-form-card h4 { color: var(--dark); margin-bottom: 4px; }
.contact-form-card .sub { color: var(--muted); font-size: 0.9rem; margin-bottom: 28px; }

/* FORMS */
.form-label { font-weight: 600; font-size: 0.88rem; color: var(--dark); margin-bottom: 6px; }
.form-control, .form-select {
    border: 1.5px solid var(--border); border-radius: var(--radius-sm);
    padding: 0.72rem 1rem; font-size: 0.95rem; font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--dark); background: var(--off-white); transition: var(--transition);
}
.form-control:focus, .form-select:focus {
    border-color: var(--primary); background: white;
    box-shadow: 0 0 0 3px rgba(11,47,94,0.09); outline: none;
}
.form-control::placeholder { color: var(--muted); }
textarea.form-control { resize: vertical; min-height: 140px; }

/* CALCULATORS */
.calc-wrapper {
    background: white; border: 1px solid var(--border); border-radius: var(--radius-lg);
    padding: 36px; box-shadow: var(--shadow);
}
.calc-result {
    background: var(--off-white); border: 1px solid var(--border);
    border-radius: var(--radius); padding: 28px; border-left: 4px solid var(--teal); margin-top: 24px;
}
.calc-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 0.94rem; }
.calc-row:last-child { border-bottom: none; }
.calc-row.total { font-weight: 700; font-size: 1.05rem; color: var(--primary); }

/* DEALS */
.deal-card { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; transition: var(--transition); height: 100%; }
.deal-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); border-color: rgba(11,47,94,0.2); }
.deal-tag { display: inline-block; background: rgba(13,148,136,0.12); color: var(--teal); font-size: 0.78rem; font-weight: 700; padding: 4px 12px; border-radius: 50px; margin-bottom: 14px; }

/* ACCORDION */
.accordion-item { border: 1px solid var(--border) !important; border-radius: var(--radius-sm) !important; margin-bottom: 10px; overflow: hidden; }
.accordion-button { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 600; font-size: 0.97rem; color: var(--dark); background: white; padding: 18px 22px; }
.accordion-button:not(.collapsed) { background: var(--off-white); color: var(--primary); box-shadow: none; }
.accordion-body { font-size: 0.94rem; color: var(--muted); padding: 16px 22px 20px; }

/* PROCESS */
.process-step { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--border); }
.process-step:last-child { border-bottom: none; }
.step-num { width: 46px; height: 46px; border-radius: 12px; background: var(--primary); color: white; font-size: 1.05rem; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step-body h5 { font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.step-body p { font-size: 0.91rem; color: var(--muted); margin: 0; }

/* IMAGE UTILITIES */
.img-rounded { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.img-rounded img { width: 100%; height: 100%; object-fit: cover; }

/* FOOTER */
footer { background: var(--dark); color: rgba(255,255,255,0.70); padding: 70px 0 0; }
.footer-top { padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand { display: flex; align-items: center; gap: 10px; font-size: 1.2rem; font-weight: 800; color: white; margin-bottom: 14px; }
.footer-brand span { color: var(--accent); }
.footer-desc { font-size: 0.91rem; color: rgba(255,255,255,0.50); line-height: 1.75; max-width: 290px; margin-bottom: 22px; }
.footer-heading { font-size: 0.80rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 16px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { color: rgba(255,255,255,0.58); font-size: 0.91rem; font-weight: 500; transition: var(--transition); }
.footer-links a:hover { color: white; padding-left: 4px; }

.footer-social { display: flex; gap: 10px; }
.s-icon { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.55); font-size: 0.95rem; transition: var(--transition); }
.s-icon:hover { background: var(--accent); color: white; transform: translateY(-3px); }

.footer-bottom { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 0.84rem; color: rgba(255,255,255,0.38); }
.footer-legal { display: flex; gap: 18px; }
.footer-legal a { font-size: 0.84rem; color: rgba(255,255,255,0.38); }
.footer-legal a:hover { color: rgba(255,255,255,0.75); }

/* UTILITIES */
.text-primary { color: var(--primary) !important; }
.text-accent  { color: var(--accent-hover) !important; }
.text-teal    { color: var(--teal) !important; }
.text-muted   { color: var(--muted) !important; }
.divider { height: 1px; background: var(--border); }

/* RESPONSIVE */
@media (max-width: 991px) {
    .stat-chip.c1 { left: 10px; }
    .stat-chip.c2 { right: 10px; }
    .stats-bar { margin-top: 30px; padding: 28px; }
    .stat-item { border-right: none; border-bottom: 1px solid var(--border); }
    .stat-item:last-child { border-bottom: none; }
}
@media (max-width: 768px) {
    body { padding-top: 68px; }
    .section { padding: 60px 0; }
    .hero-section { padding: 60px 0; }
    .hero-img-card img { height: 280px; }
    .feature-card { padding: 22px 18px; }
    .contact-form-card { padding: 26px 18px; }
    .calc-wrapper { padding: 24px 16px; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .footer-legal { justify-content: center; }
}
@media (max-width: 575px) {
    .hero-actions { flex-direction: column; align-items: flex-start; }
    .hero-actions .btn { width: 100%; justify-content: center; }
}


/* ═══════════════════════════════════════════════════
   PREMIUM HERO — index page only
   Deep navy left · Luminous right · Diagonal split
═══════════════════════════════════════════════════ */

.hero-premium {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

/* Background panels */
.hp-bg-left {
    position: absolute;
    inset: 0;
    background: linear-gradient(150deg, #060F2A 0%, #0B2F5E 45%, #0E3A72 100%);
    z-index: 0;
}

.hp-bg-right {
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 52%;
    background: linear-gradient(135deg, #0D3A6E 0%, #1A5AA0 60%, #1E6BB5 100%);
    clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
}

/* Diagonal accent stripe */
.hp-diagonal {
    position: absolute;
    top: 0; bottom: 0;
    left: 46%;
    width: 6px;
    background: linear-gradient(180deg,
        transparent 0%,
        rgba(232,162,23,0.8) 20%,
        rgba(232,162,23,1) 50%,
        rgba(232,162,23,0.8) 80%,
        transparent 100%
    );
    transform: skewX(-8deg);
    z-index: 5;
    box-shadow: 0 0 40px rgba(232,162,23,0.4);
}

/* Noise texture */
.hp-noise {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");
    z-index: 2;
    pointer-events: none;
}

/* Floating orbs */
.hp-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 2;
    pointer-events: none;
}
.hp-orb-1 {
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(232,162,23,0.18) 0%, transparent 70%);
    top: -120px; left: -80px;
    animation: orbFloat 8s ease-in-out infinite;
}
.hp-orb-2 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(13,148,136,0.15) 0%, transparent 70%);
    bottom: -100px; right: 5%;
    animation: orbFloat 10s ease-in-out infinite reverse;
}
.hp-orb-3 {
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
    top: 50%; left: 40%;
    transform: translateY(-50%);
    animation: orbFloat 12s ease-in-out infinite 2s;
}

@keyframes orbFloat {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-30px) scale(1.05); }
}

/* Grid overlay */
.hp-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 3;
    pointer-events: none;
}

/* Container */
.hp-container {
    position: relative;
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hp-row { min-height: 85vh; }

/* ── LEFT: Content ── */
.hp-content {
    padding: 60px 40px 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Eyebrow */
.hp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.55);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 28px;
    animation: fadeSlideUp 0.6s ease both;
}
.hp-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 10px rgba(232,162,23,0.8);
    animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% { box-shadow: 0 0 8px rgba(232,162,23,0.8); transform: scale(1); }
    50% { box-shadow: 0 0 20px rgba(232,162,23,1); transform: scale(1.2); }
}

/* Heading */
.hp-heading {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 28px;
    color: white;
}
.hp-line {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    line-height: 1.1;
    overflow: hidden;
}
.hp-line-1 {
    font-size: clamp(3rem, 6vw, 5rem);
    color: rgba(255,255,255,0.9);
    letter-spacing: -2px;
    animation: fadeSlideUp 0.7s ease 0.1s both;
}
.hp-line-2 {
    font-size: clamp(3rem, 6vw, 5rem);
    letter-spacing: -2px;
    animation: fadeSlideUp 0.7s ease 0.2s both;
}
.hp-line-3 {
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    font-weight: 600;
    color: rgba(255,255,255,0.55);
    letter-spacing: -0.5px;
    margin-top: 6px;
    animation: fadeSlideUp 0.7s ease 0.3s both;
}
.hp-accent-word {
    font-style: normal;
    color: var(--accent);
    position: relative;
}
.hp-accent-word::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0; right: 0;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
    opacity: 0.4;
}

/* Description */
.hp-desc {
    font-size: 1.08rem;
    color: rgba(255,255,255,0.68);
    line-height: 1.8;
    max-width: 480px;
    margin-bottom: 36px;
    animation: fadeSlideUp 0.7s ease 0.4s both;
}

/* Action buttons */
.hp-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 36px;
    animation: fadeSlideUp 0.7s ease 0.5s both;
}

.hp-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--accent);
    color: white;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid var(--accent);
    box-shadow: 0 8px 32px rgba(232,162,23,0.35), 0 0 0 0 rgba(232,162,23,0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.hp-btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}
.hp-btn-primary:hover {
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 16px 48px rgba(232,162,23,0.45);
}
.hp-btn-primary:hover::before { opacity: 1; }
.hp-btn-primary i { font-size: 1.1rem; }

.hp-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.85);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    border: 1.5px solid rgba(255,255,255,0.20);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}
.hp-btn-ghost:hover {
    color: white;
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.40);
    transform: translateY(-3px);
}

/* Trust bar */
.hp-trust {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    animation: fadeSlideUp 0.7s ease 0.6s both;
}
.hp-trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255,255,255,0.55);
}
.hp-trust-item i { color: var(--accent); font-size: 0.95rem; }

/* ── RIGHT: Visual ── */
.hp-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 60px 50px;
}

.hp-img-wrap {
    position: relative;
    width: 100%;
    max-width: 540px;
    animation: fadeSlideRight 0.9s ease 0.3s both;
}

.hp-img-frame {
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 30px 80px rgba(0,0,0,0.4),
        0 0 0 1px rgba(255,255,255,0.08);
    position: relative;
}
.hp-img-frame img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}
.hp-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(11,47,94,0.1) 0%,
        rgba(11,47,94,0.05) 50%,
        rgba(11,47,94,0.35) 100%
    );
}

/* Floating stat cards */
.hp-card {
    position: absolute;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.20), 0 4px 16px rgba(0,0,0,0.10);
    z-index: 20;
}
.hp-card-1 {
    bottom: 80px; left: -36px;
    animation: fadeSlideUp 0.7s ease 0.8s both, cardFloat 6s ease-in-out 1.5s infinite;
}
.hp-card-2 {
    top: 50px; right: -36px;
    animation: fadeSlideUp 0.7s ease 1s both, cardFloat 7s ease-in-out 2s infinite reverse;
}
.hp-card-3 {
    bottom: -20px; right: 40px;
    animation: fadeSlideUp 0.7s ease 1.1s both, cardFloat 8s ease-in-out 1s infinite;
}
@keyframes cardFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.hp-card-icon {
    width: 46px; height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(232,162,23,0.15), rgba(232,162,23,0.08));
    display: flex; align-items: center; justify-content: center;
    color: var(--accent-hover);
    font-size: 1.2rem;
    flex-shrink: 0;
}
.hp-card-icon-teal {
    background: linear-gradient(135deg, rgba(13,148,136,0.15), rgba(13,148,136,0.08));
    color: var(--teal);
}
.hp-card-icon-navy {
    background: linear-gradient(135deg, rgba(11,47,94,0.15), rgba(11,47,94,0.08));
    color: var(--primary);
}
.hp-card-num {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--dark);
    line-height: 1;
}
.hp-card-num sup {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--accent);
    vertical-align: super;
}
.hp-card-lbl {
    font-size: 0.76rem;
    color: var(--muted);
    font-weight: 500;
    white-space: nowrap;
    margin-top: 2px;
}

/* Services pills strip */
.hp-pills {
    position: absolute;
    bottom: 30px; left: 0; right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    animation: fadeSlideUp 0.7s ease 1.2s both;
    z-index: 20;
}
.hp-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(11,47,94,0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.85);
    font-size: 0.78rem;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 50px;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.hp-pill:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: white;
    transform: translateY(-2px);
}
.hp-pill i { color: var(--accent); font-size: 0.8rem; }
.hp-pill:hover i { color: white; }

/* Bottom wave */
.hp-wave {
    position: absolute;
    bottom: -1px; left: 0; right: 0;
    z-index: 10;
    pointer-events: none;
}
.hp-wave svg {
    display: block;
    width: 100%;
    height: 80px;
}

/* Keyframes */
@keyframes fadeSlideUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeSlideRight {
    from { opacity: 0; transform: translateX(40px); }
    to   { opacity: 1; transform: translateX(0); }
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .hero-premium { min-height: auto; }
    .hp-bg-right { display: none; }
    .hp-diagonal { display: none; }
    .hp-row { min-height: auto; flex-direction: column; }

    .hp-content {
        padding: 80px 0 40px;
        align-items: center;
        text-align: center;
    }
    .hp-eyebrow { justify-content: center; }
    .hp-heading { align-items: center; }
    .hp-desc { text-align: center; }
    .hp-actions { justify-content: center; }
    .hp-trust { justify-content: center; }

    .hp-visual {
        padding: 0 0 80px;
        justify-content: center;
    }
    .hp-img-wrap { max-width: 420px; }
    .hp-img-frame img { height: 320px; }

    .hp-card-1 { left: -10px; bottom: 60px; }
    .hp-card-2 { right: -10px; top: 30px; }
    .hp-card-3 { display: none; }
}

@media (max-width: 575px) {
    .hp-content { padding: 70px 0 30px; }
    .hp-line-1, .hp-line-2 { font-size: clamp(2.4rem, 9vw, 3rem); letter-spacing: -1px; }
    .hp-line-3 { font-size: 1.1rem; }
    .hp-img-frame img { height: 240px; }
    .hp-card { padding: 12px 14px; }
    .hp-card-num { font-size: 1.3rem; }
    .hp-pills { gap: 6px; flex-wrap: wrap; justify-content: center; }
    .hp-pill { font-size: 0.72rem; padding: 5px 10px; }
    .hp-btn-primary, .hp-btn-ghost { font-size: 0.88rem; padding: 12px 22px; }
}
