/* =========================================================
   Home Page CSS
   Hero, futuristic X visual, product showcase, solutions
   preview, process/use-case sections, and final CTA.
   ========================================================= */

:root {
    --bg: #020713;
    --ink: #f6f8ff;
    --muted: #9aa8bd;
    --line: rgba(93, 132, 200, 0.28);
    --cyan: #28b8ff;
    --blue: #3b82ff;
    --purple: #9a4dff;
    --light-ink: #08111f;
    --light-muted: #516072;
    --radius: 14px;
    --container: 1456px;
    --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --shadow-dark: 0 26px 80px rgba(0, 0, 0, 0.34);
    --shadow-light: 0 18px 50px rgba(24, 54, 98, 0.1);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    background: var(--bg);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -5;
    pointer-events: none;
    opacity: 0.1;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='256' height='256' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 48%, transparent 0 42%, rgba(0, 0, 0, 0.18) 76%, rgba(0, 0, 0, 0.64) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.4), transparent 18%, transparent 78%, rgba(0, 0, 0, 0.4));
}

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

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

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(40, 184, 255, 0.72);
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    top: 14px;
    left: 14px;
    z-index: 200;
    transform: translateY(-150%);
    border-radius: 999px;
    background: var(--cyan);
    color: #031018;
    padding: 10px 16px;
    font-weight: 800;
}

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

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

.section {
    position: relative;
    padding: clamp(86px, 10vw, 150px) 0;
}

.site-bg {
    position: fixed;
    inset: 0;
    z-index: -4;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 67% 30%, rgba(40, 133, 255, 0.28), transparent 33%),
        radial-gradient(ellipse at 86% 35%, rgba(157, 52, 255, 0.28), transparent 32%),
        radial-gradient(ellipse at 16% 30%, rgba(12, 41, 95, 0.36), transparent 36%),
        linear-gradient(180deg, #020712 0%, #030a17 44%, #020611 100%);
}

.site-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(42, 115, 224, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(42, 115, 224, 0.045) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 86%);
    animation: gridDrift 28s linear infinite;
}

.site-bg::after {
    content: "";
    position: absolute;
    inset: 76px 0 auto;
    height: 520px;
    background:
        radial-gradient(circle, rgba(55, 175, 255, 0.9) 0 1px, transparent 2px) 0 0 / 86px 74px,
        radial-gradient(circle, rgba(171, 78, 255, 0.75) 0 1px, transparent 2px) 38px 18px / 120px 104px;
    opacity: 0.34;
    mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 72%, transparent 100%);
    animation: rainFloat 7s ease-in-out infinite;
}

.site-bg span {
    position: absolute;
    width: 42vw;
    aspect-ratio: 1;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.16;
    animation: glowMove 18s ease-in-out infinite alternate;
}

.site-bg span:nth-child(1) {
    top: 14%;
    left: -10%;
    background: var(--cyan);
}

.site-bg span:nth-child(2) {
    right: -12%;
    top: 36%;
    background: var(--purple);
    animation-delay: -6s;
}

.site-bg span:nth-child(3) {
    left: 36%;
    bottom: -28%;
    background: var(--blue);
    animation-delay: -11s;
}

.cursor-glow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(40, 184, 255, 0.12), transparent 68%);
    pointer-events: none;
    transform: translate3d(-50%, -50%, 0);
}

h1,
h2,
h3 {
    color: var(--ink);
    font-family: var(--font-body);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

h1 {
    font-size: clamp(1.12rem, 3.2vw, 4.6rem);
}

h2 {
    font-size: clamp(1.7rem, 2vw, 2.15rem);
}

h3 {
    font-size: 1.08rem;
}

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

.eyebrow {
    margin-bottom: 8px;
    color: #a15dff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.btn {
    position: relative;
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 0 22px;
    color: var(--ink);
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-120%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
    transition: transform 520ms ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn:hover::before {
    transform: translateX(120%);
}

.btn-primary {
    background: linear-gradient(135deg, #8f43ff 0%, #2ea8ff 100%);
    box-shadow: 0 14px 38px rgba(50, 130, 255, 0.28);
}

.btn-secondary {
    border-color: rgba(180, 197, 235, 0.34);
    background: rgba(2, 9, 22, 0.52);
}

.btn span,
.text-link span,
.panel-link span {
    transition: transform 180ms ease;
}

.btn:hover span,
.text-link:hover span,
.panel-link:hover span {
    transform: translateX(4px);
}

.surface,
.cta-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        radial-gradient(circle at 20% 0%, rgba(62, 136, 255, 0.12), transparent 36%),
        linear-gradient(180deg, rgba(7, 24, 52, 0.82), rgba(3, 13, 30, 0.74));
    box-shadow: var(--shadow-dark);
    backdrop-filter: blur(20px);
}

.surface::before,
.cta-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 0%), rgba(95, 179, 255, 0.14), transparent 36%);
    opacity: 0;
    transition: opacity 220ms ease;
}

.surface:hover::before,
.cta-panel:hover::before {
    opacity: 1;
}

.icon {
    width: 22px;
    height: 22px;
}

.icon-small {
    width: 16px;
    height: 16px;
}

.icon-large {
    width: 30px;
    height: 30px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8bb7ff;
    font-size: 0.91rem;
    font-weight: 600;
}

