/* ===== public/index.html (page-home) ===== */
body.page-home {font-family: "Inter", sans-serif; color: var(--text); background: var(--cs-white); line-height: 1.6;}
body.page-home h1, body.page-home h2, body.page-home h3, body.page-home .hero h1, body.page-home .value-h, body.page-home .section-title, body.page-home .cta-left h2, body.page-home .cta-form h3, body.page-home .insight-title {font-family: "Patua One", serif; letter-spacing: 0.04em;}
body.page-home .hero {min-height: auto;
    padding: 100px 5% 60px;
    background: var(--cs-white);
    position: relative; overflow: hidden;}
body.page-home .hero-media {position: absolute; inset: 0; z-index: 0; display: block;}
body.page-home .hero-bg {display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
body.page-home .hero-overlay {position: absolute; inset: 0;
    background: linear-gradient(to right, var(--cs-white) 0%, var(--cs-white) 38%, rgba(255,255,255,0.7) 55%, rgba(255,255,255,0) 75%);
    z-index: 1;}
body.page-home .hero-inner {max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1.1fr 0.9fr;
    align-items: center; gap: 60px; position: relative; z-index: 2;}
body.page-home .hero-content {max-width: 560px;}
body.page-home .hero-label {display: inline-flex; align-items: center; gap: 10px;
    background: rgba(255,255,255,0.92); border: 1px solid var(--cs-amber);
    color: var(--navy); padding: 8px 18px; border-radius: 999px;
    font-size: 13px; font-weight: 700; margin-bottom: 24px;
    box-shadow: 0 8px 24px rgba(0,0,102,0.06);}
body.page-home .hero-label::before {content: ""; width: 8px; height: 8px;
    border-radius: 50%; background: var(--cs-amber);}
body.page-home .hero h1 {font-size: clamp(42px, 7vw, 72px);
    font-weight: 800; color: var(--navy); line-height: 0.95;
    letter-spacing: -0.02em; margin-bottom: 24px;}
body.page-home .hero h1 span {color: var(--blue);}
body.page-home .hero-sub {font-size: 18px; color: var(--muted); line-height: 1.75; margin-bottom: 36px; max-width: 520px;}
body.page-home .hero-btns {display: flex; gap: 16px; flex-wrap: wrap;}
body.page-home .btn-primary {background: var(--navy); color: var(--cs-white);
    padding: 16px 32px; border-radius: 8px; text-decoration: none;
    font-weight: 600; font-size: 15px; transition: all .2s;
    display: inline-flex; align-items: center; gap: 8px;
    box-shadow: 0 6px 18px rgba(0,0,102,0.12);}
body.page-home .btn-primary:hover {background: var(--blue); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,102,0.18);}
body.page-home .btn-secondary {background: rgba(255,255,255,0.92); color: var(--navy);
    padding: 16px 32px; border-radius: 8px; text-decoration: none;
    font-weight: 600; font-size: 15px; transition: all .2s;
    border: 1px solid var(--cs-card-border);}
body.page-home .btn-secondary:hover {background: var(--cs-white); transform: translateY(-2px);}
body.page-home .hero-visual {position: relative; height: 440px;}
body.page-home .floating-card {position: absolute; background: rgba(255,255,255,0.97); backdrop-filter: blur(12px);
    border-radius: 20px; padding: 32px;
    box-shadow: 0 20px 60px rgba(0,0,102,0.08); border: 1px solid rgba(255,255,255,0.7);}
body.page-home .trust-card {top: 40px; right: 20px; width: 280px;}
body.page-home .speed-card {bottom: 40px; left: 0; width: 320px;}
body.page-home .metric-label {font-size: 13px; color: var(--muted); margin-bottom: 10px; font-weight: 600;}
body.page-home .metric-value {font-size: 48px; font-weight: 800; color: var(--navy); line-height: 1;}
body.page-home .metric-value span {font-size: 24px; color: var(--gold);}
body.page-home .metric-sub {font-size: 14px; color: var(--muted); margin-top: 12px; line-height: 1.6;}
body.page-home .check-list {display: flex; flex-direction: column; gap: 16px;}
body.page-home .check-item {display: flex; align-items: center; gap: 12px;}
body.page-home .check-icon-sm {width: 24px; height: 24px; border-radius: 50%;
    background: var(--gold); display: flex; align-items: center;
    justify-content: center; color: var(--navy);}
