:root {
    --brand: #66a802;
    --brand-2: #74bc42;
    --brand-3: #d5ffd1;
    --gold: #f57c00;
    --ink: #17171f;
    --muted: #737373;
    --line: #d5d5d5;
    --wash: #f9f9f9;
    --white: #fff;
    --dark: #17171f;
    --shadow: 0 24px 70px rgba(23, 23, 31, .12);
    --shadow-soft: 0 14px 38px rgba(23, 23, 31, .08);
}

.page-home-redesign #main-content {
    overflow: hidden;
    background: #fff;
}

.page-home-redesign img {
    max-width: 100%;
    height: auto;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: 1rem;
    color: var(--brand);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.hero-pro {
    position: relative;
    isolation: isolate;
    padding: clamp(3rem, 7vw, 6.25rem) 0 clamp(2.1rem, 4vw, 3.25rem);
    color: #d9ede2;
    background:
        radial-gradient(circle at 84% 12%, rgba(213, 255, 209, .19), transparent 24rem),
        radial-gradient(circle at 14% 18%, rgba(116, 188, 66, .18), transparent 22rem),
        linear-gradient(135deg, #111116 0%, #1b1c18 48%, #344d12 100%);
}

.hero-pro::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 36%;
    z-index: -1;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,.08));
}

.hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: center;
}

.hero-content {
    max-width: 760px;
}

.hero-pro .eyebrow {
    color: #8ce4b2;
}

.hero h1 {
    max-width: 760px;
    margin: 0 0 1.15rem;
    color: #fff;
    font-size: clamp(2.55rem, 5.7vw, 5.1rem);
    font-weight: 950;
    line-height: .98;
    letter-spacing: -.07em;
}

.hero h1 span {
    color: #9bd553;
}

.hero-copy {
    max-width: 660px;
    margin: 0 0 1.65rem;
    color: #c6d9cf;
    font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.hero-actions {
    display: flex;
    gap: .8rem;
    flex-wrap: wrap;
}

.btn-soft {
    color: #eafff2;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: none;
}

.btn-soft:hover {
    color: #fff;
    background: rgba(255, 255, 255, .16);
}

.trust-list {
    display: flex;
    gap: .65rem;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 1.45rem 0 0;
}

.trust-list li {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .48rem .75rem;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;
    color: #d8ece2;
    background: rgba(255,255,255,.07);
    font-size: .88rem;
    font-weight: 750;
}

.trust-list i {
    color: var(--brand-3);
}

.hero-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: clamp(420px, 48vw, 610px);
}

.hero-visual::before {
    content: "";
    position: absolute;
    width: min(85%, 440px);
    aspect-ratio: 1;
    border-radius: 999px;
    background: conic-gradient(from 155deg, #476f08, #74bc42, #d5ffd1, #f4ddff, #476f08);
    opacity: .85;
    filter: blur(.2px);
    box-shadow: inset 0 0 0 30px rgba(255,255,255,.12), 0 38px 90px rgba(0,0,0,.24);
}

.device-card {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    padding: .55rem;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,.25), rgba(255,255,255,.08));
    box-shadow: 0 34px 70px rgba(0,0,0,.28);
    backdrop-filter: blur(12px);
}

.device-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    background: #eef7f2;
}

.device-card-front {
    width: min(76vw, 310px);
    height: clamp(410px, 46vw, 560px);
}

.device-card-back {
    width: min(58vw, 225px);
    height: clamp(330px, 37vw, 460px);
    transform: translate(-46%, 4%) rotate(-7deg);
    opacity: .72;
}

.floating-metric {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: .7rem;
    width: max-content;
    max-width: 220px;
    padding: .82rem .95rem;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 18px;
    color: var(--ink);
    background: rgba(255,255,255,.88);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
}

