/* =============================================
   GOCRUZY — LANDING PAGE STYLESHEET
   Minimal, call-focused. No nav distractions.
   ============================================= */

:root {
    --navy:   #082C6C;
    --blue:   #003C9E;
    --orange: #FF6A00;
    --orange-dark: #e05c00;
    --white:  #ffffff;
    --gray:   #f4f6fb;
    --text:   #1a202c;
    --muted:  #64748b;
    --green:  #059669;
    --radius: 12px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, sans-serif; color: var(--text); -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }

/* ---- HEADER ---- */
.lp-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: var(--white);
    box-shadow: 0 2px 12px rgba(0,0,0,.1);
    height: 68px; display: flex; align-items: center;
}
.lp-header .inner {
    max-width: 1100px; margin: 0 auto; padding: 0 24px;
    display: flex; align-items: center; justify-content: space-between;
    width: 100%;
}
.lp-logo img { height: 62px; width: auto; }
.lp-logo .logo-fallback { font-size: 24px; font-weight: 900; }
.lp-logo .logo-fallback span:first-child { color: var(--orange); }
.lp-logo .logo-fallback span:last-child  { color: var(--navy); }

.lp-header-phone {
    display: flex; align-items: center; gap: 10px;
}
.lp-header-phone a {
    display: flex; align-items: center; gap: 8px;
    background: var(--orange); color: var(--white);
    padding: 9px 20px; border-radius: 50px;
    font-size: 15px; font-weight: 800;
    box-shadow: 0 3px 12px rgba(255,106,0,.4);
    transition: background .2s, transform .2s;
}
.lp-header-phone a:hover { background: var(--orange-dark); transform: translateY(-1px); }
.lp-header-phone a i { font-size: 14px; }

/* ---- HERO ---- */
.lp-hero {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding-top: 90px;
}
.lp-hero-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
}
.lp-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(2,27,78,.92) 0%, rgba(8,44,108,.82) 50%, rgba(0,60,158,.7) 100%);
}
.lp-hero .inner {
    position: relative; z-index: 2;
    max-width: 800px; margin: 0 auto; padding: 60px 24px;
    text-align: center;
}

.lp-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,.15); color: rgba(255,255,255,.9);
    padding: 6px 16px; border-radius: 50px;
    font-size: 13px; font-weight: 600; margin-bottom: 24px;
    border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(4px);
    letter-spacing: .5px;
}
.lp-badge i { color: var(--orange); }

.lp-headline {
    font-size: clamp(32px, 5vw, 58px);
    font-weight: 900; color: var(--white);
    line-height: 1.1; margin-bottom: 16px;
    letter-spacing: -1px;
}
.lp-headline span { color: var(--orange); }

.lp-subline {
    font-size: clamp(15px, 2vw, 19px);
    color: rgba(255,255,255,.8);
    margin-bottom: 44px; line-height: 1.6;
}

/* Big call CTA */
.lp-call-block { margin-bottom: 20px; }
.lp-call-label {
    font-size: 13px; font-weight: 600; color: rgba(255,255,255,.65);
    text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px;
}
.lp-big-phone {
    display: inline-flex; align-items: center; gap: 14px;
    background: var(--orange); color: var(--white);
    padding: 18px 40px; border-radius: 60px;
    font-size: clamp(24px, 3.5vw, 38px); font-weight: 900;
    box-shadow: 0 6px 30px rgba(255,106,0,.55);
    transition: transform .2s, box-shadow .2s;
    animation: pulse-ring 2.5s ease infinite;
}
.lp-big-phone:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(255,106,0,.65);
    animation: none;
}
.lp-big-phone i { font-size: 0.75em; }