body.page-home .check-text {font-size: 14px; color: var(--text); font-weight: 500;}
body.page-home .floating-pill {position: absolute; background: var(--cs-white); border: 1px solid var(--cs-card-border);
    border-radius: 999px; padding: 10px 18px;
    box-shadow: 0 10px 30px rgba(0,0,102,0.06); display: flex;
    align-items: center; gap: 10px; font-size: 13px;
    font-weight: 600; color: var(--navy); animation: float-page-home 3s ease-in-out infinite;}
body.page-home .floating-pill:nth-child(3) {top: 10%; left: -30px; animation-delay: 0s;}
body.page-home .floating-pill:nth-child(4) {bottom: 20%; right: -20px; animation-delay: 1.5s;}
body.page-home .pill-dot {width: 10px; height: 10px; border-radius: 50%;}
@keyframes float-page-home { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
body.page-home .value-section {padding: 80px 5%;
    background: var(--cs-white);}
body.page-home .value-inner {max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;}
body.page-home .value-h {font-size: clamp(24px, 3vw, 36px); font-weight: 800; color: var(--navy); line-height: 1.2;}
body.page-home .value-h span {color: var(--blue);}
body.page-home .value-text {font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 20px;}
body.page-home .stats-grid {display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 0;}
body.page-home .stat-item {padding: 28px 20px; border-left: 1px solid var(--cs-blue-soft);}
body.page-home .stat-item:first-child {border-left: none;}
body.page-home .stat-num {font-size: 36px; font-weight: 800; color: var(--navy); line-height: 1;}
body.page-home .stat-num sup {font-size: 18px;}
body.page-home .stat-label {font-size: 13px; color: var(--muted); margin-top: 6px; font-weight: 500;}
body.page-home .value-stats-wrapper {padding-top: 40px; border-top: 1px solid var(--cs-blue-soft);}
body.page-home .services-section {padding: 100px 5%; background: var(--light);}
body.page-home .section-label {font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; text-align: center;}
body.page-home .section-title {font-size: clamp(26px, 3vw, 40px); font-weight: 800; color: var(--navy); text-align: center; margin-bottom: 12px;}
body.page-home .section-sub {font-size: 16px; color: var(--muted); text-align: center; max-width: 560px; margin: 0 auto 60px; line-height: 1.7;}
body.page-home .services-grid {max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;}
body.page-home .service-card {background: var(--cs-white); border-radius: 16px; padding: 36px;
    display: flex; gap: 24px;
    box-shadow: 0 2px 16px rgba(0,0,102,0.05);
    transition: transform .25s, box-shadow .25s, border-color .25s;
    cursor: default;
    border: 1px solid var(--cs-card-border);}
body.page-home .service-card:hover {transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,102,0.1); border-color: var(--cs-amber);}
body.page-home .service-icon {width: 52px; height: 52px; border-radius: 14px;
    background: var(--light); display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; color: var(--navy);}
body.page-home .service-card:hover .service-icon {background: var(--navy); color: var(--cs-white);}
body.page-home .service-content h3 {font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 10px;}
body.page-home .service-content p {font-size: 14px; color: var(--muted); line-height: 1.7;}
body.page-home .service-link {display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--blue); text-decoration: none; margin-top: 14px;}
body.page-home .service-link:hover {color: var(--navy);}
body.page-home .testimonials-section {padding: 100px 5%; background: var(--navy);}
body.page-home .testimonials-section .section-label {color: var(--gold);}
body.page-home .testimonials-section .section-title {color: var(--cs-white);}
body.page-home .testimonials-section .section-sub {color: rgba(255,255,255,0.65);}
body.page-home .testimonials-grid {max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;}
body.page-home .testimonial-card {background: rgba(255,255,255,0.06); border-radius: 16px;
    padding: 32px; border: 1px solid rgba(255,255,255,0.1);
    transition: background .25s;}