.light-section {
    color: var(--light-ink);
    background:
        radial-gradient(circle at 12% 0%, rgba(48, 132, 255, 0.12), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(154, 77, 255, 0.1), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 46%, #f4f8ff 100%);
}

.light-transition {
    border-top: 1px solid rgba(115, 147, 196, 0.2);
    box-shadow: inset 0 38px 80px rgba(31, 86, 166, 0.08);
}

.light-section-soft {
    background: linear-gradient(180deg, rgba(246, 249, 255, 0.96), rgba(255, 255, 255, 0.98));
}

.light-section h1,
.light-section h2,
.light-section h3 {
    color: var(--light-ink);
}

.light-section p,
.light-section .muted,
.light-section .best-for,
.light-section .plain-list {
    color: var(--light-muted);
}

.light-section .surface,
.light-section .process-step,
.light-section .cta-panel {
    border-color: rgba(64, 96, 148, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 251, 255, 0.78));
    box-shadow: var(--shadow-light), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
}

.light-section .proof-list div,
.light-section .feature-list li {
    border: 1px solid rgba(65, 91, 133, 0.14);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.72);
    color: #44556a;
    list-style: none;
    padding: 16px 18px;
    box-shadow: 0 12px 32px rgba(24, 54, 98, 0.06);
}

.reveal {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
    transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@keyframes gridDrift {
    to {
        background-position: 44px 44px;
    }
}

@keyframes glowMove {
    from {
        transform: translate3d(-3%, -2%, 0) scale(1);
    }
    to {
        transform: translate3d(4%, 3%, 0) scale(1.08);
    }
}

.hero {
    position: relative;
    display: grid;
    min-height: 478px;
    align-items: start;
    padding: 74px 0 0;
}

.hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 36%;
    height: 220px;
    pointer-events: none;
    background:
        linear-gradient(164deg, transparent 0 34%, rgba(44, 128, 255, 0.32) 35%, transparent 36%),
        linear-gradient(170deg, transparent 0 43%, rgba(144, 60, 255, 0.26) 44%, transparent 45%),
        linear-gradient(176deg, transparent 0 53%, rgba(45, 185, 255, 0.18) 54%, transparent 55%);
    opacity: 0.72;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(420px, 0.83fr) minmax(720px, 1.17fr);
    gap: 24px;
    align-items: center;
}

.hero-copy {
    padding-left: 58px;
}

.hero h1 {
    max-width: 560px;
}

.hero h1 span {
    background: linear-gradient(100deg, #2e83ff 0%, #49a0ff 30%, #7c6cff 58%, #aa4eff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 34px rgba(60, 136, 255, 0.18);
}

.hero-text {
    max-width: 520px;
    margin-top: 16px;
    color: rgba(244, 247, 255, 0.82);
    font-size: 1.04rem;
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
}

.hero-actions .btn {
    min-width: 178px;
    min-height: 44px;
}

.trust-row {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 0;
    margin-top: 34px;
}

.trust-row span {
    display: grid;
    grid-template-columns: 28px auto;
    column-gap: 10px;
    align-items: center;
    min-width: 126px;
    border-right: 1px solid rgba(143, 164, 210, 0.18);
    color: #ffffff;
    padding: 0 24px 0 0;
    margin-right: 24px;
    font-size: 0.86rem;
}

.trust-row span:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.trust-row .icon {
    grid-row: span 2;
    width: 23px;
    height: 23px;
    color: #a9b8ff;
}

.trust-row strong,
.trust-row em {
    display: block;
    line-height: 1.2;
}

.trust-row em {
    color: #d2d8e8;
    font-style: normal;
}

.hero-visual {
    display: grid;
    min-height: 438px;
    overflow: hidden;
    place-items: center;
}

.holo-stage {
    position: relative;
    display: grid;
    width: min(781px, 100%);
    aspect-ratio: 1;
    place-items: center;
    transform: translateX(-10px);
    filter: drop-shadow(0 28px 54px rgba(0, 0, 0, 0.42));
    perspective: 900px;
}

.holo-stage::before {
    content: "";
    position: absolute;
    inset: 26% 16% 18%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(41, 141, 255, 0.3), rgba(147, 52, 255, 0.12) 42%, transparent 70%);
    filter: blur(12px);
}

.holo-stage::after {
    content: "";
    position: absolute;
    bottom: 4%;
    left: 50%;
    width: 620px;
    height: 170px;
    transform: translateX(-50%) rotateX(68deg);
    border: 1px solid rgba(94, 170, 255, 0.2);
    border-radius: 50%;
    background:
        repeating-radial-gradient(ellipse at center, rgba(54, 142, 255, 0.17) 0 1px, transparent 1px 28px),
        radial-gradient(ellipse, rgba(45, 143, 255, 0.2), transparent 68%);
    opacity: 0.7;
}

