/* =========================================================
   REDES SOCIALES · TICODESIGN
========================================================= */

:root {
    --rs-orange: #f28a1a;
    --rs-green: #2f9b57;
    --rs-dark: #101214;
    --rs-text: #292d31;
    --rs-muted: #6b7176;
    --rs-border: #e7e9ea;
    --rs-bg: #f7f8f8;
    --rs-white: #fff;
}

.rs-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.rs-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--rs-orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.rs-tag::before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 20px;
    background: var(--rs-orange);
}

.rs-heading {
    max-width: 760px;
    margin-bottom: 45px;
}

.rs-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.rs-heading h2,
.rs-exclusive h2,
.rs-presence h2,
.rs-connection h2,
.rs-organic h2,
.rs-results h2 {
    margin: 0 0 18px;
    color: var(--rs-dark);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.rs-heading h2 span,
.rs-exclusive h2 span,
.rs-presence h2 span,
.rs-connection h2 span,
.rs-organic h2 span,
.rs-results h2 span {
    color: var(--rs-orange);
}

.rs-heading p,
.rs-exclusive p,
.rs-presence p,
.rs-connection p,
.rs-organic p,
.rs-results p {
    color: var(--rs-muted);
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   BUTTONS
========================================================= */

.rs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 23px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.rs-btn--primary {
    color: #fff;
    background: var(--rs-orange);
}

.rs-btn--primary:hover {
    transform: translateY(-2px);
    background: #db7712;
}

.rs-btn--ghost {
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
    background: rgba(255,255,255,.04);
}

.rs-btn--ghost:hover {
    background: rgba(255,255,255,.09);
}


/* =========================================================
   HERO
========================================================= */

.rs-hero {
    position: relative;
    overflow: hidden;
    min-height: 820px;
    padding: 95px 0 85px;
    background:
        radial-gradient(
            circle at 20% 25%,
            rgba(242,138,26,.11),
            transparent 26%
        ),
        radial-gradient(
            circle at 80% 60%,
            rgba(47,155,87,.1),
            transparent 28%
        ),
        #101214;
}

.rs-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image:
        radial-gradient(
            rgba(255,255,255,.15) 1px,
            transparent 1px
        );
    background-size: 30px 30px;
    pointer-events: none;
}

.rs-hero .rs-container {
    position: relative;
    z-index: 2;
}

.rs-hero__header {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.rs-hero__badge {
    display: inline-flex;
    padding: 8px 14px;
    margin-bottom: 22px;
    border: 1px solid rgba(242,138,26,.28);
    border-radius: 40px;
    color: var(--rs-orange);
    background: rgba(242,138,26,.07);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rs-hero h1 {
    max-width: 960px;
    margin: 0 auto 24px;
    color: #fff;
    font-size: clamp(44px, 6vw, 74px);
    line-height: 1;
    letter-spacing: -.055em;
}

.rs-hero h1 span {
    display: block;
    color: var(--rs-orange);
}

.rs-hero__header > p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255,255,255,.64);
    font-size: 17px;
    line-height: 1.8;
}


/* =========================================================
   SOCIAL UNIVERSE
========================================================= */

.rs-universe {
    position: relative;
    max-width: 900px;
    height: 440px;
    margin: 45px auto 25px;
}

.rs-phone {
    position: absolute;
    z-index: 5;
    top: 5px;
    left: 50%;
    width: 260px;
    height: 425px;
    overflow: hidden;
    border: 7px solid #25282a;
    border-radius: 34px;
    background: #fff;
    box-shadow:
        0 35px 80px rgba(0,0,0,.5),
        0 0 70px rgba(242,138,26,.08);
    transform: translateX(-50%) rotate(-2deg);
}

.rs-phone__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 8px;
}

.rs-phone__top span {
    width: 35px;
    height: 5px;
    border-radius: 20px;
    background: #ddd;
}

.rs-phone__top strong {
    color: #222;
    font-size: 8px;
}

.rs-phone__top i {
    width: 10px;
    height: 10px;
    border: 1px solid #bbb;
    border-radius: 50%;
}

.rs-phone__story {
    display: flex;
    gap: 9px;
    padding: 10px 13px;
    border-bottom: 1px solid #eee;
}

.rs-phone__story span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 2px solid var(--rs-orange);
    border-radius: 50%;
    color: #888;
    font-size: 7px;
    font-weight: 700;
}