body.page-home .testimonial-card:hover {background: rgba(255,255,255,0.1);}
body.page-home .stars {color: var(--gold); font-size: 18px; margin-bottom: 18px; letter-spacing: 2px;}
body.page-home .testimonial-text {font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.75; margin-bottom: 24px;}
body.page-home .testimonial-author {display: flex; align-items: center; gap: 14px;}
body.page-home .author-avatar {width: 44px; height: 44px; border-radius: 50%;
    background: var(--blue); display: flex; align-items: center; justify-content: center;
    font-weight: 700; color: var(--cs-white); font-size: 16px; flex-shrink: 0;}
body.page-home .author-name {font-weight: 700; color: var(--cs-white); font-size: 14px;}
body.page-home .author-role {font-size: 12px; color: rgba(255,255,255,0.5);}
body.page-home .insights-section {padding: 100px 5%; background: var(--cs-white);}
body.page-home .insights-header {display: flex; align-items: flex-end; justify-content: space-between; max-width: 1200px; margin: 0 auto 48px;}
body.page-home .insights-header .left .section-label, body.page-home .insights-header .left .section-title {text-align: left;}
body.page-home .view-all {font-size: 14px; font-weight: 600; color: var(--blue); text-decoration: none; display: flex; align-items: center; gap: 6px;}
body.page-home .view-all:hover {color: var(--navy);}
body.page-home .insights-grid {max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px;}
body.page-home .insight-card {border-radius: 16px; overflow: hidden;
    box-shadow: 0 2px 20px rgba(0,0,102,0.07);
    transition: transform .25s, box-shadow .25s; cursor: pointer;}
body.page-home .insight-card:hover {transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,102,0.12);}
body.page-home .insight-img {height: 220px; background: var(--light);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden; position: relative;}
body.page-home .insight-img img {display: block; width: 100%; height: 100%; object-fit: cover;}
body.page-home .insight-img svg {width: 100%; height: 100%;}
body.page-home .insight-body {padding: 28px;}
body.page-home .insight-tag {display: inline-block; background: var(--light); color: var(--blue); font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 20px; margin-bottom: 12px;}
body.page-home .insight-title {font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 10px; line-height: 1.3;}
body.page-home .insight-excerpt {font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 16px;}
body.page-home .insight-meta {font-size: 12px; color: var(--cs-gray-400); font-weight: 500;}
body.page-home .cta-section {padding: 100px 5%; background: var(--light);}
body.page-home .cta-inner {max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;}
body.page-home .cta-left h2 {font-size: clamp(28px, 3.5vw, 42px); font-weight: 800; color: var(--navy); line-height: 1.2; margin-bottom: 20px;}
body.page-home .cta-left p {font-size: 16px; color: var(--muted); line-height: 1.75; margin-bottom: 32px;}
body.page-home .cta-checkmarks {list-style: none; margin-bottom: 36px; display: flex; flex-direction: column; gap: 12px;}
body.page-home .cta-checkmarks li {display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--text); font-weight: 500;}
body.page-home .check-icon {width: 22px; height: 22px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0;}
body.page-home .check-icon svg {width: 12px; height: 12px;}
body.page-home .cta-form {background: var(--cs-white); border-radius: 20px; padding: 40px;
    box-shadow: 0 8px 48px rgba(0,0,102,0.08);}
body.page-home .cta-form h3 {font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 24px;}
body.page-home .form-group {margin-bottom: 18px;}
body.page-home .form-group label {display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 8px;}
body.page-home .form-group input, body.page-home .form-group select, body.page-home .form-group textarea {width: 100%; padding: 12px 16px;
    border: 1.5px solid var(--cs-input-border); border-radius: 8px;
    font-size: 14px; font-family: inherit; color: var(--text);
    outline: none; transition: border .2s;
    background: var(--cs-input-bg);}