@keyframes pulse-ring {
    0%   { box-shadow: 0 6px 30px rgba(255,106,0,.55), 0 0 0 0 rgba(255,106,0,.4); }
    60%  { box-shadow: 0 6px 30px rgba(255,106,0,.55), 0 0 0 18px rgba(255,106,0,0); }
    100% { box-shadow: 0 6px 30px rgba(255,106,0,.55), 0 0 0 0 rgba(255,106,0,0); }
}

.lp-agents-online {
    display: flex; align-items: center; justify-content: center; gap: 7px;
    margin-top: 14px; font-size: 13px; color: rgba(255,255,255,.7);
}
.lp-agents-online .dot {
    width: 8px; height: 8px; border-radius: 50%; background: #4ade80;
    animation: blink 1.5s ease infinite;
}
@keyframes blink {
    0%, 100% { opacity: 1; } 50% { opacity: .3; }
}

/* Trust strips */
.lp-trust-strip {
    display: flex; justify-content: center; gap: 24px;
    flex-wrap: wrap; margin-top: 36px;
}
.lp-trust-item {
    display: flex; align-items: center; gap: 6px;
    font-size: 13px; color: rgba(255,255,255,.8); font-weight: 500;
}
.lp-trust-item i { color: var(--orange); }

/* ---- PARTNER LOGOS STRIP ---- */
.lp-partners {
    padding: 24px 24px 28px;
    background: var(--white);
    border-bottom: 1px solid #e8edf5;
}
.lp-partners .inner { max-width: 1000px; margin: 0 auto; }
.lp-partners-label {
    text-align: center; font-size: 11px; font-weight: 700;
    color: var(--muted); text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 16px;
}
.lp-logo-strip {
    display: flex; justify-content: center; align-items: center;
    flex-wrap: wrap; gap: 16px 28px;
}
.lp-brand-logo {
    height: 34px; width: auto; max-width: 110px;
    object-fit: contain;
    filter: grayscale(100%) opacity(50%);
    transition: filter .25s;
}
.lp-brand-logo:hover { filter: grayscale(0%) opacity(100%); }
@media (max-width: 768px) {
    .lp-brand-logo { height: 26px; max-width: 80px; }
    .lp-logo-strip { gap: 12px 18px; }
}

/* ---- BENEFITS ---- */
.lp-benefits {
    padding: 70px 24px; background: #ffffff;
}
.lp-benefits .inner {
    max-width: 1000px; margin: 0 auto;
}
.lp-section-label {
    text-align: center; font-size: 13px; font-weight: 700;
    color: var(--orange); text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 12px;
}
.lp-section-title {
    text-align: center; font-size: clamp(24px, 3vw, 36px);
    font-weight: 800; color: var(--navy); margin-bottom: 48px;
}
.lp-benefits-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.lp-benefit-card {
    text-align: center; padding: 32px 24px;
    border: 1.5px solid #e8edf5; border-radius: var(--radius);
    transition: box-shadow .2s, transform .2s;
}
.lp-benefit-card:hover { box-shadow: 0 8px 30px rgba(8,44,108,.1); transform: translateY(-4px); }
.lp-benefit-icon {
    width: 60px; height: 60px; border-radius: 50%;
    background: linear-gradient(135deg, #e6eeff, #ccd9ff);
    color: var(--blue); font-size: 22px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 18px;
}
.lp-benefit-card h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.lp-benefit-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ---- CALL BAND ---- */
.lp-call-band {
    background: linear-gradient(135deg, #021b4e 0%, #082C6C 50%, #003C9E 100%);
    padding: 56px 24px; text-align: center;
}
.lp-call-band h2 {
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 800; color: var(--white); margin-bottom: 8px;
}
.lp-call-band p { font-size: 16px; color: rgba(255,255,255,.75); margin-bottom: 28px; }
.lp-call-band .lp-big-phone { font-size: clamp(20px, 3vw, 32px); }

/* ---- FORM SECTION ---- */
.lp-form-section {
    padding: 70px 24px; background: var(--gray);
}
.lp-form-section .inner {
    max-width: 560px; margin: 0 auto; text-align: center;
}
.lp-form-section p {
    font-size: 15px; color: var(--muted); margin-bottom: 32px;
}
.lp-form {
    background: var(--white); border-radius: var(--radius);
    padding: 36px; box-shadow: 0 4px 24px rgba(0,0,0,.08);
    text-align: left;
}
.lp-form .fg { margin-bottom: 16px; }
.lp-form .fg label {
    display: block; font-size: 12px; font-weight: 700;
    color: var(--muted); text-transform: uppercase;
    letter-spacing: .5px; margin-bottom: 6px;
}
.lp-form .fg input,
.lp-form .fg select {
    width: 100%; padding: 12px 14px;
    border: 1.5px solid #dde3ee; border-radius: 8px;
    font-size: 14px; outline: none; font-family: inherit;
    transition: border-color .2s;
}
.lp-form .fg input:focus,
.lp-form .fg select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,60,158,.1); }
.lp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lp-form .btn-form {
    width: 100%; padding: 14px;
    background: var(--orange); color: var(--white);
    border: none; border-radius: 8px;
    font-size: 16px; font-weight: 800; cursor: pointer;
    transition: background .2s, transform .2s; margin-top: 4px;
    display: flex; align-items: center; justify-content: center; gap: 8px;
}
.lp-form .btn-form:hover { background: var(--orange-dark); transform: translateY(-2px); }
.lp-form-note {
    font-size: 12px; color: var(--muted);
    text-align: center; margin-top: 12px;
}
.lp-form-note i { margin-right: 4px; color: var(--green); }

