:root {
    --navy: #07111f;
    --navy-2: #0f1f35;
    --blue: #1d4ed8;
    --blue-soft: #eff6ff;
    --green: #15803d;
    --green-soft: #ecfdf5;
    --text: #111827;
    --muted: #5f6b7a;
    --border: #dbe3ef;
    --soft: #f6f8fb;
    --white: #ffffff;
    --shadow: 0 22px 60px rgba(7, 17, 31, .12);
    --radius: 22px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: var(--text);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
}

.wrap {
    width: min(1140px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(219,227,239,.8);
}

.header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: var(--navy);
    color: #fff;
    font-weight: 900;
}

.logo strong {
    display: block;
    font-size: 20px;
    letter-spacing: -.04em;
}

.logo small {
    display: block;
    color: var(--muted);
    font-size: 12px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-menu a {
    color: #334155;
    font-size: 14px;
    font-weight: 700;
}

.nav-menu a:hover {
    color: var(--blue);
}

.header-cta {
    padding: 12px 16px;
    border-radius: 999px;
    background: var(--navy);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
}

.hero {
    background:
        linear-gradient(135deg, rgba(7,17,31,.96), rgba(15,31,53,.96)),
        radial-gradient(circle at 70% 10%, rgba(29,78,216,.35), transparent 38%);
    color: #fff;
    padding: 96px 0;
}

.hero-grid,
.service-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 54px;
    align-items: center;
}

.pretitle,
.section-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.hero .pretitle,
.final-cta .section-kicker {
    color: #93c5fd;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

.hero h1,
.service-hero h1 {
    max-width: 820px;
    margin-bottom: 22px;
    font-size: clamp(44px, 7vw, 86px);
    line-height: .94;
    letter-spacing: -.075em;
}

.hero-subtitle,
.service-hero p {
    max-width: 760px;
    color: #dbe7f7;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.6;
}

.hero-actions,
.service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 850;
    border: 1px solid transparent;
    cursor: pointer;
}

.btn-primary {
    background: var(--blue);
    color: #fff;
    box-shadow: 0 16px 36px rgba(29,78,216,.22);
}

.btn-light {
    background: #fff;
    color: var(--navy);
}

.btn-outline {
    background: #fff;
    border-color: var(--border);
    color: var(--navy);
}

.btn.full {
    width: 100%;
}

.trust-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.trust-line span {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #cbd5e1;
    border: 1px solid rgba(255,255,255,.12);
    font-size: 13px;
    font-weight: 750;
}

.hero-card,
.price-card {
    background: #fff;
    color: var(--text);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 28px;
    padding: 28px;
    box-shadow: var(--shadow);
}

.card-label {
    display: block;
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .09em;
    margin-bottom: 16px;
}

.hero-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    gap: 14px;
}

.hero-card li {
    display: flex;
    gap: 10px;
    line-height: 1.45;
    color: #334155;
}

.hero-card li::before {
    content: "✓";
    color: var(--green);
    font-weight: 900;
}

.text-link {
    color: var(--blue);
    font-weight: 850;
}

.section {
    padding: 82px 0;
}

.soft-bg,
.services-section {
    background: var(--soft);
}

.two-columns {
    display: grid;
    grid-template-columns: 390px minmax(0, 1fr);
    gap: 58px;
    align-items: start;
}

.section h2,
.section-title h2,
.final-cta h2 {
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.04;
    letter-spacing: -.055em;
}

.rich-text p,
.section-title p,
.service-box p,
.method-grid p,
.faq-grid p,
.price-card p,
.form-layout p,
.risk-box p {
    color: var(--muted);
    line-height: 1.68;
    font-size: 17px;
}

.section-title {
    max-width: 780px;
    margin-bottom: 32px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.service-box {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: 0 14px 38px rgba(7,17,31,.06);
}

.service-box span {
    color: var(--blue);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.service-box h3 {
    margin: 14px 0 12px;
    font-size: 23px;
    letter-spacing: -.04em;
}

.service-box-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 24px;
}

.service-box-footer strong {
    font-size: 20px;
}

.service-box-footer em {
    color: var(--green);
    font-style: normal;
    font-weight: 850;
}

.authority-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 42px;
    align-items: center;
    background: var(--navy);
    color: #fff;
    border-radius: 34px;
    padding: 42px;
    box-shadow: var(--shadow);
}

.authority-card .section-kicker {
    color: #93c5fd;
}

.authority-card p {
    color: #cbd5e1;
    line-height: 1.7;
    font-size: 17px;
}

.authority-points {
    display: grid;
    gap: 12px;
}

.authority-points div {
    padding: 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(255,255,255,.06);
}

.authority-points strong {
    display: block;
    font-size: 22px;
    margin-bottom: 4px;
}

.authority-points span {
    color: #cbd5e1;
}