body.page-home .form-group input:focus, body.page-home .form-group select:focus, body.page-home .form-group textarea:focus {border-color: var(--blue); background: var(--cs-white);}
body.page-home .form-row {display: grid; grid-template-columns: 1fr 1fr; gap: 16px;}
body.page-home .turnstile-widget {width: 100%;}
body.page-home .turnstile-widget > div,
body.page-home .turnstile-widget iframe {width: 100% !important; max-width: 100%; display: block;}
body.page-home .form-submit {width: 100%; padding: 14px; background: var(--navy); color: var(--cs-white);
    border: none; border-radius: 8px; font-size: 15px; font-weight: 700;
    cursor: pointer; transition: background .2s, transform .15s; font-family: inherit;}
body.page-home .form-submit:hover:not(:disabled) {background: var(--blue); transform: translateY(-1px);}
body.page-home .form-submit:disabled {cursor: wait; opacity: .86;}
body.page-home .honeypot {position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden;}
body.page-home .form-status {margin-top: 14px; font-size: 13px; line-height: 1.55; min-height: 20px;}
body.page-home .form-status.success {color: var(--cs-success); font-weight: 700;}
body.page-home .form-status.error {color: var(--cs-error); font-weight: 700;}
body.page-home .trust-bar {background: var(--blue); padding: 14px 5%; display: flex; align-items: center; justify-content: center; gap: 60px; flex-wrap: wrap;}
body.page-home .trust-item {display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.9); font-size: 14px; font-weight: 500;}
body.page-home .trust-dot {width: 8px; height: 8px; border-radius: 50%; background: var(--gold);}
@media (max-width: 900px){
body.page-home .hero-inner, body.page-home .value-inner, body.page-home .services-grid, body.page-home .cta-inner {grid-template-columns: 1fr;}
body.page-home .testimonials-grid {grid-template-columns: 1fr;}
body.page-home .insights-grid {grid-template-columns: 1fr;}
body.page-home .stats-grid {grid-template-columns: repeat(2, 1fr);}
body.page-home .hero-visual {display: none;}
body.page-home .insights-header {flex-direction: column; align-items: flex-start; gap: 12px;}
}
body.page-home nav {position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,102,0.08);
    padding: 0 5%;
    display: flex; align-items: center; justify-content: space-between;
    height: 68px;}
body.page-home .nav-logo img {height: 36px;}
body.page-home .nav-links {display: flex; gap: 32px; list-style: none; align-items: center;}
body.page-home .nav-links a {text-decoration: none; font-size: 14px; font-weight: 500; color: var(--navy); transition: color .2s;}
body.page-home .nav-links a:hover {color: var(--blue);}
body.page-home .nav-dropdown {position: relative;}
body.page-home .nav-dropdown-toggle {display: flex; align-items: center; gap: 5px;
    font-size: 14px; font-weight: 500; color: var(--navy);
    cursor: pointer; background: none; border: none; font-family: inherit;
    padding: 0; transition: color .2s;}
body.page-home .nav-dropdown-toggle:hover {color: var(--blue);}
body.page-home .nav-dropdown-toggle svg {transition: transform .2s;}
body.page-home .nav-dropdown.open .nav-dropdown-toggle svg {transform: rotate(180deg);}
body.page-home .nav-dropdown-menu {display: none;
    position: absolute; top: calc(100% + 16px); left: 50%;
    transform: translateX(-50%);
    background: var(--cs-white); border-radius: 12px;
    box-shadow: 0 8px 40px rgba(0,0,102,0.13);
    border: 1px solid rgba(0,0,102,0.08);
    min-width: 240px; padding: 8px;
    z-index: 200;}
