/*
Theme Name: Gibs Idiomas Landing
Theme URI: https://gibsidiomas.com
Description: Landing page customizada para Gibs Idiomas - English Made Easy
Version: 1.0
Author: Gibs Idiomas
*/

:root {
    --bg: #0b1220;
    --surface: #0f1a2f;
    --surface-2: #13203a;
    --text: #eaf0ff;
    --muted: #b7c2df;
    --line: rgba(255, 255, 255, .12);
    --brand: #5aa7ff;
    --brand-2: #6cf0c2;
    --danger: #ff6b6b;
    --radius: 18px;
    --shadow: 0 14px 40px rgba(0, 0, 0, .35);
    --max: 1120px;
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    background:
        radial-gradient(1000px 600px at 20% -10%, rgba(90, 167, 255, .25), transparent 60%),
        radial-gradient(900px 500px at 90% 10%, rgba(108, 240, 194, .20), transparent 55%),
        linear-gradient(180deg, var(--bg), #070b14 65%);
    color: var(--text);
    line-height: 1.5;
}

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

img {
    max-width: 100%;
    display: block;
}

/* Layout */
.container {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    padding: 72px 0;
}

.grid {
    display: grid;
    gap: 22px;
}

.grid.two {
    grid-template-columns: 1.1fr .9fr;
}

.grid.three {
    grid-template-columns: repeat(3, 1fr);
}

/* UI Components */
.badge {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .05);
    border-radius: 999px;
    color: var(--muted);
    font-size: 13px;
    backdrop-filter: blur(8px);
}

.badge .dot {
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--brand), var(--brand-2));
}

.card {
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.card.pad {
    padding: 22px;
}

.muted {
    color: var(--muted);
}

.kicker {
    color: var(--muted);
    font-weight: 600;
    letter-spacing: .02em;
    font-size: 14px;
}

h1,
h2,
h3 {
    margin: 0 0 10px 0;
    line-height: 1.15;
}

h1 {
    font-size: clamp(34px, 4.2vw, 54px);
}

h2 {
    font-size: clamp(26px, 3vw, 36px);
}

h3 {
    font-size: 18px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid transparent;
    font-weight: 700;
    letter-spacing: .01em;
    cursor: pointer;
    user-select: none;
    transition: transform .08s ease, filter .15s ease, background .15s ease, border-color .15s ease;
    white-space: nowrap;
}

.btn:active {
    transform: translateY(1px);
}

.btn.primary {
    background: linear-gradient(90deg, var(--brand), var(--brand-2));
    color: #071021;
    filter: saturate(1.1);
}

.btn.primary:hover {
    filter: saturate(1.2) brightness(1.05);
}

.btn.ghost {
    background: rgba(255, 255, 255, .06);
    border-color: var(--line);
    color: var(--text);
}

.btn.ghost:hover {
    background: rgba(255, 255, 255, .10);
}

.btn.small {
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 14px;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .04);
}

.list {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
}

.list li {
    margin: 6px 0;
}

.split {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 18px;
}

/* Header */
.gibs-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(7, 11, 20, .60);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(10px);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    gap: 16px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: .02em;
}

.logo {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    box-shadow: 0 10px 30px rgba(90, 167, 255, .25);
}

nav ul {
    list-style: none;
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
    color: var(--muted);
    font-weight: 600;
    font-size: 14px;
}

nav a {
    padding: 8px 10px;
    border-radius: 12px;
}

nav a:hover {
    background: rgba(255, 255, 255, .06);
    color: var(--text);
}

.nav-cta {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Hero Section */
.hero {
    padding: 62px 0 34px;
}

.hero .card.pad {
    padding: 28px;
}

.hero .media {
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background:
        radial-gradient(500px 250px at 25% 20%, rgba(90, 167, 255, .18), transparent 55%),
        radial-gradient(400px 220px at 80% 30%, rgba(108, 240, 194, .14), transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
}

.hero .stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.stat {
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .04);
}

.stat b {
    display: block;
    font-size: 18px;
}

.stat span {
    color: var(--muted);
    font-size: 12px;
}

/* Sections */
.section-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.section-title p {
    margin: 0;
    max-width: 640px;
}

.feature {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .04);
}

.feature h3 {
    margin-bottom: 6px;
}

.feature p {
    margin: 0;
    color: var(--muted);
}

.quote {
    padding: 22px;
    border-left: 3px solid rgba(108, 240, 194, .9);
    background: rgba(255, 255, 255, .04);
    border-radius: 16px;
    border: 1px solid var(--line);
    color: var(--muted);
}

.quote b {
    color: var(--text);
}

/* Pricing Section */
.pricing {
    padding: 24px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 18px;
    align-items: start;
}

.price-box {
    padding: 18px;
    border-radius: 16px;
    border: 1px solid rgba(90, 167, 255, .35);
    background:
        radial-gradient(420px 220px at 25% 10%, rgba(90, 167, 255, .18), transparent 60%),
        linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03));
}

.price {
    font-size: 38px;
    font-weight: 900;
    margin: 8px 0;
}

.price small {
    font-size: 14px;
    color: var(--muted);
    font-weight: 700;
}

/* Footer */
.gibs-footer {
    padding: 34px 0;
    border-top: 1px solid var(--line);
    color: var(--muted);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 18px;
    align-items: start;
}

.foot-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.foot-links a:hover {
    color: var(--text);
}

/* Responsive Design */
@media (max-width: 980px) {
    .grid.two {
        grid-template-columns: 1fr;
    }

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

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

    nav ul {
        display: none;
    }

    .hero .stats {
        grid-template-columns: 1fr;
    }

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

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* WordPress Compatibility */
.admin-bar .gibs-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .gibs-header {
        top: 46px;
    }
}
