:root {
    --purple: #4b2e83;
    --purple-deep: #2b1851;
    --blue: #2563eb;
    --blue-deep: #1648b8;
    --green: #b6ff00;
    --green-dark: #78a800;
    --ink: #111827;
    --muted: #5d6677;
    --background: #f3f4f6;
    --white: #ffffff;
    --line: #d9dce3;
    --shadow: 0 22px 60px rgba(17, 24, 39, 0.12);
    --radius: 1.4rem;
    --shell: 74rem;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 5.75rem;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--background);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

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

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

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
    font: inherit;
}

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

h1,
h2,
h3 {
    line-height: 1.08;
    letter-spacing: -0.04em;
}

h1 {
    margin-bottom: 1.25rem;
    font-size: clamp(2.65rem, 12vw, 4.9rem);
}

h2 {
    margin-bottom: 1.1rem;
    font-size: clamp(2rem, 8vw, 3.6rem);
}

h3 {
    margin-bottom: 0.7rem;
    font-size: 1.28rem;
}

p:last-child {
    margin-bottom: 0;
}

:focus-visible {
    outline: 3px solid var(--green);
    outline-offset: 4px;
}

.shell {
    width: min(100% - 2rem, var(--shell));
    margin-inline: auto;
}

.section {
    padding: 5rem 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.75rem 1rem;
    color: var(--ink);
    background: var(--green);
    border-radius: 0.65rem;
    font-weight: 800;
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1.15rem;
    color: var(--green);
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.15em;
    line-height: 1.4;
    text-transform: uppercase;
}

.eyebrow > span {
    width: 1.75rem;
    height: 2px;
    background: currentColor;
}

.eyebrow--dark {
    color: var(--purple);
}

.button {
    display: inline-flex;
    min-height: 3.35rem;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.8rem 1.25rem;
    color: var(--ink);
    background: var(--green);
    border: 2px solid var(--green);
    border-radius: 0.9rem;
    box-shadow: 0 10px 28px rgba(182, 255, 0, 0.16);
    font-size: 0.95rem;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
    background: #c5ff34;
    box-shadow: 0 14px 34px rgba(182, 255, 0, 0.24);
    transform: translateY(-2px);
}

.button--small {
    min-height: 2.8rem;
    padding-inline: 1rem;
    font-size: 0.82rem;
}

.button--ghost {
    color: var(--white);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: none;
}

.button--ghost:hover {
    background: rgba(255, 255, 255, 0.1);
}

.button--light {
    color: var(--purple-deep);
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    min-height: 4.75rem;
    background: rgba(243, 244, 246, 0.94);
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    backdrop-filter: blur(18px);
}

