:root {
    --navy: #071d46;
    --blue: #147bd1;
    --blue-dark: #0863ad;
    --purple: #a927bd;
    --text: #172033;
    --muted: #667085;
    --border: #e5e7eb;
    --light: #f6f8fb;
    --white: #ffffff;
	--teal:#016080;
	--teal2:#45b8c4;
	--line:#1e293b;
    --radius: 16px;
    --shadow: 0 18px 45px rgba(15, 35, 70, 0.10);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: auto;
}

.small-container {
    max-width: 820px;
    text-align: center;
}

.section {
    padding: 95px 0;
}

.section-label,
.eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--blue);
}

.section-label.light {
    color: #82c8ff;
}


.topbar{
	height:84px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:rgba(2,6,23,.93);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);z-index:50}
	
.logo{
	width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,#fff,#cbd5f5)}
	
.logo img{
	width:96px}
	
	nav{display:flex;align-items:center;gap:28px;color:#cbd5e1;font-size:.92rem}
	
	nav a:hover{color:#fff}
	
	.nav-cta,.btn{
		display:inline-flex;align-items:center;justify-content:center;background:var(--teal);color:#fff;padding:13px 21px;border-radius:9px;font-weight:800}
		
		.nav-cta{padding:10px 15px}
		.btn:hover,.nav-cta:hover{background:transparent !important;color:#fff;border:1px solid #334155}#menu{display:none;border:0;background:transparent;color:#fff;font-size:1.35rem}

/* HERO */

.hero {
    position: relative;
    overflow: hidden;
    padding: 105px 0 95px;
    background:
        radial-gradient(circle at 90% 20%, rgba(25, 126, 214, .17), transparent 35%),
        linear-gradient(135deg, #061a3c, #09275a);
    color: white;
}

.hero-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 65px;
}

.hero h1 {
    max-width: 620px;
    margin: 0 0 25px;
    font-size: clamp(42px, 5vw, 65px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.hero h1 span {
    color: #5bb7ff;
}

.hero-text {
    max-width: 590px;
    margin-bottom: 32px;
    font-size: 19px;
    color: rgba(255,255,255,.78);
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 25px;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 700;
    transition: .2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: var(--blue);
    color: white;
}

.btn-primary:hover {
    background: #0d6fbe;
}

.btn-secondary {
    border: 1px solid rgba(255,255,255,.4);
    color: white;
}

.btn-secondary:hover {
    background: rgba(255,255,255,.08);
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 30px;
    color: rgba(255,255,255,.8);
    font-size: 14px;
}

.hero-features i {
    color: #70c4ff;
    margin-right: 4px;
}

.hero-image img {
    border-radius: 14px;
    box-shadow: 0 35px 80px rgba(0,0,0,.3);
    border: 1px solid rgba(255,255,255,.16);
}


/* INTRO */

.intro-section h2,
.section-heading h2,
.multi-location h2,
.feature-content h2,
.cta-section h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.15;
    letter-spacing: -1.3px;
}

.intro-section p,
.section-heading p {
    max-width: 750px;
    margin: 0 auto;
    font-size: 18px;
    color: var(--muted);
}


/* BENEFICIOS */

.benefits-section {
    background: var(--light);
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.feature-card {
    padding: 32px;
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: .25s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.feature-card .icon {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 13px;
    background: #eaf5ff;
    color: var(--blue);
    font-size: 22px;
}

.feature-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.feature-card p {
    margin: 0;
    color: var(--muted);
}


/* FUNCIONALIDADES */

.section-heading {
    max-width: 780px;
    margin: 0 auto 80px;
    text-align: center;
}

.feature-row {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: center;
    gap: 75px;
    margin-bottom: 115px;
}

.feature-row:last-child {
    margin-bottom: 0;
}

.feature-row.reverse .feature-image {
    order: 2;
}

.feature-row.reverse .feature-content {
    order: 1;
}

.feature-image img {
    border-radius: 15px;
    border: 1px solid #dde4ec;
    box-shadow: var(--shadow);
}

.feature-number {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 14px;
    color: var(--blue);
}

.feature-content h3 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.2;
}

.feature-content p {
    font-size: 17px;
    color: var(--muted);
}

.feature-content ul {
    padding: 0;
    margin: 25px 0 0;
    list-style: none;
}

.feature-content li {
    position: relative;
    margin: 10px 0;
    padding-left: 28px;
}

.feature-content li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--blue);
    font-weight: bold;
}


/* MULTI LOCATION */

.multi-location {
    position: relative;
    overflow: hidden;
    background: var(--navy);
    color: white;
}

.multi-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: center;
    gap: 70px;
}

.multi-content p {
    max-width: 520px;
    color: rgba(255,255,255,.75);
    font-size: 17px;
}

.multi-list {
    margin-top: 30px;
}

.multi-list div {
    margin: 10px 0;
}

.multi-list i {
    margin-right: 10px;
    color: #69c3ff;
}

.multi-image img {
    border-radius: 15px;
    box-shadow: 0 30px 80px rgba(0,0,0,.32);
}


/* CTA */

.cta-section {
    padding: 100px 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(66, 174, 255, .35), transparent 30%),
        linear-gradient(135deg, #0b6fbf, #074781);
    color: white;
    text-align: center;
}

.cta-container {
    max-width: 780px;
}

.cta-section p {
    max-width: 660px;
    margin: 0 auto 30px;
    font-size: 18px;
    color: rgba(255,255,255,.82);
}

.cta-actions {
    justify-content: center;
}

.btn-white {
    background: white;
    color: var(--blue-dark);
}

.btn-outline-white {
    border: 1px solid rgba(255,255,255,.6);
    color: white;
}


/* FOOTER 

.footer {
    padding: 45px 0;
    color: #6b7280;
    border-top: 1px solid var(--border);
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.footer strong {
    color: var(--navy);
    font-size: 20px;
}

.footer p {
    margin: 5px 0 0;
}

.footer a {
    color: var(--blue);
}*/

footer{padding:60px 7% 25px;display:grid;grid-template-columns:1fr auto auto;align-items:start;gap:50px;border-top:1px solid var(--line);color:var(--muted)}footer h3{color:#fff}footer div:nth-child(2){display:grid;gap:8px}footer a:hover{color:var(--teal2)}


/* RESPONSIVE */

@media (max-width: 950px) {

    .hero-grid,
    .feature-row,
    .multi-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 75px;
    }

    .hero-content {
        text-align: center;
    }

    .hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions,
    .hero-features {
        justify-content: center;
    }

    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-row,
    .feature-row.reverse {
        gap: 40px;
        margin-bottom: 80px;
    }

    .feature-row.reverse .feature-image,
    .feature-row.reverse .feature-content {
        order: initial;
    }

    .multi-content {
        text-align: center;
    }

    .multi-content p {
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 600px) {

    .container {
        width: min(100% - 28px, 1180px);
    }

    .section {
        padding: 70px 0;
    }

    .hero h1 {
        font-size: 39px;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }

    .feature-content h3 {
        font-size: 29px;
    }

    .hero-actions,
    .cta-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .footer-inner {
        flex-direction: column;
        text-align: center;
    }
}