body.page-home .nav-dropdown.open .nav-dropdown-menu {display: block;}
body.page-home .nav-dropdown-menu a {display: block; padding: 10px 16px; border-radius: 8px;
    font-size: 14px; font-weight: 500; color: var(--navy);
    text-decoration: none; transition: background .15s, color .15s;}
body.page-home .nav-dropdown-menu a:hover {background: var(--light); color: var(--blue);}
body.page-home .nav-cta {background: var(--navy); color: var(--cs-white);
    padding: 10px 22px; border-radius: 6px;
    font-size: 14px; font-weight: 600; text-decoration: none;
    transition: background .2s, transform .15s;}
body.page-home .nav-cta:hover {background: var(--blue); transform: translateY(-1px);}
body.page-home footer {background: var(--cs-white); padding: 64px 5% 32px; border-top: 1px solid var(--cs-footer-border);}
body.page-home .footer-grid {max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px;}
body.page-home .footer-brand img {height: 32px; margin-bottom: 18px;}
body.page-home .footer-brand p {font-size: 14px; color: var(--muted); line-height: 1.7; max-width: 260px;}
body.page-home .footer-socials {display: flex; gap: 12px; margin-top: 20px;}
body.page-home .social-btn {width: 36px; height: 36px; border-radius: 8px;
    background: var(--light); display: flex; align-items: center; justify-content: center;
    color: var(--navy); text-decoration: none; font-size: 14px;
    transition: background .2s, color .2s;}
body.page-home .social-btn:hover {background: var(--gold); color: var(--navy);}
body.page-home .footer-col h4 {font-size: 13px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 18px;}
body.page-home .footer-col ul {list-style: none; display: flex; flex-direction: column; gap: 10px;}
body.page-home .footer-col ul a {font-size: 14px; color: var(--muted); text-decoration: none; transition: color .2s;}
body.page-home .footer-col ul a:hover {color: var(--blue);}
body.page-home .footer-bottom {max-width: 1200px; margin: 0 auto; padding-top: 32px; border-top: 1px solid var(--cs-footer-border); display: flex; justify-content: space-between; align-items: center;}
body.page-home .footer-bottom-text {font-size: 13px; color: var(--cs-gray-400);}
body.page-home .footer-bottom-links {display: flex; gap: 24px;}
body.page-home .footer-bottom-links a {font-size: 13px; color: var(--cs-gray-400); text-decoration: none;}
body.page-home .footer-bottom-links a:hover {color: var(--gold);}
@media (max-width: 900px){
body.page-home .footer-grid {grid-template-columns: 1fr;}
body.page-home .footer-bottom {flex-direction: column; gap: 16px; align-items: flex-start;}
}

/* Generated from former style attributes. */
body.page-home .page-home-inline-01 {position:relative;z-index:2;}
body.page-home .page-home-inline-02 {text-align:left;}
body.page-home .page-home-inline-03 {color:var(--cs-blue);}
body.page-home .page-home-inline-04 {color:var(--cs-navy);}
body.page-home .page-home-inline-05 {max-width:1200px;margin:0 auto;}
body.page-home .page-home-inline-06 {grid-template-columns: repeat(3, 1fr);}
body.page-home .page-home-inline-07 {color:rgba(255,255,255,0.65);}
body.page-home .page-home-inline-08 {text-align:left;}
body.page-home .page-home-inline-09 {text-decoration:none;color:inherit;}
body.page-home .page-home-inline-10 {text-decoration:none;color:inherit;}
body.page-home .page-home-inline-11 {text-align:left;}
@media (max-width: 900px){
body.page-home .services-grid.page-home-inline-06 {grid-template-columns: 1fr;}
body.page-home .service-card {width: 100%; max-width: 100%; min-width: 0;}
body.page-home .service-content {min-width: 0;}
}
@media (max-width: 600px){
body.page-home .services-section {padding: 72px 20px;}
body.page-home .services-grid {gap: 16px; width: 100%;}
body.page-home .service-card {flex-direction: column; gap: 16px; padding: 24px;}
body.page-home .service-content p {overflow-wrap: break-word;}
}