.nav-wrap {
    display: flex;
    min-height: 4.75rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.brand {
    display: inline-flex;
    max-width: 13.5rem;
    flex-direction: column;
    justify-content: center;
    line-height: 1.05;
}

.brand span {
    overflow: hidden;
    color: var(--purple);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand small {
    margin-top: 0.3rem;
    color: var(--muted);
    font-size: 0.63rem;
    font-weight: 750;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.nav-toggle {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-content: center;
    gap: 0.32rem;
    padding: 0;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 0.85rem;
    cursor: pointer;
}

.nav-toggle > span:not(.sr-only) {
    display: block;
    width: 1.25rem;
    height: 2px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] > span:nth-of-type(2) {
    transform: translateY(0.42rem) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] > span:nth-of-type(3) {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] > span:nth-of-type(4) {
    transform: translateY(-0.42rem) rotate(-45deg);
}

.site-nav {
    position: fixed;
    inset: 4.75rem 0 auto;
    display: none;
    max-height: calc(100dvh - 4.75rem);
    overflow-y: auto;
    padding: 1rem;
    background: var(--background);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.site-nav.is-open {
    display: grid;
    gap: 0.25rem;
}

.site-nav > a:not(.button) {
    display: flex;
    min-height: 3.15rem;
    align-items: center;
    padding: 0.7rem 0.5rem;
    border-bottom: 1px solid var(--line);
    font-weight: 760;
}

.site-nav .button {
    margin-top: 0.75rem;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 4.5rem 0 5.25rem;
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(75, 46, 131, 0.98), rgba(28, 43, 104, 0.98)),
        var(--purple-deep);
}

.hero::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 3rem 3rem;
    content: "";
    mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    opacity: 0.26;
}

.hero-orb--one {
    top: -8rem;
    right: -7rem;
    width: 23rem;
    height: 23rem;
    background: var(--blue);
}

.hero-orb--two {
    bottom: -9rem;
    left: -8rem;
    width: 20rem;
    height: 20rem;
    background: var(--green);
    opacity: 0.08;
}

.hero-grid {
    position: relative;
    display: grid;
    gap: 3.5rem;
}

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

.hero h1 {
    max-width: 13ch;
}

.hero h1 em {
    color: var(--green);
    font-style: normal;
}

.hero-lead {
    max-width: 40rem;
    margin-bottom: 1.7rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.08rem;
}

.button-row {
    display: grid;
    gap: 0.75rem;
}

.hero-note {
    display: flex;
    max-width: 35rem;
    align-items: flex-start;
    gap: 0.65rem;
    margin-top: 1.15rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.82rem;
}

.hero-note span {
    color: var(--green);
    font-weight: 900;
}

.hero-visual {
    position: relative;
    min-height: 25rem;
}

.signal-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(182, 255, 0, 0.28);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.signal-ring--one {
    width: 21rem;
    height: 21rem;
}

.signal-ring--two {
    width: 16.5rem;
    height: 16.5rem;
    border-color: rgba(37, 99, 235, 0.6);
}

.phone-shell {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 13.25rem;
    height: 24.5rem;
    padding: 0.58rem;
    background: #101321;
    border: 2px solid rgba(255, 255, 255, 0.22);
    border-radius: 2rem;
    box-shadow: 0 2.5rem 5rem rgba(4, 6, 20, 0.48);
    transform: translate(-50%, -50%) rotate(4deg);
}

.phone-speaker {
    position: absolute;
    z-index: 2;
    top: 1rem;
    left: 50%;
    width: 3.25rem;
    height: 0.28rem;
    background: #313646;
    border-radius: 999px;
    transform: translateX(-50%);
}

.phone-screen {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.1rem 1.1rem 1.25rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 25%, rgba(182, 255, 0, 0.25), transparent 22%),
        linear-gradient(155deg, var(--blue), var(--purple-deep) 65%);
    border-radius: 1.5rem;
}

.phone-screen::before {
    position: absolute;
    top: 4.25rem;
    left: 50%;
    width: 6rem;
    height: 6rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    content: "";
    transform: translateX(-50%);
    box-shadow: 0 0 0 1.75rem rgba(255, 255, 255, 0.035), 0 0 0 3.5rem rgba(255, 255, 255, 0.025);
}

.phone-screen p,
.phone-screen small {
    position: relative;
    z-index: 1;
    color: var(--green);
    font-size: 0.55rem;
    font-weight: 850;
    letter-spacing: 0.12em;
}

.phone-screen strong {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    font-size: 1.65rem;
    line-height: 1.03;
}

.phone-actions {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

.phone-actions span {
    width: 1.6rem;
    height: 0.32rem;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 999px;
}

.phone-actions span:first-child {
    width: 3rem;
    background: var(--green);
}

.service-chip {
    position: absolute;
    z-index: 3;
    display: grid;
    min-width: 9.6rem;
    padding: 0.75rem;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 0.9rem;
    box-shadow: 0 1.2rem 2.5rem rgba(4, 6, 20, 0.25);
}

.service-chip > span {
    position: absolute;
    top: -0.7rem;
    left: 0.7rem;
    display: grid;
    width: 1.6rem;
    height: 1.6rem;
    place-items: center;
    color: var(--ink);
    background: var(--green);
    border-radius: 50%;
    font-size: 0.62rem;
    font-weight: 900;
}

.service-chip b {
    margin-top: 0.2rem;
    font-size: 0.78rem;
}

.service-chip small {
    color: var(--muted);
    font-size: 0.62rem;
}

.service-chip--portability {
    top: 2.5rem;
    left: 0;
}

.service-chip--repair {
    right: 0;
    bottom: 2.8rem;
}

.quick-benefits {
    color: var(--white);
    background: var(--ink);
}

.benefit-grid {
    display: grid;
}

.benefit-grid article {
    display: grid;
    grid-template-columns: 2.1rem 1fr;
    align-items: center;
    gap: 0.8rem;
    min-height: 4.8rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.benefit-grid article:last-child {
    border-bottom: 0;
}

.benefit-grid span {
    color: var(--green);
    font-size: 0.75rem;
    font-weight: 900;
}

.benefit-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.86rem;
    font-weight: 720;
}

.services-intro {
    padding-bottom: 2.5rem;
    background: var(--white);
}

.section-heading {
    display: grid;
    gap: 1rem;
}

.section-heading h2,
.center-heading h2 {
    max-width: 17ch;
}

.section-heading > p,
.center-heading > p:last-child {
    max-width: 36rem;
    color: var(--muted);
}

.feature {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

.feature--portability {
    color: var(--white);
    background: var(--purple-deep);
}

.feature--portability::before {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 90% 10%, rgba(37, 99, 235, 0.45), transparent 35%);
    content: "";
}

.feature--repair {
    background: var(--white);
}

.feature-grid {
    position: relative;
    display: grid;
    gap: 3rem;
    align-items: center;
}

.feature-index {
    margin-bottom: 1rem;
    color: var(--green);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.15em;
}

.feature--repair .feature-index {
    color: var(--purple);
}

.feature-copy > p:not(.feature-index, .legal-note) {
    max-width: 40rem;
    color: rgba(255, 255, 255, 0.73);
}

.feature--repair .feature-copy > p:not(.feature-index, .legal-note) {
    color: var(--muted);
}

.check-list {
    display: grid;
    gap: 0.55rem;
    margin: 1.65rem 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: rgba(255, 255, 255, 0.88);
}

.check-list span {
    display: grid;
    width: 1.45rem;
    height: 1.45rem;
    flex: 0 0 auto;
    place-items: center;
    color: var(--ink);
    background: var(--green);
    border-radius: 50%;
    font-size: 0.67rem;
    font-weight: 900;
}

.legal-note {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.75rem;
}

.feature--repair .legal-note {
    color: var(--muted);
}

.portability-visual {
    position: relative;
    min-height: 24rem;
}

.number-card,
.case-card {
    position: absolute;
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 1.15rem;
    box-shadow: 0 1.75rem 4rem rgba(3, 8, 27, 0.25);
}

.number-card {
    top: 1.5rem;
    left: 0;
    width: min(88%, 20rem);
    color: var(--ink);
    transform: rotate(-3deg);
}

.number-card small,
.case-card > span {
    display: block;
    color: var(--purple);
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.number-card strong {
    display: block;
    margin: 0.7rem 0;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
}

.number-card span {
    display: inline-flex;
    padding: 0.28rem 0.55rem;
    color: var(--ink);
    background: var(--green);
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 850;
}

.network-route {
    position: absolute;
    z-index: 2;
    top: 10.5rem;
    right: 0;
    display: flex;
    width: 82%;
    min-height: 5rem;
    align-items: center;
    justify-content: space-around;
    gap: 0.4rem;
    padding: 0.7rem;
    color: var(--white);
    background: var(--blue);
    border-radius: 1rem;
    box-shadow: 0 1.5rem 3rem rgba(10, 25, 74, 0.28);
    transform: rotate(2deg);
}

.network-route i {
    width: 0.65rem;
    height: 0.65rem;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 50%;
}

.network-route b {
    font-size: 1.4rem;
}

.network-route div {
    display: grid;
    width: 3.9rem;
    height: 3.9rem;
    place-items: center;
    color: var(--ink);
    background: var(--green);
    border-radius: 50%;
    font-size: 0.64rem;
    font-weight: 950;
}

.case-card {
    right: 1rem;
    bottom: 1rem;
    width: min(78%, 17rem);
    color: var(--ink);
    transform: rotate(-2deg);
}

.case-card i {
    display: block;
    width: 100%;
    height: 0.5rem;
    margin-top: 0.65rem;
    background: #e4e7ec;
    border-radius: 999px;
}

.case-card i:nth-child(2) {
    width: 70%;
    background: var(--green);
}

.case-card i:nth-child(3) {
    width: 84%;
}

.case-card i:nth-child(4) {
    width: 52%;
}

.repair-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.6rem 0;
}

.repair-tags span {
    padding: 0.5rem 0.75rem;
    color: var(--purple-deep);
    background: #eee9f8;
    border: 1px solid #d9cfee;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 780;
}

.repair-visual {
    position: relative;
    min-height: 23rem;
    background:
        linear-gradient(rgba(75, 46, 131, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(75, 46, 131, 0.055) 1px, transparent 1px);
    background-size: 2rem 2rem;
    border: 1px solid #ded8eb;
    border-radius: var(--radius);
    overflow: hidden;
}

.repair-device {
    position: absolute;
    top: 2.25rem;
    left: 50%;
    width: 10rem;
    height: 18rem;
    background: var(--purple-deep);
    border: 0.55rem solid var(--ink);
    border-radius: 1.55rem;
    box-shadow: var(--shadow);
    transform: translateX(-50%) rotate(-5deg);
}

.repair-device::before,
.repair-device::after {
    position: absolute;
    height: 2px;
    background: var(--green);
    content: "";
    transform: rotate(-48deg);
    transform-origin: left;
}

.repair-device::before {
    top: 3.5rem;
    left: 3.5rem;
    width: 5rem;
}

.repair-device::after {
    top: 7.5rem;
    left: 1.5rem;
    width: 7rem;
    transform: rotate(42deg);
}

.repair-device span,
.repair-device i,
.repair-device b {
    position: absolute;
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    background: var(--green);
    border-radius: 50%;
}

.repair-device span { top: 3.2rem; left: 3.2rem; }
.repair-device i { top: 7.1rem; right: 1rem; }
.repair-device b { bottom: 3.1rem; left: 2.1rem; }

.diagnostic-line {
    position: absolute;
    z-index: 2;
    height: 1px;
    background: var(--blue);
}

.diagnostic-line::before {
    position: absolute;
    top: -0.25rem;
    width: 0.55rem;
    height: 0.55rem;
    background: var(--blue);
    border-radius: 50%;
    content: "";
}

.diagnostic-line--one {
    top: 7rem;
    left: 1rem;
    width: 6rem;
}

.diagnostic-line--two {
    top: 10rem;
    right: 1rem;
    width: 6rem;
}

.diagnostic-line--two::before {
    right: 0;
}

.diagnostic-badge {
    position: absolute;
    z-index: 3;
    right: 0.85rem;
    bottom: 1rem;
    display: grid;
    max-width: 12rem;
    padding: 0.9rem;
    color: var(--white);
    background: var(--blue);
    border-radius: 0.9rem;
    box-shadow: 0 1.2rem 2.5rem rgba(37, 99, 235, 0.25);
}

.diagnostic-badge small {
    color: var(--green);
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.diagnostic-badge strong {
    margin: 0.3rem 0;
    line-height: 1.2;
}

.diagnostic-badge span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.68rem;
}

.products {
    color: var(--white);
    background: var(--ink);
}

.section-heading--light > p {
    color: rgba(255, 255, 255, 0.6);
}

.product-grid {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.product-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    background: #1b2331;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.1rem;
    transition: border-color 180ms ease, transform 180ms ease;
}

.product-card:hover {
    border-color: rgba(182, 255, 0, 0.45);
    transform: translateY(-3px);
}

.product-art {
    position: relative;
    display: grid;
    min-height: 13rem;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 30%, rgba(182, 255, 0, 0.18), transparent 25%),
        linear-gradient(145deg, var(--purple), var(--blue-deep));
}

.product-art::before {
    position: absolute;
    width: 7rem;
    height: 10rem;
    border: 0.45rem solid rgba(255, 255, 255, 0.82);
    border-radius: 1.1rem;
    content: "";
    transform: rotate(8deg);
    box-shadow: 1rem 1rem 0 rgba(182, 255, 0, 0.16);
}

.product-art span,
.product-art i,
.product-art b {
    position: absolute;
    display: block;
}

.product-art span {
    width: 4rem;
    height: 4rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.04), 0 0 0 2rem rgba(255, 255, 255, 0.025);
}

.product-art i {
    right: 15%;
    bottom: 18%;
    width: 0.8rem;
    height: 0.8rem;
    background: var(--green);
    border-radius: 50%;
}

.product-art b {
    top: 18%;
    left: 15%;
    width: 2.5rem;
    height: 0.35rem;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 999px;
}

.product-art--plan::before {
    width: 8.2rem;
    height: 5.7rem;
    border-width: 2px;
    border-radius: 0.8rem;
    box-shadow: 0.75rem 0.75rem 0 var(--green);
}

.product-art--funda::before,
.product-art--mica::before {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--green);
}