.data-rain,
.beam-field {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.data-rain {
    background:
        linear-gradient(180deg, transparent, rgba(35, 154, 255, 0.55), transparent) 18% 12% / 1px 150px no-repeat,
        linear-gradient(180deg, transparent, rgba(160, 75, 255, 0.65), transparent) 70% 5% / 1px 210px no-repeat,
        radial-gradient(circle, rgba(44, 165, 255, 0.8) 1px, transparent 2px) 0 0 / 72px 62px;
    opacity: 0.58;
    animation: rainFloat 6s ease-in-out infinite;
}

.beam-field {
    background:
        linear-gradient(350deg, transparent 40%, rgba(46, 142, 255, 0.22) 50%, transparent 60%),
        linear-gradient(18deg, transparent 42%, rgba(166, 61, 255, 0.22) 51%, transparent 60%);
    transform: translateY(40px);
    opacity: 0.75;
}

.stage-ring {
    position: absolute;
    z-index: 2;
    inset: auto auto 12% 50%;
    width: 470px;
    height: 112px;
    border: 1.5px solid rgba(79, 155, 255, 0.38);
    border-radius: 50%;
    transform: translateX(-50%) rotateX(70deg);
    box-shadow: 0 0 18px rgba(49, 146, 255, 0.5), inset 0 0 28px rgba(106, 179, 255, 0.24);
}

.ring-a {
    animation: ringGlow 4s ease-in-out infinite;
}

.ring-b {
    width: 610px;
    height: 164px;
    border-color: rgba(157, 65, 255, 0.34);
    box-shadow: 0 0 24px rgba(158, 69, 255, 0.42), inset 0 0 34px rgba(159, 76, 255, 0.18);
}

.stage-core {
    position: absolute;
    z-index: 4;
    width: 270px;
    height: 270px;
    transform: translateY(-34px);
    animation: xFloat 5.6s ease-in-out infinite;
}

.stage-core::before,
.stage-core::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 318px;
    height: 74px;
    border: 2px solid rgba(197, 224, 255, 0.9);
    border-radius: 32px;
    background:
        linear-gradient(115deg, rgba(245, 252, 255, 0.36), transparent 18% 24%, rgba(87, 197, 255, 0.38) 36%, rgba(81, 115, 255, 0.28) 58%, rgba(196, 80, 255, 0.42)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(16, 48, 121, 0.1) 42%, rgba(1, 5, 18, 0.36));
    box-shadow:
        inset 0 2px 14px rgba(255, 255, 255, 0.34),
        inset 0 -24px 38px rgba(0, 8, 34, 0.58),
        0 0 22px rgba(71, 167, 255, 0.92),
        0 0 58px rgba(71, 126, 255, 0.5),
        0 0 88px rgba(180, 67, 255, 0.42);
}

.stage-core::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.stage-core::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.stage-core span {
    display: none;
}

.platform {
    position: absolute;
    z-index: 3;
    bottom: 8%;
    width: 470px;
    height: 124px;
    border: 1px solid rgba(132, 196, 255, 0.36);
    border-radius: 50%;
    background:
        radial-gradient(ellipse, rgba(42, 151, 255, 0.58), rgba(154, 57, 255, 0.24) 32%, rgba(1, 8, 24, 0.22) 58%, transparent 74%),
        linear-gradient(180deg, rgba(27, 39, 83, 0.94), rgba(3, 8, 20, 0.4));
    box-shadow:
        0 22px 65px rgba(15, 70, 170, 0.58),
        0 0 34px rgba(50, 151, 255, 0.58),
        0 0 64px rgba(164, 56, 255, 0.36),
        inset 0 4px 18px rgba(255, 255, 255, 0.14);
}

.platform::before,
.platform::after {
    content: "";
    position: absolute;
    inset: 13px 28px;
    border: 2px solid rgba(70, 167, 255, 0.7);
    border-radius: 50%;
    box-shadow: 0 0 24px rgba(63, 159, 255, 0.66);
}

.platform::after {
    inset: 32px 64px;
    border-color: rgba(178, 73, 255, 0.64);
}

.orbit-icon {
    position: absolute;
    z-index: 5;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(125, 196, 255, 0.28);
    border-radius: 17px;
    background: linear-gradient(145deg, rgba(48, 141, 255, 0.22), rgba(141, 67, 255, 0.16)), rgba(3, 12, 29, 0.66);
    color: #9fdcff;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.32), 0 0 22px rgba(70, 160, 255, 0.24);
    backdrop-filter: blur(16px);
    animation: float 5s ease-in-out infinite;
}

.orbit-one {
    top: 28%;
    left: 13%;
}

.orbit-two {
    top: 18%;
    right: 22%;
    color: #c879ff;
    animation-delay: -1.4s;
}

.orbit-three {
    right: 18%;
    bottom: 27%;
    color: #67e7ff;
    animation-delay: -2.8s;
}

.orbit-four {
    bottom: 22%;
    left: 23%;
    color: #7dffbd;
    animation-delay: -4.1s;
}

.product-preview {
    padding: 0;
    margin-top: -4px;
}

.showcase-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(68, 125, 204, 0.46);
    border-radius: 13px;
    background:
        radial-gradient(circle at 18% 0%, rgba(37, 125, 255, 0.18), transparent 34%),
        radial-gradient(circle at 86% 8%, rgba(153, 63, 255, 0.13), transparent 30%),
        linear-gradient(180deg, rgba(5, 18, 39, 0.88), rgba(2, 11, 25, 0.74));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 26px 80px rgba(0, 0, 0, 0.34);
    padding: 30px 54px 16px;
    backdrop-filter: blur(22px);
}

