/* ===============================
   CRECEFÁCIL LANDING
   Archivo: assets/css/landing.css
================================ */

body {
    background: #020a13;
}

/* HEADER */

.site-header {
    height: 76px;
    background: #E0E1DE;
    color: #0B1C2C;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 64px;
    position: relative;
    z-index: 20;
}

.header-socials {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 26px;
    font-weight: 900;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #0B1C2C;
}

.header-logo strong {
    font-size: 28px;
    font-weight: 950;
    letter-spacing: -1px;
}

.logo-placeholder {
    width: 82px;
    height: 42px;
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
}

.logo-bars {
    display: flex;
    align-items: flex-end;
    gap: 0;
}

.logo-bars i {
    display: block;
    width: 22px;
    background: #0B1C2C;
}

.logo-bars i:nth-child(1) {
    height: 14px;
}

.logo-bars i:nth-child(2) {
    height: 22px;
}

.logo-bars i:nth-child(3) {
    height: 30px;
}

.logo-arrow {
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
}

.header-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.header-actions a {
    background: #0B1C2C;
    color: #fff;
    padding: 13px 24px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .2px;
}

/* HERO */

.hero-section {
    min-height: 560px;
    position: relative;
    display: grid;
    grid-template-columns: 47% 53%;
    align-items: center;
    padding: 52px 64px 44px;
    background:
        radial-gradient(circle at 76% 35%, rgba(68, 119, 220, .34), transparent 28%),
        radial-gradient(circle at 42% 45%, rgba(21, 68, 126, .24), transparent 34%),
        linear-gradient(110deg, #050d18 0%, #081827 45%, #07121f 100%);
    overflow: hidden;
}

.hero-bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(75, 130, 210, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(75, 130, 210, .08) 1px, transparent 1px);
    background-size: 38px 38px;
    opacity: .09;
    pointer-events: none;
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
}

.hero-glow-one {
    width: 360px;
    height: 360px;
    right: 260px;
    top: 70px;
    background: rgba(46, 111, 220, .22);
}

.hero-glow-two {
    width: 240px;
    height: 240px;
    left: 18%;
    bottom: -80px;
    background: rgba(30, 136, 255, .12);
}

.hero-content {
    position: relative;
    z-index: 4;
}

.hero-content h1 {
    max-width: 620px;
    color: #ffffff;
    font-size: clamp(54px, 6.4vw, 86px);
    line-height: .89;
    letter-spacing: -4px;
    font-weight: 950;
    text-transform: uppercase;
}

.hero-content h1 span {
    display: block;
    color: #6f819f;
}

.hero-content p {
    margin-top: 24px;
    color: #d7e0ec;
    font-size: 20px;
    line-height: 1.36;
}

.hero-content p b {
    color: #8fb9ff;
}

.hero-features {
    margin-top: 30px;
    display: flex;
    gap: 42px;
    align-items: flex-start;
}

.hero-feature {
    width: 86px;
    text-align: center;
    color: #dbe7f5;
}

.feature-icon {
    display: block;
    height: 30px;
    font-size: 28px;
    margin-bottom: 7px;
    color: #a8bbd5;
}

.hero-feature strong {
    display: block;
    font-size: 11px;
    font-weight: 950;
}

.hero-feature small {
    display: block;
    font-size: 10px;
    font-weight: 850;
}

.hero-cta {
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    min-width: 378px;
    height: 58px;
    padding: 0 18px 0 26px;
    border-radius: 999px;
    border: 1px solid rgba(166, 197, 255, .45);
    color: white;
    font-size: 13px;
    font-weight: 950;
    background: rgba(13, 29, 49, .68);
    box-shadow:
        0 0 28px rgba(83, 142, 255, .34),
        inset 0 0 20px rgba(255,255,255,.05);
}

.hero-cta i {
    margin-left: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-style: normal;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
}

/* HERO VISUAL */

.hero-visual {
    height: 455px;
    position: relative;
    z-index: 4;
}