.rs-phone__story span:first-child {
    color: #fff;
    background: var(--rs-orange);
}

.rs-phone__brand {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 11px;
}

.rs-phone__brand > span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--rs-orange);
    font-size: 8px;
    font-weight: 800;
}

.rs-phone__brand strong,
.rs-phone__brand small {
    display: block;
}

.rs-phone__brand strong {
    color: #222;
    font-size: 8px;
}

.rs-phone__brand small {
    color: #aaa;
    font-size: 6px;
}

.rs-phone__image {
    min-height: 180px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        linear-gradient(
            145deg,
            rgba(242,138,26,.15),
            transparent 45%
        ),
        radial-gradient(
            circle at 85% 20%,
            rgba(47,155,87,.28),
            transparent 32%
        ),
        #111416;
}

.rs-phone__image span {
    color: var(--rs-orange);
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.rs-phone__image strong {
    max-width: 190px;
    margin-top: 5px;
    color: #fff;
    font-size: 19px;
    line-height: 1.15;
}

.rs-phone__actions {
    display: flex;
    gap: 12px;
    padding: 10px 12px 5px;
    color: #444;
    font-size: 14px;
}

.rs-phone__caption {
    padding: 5px 12px 12px;
    color: #555;
    font-size: 7px;
    line-height: 1.5;
}

.rs-phone__caption strong {
    margin-right: 4px;
    color: #222;
}


/* =========================================================
   ORBITS
========================================================= */

.rs-orbit {
    position: absolute;
    z-index: 3;
    min-width: 150px;
    padding: 15px 17px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    background: rgba(255,255,255,.055);
    box-shadow: 0 18px 40px rgba(0,0,0,.22);
    backdrop-filter: blur(12px);
}

.rs-orbit__dot {
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--rs-orange);
    box-shadow: 0 0 15px var(--rs-orange);
}

.rs-orbit small,
.rs-orbit strong {
    display: block;
}

.rs-orbit small {
    margin-bottom: 4px;
    color: rgba(255,255,255,.3);
    font-size: 7px;
    letter-spacing: .11em;
}

.rs-orbit strong {
    color: #fff;
    font-size: 11px;
}

.rs-orbit--content {
    top: 50px;
    left: 60px;
}

.rs-orbit--content .rs-orbit__dot,
.rs-orbit--strategy .rs-orbit__dot {
    right: -4px;
}

.rs-orbit--design {
    top: 75px;
    right: 55px;
}

.rs-orbit--design .rs-orbit__dot,
.rs-orbit--web .rs-orbit__dot {
    left: -4px;
    background: var(--rs-green);
    box-shadow: 0 0 15px var(--rs-green);
}

.rs-orbit--strategy {
    bottom: 70px;
    left: 20px;
}

.rs-orbit--web {
    right: 10px;
    bottom: 55px;
}

.rs-universe__line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 650px;
    height: 270px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(-8deg);
}

.rs-universe__line--two {
    width: 760px;
    height: 330px;
    transform: translate(-50%, -50%) rotate(13deg);
}

.rs-hero__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}


/* =========================================================
   EXCLUSIVE
========================================================= */

.rs-exclusive {
    padding: 80px 0;
    background: #fff;
}

.rs-exclusive__inner {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 30px;
    max-width: 1000px;
    margin: auto;
    padding: 42px;
    border: 1px solid rgba(242,138,26,.22);
    border-radius: 20px;
    background: #fffaf5;
}

.rs-exclusive__mark {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border-radius: 17px;
    color: #fff;
    background: var(--rs-orange);
    font-size: 17px;
    font-weight: 800;
}

.rs-exclusive h2 {
    font-size: clamp(28px, 4vw, 40px);
}


/* =========================================================
   PRESENCE
========================================================= */

.rs-presence {
    padding: 105px 0;
    background: var(--rs-bg);
}

.rs-presence__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
}

.rs-presence__grid p:first-child {
    margin-top: 0;
}

.rs-presence__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 55px;
}

.rs-presence__items article {
    padding: 25px 20px;
    border-top: 2px solid var(--rs-border);
}

.rs-presence__items article:hover {
    border-top-color: var(--rs-orange);
}