.showcase-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent, rgba(82, 165, 255, 0.08), transparent),
        radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 0%), rgba(95, 179, 255, 0.13), transparent 28%);
}

.panel-heading,
.product-grid,
.solutions-panel-grid {
    position: relative;
    z-index: 1;
}

.panel-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.panel-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #c478ff;
    font-size: 0.92rem;
    font-weight: 700;
}

.card-grid,
.product-grid {
    display: grid;
}

.product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.product-card {
    display: flex;
    min-height: 238px;
    flex-direction: column;
    gap: 13px;
    border-color: rgba(67, 127, 209, 0.46);
    border-radius: 10px;
    background:
        radial-gradient(circle at 20% 0%, rgba(62, 136, 255, 0.15), transparent 36%),
        linear-gradient(180deg, rgba(7, 24, 52, 0.82), rgba(3, 13, 30, 0.74));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 48px rgba(0, 0, 0, 0.22);
    padding: 16px 22px 14px;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.product-card:hover {
    transform: translateY(-8px);
    border-color: rgba(120, 186, 255, 0.68);
    box-shadow: 0 24px 70px rgba(25, 101, 220, 0.2), 0 0 42px rgba(151, 70, 255, 0.12);
}

.product-card .card-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.product-icon,
.solution-icon {
    display: grid;
    place-items: center;
}

.product-icon {
    width: 58px;
    height: 58px;
    border: 1px solid rgba(191, 96, 255, 0.3);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(139, 64, 255, 0.35), rgba(75, 42, 150, 0.32));
    color: #c263ff;
    box-shadow: inset 0 0 22px rgba(202, 97, 255, 0.16), 0 0 28px rgba(167, 78, 255, 0.16);
}

.product-image-graineier .product-icon {
    border-color: rgba(39, 184, 255, 0.28);
    background: linear-gradient(145deg, rgba(23, 127, 255, 0.24), rgba(15, 49, 105, 0.42));
    color: #27b8ff;
}

.product-whatsapp-automation-api .product-icon {
    border-color: rgba(98, 245, 154, 0.28);
    background: linear-gradient(145deg, rgba(26, 184, 91, 0.28), rgba(14, 85, 54, 0.42));
    color: #62f59a;
}

.card-category {
    color: #d5dbe8;
    font-size: 0.82rem;
    font-weight: 500;
}

.product-card > p:not(.card-category) {
    min-height: 58px;
    color: #edf3ff;
    font-size: 0.91rem;
    line-height: 1.46;
}

.status-badge {
    width: max-content;
    min-height: 25px;
    border: 1px solid rgba(212, 165, 255, 0.16);
    border-radius: 7px;
    background: rgba(139, 64, 255, 0.36);
    color: #dfaaff;
    padding: 0 10px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: inset 0 0 14px rgba(186, 91, 255, 0.1);
}

.status-in-development {
    background: rgba(34, 128, 255, 0.32);
    color: #5db8ff;
}

.status-planned {
    background: rgba(139, 64, 255, 0.28);
    color: #c27aff;
}

.product-whatsapp-automation-api .status-planned {
    background: rgba(31, 166, 91, 0.28);
    color: #7dff93;
}

.product-card .text-link {
    margin-top: auto;
    border-top: 1px solid rgba(84, 120, 179, 0.14);
    padding-top: 10px;
}

.product-whatsapp-automation-api .text-link {
    color: #86ff91;
}

.product-ai-agent .text-link {
    color: #c277ff;
}

.solutions-preview {
    padding-top: 12px;
}

.solutions-panel {
    padding-top: 26px;
}

.solutions-panel-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
    gap: 36px;
    align-items: center;
}

.solutions-panel .section-heading {
    margin: 0;
}

.solution-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.solution-block {
    display: flex;
    min-height: 96px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    border-color: rgba(63, 119, 198, 0.42);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(5, 20, 43, 0.78), rgba(2, 10, 24, 0.66));
    padding: 14px 12px;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.solution-block .solution-icon {
    width: 46px;
    height: 42px;
    border: 1px solid rgba(160, 184, 230, 0.18);
    border-radius: 13px;
    background: rgba(9, 18, 38, 0.48);
    color: #d2ddff;
}

.solution-block h3 {
    max-width: 132px;
    font-size: 0.86rem;
    line-height: 1.28;
    letter-spacing: 0;
    font-weight: 600;
}

.process-section {
    --process-gap: clamp(28px, 2.6vw, 54px);
    isolation: isolate;
    overflow: hidden;
    padding: clamp(86px, 7vw, 112px) 0 clamp(82px, 7vw, 108px);
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.82) 24%, transparent 55%),
        radial-gradient(circle at 10% 62%, rgba(63, 142, 255, 0.12), transparent 28%),
        radial-gradient(circle at 88% 22%, rgba(156, 88, 255, 0.14), transparent 31%),
        linear-gradient(180deg, #f9fbff 0%, #ffffff 48%, #f3f7ff 100%);
}

.process-section .container {
    width: min(calc(100% - 118px), 1900px);
}