.floating-metric i {
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    height: 38px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

.floating-metric span {
    display: flex;
    flex-direction: column;
    line-height: 1.18;
}

.floating-metric strong {
    font-size: .88rem;
}

.floating-metric small {
    margin-top: .16rem;
    color: var(--muted);
    font-size: .72rem;
}

.metric-top {
    top: 16%;
    right: 0;
}

.metric-bottom {
    left: 2%;
    bottom: 17%;
}

.stat-grid {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: clamp(1.8rem, 4vw, 3rem);
}

.stat-card {
    min-height: 112px;
    padding: 1.15rem;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 20px;
    color: #d8ece2;
    background: rgba(255,255,255,.08);
    box-shadow: 0 18px 44px rgba(0,0,0,.12);
    backdrop-filter: blur(14px);
}

.stat-card strong,
.stat-card span {
    display: block;
}

.stat-card strong {
    color: #fff;
    font-size: 1.04rem;
    font-weight: 900;
}

.stat-card span {
    margin-top: .25rem;
    color: #c4d8cd;
    font-size: .84rem;
    line-height: 1.45;
}

.section {
    padding: clamp(3.4rem, 7vw, 5.7rem) 0;
}

.section-tint {
    background: linear-gradient(180deg, #f5faf7, #fff);
}

.section-heading {
    max-width: 760px;
    margin: 0 auto clamp(1.8rem, 4vw, 2.75rem);
}

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

.section-heading h2,
.section h2 {
    margin-bottom: .85rem;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 930;
    line-height: 1.06;
    letter-spacing: -.055em;
}

.section-heading p,
.section-intro,
.split-heading p {
    color: var(--muted);
    font-size: 1.05rem;
}

.feature-card,
.service-card {
    height: 100%;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 12px 34px rgba(7,48,29,.065);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.feature-card {
    padding: 1.55rem;
    border-radius: 24px;
}

.feature-card:hover,
.service-card:hover {
    transform: translateY(-4px);
    border-color: #c4dfcf;
    box-shadow: var(--shadow);
}

.feature-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 1.15rem;
    border-radius: 16px;
    color: var(--brand);
    background: linear-gradient(135deg, #e6f7ec, #fff5d8);
    font-size: 1.3rem;
}

.feature-card h3 {
    font-size: 1.18rem;
}

.feature-card p {
    color: var(--muted);
    margin-bottom: .9rem;
}

.card-link,
.text-link {
    font-weight: 850;
    text-decoration: none;
}

.split-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .8fr);
    gap: 1.4rem;
    align-items: end;
    margin-bottom: 1.7rem;
}

.app-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.app-gallery figure {
    min-width: 0;
    margin: 0;
    padding: .85rem;
    text-align: center;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(7,48,29,.06);
}

.app-gallery img {
    display: block;
    width: 100%;
    height: clamp(260px, 34vw, 410px);
    object-fit: contain;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fbf9, #eef7f2);
}

.app-gallery figcaption {
    margin-top: .7rem;
    color: #1b3025;
    font-weight: 850;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.service-card {
    display: flex;
    gap: 1rem;
    padding: 1.3rem;
    border-radius: 22px;
}

.service-card i {
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    height: 46px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

.service-card h3 {
    font-size: 1.06rem;
    margin: .05rem 0 .28rem;
}

.service-card p {
    margin: 0;
    color: var(--muted);
    font-size: .95rem;
}

.availability-note {
    margin: 1rem 0 0;
    padding: 1rem 1.15rem;
    border: 1px solid #cce8d7;
    border-radius: 16px;
    color: #385146;
    background: #edf8f1;
}

.steps {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.step-card {
    display: flex;
    gap: 1rem;
    padding: 1.35rem 1.5rem;
    border-bottom: 1px solid var(--line);
}

.step-card:last-child {
    border: 0;
}

.step-card > span {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    color: #fff;
    font-size: .75rem;
    font-weight: 900;
}

.step-card h3 {
    font-size: 1.1rem;
    margin: .1rem 0 .2rem;
}

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

.operator-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .75rem;
}

.operator-grid span {
    display: grid;
    place-items: center;
    min-height: 76px;
    padding: .85rem;
    text-align: center;
    font-weight: 850;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(7,48,29,.055);
}

.security-section {
    padding-top: clamp(3.5rem, 7vw, 5.7rem);
}

.security-panel {
    padding: clamp(1.6rem, 5vw, 4rem);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 32px;
    color: #d9ede2;
    background: radial-gradient(circle at 92% 0, rgba(246,200,95,.18), transparent 30%), linear-gradient(135deg, #061710, #0b4f2f 62%, #118650);
    box-shadow: var(--shadow);
}

.security-panel h2 {
    color: #fff;
}

.security-panel a {
    color: #fff;
    font-weight: 850;
    text-decoration: none;
}

.eyebrow-light {
    color: #85e2ad;
}

.security-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.security-grid > div {
    padding: 1.1rem;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 18px;
    background: rgba(255,255,255,.075);
}

.security-grid i {
    font-size: 1.25rem;
    color: #8ce4b2;
}

.security-grid h3 {
    color: #fff;
    font-size: 1rem;
    margin: .6rem 0 .25rem;
}

.security-grid p {
    font-size: .85rem;
    margin: 0;
    color: #c2ddce;
}

.faq-wrap {
    max-width: 900px;
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid var(--line);
}

.accordion-button {
    padding: 1.25rem .25rem;
    font-weight: 850;
    color: var(--ink);
    background: #fff;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: var(--brand);
    background: #fff;
}

.accordion-body {
    padding: 0 .25rem 1.35rem;
    color: var(--muted);
}

.contact-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: 30px;
    background: radial-gradient(circle at 92% 10%, rgba(246,200,95,.24), transparent 24%), linear-gradient(135deg, #e8f8ee, #fff);
    box-shadow: var(--shadow-soft);
}

.contact-panel > div:first-child {
    max-width: 650px;
}

.contact-panel h2 {
    font-size: clamp(2rem, 4vw, 2.65rem);
}

.contact-panel p {
    margin: 0;
    color: #496057;
}

.contact-actions {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: .7rem;
    min-width: 220px;
}

.contact-actions-label {
    color: #4f6559;
    font-size: .82rem;
    font-weight: 700;
}

.contact-actions .support-icon-links a {
    width: 58px;
    height: 58px;
    font-size: 1.3rem;
    border-radius: 18px;
}

@media (max-width: 1199px) {
    .hero-shell {
        grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
    }

    .device-card-front {
        width: min(72vw, 285px);
        height: 515px;
    }

    .device-card-back {
        width: 205px;
        height: 420px;
    }

    .app-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .app-gallery img {
        height: 360px;
    }
}

@media (max-width: 991px) {
    .hero-shell {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-content,
    .hero-copy,
    .hero h1 {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions,
    .trust-list {
        justify-content: center;
    }

    .hero-visual {
        width: min(100%, 500px);
        margin: 0 auto;
        min-height: 520px;
    }

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

    .split-heading {
        grid-template-columns: 1fr;
        text-align: left;
    }

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

    .contact-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-actions {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .hero-pro {
        padding-top: 2.7rem;
    }

    .hero h1 {
        font-size: clamp(2.15rem, 10vw, 3.2rem);
    }

    .hero-actions .btn {
        width: 100%;
    }

    .trust-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: .55rem;
        text-align: left;
    }

    .hero-visual {
        min-height: 430px;
    }

    .device-card-front {
        width: min(72vw, 240px);
        height: 410px;
    }

    .device-card-back {
        display: none;
    }

    .hero-visual::before {
        width: min(78vw, 310px);
    }

    .floating-metric {
        display: none;
    }

    .section {
        padding: 3.5rem 0;
    }

    .section-heading {
        text-align: left !important;
    }

    .section-heading h2,
    .section h2 {
        font-size: clamp(1.8rem, 8vw, 2.45rem);
    }

    .stat-grid,
    .app-gallery,
    .service-list,
    .operator-grid,
    .security-grid {
        grid-template-columns: 1fr;
    }

    .stat-card {
        min-height: auto;
        background: rgba(255,255,255,.1);
    }

    .app-gallery img {
        height: min(78vh, 430px);
    }

    .step-card,
    .service-card {
        padding: 1.15rem;
    }

    .security-panel,
    .contact-panel {
        border-radius: 24px;
    }

    .contact-actions,
    .contact-actions .btn {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .hero-visual {
        min-height: 385px;
    }

    .device-card-front {
        width: min(76vw, 220px);
        height: 370px;
    }

    .operator-grid span {
        min-height: 64px;
    }

    .app-gallery figure {
        padding: .65rem;
    }

    .app-gallery img {
        height: 360px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        transition: none !important;
    }
}

/* Final brand-polish layer */
.page-home-redesign .eyebrow,
.page-home-redesign .product-kicker,
.page-home-redesign .device-label {
    font-weight: 600;
}

.page-home-redesign .hero h1,
.page-home-redesign .section-heading h2,
.page-home-redesign .section h2 {
    font-weight: 700;
}

.page-home-redesign .stat-card strong,
.page-home-redesign .feature-card h3,
.page-home-redesign .service-card h3,
.page-home-redesign .step-card h3,
.page-home-redesign .operator-grid span,
.page-home-redesign .app-gallery figcaption {
    font-weight: 600;
}

.page-home-redesign .section {
    position: relative;
}

.page-home-redesign .section + .section:not(.section-tint)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(92%, 1180px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(102,168,2,.16), transparent);
    transform: translateX(-50%);
}

.hero-pro {
    min-height: calc(100svh - 82px);
    display: flex;
    align-items: center;
}

.hero-pro::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .18;
    background-image: radial-gradient(rgba(213,255,209,.65) 1px, transparent 1px);
    background-size: 26px 26px;
    mask-image: linear-gradient(100deg, transparent 5%, #000 70%, transparent);
}

.hero-content .eyebrow {
    padding: .48rem .72rem;
    border: 1px solid rgba(213,255,209,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.06);
}

.hero-platform {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin: .9rem 0 0;
    color: #aebfb5;
    font-size: .78rem;
    font-weight: 650;
}

.hero-platform i {
    color: #9bd553;
}

.device-label {
    position: absolute;
    top: 1.25rem;
    left: 50%;
    z-index: 4;
    padding: .38rem .65rem;
    color: #34451e;
    border: 1px solid rgba(102,168,2,.2);
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 8px 20px rgba(23,23,31,.08);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.stat-card {
    position: relative;
    overflow: hidden;
}

.stat-card::after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -38px;
    width: 90px;
    height: 90px;
    border: 1px solid rgba(213,255,209,.13);
    border-radius: 50%;
}

.section-heading h2 {
    text-wrap: balance;
}

.section-heading p {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.75;
}

.feature-card {
    position: relative;
    overflow: hidden;
    padding: 1.75rem;
    border-color: #e3e5df;
    box-shadow: 0 16px 42px rgba(23,23,31,.055);
}

.feature-card::after {
    content: "";
    position: absolute;
    inset: auto -40px -65px auto;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: #f2f8e8;
    opacity: .6;
    transition: transform .25s ease;
}

.feature-card:hover::after {
    transform: scale(1.18);
}

.feature-card > * {
    position: relative;
    z-index: 1;
}

.row > div:nth-child(3n + 2) .feature-icon {
    color: #93511c;
    background: linear-gradient(135deg, #ffdccf, #fff);
}

.row > div:nth-child(3n) .feature-icon {
    color: #6f3a81;
    background: linear-gradient(135deg, #f4ddff, #fff);
}

.app-gallery {
    align-items: start;
    gap: 1.25rem;
}

.app-gallery figure {
    position: relative;
    padding: .7rem;
    border-color: #e4e5e1;
    border-radius: 30px;
    box-shadow: 0 22px 55px rgba(23,23,31,.08);
}

.app-gallery figure:nth-child(even) {
    margin-top: 2rem;
}

.app-gallery img {
    border-radius: 24px;
}

.app-gallery figcaption {
    padding: .15rem 0 .3rem;
    color: #45454b;
    font-size: .88rem;
}

.service-card,
.operator-grid span {
    border-color: #e3e5df;
    box-shadow: 0 14px 36px rgba(23,23,31,.05);
}

.steps {
    border-color: #e1e3dd;
    box-shadow: 0 25px 65px rgba(23,23,31,.08);
}

.step-card {
    transition: background-color .2s ease;
}

.step-card:hover {
    background: #fafcf7;
}

.security-panel {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 0, rgba(213,255,209,.16), transparent 30%),
        linear-gradient(135deg, #17171f, #2b351d 62%, #476f08);
}

.security-panel::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -140px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
}

.security-panel .row {
    position: relative;
    z-index: 1;
}

.accordion {
    overflow: hidden;
    padding: 0 1.4rem;
    border: 1px solid #e2e3df;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(23,23,31,.05);
}

.accordion-item:last-child {
    border-bottom: 0;
}

.contact-panel {
    border: 1px solid #dce8cc;
    background:
        radial-gradient(circle at 92% 10%, rgba(244,221,255,.5), transparent 24%),
        linear-gradient(135deg, #f2f8e8, #fff);
}

@media (max-width: 1199px) {
    .hero-pro {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .hero-platform {
        justify-content: center;
    }

    .app-gallery figure:nth-child(even) {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .feature-card {
        padding: 1.4rem;
    }

    .accordion {
        padding: 0 1rem;
        border-radius: 22px;
    }
}