.orbit {
    position: absolute;
    border: 2px solid rgba(95, 142, 230, .38);
    border-radius: 50%;
    transform: rotate(-23deg);
    filter: drop-shadow(0 0 12px rgba(76,136,255,.38));
}

.orbit-one {
    width: 510px;
    height: 155px;
    left: 64px;
    top: 214px;
}

.orbit-two {
    width: 620px;
    height: 200px;
    left: 4px;
    top: 184px;
}

.orbit-three {
    width: 420px;
    height: 128px;
    left: 140px;
    top: 235px;
    opacity: .45;
}

.person-image-space {
    position: absolute;
    width: 310px;
    height: 420px;
    left: 270px;
    top: 0;
    z-index: 6;
}

.person-image-space img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 32px 50px rgba(0,0,0,.45));
}

.person-placeholder {
    position: relative;
    width: 100%;
    height: 100%;
}

.person-head {
    position: absolute;
    width: 120px;
    height: 132px;
    left: 92px;
    top: 62px;
    border-radius: 44% 44% 48% 48%;
    background: linear-gradient(160deg, #d8a37e, #875a41);
    box-shadow: inset -20px -12px 0 rgba(0,0,0,.18);
}

.person-hair {
    position: absolute;
    width: 166px;
    height: 82px;
    left: 70px;
    top: 38px;
    border-radius: 70px 70px 24px 24px;
    background: linear-gradient(145deg, #111827, #020617);
    transform: rotate(-4deg);
}

.person-glasses {
    position: absolute;
    width: 98px;
    height: 34px;
    left: 106px;
    top: 118px;
    border: 5px solid #0f172a;
    border-radius: 22px;
}

.person-body {
    position: absolute;
    width: 260px;
    height: 230px;
    left: 25px;
    top: 190px;
    border-radius: 86px 86px 28px 28px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.07), transparent 35%),
        linear-gradient(160deg, #0c1b2e, #020817);
    box-shadow: 0 25px 60px rgba(0,0,0,.45);
}

.person-phone {
    position: absolute;
    left: 116px;
    top: 242px;
    width: 80px;
    height: 112px;
    border-radius: 18px;
    background:
        linear-gradient(160deg, #101827, #020617);
    border: 2px solid rgba(255,255,255,.14);
    transform: rotate(-13deg);
}

.person-phone::before {
    content: "";
    width: 26px;
    height: 26px;
    border: 4px solid #91baff;
    position: absolute;
    left: 24px;
    top: 40px;
}

.hero-arrow-growth {
    position: absolute;
    width: 260px;
    height: 260px;
    right: 118px;
    bottom: 48px;
    border-right: 18px solid white;
    border-top: 18px solid white;
    transform: rotate(45deg);
    border-radius: 12px;
    opacity: .96;
    filter: drop-shadow(0 0 24px rgba(111,166,255,.72));
    z-index: 5;
}

.hero-arrow-growth::after {
    content: "";
    position: absolute;
    right: -38px;
    top: -42px;
    width: 0;
    height: 0;
    border-left: 34px solid white;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    transform: rotate(-45deg);
}

.social-float {
    position: absolute;
    width: 76px;
    height: 76px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    color: white;
    font-size: 38px;
    font-weight: 950;
    background: rgba(31, 42, 68, .72);
    border: 1px solid rgba(153, 187, 255, .28);
    box-shadow:
        0 0 25px rgba(95, 142, 230, .42),
        inset 0 0 18px rgba(255,255,255,.05);
    backdrop-filter: blur(10px);
    z-index: 7;
}

.social-instagram {
    left: 142px;
    top: 86px;
}

.social-x {
    left: 148px;
    top: 182px;
}

.social-facebook {
    right: 112px;
    top: 90px;
    font-size: 46px;
}

.social-youtube {
    right: 42px;
    top: 226px;
    font-size: 34px;
}

.social-tiktok {
    right: 92px;
    bottom: 42px;
}

.metric-bubble {
    position: absolute;
    padding: 12px 18px;
    border-radius: 16px;
    background: rgba(31, 42, 68, .76);
    border: 1px solid rgba(153, 187, 255, .26);
    color: white;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 0 25px rgba(95, 142, 230, .35);
    z-index: 8;
}

.metric-likes {
    right: 92px;
    top: 27px;
}

.metric-two {
    left: 58px;
    bottom: 110px;
}

.metric-five {
    right: 18px;
    bottom: 18px;
}

.growth-bars {
    position: absolute;
    display: flex;
    gap: 13px;
    align-items: end;
    height: 148px;
    right: 176px;
    bottom: 14px;
    z-index: 4;
}

.growth-bars .bar {
    width: 30px;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(180deg, #ffffff, #709dff 58%, #1b3a72);
    box-shadow: 0 0 18px rgba(86, 141, 255, .35);
}

.bar-1 { height: 18px; }
.bar-2 { height: 34px; }
.bar-3 { height: 52px; }
.bar-4 { height: 72px; }
.bar-5 { height: 98px; }
.bar-6 { height: 128px; }

/* REDES */

.network-strip {
    min-height: 138px;
    padding: 26px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background: #f5f6f8;
    color: #0B1C2C;
}

.network-strip button {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: white;
    color: #0B1C2C;
    box-shadow: 0 8px 18px rgba(0,0,0,.12);
    font-size: 34px;
    cursor: pointer;
}

.network-item {
    width: 86px;
    height: 86px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    background: white;
    font-size: 40px;
    font-weight: 950;
    box-shadow: 0 12px 24px rgba(0,0,0,.12);
}

/* CÓMO FUNCIONA */

.how-section {
    position: relative;
    padding: 24px 64px 70px;
    background:
        radial-gradient(circle at 8% 25%, rgba(20, 84, 159, .22), transparent 34%),
        radial-gradient(circle at 85% 15%, rgba(20, 84, 159, .20), transparent 32%),
        linear-gradient(180deg, #061525 0%, #061b2f 100%);
    overflow: hidden;
}

.section-heading {
    text-align: center;
    position: relative;
}

.section-heading > span {
    display: inline-flex;
    padding: 7px 16px;
    border-radius: 999px;
    color: #93c5fd;
    background: rgba(30, 136, 255, .12);
    border: 1px solid rgba(30, 136, 255, .28);
    font-size: 12px;
    font-weight: 900;
}

.section-heading h2 {
    margin-top: 10px;
    font-size: 56px;
    line-height: 1;
    color: white;
    letter-spacing: -2px;
}

.section-heading p {
    margin-top: 8px;
    color: #b7c5da;
}

.section-heading p b {
    color: #80b7ff;
}

.section-socials {
    position: absolute;
    top: 45px;
    right: 74px;
    display: flex;
    gap: 10px;
}

.section-socials span {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(24, 46, 78, .8);
    border: 1px solid rgba(153, 187, 255, .18);
    color: white;
    font-weight: 900;
}

.steps-container {
    max-width: 1050px;
    margin: 36px auto 24px;
    display: grid;
    grid-template-columns: 1fr 54px 1fr 54px 1fr;
    align-items: center;
}

.step-card {
    min-height: 210px;
    padding: 26px 26px 22px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(20, 42, 72, .88), rgba(7, 18, 31, .96));
    border: 1px solid rgba(122, 140, 165, .30);
    box-shadow:
        0 20px 50px rgba(0,0,0,.30),
        inset 0 0 45px rgba(74, 123, 212, .07);
    position: relative;
    text-align: center;
}

.step-number {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 52px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: white;
    font-size: 24px;
    font-weight: 950;
    background: linear-gradient(135deg, rgba(161, 193, 255, .55), rgba(53, 91, 162, .18));
    box-shadow: inset 0 0 12px rgba(255,255,255,.08);
}

.step-image-space {
    margin: 24px auto 14px;
    width: 96px;
    height: 76px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(76, 123, 212, .16);
    box-shadow: 0 0 24px rgba(30,136,255,.18);
}

.step-image-space img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.step-icon {
    font-size: 46px;
}

.step-card h3 {
    color: white;
    font-size: 16px;
    margin-bottom: 6px;
}

.step-card p {
    color: #b7c5da;
    line-height: 1.35;
    font-size: 13px;
}

.step-card small {
    display: block;
    margin-top: 10px;
    color: #93c5fd;
    font-size: 12px;
}

.step-arrow {
    width: 42px;
    height: 42px;
    margin: auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: white;
    font-size: 30px;
    background: rgba(10, 35, 67, .85);
    border: 2px solid rgba(118, 172, 255, .65);
    box-shadow: 0 0 20px rgba(30,136,255,.35);
}

/* PANEL ENTREGA */

.delivery-panel {
    max-width: 1130px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 1.55fr repeat(4, 1fr);
    border: 1px solid rgba(122, 140, 165, .30);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(122, 140, 165, .12);
    box-shadow: 0 18px 44px rgba(0,0,0,.22);
}

.delivery-start,
.delivery-times,
.delivery-feature {
    background: rgba(8, 22, 37, .76);
    min-height: 98px;
    border-right: 1px solid rgba(122,140,165,.18);
}

.delivery-start {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 16px;
}

.delivery-clock {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(30,136,255,.14);
    border: 2px solid rgba(91, 149, 255, .45);
    color: #93c5fd;
    font-size: 30px;
}

.delivery-start small {
    color: #dbeafe;
    font-size: 10px;
    font-weight: 900;
}

.delivery-start strong {
    display: block;
    color: #60a5fa;
    font-size: 32px;
    line-height: 1;
    font-weight: 950;
}

.delivery-start span {
    display: block;
    color: white;
    font-size: 10px;
    font-weight: 800;
}

.delivery-times {
    padding: 15px;
    text-align: center;
}

.delivery-times small {
    color: white;
    font-size: 11px;
    font-weight: 900;
}

.delivery-times p {
    color: #8ca6c9;
    font-size: 11px;
}

.time-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 9px;
}

.time-list span {
    padding: 8px 6px;
    border-radius: 10px;
    border: 1px solid rgba(122,140,165,.25);
    color: white;
    font-size: 10px;
}

.time-list b {
    color: #9fc5ff;
}

.delivery-feature {
    padding: 14px 10px;
    text-align: center;
    display: grid;
    place-items: center;
}

.delivery-feature i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(30,136,255,.14);
    font-style: normal;
}

.delivery-feature strong {
    color: white;
    font-size: 11px;
}

.delivery-feature span {
    color: #aebcd0;
    font-size: 10px;
}

.center-buy {
    text-align: center;
    margin-top: 8px;
}

.buy-button {
    min-width: 300px;
    height: 58px;
    padding: 0 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 13px;
    background: linear-gradient(180deg, white, #dbeafe);
    color: #0B1C2C;
    font-size: 16px;
    font-weight: 950;
    box-shadow: 0 0 26px rgba(119, 171, 255, .55);
}

.buy-button i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: white;
    background: #0B1C2C;
    font-style: normal;
}

.center-buy p {
    color: #93a4bb;
    margin-top: 10px;
    font-size: 12px;
}

/* FOOTER */

.landing-footer {
    padding: 36px 72px 28px;
    background:
        radial-gradient(circle at 12% 20%, rgba(30,136,255,.11), transparent 34%),
        linear-gradient(180deg, #061b2f 0%, #04101d 100%);
}

.footer-content {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.45fr .85fr .85fr 1.3fr;
    gap: 40px;
    align-items: start;
}

.footer-brand h2 {
    color: white;
    font-size: 28px;
    margin-bottom: 22px;
}

.footer-brand p {
    color: #b9c5d5;
    max-width: 260px;
    line-height: 1.55;
}

.footer-brand span {
    display: inline-flex;
    margin-top: 24px;
    padding: 13px 20px;
    border-radius: 14px;
    color: #dbeafe;
    border: 1px solid rgba(122,140,165,.30);
    background: rgba(30,136,255,.10);
    font-weight: 800;
}

.footer-column h3 {
    color: white;
    font-size: 16px;
    margin-bottom: 18px;
}

.footer-column h3::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    margin-top: 8px;
    background: #1E88FF;
    border-radius: 999px;
}

.footer-column a {
    display: flex;
    justify-content: space-between;
    max-width: 170px;
    color: #b9c5d5;
    padding: 9px 0;
}

.ready-card {
    padding: 34px;
    border-radius: 22px;
    border: 1px solid rgba(153, 187, 255, .40);
    background:
        radial-gradient(circle at 80% 20%, rgba(111,166,255,.20), transparent 36%),
        linear-gradient(145deg, rgba(20,42,72,.85), rgba(7,18,31,.95));
    box-shadow: inset 0 0 45px rgba(30,136,255,.08);
    position: relative;
    overflow: hidden;
}

.ready-bg-icon {
    position: absolute;
    right: 28px;
    top: 20px;
    font-size: 110px;
    color: rgba(147, 197, 253, .13);
    font-weight: 900;
}

.ready-card h3 {
    color: white;
    font-size: 28px;
    line-height: 1.05;
    position: relative;
}

.ready-card p {
    color: #b9c5d5;
    margin: 16px 0 28px;
    position: relative;
}

.ready-card a {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 15px;
    background: white;
    color: #0B1C2C;
    font-weight: 950;
    position: relative;
}

.ready-card i {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #0B1C2C;
    color: white;
    font-style: normal;
}

.footer-separator {
    max-width: 1100px;
    height: 1px;
    margin: 38px auto 24px;
    background: rgba(122,140,165,.22);
}

.footer-bottom {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1.25fr 1.6fr;
    gap: 26px;
    align-items: center;
}

.footer-bottom h4 {
    color: #aebcd0;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.footer-bottom span {
    display: inline-flex;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 10px 14px;
    border-radius: 10px;
    color: #dbeafe;
    border: 1px solid rgba(122,140,165,.24);
    background: rgba(20,42,72,.50);
}

.footer-trust {
    display: flex;
    gap: 14px;
}

.footer-trust span {
    font-weight: 800;
    display: flex;
    flex-direction: column;
}

.footer-trust small {
    color: #aebcd0;
    font-weight: 400;
    margin-top: 4px;
}

.footer-copy {
    max-width: 1100px;
    margin: 24px auto 0;
    padding-top: 22px;
    border-top: 1px solid rgba(122,140,165,.18);
    text-align: center;
    color: #8fa2ba;
    line-height: 1.8;
}

/* RESPONSIVE */

@media (max-width: 1150px) {
    .hero-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hero-visual {
        max-width: 760px;
        width: 100%;
        margin: auto;
    }

    .delivery-panel {
        grid-template-columns: 1fr 1fr;
    }

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

@media (max-width: 820px) {
    .site-header {
        height: auto;
        padding: 18px;
        grid-template-columns: 1fr;
        gap: 16px;
        text-align: center;
    }

    .header-socials,
    .header-actions,
    .header-logo {
        justify-content: center;
    }

    .header-actions {
        flex-wrap: wrap;
    }

    .hero-section,
    .how-section,
    .landing-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-content h1 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .hero-features {
        gap: 18px;
        flex-wrap: wrap;
    }

    .hero-cta {
        min-width: 100%;
        justify-content: center;
    }

    .hero-visual {
        height: 420px;
        transform: scale(.86);
        transform-origin: top center;
        margin-bottom: -60px;
    }

    .network-strip {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .steps-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .step-arrow {
        transform: rotate(90deg);
    }

    .delivery-panel,
    .footer-content,
    .footer-bottom,
    .time-list {
        grid-template-columns: 1fr;
    }

    .section-socials {
        display: none;
    }

    .footer-trust {
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .hero-visual {
        transform: scale(.72);
        margin-left: -40px;
        margin-bottom: -110px;
    }

    .section-heading h2 {
        font-size: 38px;
    }

    .network-item {
        width: 74px;
        height: 74px;
    }
}