.process-section::before,
.process-section::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.process-section::before {
    right: -86px;
    top: -154px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: repeating-radial-gradient(circle, rgba(126, 95, 255, 0.14) 0 1px, transparent 1px 12px);
    mask-image: radial-gradient(circle, #000 0 56%, transparent 72%);
    opacity: 0.42;
}

.process-section::after {
    left: -230px;
    bottom: -230px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: repeating-radial-gradient(circle, rgba(66, 140, 255, 0.11) 0 1px, transparent 1px 15px);
    mask-image: radial-gradient(circle, #000 0 52%, transparent 70%);
    opacity: 0.36;
}

.process-heading {
    max-width: 920px;
    margin: 0 auto clamp(48px, 4.8vw, 62px);
    text-align: center;
}

.process-heading .eyebrow {
    display: inline-grid;
    justify-items: center;
    color: #4e75ff;
    font-size: 0.9rem;
    letter-spacing: 0.44em;
}

.process-heading .eyebrow::after {
    content: "";
    width: 52px;
    height: 4px;
    margin-top: 15px;
    border-radius: 999px;
    background: linear-gradient(90deg, #3b82ff, #a855ff);
    box-shadow: 0 0 20px rgba(98, 112, 255, 0.38);
}

.process-heading h2 {
    margin-top: 26px;
    color: #071126;
    font-size: clamp(3.7rem, 5.15vw, 5.25rem);
    line-height: 0.96;
    letter-spacing: -0.072em;
}

.process-heading h2::after {
    content: "";
    display: inline-block;
    width: 0.15em;
    height: 0.15em;
    margin-left: 0.055em;
    border-radius: 50%;
    background: linear-gradient(135deg, #4d79ff, #7c61ff);
    vertical-align: baseline;
}

.process-heading p {
    max-width: 690px;
    margin: 26px auto 0;
    color: #6c7a96;
    font-size: clamp(1.12rem, 1.28vw, 1.32rem);
    line-height: 1.58;
}

.process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: var(--process-gap);
    align-items: stretch;
}

.process-step {
    position: relative;
    display: flex;
    min-height: 350px;
    flex-direction: column;
    border: 1px solid rgba(95, 124, 206, 0.22);
    border-radius: 18px;
    background:
        radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.98), transparent 44%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.86));
    box-shadow:
        0 30px 78px rgba(28, 66, 132, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.9),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    padding: clamp(28px, 2vw, 34px);
    backdrop-filter: blur(18px);
}

.process-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(var(--process-gap) * -1 - 7px);
    width: calc(var(--process-gap) + 14px);
    height: 4px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: linear-gradient(90deg, #3d73ff, #a25cff);
    box-shadow: 0 0 18px rgba(77, 115, 255, 0.32);
}

.process-step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    z-index: 2;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #3d73ff;
    box-shadow:
        0 0 0 7px rgba(61, 115, 255, 0.13),
        0 0 18px rgba(61, 115, 255, 0.64);
}

.process-top {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 34px;
}

.process-icon {
    display: grid;
    width: 84px;
    height: 84px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 19px;
    background:
        radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.95), transparent 44%),
        linear-gradient(145deg, rgba(239, 245, 255, 0.98), rgba(225, 235, 253, 0.84));
    color: #5878f7;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        0 16px 34px rgba(65, 104, 190, 0.12);
}

.process-icon .icon-large {
    width: 42px;
    height: 42px;
    stroke-width: 1.6;
}

.process-top span {
    color: #4d73ff;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.process-step h3 {
    max-width: 300px;
    color: #071126;
    font-size: clamp(1.42rem, 1.38vw, 1.7rem);
    line-height: 1.2;
    letter-spacing: -0.045em;
}

.process-step p {
    margin-top: 20px;
    color: #667795;
    font-size: clamp(1rem, 1.02vw, 1.12rem);
    line-height: 1.58;
}

.split-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(32px, 6vw, 76px);
    align-items: start;
}

.use-cases-section {
    isolation: isolate;
    overflow: hidden;
    min-height: 840px;
    padding: 138px 0 112px;
    background:
        radial-gradient(circle at 7% 96%, rgba(95, 92, 255, 0.34), transparent 17%),
        radial-gradient(circle at 20% 70%, rgba(77, 145, 255, 0.12), transparent 29%),
        radial-gradient(circle at 88% 0%, rgba(155, 97, 255, 0.12), transparent 32%),
        radial-gradient(circle at 52% 22%, rgba(255, 255, 255, 0.98), transparent 38%),
        linear-gradient(180deg, #f9fbff 0%, #ffffff 48%, #f6f9ff 100%);
}

.use-cases-section::before,
.use-cases-section::after,
.use-cases-layout::before,
.use-cases-layout::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.use-cases-section::before {
    right: -80px;
    top: -185px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(128, 112, 235, 0.16);
    border-radius: 50%;
    box-shadow: -1180px 520px 0 260px rgba(255, 255, 255, 0.01);
}

.use-cases-section::after {
    left: 248px;
    top: 18px;
    width: 450px;
    height: 650px;
    background: radial-gradient(circle, rgba(73, 132, 255, 0.16) 0 1.2px, transparent 1.9px) 0 0 / 18px 18px;
    mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 82%, transparent);
    opacity: 0.42;
}