.rs-presence__items article > span {
    display: block;
    margin-bottom: 18px;
    color: #bbb;
    font-size: 10px;
    font-weight: 800;
}

.rs-presence__items strong {
    display: block;
    margin-bottom: 8px;
    color: var(--rs-dark);
    font-size: 14px;
}

.rs-presence__items p {
    margin: 0;
    font-size: 11px;
    line-height: 1.7;
}


/* =========================================================
   SERVICES
========================================================= */

.rs-services {
    padding: 105px 0;
    background: #fff;
}

.rs-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.rs-services article {
    position: relative;
    padding: 30px 25px;
    border: 1px solid var(--rs-border);
    border-radius: 17px;
    background: #fff;
    transition: .25s ease;
}

.rs-services article:hover {
    transform: translateY(-4px);
    border-color: rgba(242,138,26,.3);
    box-shadow: 0 18px 40px rgba(0,0,0,.045);
}

.rs-services__number {
    position: absolute;
    top: 20px;
    right: 22px;
    color: #ddd;
    font-size: 10px;
    font-weight: 800;
}

.rs-services__icon {
    display: grid;
    width: 47px;
    height: 47px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 12px;
    color: var(--rs-orange);
    background: rgba(242,138,26,.09);
    font-size: 11px;
    font-weight: 800;
}

.rs-services h3 {
    margin: 0 0 9px;
    color: var(--rs-dark);
    font-size: 16px;
}

.rs-services p {
    margin: 0;
    color: var(--rs-muted);
    font-size: 11px;
    line-height: 1.7;
}


/* =========================================================
   CONNECTION
========================================================= */

.rs-connection {
    padding: 110px 0;
    background: var(--rs-bg);
}

.rs-connection__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: center;
}

.rs-map {
    position: relative;
    min-height: 380px;
    padding: 40px;
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(242,138,26,.15),
            transparent 30%
        ),
        #101214;
}

.rs-map__social,
.rs-map__website,
.rs-map__result {
    position: absolute;
    display: grid;
    width: 120px;
    height: 90px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    background: rgba(255,255,255,.055);
}

.rs-map__social {
    top: 50px;
    left: 45px;
}

.rs-map__website {
    top: 50px;
    right: 45px;
}

.rs-map__result {
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
}

.rs-map__social span,
.rs-map__website span,
.rs-map__result small {
    color: var(--rs-orange);
    font-size: 8px;
    font-weight: 800;
}

.rs-map__social strong,
.rs-map__website strong,
.rs-map__result strong {
    color: #fff;
    font-size: 11px;
}

.rs-map__connector {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    gap: 9px;
    transform: translate(-50%, -50%);
}

.rs-map__connector span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rs-green);
    box-shadow: 0 0 12px rgba(47,155,87,.5);
}

.rs-checklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px 20px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.rs-checklist li {
    color: var(--rs-text);
    font-size: 12px;
}

.rs-checklist span {
    margin-right: 6px;
    color: var(--rs-green);
}


/* =========================================================
   CONTENT
========================================================= */

.rs-content {
    padding: 105px 0;
    background: #fff;
}

.rs-content__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.rs-content__card {
    min-height: 225px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid var(--rs-border);
    border-radius: 17px;
    background: var(--rs-bg);
}

.rs-content__card small {
    margin-bottom: auto;
    color: #999;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .1em;
}

.rs-content__card strong {
    margin-bottom: 9px;
    color: var(--rs-dark);
    font-size: 16px;
}

.rs-content__card p {
    margin: 0;
    color: var(--rs-muted);
    font-size: 10px;
    line-height: 1.7;
}

.rs-content__card--orange {
    border-color: rgba(242,138,26,.25);
    background: #fff9f2;
}

.rs-content__card--green {
    border-color: rgba(47,155,87,.22);
    background: #f5faf7;
}


/* =========================================================
   ORGANIC VS PAID
========================================================= */

.rs-organic {
    padding: 100px 0;
    background: var(--rs-bg);
}

.rs-organic__card {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 55px;
    align-items: center;
    max-width: 1050px;
    margin: auto;
    padding: 42px;
    border: 1px solid var(--rs-border);
    border-radius: 20px;
    background: #fff;
}

.rs-organic__options {
    display: grid;
    gap: 12px;
}

.rs-organic__options > div {
    padding: 20px;
    border-radius: 12px;
    background: var(--rs-bg);
}