.method-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.method-grid > div,
.faq-grid > div {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: 0 14px 38px rgba(7,17,31,.05);
}

.method-grid span {
    display: inline-flex;
    color: var(--blue);
    font-weight: 950;
    margin-bottom: 14px;
}

.method-grid h3,
.faq-grid h3 {
    font-size: 22px;
    letter-spacing: -.035em;
}

.final-cta {
    padding: 82px 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, var(--navy), var(--navy-2));
}

.final-cta p {
    max-width: 720px;
    margin: 0 auto;
    color: #cbd5e1;
    line-height: 1.7;
    font-size: 18px;
}

.center {
    justify-content: center;
}

.site-footer {
    background: #050b14;
    color: #cbd5e1;
    padding: 48px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 220px 220px;
    gap: 36px;
}

.footer-grid strong {
    display: block;
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.footer-grid p {
    max-width: 520px;
    color: #94a3b8;
    line-height: 1.6;
}

.footer-grid span {
    display: block;
    color: #fff;
    font-weight: 900;
    margin-bottom: 12px;
}

.footer-grid a {
    display: block;
    color: #94a3b8;
    margin-bottom: 9px;
}

.floating-wa {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 90;
    padding: 14px 18px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(21,128,61,.3);
}

.service-hero {
    background: var(--soft);
    padding: 78px 0;
    border-bottom: 1px solid var(--border);
}

.service-hero h1 {
    color: var(--navy);
    font-size: clamp(38px, 5.5vw, 70px);
}

.service-hero p {
    color: #475569;
}

.back-link {
    display: inline-flex;
    margin-bottom: 24px;
    color: var(--muted);
    font-weight: 800;
}

.price-card span {
    display: block;
    color: var(--muted);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-size: 12px;
}

.price-card strong {
    display: block;
    margin: 10px 0;
    font-size: 42px;
    letter-spacing: -.05em;
}

.clean-list,
.deliver-list {
    display: grid;
    gap: 12px;
}

.clean-list div,
.deliver-list div,
.contact-note {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 10px 26px rgba(7,17,31,.04);
}

.clean-list div {
    font-weight: 800;
    color: #334155;
}

.deliver-list div {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.deliver-list span {
    color: var(--green);
    font-weight: 950;
}

.deliver-list p {
    margin: 0;
    color: #334155;
    line-height: 1.55;
}

.risk-box {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 38px;
    background: #fff;
    border: 1px solid var(--border);
    border-left: 6px solid var(--blue);
    border-radius: 26px;
    padding: 34px;
    box-shadow: var(--shadow);
}

.form-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 54px;
    align-items: start;
}

.premium-form {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 26px;
    padding: 26px;
    box-shadow: var(--shadow);
}

.premium-form label {
    display: block;
    margin: 14px 0 7px;
    color: #334155;
    font-size: 13px;
    font-weight: 900;
}

.premium-form input,
.premium-form textarea {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 14px;
    font-size: 15px;
    outline: none;
}

.premium-form input:focus,
.premium-form textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(29,78,216,.10);
}

.premium-form .btn {
    margin-top: 14px;
}

.contact-note {
    margin-top: 24px;
}

.contact-note strong {
    display: block;
    margin-bottom: 4px;
}

.contact-note span {
    color: var(--muted);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

@media (max-width: 1100px) {
    .nav-menu {
        display: none;
    }

    .hero-grid,
    .service-hero-grid,
    .two-columns,
    .authority-card,
    .risk-box,
    .form-layout {
        grid-template-columns: 1fr;
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .faq-grid,
    .method-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .wrap {
        width: min(100% - 28px, 1140px);
    }

    .header-inner {
        min-height: auto;
        padding: 14px 0;
    }

    .header-cta {
        display: none;
    }

    .hero,
    .service-hero,
    .section,
    .final-cta {
        padding: 56px 0;
    }

    .hero h1,
    .service-hero h1 {
        font-size: 42px;
        line-height: 1;
    }

    .hero-actions,
    .service-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .hero-card,
    .price-card,
    .authority-card,
    .premium-form,
    .risk-box {
        padding: 22px;
        border-radius: 22px;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .service-box {
        min-height: auto;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .floating-wa {
        left: 14px;
        right: 14px;
        bottom: 14px;
        text-align: center;
    }

    body {
        padding-bottom: 72px;
    }
}

/* Logo Licitacom */
.logo-image-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    min-width: 0;
}

.site-logo-img {
    display: block;
    width: auto;
    height: 58px;
    max-width: 240px;
    object-fit: contain;
}

@media (max-width: 900px) {
    .site-logo-img {
        height: 50px;
        max-width: 210px;
    }
}

@media (max-width: 700px) {
    .site-logo-img {
        height: 44px;
        max-width: 180px;
    }
}