.use-cases-layout {
    position: relative;
    display: grid;
    width: min(calc(100% - 108px), 1860px);
    grid-template-columns: 520px minmax(0, 1fr);
    gap: 96px;
    align-items: center;
}

.use-cases-layout::before {
    left: -190px;
    top: 58px;
    width: 690px;
    height: 690px;
    border: 1px solid rgba(156, 171, 224, 0.18);
    border-radius: 50%;
}

.use-cases-layout::after {
    left: -32px;
    bottom: -44px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow:
        0 0 0 8px rgba(255, 255, 255, 0.55),
        0 0 34px rgba(92, 119, 255, 0.45),
        590px -32px 0 -3px rgba(255, 255, 255, 0.9);
}

.use-cases-intro {
    max-width: 500px;
    padding-left: 2px;
}

.use-cases-intro .eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    margin-bottom: 34px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(224, 234, 255, 0.98), rgba(205, 220, 255, 0.78));
    color: #3e70ff;
    padding: 0 20px;
    font-size: 0.86rem;
    letter-spacing: 0.3em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 14px 34px rgba(75, 118, 255, 0.12);
}

.use-cases-intro h2 {
    max-width: 505px;
    color: #07133b;
    font-size: clamp(4.1rem, 4.7vw, 5.4rem);
    line-height: 1.04;
    letter-spacing: -0.07em;
}

.use-cases-intro h2::after {
    content: "";
    display: inline-block;
    width: 0.15em;
    height: 0.15em;
    margin-left: 0.06em;
    border-radius: 50%;
    background: #4878ff;
    vertical-align: baseline;
}

.use-cases-intro > p {
    max-width: 455px;
    margin-top: 32px;
    color: #647390;
    font-size: clamp(1.22rem, 1.35vw, 1.42rem);
    line-height: 1.55;
}

.use-cases-stat {
    display: flex;
    max-width: 448px;
    align-items: center;
    gap: 26px;
    margin-top: 84px;
    border: 1px solid rgba(92, 122, 196, 0.16);
    border-radius: 20px;
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.96), transparent 46%),
        rgba(255, 255, 255, 0.76);
    padding: 30px 34px;
    box-shadow: 0 24px 70px rgba(29, 65, 128, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
}

.stat-icon {
    display: grid;
    width: 78px;
    height: 78px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(240, 244, 255, 0.98), rgba(226, 232, 255, 0.82));
    color: #6d70ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.use-cases-stat strong {
    display: block;
    color: #07133b;
    font-size: 1.9rem;
    line-height: 1;
    font-weight: 900;
}

.use-cases-stat span {
    display: block;
    max-width: 190px;
    margin-top: 8px;
    color: #60708d;
    font-size: 1.05rem;
    line-height: 1.35;
    font-weight: 600;
}

.use-cases-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.use-case-card {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) 48px;
    min-height: 152px;
    align-items: center;
    gap: 28px;
    border: 1px solid rgba(87, 115, 183, 0.15);
    border-radius: 19px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 252, 255, 0.82)),
        rgba(255, 255, 255, 0.78);
    padding: 26px 28px 26px 36px;
    box-shadow: 0 18px 52px rgba(23, 54, 104, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.use-case-card:hover {
    transform: translateY(-4px);
    border-color: rgba(72, 120, 255, 0.24);
    box-shadow: 0 24px 68px rgba(36, 79, 150, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.use-case-icon {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    border: 1px solid rgba(72, 120, 255, 0.12);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(248, 251, 255, 0.98), rgba(234, 241, 255, 0.84));
    color: #4778ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 14px 30px rgba(42, 76, 132, 0.08);
}

.use-case-card h3 {
    max-width: 310px;
    color: #07133b;
    font-size: clamp(1.17rem, 1.2vw, 1.42rem);
    line-height: 1.34;
    letter-spacing: -0.045em;
}

.use-case-arrow {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(85, 112, 170, 0.13);
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 255, 0.78));
    color: #07133b;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
    transition: transform 180ms ease, color 180ms ease;
}

.use-case-card:hover .use-case-arrow {
    transform: translateX(4px);
    color: #4778ff;
}

.use-case-instagram .use-case-icon {
    border-color: rgba(201, 64, 190, 0.18);
    color: #c33abf;
    background: linear-gradient(145deg, rgba(255, 246, 255, 0.98), rgba(250, 230, 255, 0.76));
}

.use-case-whatsapp .use-case-icon {
    border-color: rgba(62, 195, 105, 0.2);
    color: #39c36e;
    background: linear-gradient(145deg, rgba(244, 255, 248, 0.98), rgba(225, 250, 233, 0.78));
}

.use-case-api .use-case-icon,
.use-case-visuals .use-case-icon {
    border-color: rgba(123, 88, 255, 0.18);
    color: #8057ff;
    background: linear-gradient(145deg, rgba(249, 246, 255, 0.98), rgba(235, 228, 255, 0.78));
}

.use-case-agent .use-case-icon {
    border-color: rgba(255, 128, 68, 0.2);
    color: #ff7a35;
    background: linear-gradient(145deg, rgba(255, 249, 245, 0.98), rgba(255, 234, 222, 0.78));
}