/* ---- TESTIMONIALS ---- */
.lp-testimonials { padding: 70px 24px; background: var(--white); }
.lp-testimonials .inner { max-width: 960px; margin: 0 auto; }
.lp-testi-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.lp-testi {
    background: var(--gray); border-radius: var(--radius);
    padding: 28px; border: 1.5px solid #e8edf5;
}
.lp-stars { color: #f59e0b; font-size: 16px; margin-bottom: 12px; }
.lp-testi p { font-size: 14px; color: #374151; line-height: 1.65; font-style: italic; margin-bottom: 18px; }
.lp-testi-author { display: flex; align-items: center; gap: 10px; }
.lp-avatar {
    width: 40px; height: 40px; border-radius: 50%;
    background: var(--blue); color: white;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 700; flex-shrink: 0;
}
.lp-testi-author strong { display: block; font-size: 14px; color: var(--navy); }
.lp-testi-author span { font-size: 12px; color: var(--muted); }

/* ---- FOOTER ---- */
.lp-footer {
    background: #021b4e; padding: 28px 24px; text-align: center;
}
.lp-footer p { font-size: 13px; color: rgba(255,255,255,.45); margin-bottom: 4px; }
.lp-footer a { color: rgba(255,255,255,.6); }
.lp-footer a:hover { color: var(--orange); }

/* ---- STICKY MOBILE CALL BAR ---- */
.sticky-call {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
    display: none;
    background: var(--orange);
    padding: 14px 20px;
    box-shadow: 0 -4px 20px rgba(0,0,0,.25);
}
.sticky-call a {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    color: var(--white); font-size: 18px; font-weight: 900;
}
.sticky-call a i { font-size: 16px; }

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
    .lp-benefits-grid { grid-template-columns: 1fr; }
    .lp-testi-grid { grid-template-columns: 1fr; }
    .lp-form-row { grid-template-columns: 1fr; }
    .lp-big-phone { padding: 16px 28px; }
    .sticky-call { display: block; }
    body { padding-bottom: 60px; }
    .lp-hero { min-height: auto; align-items: flex-start; }
    .lp-hero .inner { padding-top: 36px; padding-bottom: 52px; }
}
@media (max-width: 480px) {
    .lp-trust-strip { gap: 14px; }
    .lp-header-phone a .call-num { display: none; }
}