.product-art--cargador::before {
    width: 5rem;
    height: 6rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.8rem;
}

.product-art--audifonos::before {
    width: 7rem;
    height: 7rem;
    border-width: 0.8rem;
    border-bottom-color: transparent;
    border-radius: 50% 50% 30% 30%;
}

.product-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem;
}

.product-copy > p:first-child {
    margin-bottom: 0.65rem;
    color: var(--green);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product-copy > p:not(:first-child) {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.88rem;
}

.product-copy a {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    gap: 0.45rem;
    margin-top: auto;
    color: var(--green);
    font-size: 0.82rem;
    font-weight: 850;
}

.products-note {
    display: grid;
    gap: 0.4rem;
    margin-top: 1.5rem;
    padding: 1.1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.9rem;
}

.products-note p {
    margin: 0;
    font-weight: 800;
}

.products-note a {
    color: var(--green);
    font-size: 0.85rem;
    font-weight: 800;
}

.process {
    background: var(--background);
}

.center-heading {
    display: grid;
    justify-items: start;
    margin-bottom: 2rem;
}

.process-grid {
    display: grid;
    gap: 1rem;
    padding: 0;
    list-style: none;
    counter-reset: steps;
}

.process-grid li {
    min-height: 100%;
    padding: 1.5rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 1rem;
}

.process-grid li > span {
    display: grid;
    width: 2.6rem;
    height: 2.6rem;
    place-items: center;
    margin-bottom: 1.5rem;
    color: var(--white);
    background: var(--purple);
    border-radius: 50%;
    font-size: 0.85rem;
    font-weight: 900;
}

.process-grid li:nth-child(2) > span {
    background: var(--blue);
}

.process-grid li:nth-child(3) > span {
    color: var(--ink);
    background: var(--green);
}

.process-grid p {
    color: var(--muted);
    font-size: 0.9rem;
}

.trust {
    padding: 5rem 0;
    color: var(--white);
    background: linear-gradient(135deg, var(--blue-deep), var(--purple-deep));
}

.trust-grid {
    display: grid;
    gap: 3rem;
}

.trust-copy > p:not(.eyebrow) {
    max-width: 34rem;
    color: rgba(255, 255, 255, 0.7);
}

.trust-points {
    display: grid;
}

.trust-points article {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: 0.8rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.trust-points > article > span {
    color: var(--green);
    font-size: 0.72rem;
    font-weight: 900;
}

.trust-points h3 {
    margin-bottom: 0.35rem;
    font-size: 1.05rem;
    letter-spacing: -0.02em;
}

.trust-points p {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
}

.faq {
    background: var(--white);
}

.faq-grid {
    display: grid;
    gap: 2rem;
}

.faq-heading > p:last-child {
    color: var(--muted);
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-list details {
    border-bottom: 1px solid var(--line);
}

.faq-list summary {
    display: grid;
    min-height: 4rem;
    grid-template-columns: 1fr 2rem;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    cursor: pointer;
    font-weight: 820;
    line-height: 1.35;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary span {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    color: var(--white);
    background: var(--purple);
    border-radius: 50%;
    transition: transform 180ms ease, background-color 180ms ease;
}

.faq-list details[open] summary span {
    color: var(--ink);
    background: var(--green);
    transform: rotate(45deg);
}

.faq-list details p {
    max-width: 43rem;
    padding: 0 2.75rem 1.2rem 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.closing {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    color: var(--white);
    background: var(--purple-deep);
    text-align: center;
}

.closing-orb {
    position: absolute;
    top: -10rem;
    left: 50%;
    width: 30rem;
    height: 30rem;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.5), transparent 66%);
    transform: translateX(-50%);
}

.closing-inner {
    position: relative;
    display: grid;
    justify-items: center;
}

.closing .eyebrow {
    justify-content: center;
}

.closing h2 {
    max-width: 17ch;
}

.closing p:not(.eyebrow) {
    max-width: 38rem;
    color: rgba(255, 255, 255, 0.7);
}

.site-footer {
    padding: 4rem 0 6.5rem;
    color: rgba(255, 255, 255, 0.72);
    background: #0b101a;
}

.footer-grid {
    display: grid;
    gap: 2rem;
}

.brand--footer {
    max-width: 19rem;
}

.brand--footer span {
    color: var(--white);
    white-space: normal;
}

.brand--footer small {
    color: var(--green);
}

.footer-intro > p {
    max-width: 24rem;
    margin-top: 1rem;
    font-size: 0.86rem;
}

.footer-meta {
    color: var(--green);
}

.footer-grid nav,
.footer-contact {
    display: grid;
    align-content: start;
    justify-items: start;
    gap: 0.5rem;
}

.footer-grid h2 {
    margin-bottom: 0.35rem;
    color: var(--white);
    font-size: 0.8rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.footer-grid nav a,
.footer-contact a {
    display: inline-flex;
    min-height: 2.5rem;
    align-items: center;
    font-size: 0.84rem;
}

.footer-grid nav a:hover,
.footer-contact a:hover,
.footer-bottom a:hover {
    color: var(--green);
}

.footer-bottom {
    display: grid;
    gap: 0.5rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.75rem;
}

.footer-bottom p {
    margin: 0;
}

.whatsapp-float {
    position: fixed;
    z-index: 90;
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(1rem, env(safe-area-inset-bottom));
    display: flex;
    min-height: 3.4rem;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 0.9rem;
    color: var(--ink);
    background: var(--green);
    border: 2px solid var(--white);
    border-radius: 999px;
    box-shadow: 0 1rem 2.5rem rgba(5, 9, 20, 0.32);
    font-size: 0.76rem;
    font-weight: 900;
    transition: opacity 180ms ease, transform 180ms ease;
}

.whatsapp-float.is-suppressed {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.75rem);
}

.whatsapp-float span {
    display: grid;
    width: 1.75rem;
    height: 1.75rem;
    place-items: center;
    color: var(--white);
    background: var(--purple);
    border-radius: 50%;
}

@media (max-width: 33.99rem) {
    .whatsapp-float {
        width: 3.4rem;
        justify-content: center;
        padding: 0.4rem;
    }

    .whatsapp-float b {
        display: none;
    }
}

@media (min-width: 34rem) {
    .button-row {
        display: flex;
        flex-wrap: wrap;
    }

    .benefit-grid,
    .product-grid,
    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .benefit-grid article:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .benefit-grid article:nth-child(odd) {
        padding-right: 1rem;
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .benefit-grid article:nth-child(even) {
        padding-left: 1rem;
    }

    .products-note,
    .footer-bottom {
        grid-template-columns: 1fr auto;
        align-items: center;
    }
}

@media (min-width: 48rem) {
    .shell {
        width: min(100% - 3rem, var(--shell));
    }

    .section,
    .feature,
    .trust,
    .closing {
        padding-block: 6.5rem;
    }

    .hero {
        padding-block: 6rem;
    }

    .hero-grid,
    .feature-grid,
    .trust-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
    }

    .hero-grid {
        align-items: center;
    }

    .feature-grid--reverse .repair-visual {
        order: 2;
    }

    .feature-grid--reverse .feature-copy {
        order: 1;
    }

    .section-heading {
        grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
        align-items: end;
    }

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

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

    .faq-grid {
        grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
        gap: 4rem;
    }

    .faq-heading {
        position: sticky;
        top: 7rem;
        align-self: start;
    }

    .footer-grid {
        grid-template-columns: minmax(15rem, 1.5fr) 0.7fr 0.8fr;
    }

    .site-footer {
        padding-bottom: 4rem;
    }
}

@media (min-width: 64rem) {
    .nav-toggle {
        display: none;
    }

    .site-nav {
        position: static;
        display: flex;
        max-height: none;
        align-items: center;
        gap: 0.1rem;
        overflow: visible;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .site-nav > a:not(.button) {
        min-height: 2.75rem;
        padding: 0.65rem 0.7rem;
        border: 0;
        color: #3e4654;
        font-size: 0.75rem;
    }

    .site-nav > a:not(.button):hover {
        color: var(--purple);
    }

    .site-nav .button {
        margin: 0 0 0 0.5rem;
    }

    .hero h1 {
        font-size: clamp(3.8rem, 6.2vw, 5rem);
    }

    .hero-visual {
        min-height: 31rem;
    }

    .phone-shell {
        width: 15rem;
        height: 28rem;
    }

    .service-chip {
        min-width: 11rem;
        padding: 0.95rem;
    }

    .service-chip--portability {
        left: 1rem;
    }

    .service-chip--repair {
        right: 0.5rem;
    }

    .benefit-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .benefit-grid article,
    .benefit-grid article:nth-last-child(-n + 2) {
        min-height: 6rem;
        padding-inline: 1rem;
        border-right: 1px solid rgba(255, 255, 255, 0.12);
        border-bottom: 0;
    }

    .benefit-grid article:first-child {
        padding-left: 0;
    }

    .benefit-grid article:last-child {
        padding-right: 0;
        border-right: 0;
    }

    .portability-visual,
    .repair-visual {
        min-height: 29rem;
    }

    .number-card {
        top: 2.5rem;
        left: 1rem;
    }

    .network-route {
        top: 13rem;
    }

    .case-card {
        bottom: 2rem;
    }

    .repair-device {
        top: 2.6rem;
        width: 12rem;
        height: 22rem;
    }

    .diagnostic-line--one {
        top: 8rem;
        left: 2rem;
        width: 8rem;
    }

    .diagnostic-line--two {
        top: 12rem;
        right: 2rem;
        width: 8rem;
    }

    .diagnostic-badge {
        right: 1.5rem;
        bottom: 1.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