.rs-organic__options span,
.rs-organic__options strong,
.rs-organic__options small,
.rs-organic__options a {
    display: block;
}

.rs-organic__options span {
    margin-bottom: 6px;
    color: var(--rs-orange);
    font-size: 8px;
    font-weight: 800;
}

.rs-organic__options strong {
    color: var(--rs-dark);
    font-size: 13px;
}

.rs-organic__options small {
    margin-top: 5px;
    color: #999;
    font-size: 9px;
}

.rs-organic__options a {
    margin-top: 7px;
    color: var(--rs-orange);
    font-size: 9px;
    font-weight: 700;
    text-decoration: none;
}

.rs-organic__option--paid {
    border: 1px solid rgba(242,138,26,.2);
}


/* =========================================================
   PROCESS
========================================================= */

.rs-process {
    padding: 105px 0;
    background: #fff;
}

.rs-process__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.rs-process article {
    padding: 25px;
    border-left: 1px solid var(--rs-border);
}

.rs-process article:first-child {
    border-left: 0;
}

.rs-process article > span {
    display: block;
    margin-bottom: 20px;
    color: var(--rs-orange);
    font-size: 10px;
    font-weight: 800;
}

.rs-process h3 {
    margin: 0 0 8px;
    color: var(--rs-dark);
    font-size: 15px;
}

.rs-process p {
    margin: 0;
    color: var(--rs-muted);
    font-size: 10px;
    line-height: 1.7;
}


/* =========================================================
   RESULTS
========================================================= */

.rs-results {
    padding: 90px 0;
    background: var(--rs-bg);
}

.rs-results__inner {
    display: grid;
    grid-template-columns: 75px 1fr;
    gap: 30px;
    max-width: 960px;
    margin: auto;
    padding: 42px;
    border: 1px solid rgba(242,138,26,.22);
    border-radius: 20px;
    background: #fffaf5;
}

.rs-results__icon {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border-radius: 17px;
    color: #fff;
    background: var(--rs-orange);
    font-size: 22px;
    font-weight: 800;
}

.rs-results h2 {
    font-size: clamp(27px, 4vw, 39px);
}


/* =========================================================
   CTA
========================================================= */

.rs-cta {
    padding: 80px 0 100px;
    background: #fff;
}

.rs-cta__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
    padding: 50px;
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(47,155,87,.15),
            transparent 30%
        ),
        #101214;
}

.rs-tag--light {
    color: var(--rs-orange);
}

.rs-cta h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.rs-cta p {
    max-width: 700px;
    margin: 0;
    color: rgba(255,255,255,.58);
    font-size: 13px;
    line-height: 1.8;
}

.rs-btn--white {
    color: #111;
    background: #fff;
}

.rs-btn--white:hover {
    transform: translateY(-2px);
    color: #fff;
    background: var(--rs-orange);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .rs-orbit {
        display: none;
    }

    .rs-universe__line {
        width: 500px;
    }

    .rs-presence__grid,
    .rs-connection__grid {
        grid-template-columns: 1fr;
    }

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

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

    .rs-organic__card {
        grid-template-columns: 1fr;
    }

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

    .rs-process article {
        border: 0;
        border-top: 1px solid var(--rs-border);
    }

}


@media (max-width: 700px) {

    .rs-container {
        width: min(100% - 28px, 1180px);
    }

    .rs-hero {
        min-height: auto;
        padding: 75px 0 65px;
    }

    .rs-universe {
        height: 430px;
    }

    .rs-universe__line {
        width: 360px;
    }

    .rs-universe__line--two {
        width: 390px;
    }

    .rs-phone {
        width: 245px;
    }

    .rs-hero__actions {
        flex-direction: column;
    }

    .rs-btn {
        width: 100%;
    }

    .rs-exclusive__inner,
    .rs-results__inner {
        grid-template-columns: 1fr;
        padding: 27px 22px;
    }

    .rs-presence__items,
    .rs-services__grid,
    .rs-content__grid,
    .rs-process__grid,
    .rs-checklist {
        grid-template-columns: 1fr;
    }

    .rs-map {
        min-height: 360px;
    }

    .rs-organic__card {
        padding: 27px 22px;
    }

    .rs-cta__inner {
        grid-template-columns: 1fr;
        padding: 35px 25px;
    }

}