.use-case-reports .use-case-icon {
    border-color: rgba(44, 190, 202, 0.2);
    color: #24b7c3;
    background: linear-gradient(145deg, rgba(244, 254, 255, 0.98), rgba(222, 249, 252, 0.78));
}

.proof-list,
.feature-list {
    display: grid;
    gap: 12px;
}

.why-simple-section {
    isolation: isolate;
    overflow: hidden;
    min-height: 900px;
    padding: clamp(132px, 10vw, 178px) 0;
    background:
        radial-gradient(circle at 1% 102%, rgba(89, 120, 255, 0.34), transparent 18%),
        radial-gradient(circle at 88% 4%, rgba(162, 101, 255, 0.18), transparent 31%),
        radial-gradient(circle at 43% 50%, rgba(255, 255, 255, 0.98), transparent 39%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 46%, #f3f7ff 100%);
}

.why-simple-section::before,
.why-simple-section::after,
.why-simple-layout::before,
.why-simple-layout::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.why-simple-section::before {
    left: -265px;
    bottom: -270px;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(111, 145, 215, 0.17);
    border-radius: 50%;
    box-shadow:
        70px -30px 0 88px rgba(136, 188, 255, 0.08),
        inset 0 0 0 18px rgba(255, 255, 255, 0.24);
}

.why-simple-section::after {
    left: 360px;
    bottom: -42px;
    width: 420px;
    height: 270px;
    background: radial-gradient(circle, rgba(79, 122, 255, 0.18) 0 1.5px, transparent 2.4px) 0 0 / 20px 20px;
    mask-image: radial-gradient(ellipse at center, #000 0 62%, transparent 78%);
    opacity: 0.72;
}

.why-simple-layout {
    position: relative;
    display: grid;
    width: min(calc(100% - 96px), 1680px);
    grid-template-columns: minmax(470px, 0.8fr) minmax(650px, 1.2fr);
    gap: clamp(72px, 10vw, 158px);
    align-items: center;
}

.why-simple-layout::before {
    right: -180px;
    top: -144px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(149, 123, 224, 0.12);
    border-radius: 50%;
}

.why-simple-layout::after {
    left: 520px;
    bottom: 108px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow:
        0 0 0 8px rgba(255, 255, 255, 0.58),
        0 0 34px rgba(91, 126, 255, 0.42);
}

.why-simple-copy {
    max-width: 620px;
}

.why-simple-copy .eyebrow {
    margin-bottom: 28px;
    color: #4f72ff;
    font-size: 0.9rem;
    letter-spacing: 0.4em;
}

.why-simple-copy h2 {
    max-width: 610px;
    color: #07133b;
    font-size: clamp(4rem, 4.5vw, 5.7rem);
    line-height: 1.04;
    letter-spacing: -0.075em;
}

.why-simple-copy h2::after {
    content: "";
    display: inline-block;
    width: 0.14em;
    height: 0.14em;
    margin-left: 0.05em;
    border-radius: 50%;
    background: #4878ff;
    vertical-align: baseline;
}

.why-simple-copy > p {
    max-width: 475px;
    margin-top: 38px;
    color: #60708d;
    font-size: clamp(1.24rem, 1.32vw, 1.46rem);
    line-height: 1.68;
}

.why-simple-stat {
    display: flex;
    max-width: 470px;
    align-items: center;
    gap: 26px;
    margin-top: 76px;
    border: 1px solid rgba(94, 120, 188, 0.18);
    border-radius: 18px;
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.98), transparent 48%),
        rgba(255, 255, 255, 0.76);
    padding: 25px 30px;
    box-shadow: 0 24px 70px rgba(35, 72, 135, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(18px);
}

.why-stat-icon {
    display: grid;
    width: 78px;
    height: 78px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(241, 244, 255, 0.98), rgba(224, 230, 255, 0.84));
    color: #5574ff;
}

.why-simple-stat strong {
    display: block;
    color: #4f72ff;
    font-size: 1.28rem;
    line-height: 1.2;
    font-weight: 900;
}

.why-simple-stat span {
    display: block;
    margin-top: 8px;
    color: #60708d;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 600;
}

.why-simple-list {
    display: grid;
    width: 100%;
    max-width: 860px;
    justify-self: end;
    gap: 24px;
}

.why-simple-card {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) 42px;
    min-height: 126px;
    align-items: center;
    gap: 28px;
    border: 1px solid rgba(90, 113, 178, 0.19);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 252, 255, 0.84)),
        rgba(255, 255, 255, 0.82);
    padding: 26px 30px 26px 26px;
    box-shadow: 0 20px 58px rgba(27, 54, 103, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
}

.why-simple-card:hover {
    transform: translateY(-5px);
    border-color: rgba(72, 120, 255, 0.28);
    box-shadow: 0 28px 76px rgba(40, 82, 156, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.why-card-icon {
    display: grid;
    width: 78px;
    height: 78px;
    place-items: center;
    border: 1px solid rgba(72, 120, 255, 0.12);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(248, 251, 255, 0.98), rgba(233, 240, 255, 0.84));
    color: #4f82ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 14px 32px rgba(42, 76, 132, 0.08);
}

.why-card-icon .icon-large,
.why-stat-icon .icon-large {
    width: 38px;
    height: 38px;
    stroke-width: 1.8;
}

.why-simple-card h3 {
    color: #07133b;
    font-size: clamp(1.25rem, 1.35vw, 1.55rem);
    line-height: 1.25;
    letter-spacing: -0.045em;
}

.why-card-arrow {
    color: #4f72ff;
    font-size: 1.75rem;
    line-height: 1;
    font-weight: 700;
    transition: transform 190ms ease;
}

.why-simple-card:hover .why-card-arrow {
    transform: translateX(5px);
}

.why-card-fast .why-card-icon {
    border-color: rgba(28, 185, 177, 0.18);
    background: linear-gradient(145deg, rgba(242, 255, 253, 0.98), rgba(224, 249, 246, 0.78));
    color: #1cb7ad;
}

.why-card-scale .why-card-icon {
    border-color: rgba(159, 85, 255, 0.18);
    background: linear-gradient(145deg, rgba(252, 247, 255, 0.98), rgba(240, 229, 255, 0.78));
    color: #9a5cff;
}

.why-card-automation .why-card-icon {
    border-color: rgba(255, 134, 80, 0.2);
    background: linear-gradient(145deg, rgba(255, 249, 245, 0.98), rgba(255, 235, 223, 0.78));
    color: #ff8656;
}

.why-card-growth .why-card-icon {
    border-color: rgba(82, 104, 255, 0.18);
    background: linear-gradient(145deg, rgba(248, 249, 255, 0.98), rgba(232, 236, 255, 0.8));
    color: #566dff;
}

.cta-panel {
    padding: clamp(34px, 7vw, 76px);
}

.cta-panel p {
    max-width: 650px;
    margin-top: 16px;
}

@keyframes ringGlow {
    0%,
    100% {
        box-shadow: 0 0 24px rgba(46, 149, 255, 0.35);
    }
    50% {
        box-shadow: 0 0 48px rgba(157, 65, 255, 0.55);
    }
}

@keyframes xFloat {
    0%,
    100% {
        transform: translateY(-34px);
    }
    50% {
        transform: translateY(-46px);
    }
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

@media (max-width: 1200px) {
    .hero-copy {
        padding-left: 0;
    }

    .hero-grid,
    .solutions-panel-grid {
        grid-template-columns: 1fr;
    }

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

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

    .use-cases-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .why-simple-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .why-simple-copy {
        max-width: 760px;
    }

    .why-simple-list {
        max-width: none;
        justify-self: stretch;
    }

    .why-simple-copy h2 {
        max-width: 760px;
    }

    .use-cases-intro {
        max-width: 760px;
    }

    .process-step:not(:last-child)::before,
    .process-step:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 760px) {
    .hero {
        min-height: auto;
        padding-top: 58px;
    }

    .hero-grid,
    .product-grid,
    .solution-strip,
    .process-grid,
    .use-cases-grid,
    .split-layout {
        grid-template-columns: 1fr;
    }

    .process-heading {
        text-align: left;
    }

    .process-heading .eyebrow {
        justify-items: start;
    }

    .process-heading p {
        margin-left: 0;
    }

    .process-step {
        min-height: auto;
    }

    .use-cases-section {
        padding: 76px 0;
    }

    .why-simple-section {
        min-height: auto;
        padding: 76px 0;
    }

    .why-simple-layout {
        width: min(calc(100% - 40px), var(--container));
    }

    .why-simple-copy h2 {
        font-size: clamp(2.2rem, 10vw, 3.4rem);
        letter-spacing: -0.055em;
    }

    .why-simple-copy > p {
        margin-top: 24px;
        font-size: 1.08rem;
    }

    .why-simple-stat {
        margin-top: 34px;
        padding: 20px;
    }

    .why-simple-card {
        grid-template-columns: 60px minmax(0, 1fr) 30px;
        gap: 16px;
        min-height: 94px;
        padding: 18px;
    }

    .why-card-icon,
    .why-stat-icon {
        width: 60px;
        height: 60px;
        border-radius: 15px;
    }

    .why-card-icon .icon-large,
    .why-stat-icon .icon-large {
        width: 30px;
        height: 30px;
    }

    .why-simple-card h3 {
        font-size: 1.04rem;
        letter-spacing: -0.025em;
    }

    .why-card-arrow {
        font-size: 1.25rem;
    }

    .use-cases-intro h2 {
        font-size: clamp(3rem, 13vw, 4.2rem);
    }

    .use-cases-stat {
        margin-top: 34px;
    }

    .use-case-card {
        grid-template-columns: 62px minmax(0, 1fr) 42px;
        gap: 16px;
        min-height: 112px;
        padding: 20px;
    }

    .use-case-icon {
        width: 60px;
        height: 60px;
        border-radius: 15px;
    }

    .use-case-arrow {
        width: 42px;
        height: 42px;
    }

    .process-top {
        margin-bottom: 24px;
    }

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

    .trust-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .trust-row span {
        min-width: 0;
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .showcase-panel {
        padding: 24px 18px 18px;
    }

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

    .stage-core {
        transform: translateY(-28px) scale(0.72);
    }

    .platform {
        width: 330px;
    }

    .holo-stage::after,
    .platform::before,
    .platform::after,
    .orbit-three,
    .orbit-four {
        display: none;
    }
}
