:root {
    --bg: #f3f7fc;
    --bg-alt: #eaf1f9;
    --surface: #ffffff;
    --text: #10233f;
    --muted: #5f7190;
    --brand: #1d5fc6;
    --brand-dark: #13438d;
    --accent: #4bb7ff;
    --sun: #ffd7a1;
    --sun-soft: #ffe9c8;
    --sea: #7dd6f5;
    --sea-deep: #2a8bd5;
    --line: #d6e3f3;
    --radius: 18px;
    --radius-sm: 12px;
    --shadow-soft: 0 14px 34px rgba(13, 40, 86, 0.1);
    --shadow-strong: 0 20px 60px rgba(13, 40, 86, 0.18);
    --space-1: 8px;
    --space-2: 12px;
    --space-3: 16px;
    --space-4: 24px;
    --space-5: 32px;
    --space-6: 48px;
    --space-7: 72px;
    --space-8: 96px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", "Segoe UI", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 12% -8%, rgba(255, 215, 161, 0.28), transparent 34%),
        radial-gradient(circle at 84% -10%, rgba(125, 214, 245, 0.24), transparent 34%),
        var(--bg);
    line-height: 1.6;
    padding-bottom: 90px;
}

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

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

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

.section {
    padding: var(--space-8) 0;
}

.section-alt {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(235, 243, 253, 0.7));
}

.section-head {
    margin-bottom: var(--space-6);
    max-width: 760px;
}

.section h2,
.section-head h2 {
    font-size: clamp(1.8rem, 2.4vw, 2.7rem);
    margin: 0;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.lead {
    font-size: clamp(1.06rem, 1.6vw, 1.24rem);
    color: var(--muted);
    margin-top: var(--space-3);
}

.eyebrow {
    display: inline-flex;
    margin: 0 0 var(--space-2);
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(29, 95, 198, 0.08);
    border: 1px solid rgba(29, 95, 198, 0.18);
    color: var(--brand-dark);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 0.95rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

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

.btn-primary {
    background: linear-gradient(120deg, var(--brand), var(--brand-dark));
    color: #fff;
    box-shadow: 0 10px 24px rgba(19, 67, 141, 0.28);
}

.btn-ghost {
    border-color: rgba(16, 35, 63, 0.18);
    background: rgba(255, 255, 255, 0.7);
}

.hero-new {
    position: relative;
    overflow: clip;
    padding: 118px 0 90px;
}

.hero-new::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/hero-street.webp") center center / cover no-repeat;
    opacity: 0.44;
    transform: scale(1.05);
    animation: heroDrift 26s ease-in-out infinite alternate;
}

.hero-new::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 24%, rgba(255, 215, 161, 0.24), transparent 34%),
        radial-gradient(circle at 86% 22%, rgba(75, 183, 255, 0.24), transparent 40%),
        linear-gradient(120deg, rgba(243, 247, 252, 0.92) 8%, rgba(243, 247, 252, 0.68) 46%, rgba(243, 247, 252, 0.9) 100%);
}

.hero-new-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-5);
    align-items: center;
}

.hero-new-copy h1 {
    margin: 0;
    font-size: clamp(2rem, 4.4vw, 3.8rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.hero-proof-list {
    margin-top: var(--space-4);
    display: grid;
    gap: 10px;
}

.hero-proof-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #153259;
}

.hero-proof-list span::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(145deg, var(--accent), var(--brand));
    box-shadow: 0 0 0 5px rgba(75, 183, 255, 0.16);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: var(--space-4);
}

.hero-points {
    margin-top: var(--space-4);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-points span {
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(16, 35, 63, 0.12);
    background: rgba(255, 255, 255, 0.84);
    color: #284667;
    font-size: 0.85rem;
    font-weight: 700;
}

.hero-visual {
    position: relative;
}

.hero-visual::after {
    content: "";
    position: absolute;
    top: -18px;
    right: -18px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.62), rgba(255, 215, 161, 0.48) 45%, rgba(255, 215, 161, 0) 70%);
    opacity: 0.45;
    pointer-events: none;
}

.hero-main-image {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(16, 35, 63, 0.12);
    box-shadow: var(--shadow-strong);
}

.hero-main-image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    transform: scale(1.02);
    animation: imageFloat 8s ease-in-out infinite alternate;
}

.hero-founder-card {
    position: absolute;
    left: -28px;
    bottom: 24px;
    width: min(310px, 82%);
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 12px;
    padding: 12px;
    border-radius: var(--radius);
    border: 1px solid rgba(16, 35, 63, 0.1);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 40px rgba(13, 40, 86, 0.2);
}

.hero-founder-card img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 12px;
}

.hero-founder-card strong {
    display: block;
    line-height: 1.25;
}

.hero-founder-card p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.45;
}

.hero-live-card {
    position: absolute;
    right: -20px;
    top: 20px;
    width: min(290px, 78%);
    border-radius: 14px;
    border: 1px solid rgba(16, 35, 63, 0.1);
    background: rgba(12, 35, 72, 0.92);
    color: #fff;
    padding: 14px;
    box-shadow: 0 18px 40px rgba(13, 40, 86, 0.22);
}

.live-label {
    margin: 0 0 8px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.74);
}

.hero-live-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 52px;
}

.hero-live-card li {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    font-weight: 700;
    line-height: 1.4;
}

.hero-live-card li.active {
    opacity: 1;
    transform: translateY(0);
}

.holo-section {
    position: relative;
    padding: clamp(80px, 9vw, 118px) 0;
    margin: clamp(40px, 6vw, 80px) 0;
    overflow: clip;
    isolation: isolate;
}

#holoCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.holo-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 22% 18%, rgba(121, 214, 255, 0.24), transparent 42%),
        radial-gradient(circle at 80% 78%, rgba(63, 168, 255, 0.2), transparent 40%),
        linear-gradient(135deg, rgba(7, 34, 74, 0.92) 0%, rgba(18, 82, 165, 0.84) 52%, rgba(28, 118, 219, 0.8) 100%);
}

.holo-section .container {
    position: relative;
    z-index: 2;
}

.holo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 3vw, 36px);
    align-items: center;
}

.holo-copy .eyebrow {
    background: rgba(255, 255, 255, 0.12);
    color: #eff7ff;
    border-color: rgba(255, 255, 255, 0.34);
}

.holo-copy h2 {
    margin: 2px 0 12px;
    color: #ffffff;
    font-size: clamp(1.9rem, 3.6vw, 3.2rem);
    line-height: 1.04;
    letter-spacing: -0.025em;
    max-width: 680px;
}

.holo-copy .lead-sm {
    color: rgba(234, 244, 255, 0.92);
    font-size: clamp(1rem, 1.35vw, 1.14rem);
    max-width: 640px;
}

.holo-points {
    margin-top: 18px;
    display: grid;
    gap: 10px;
}

.holo-points span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ecf6ff;
    font-weight: 700;
    font-size: 0.95rem;
}

.holo-points span::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #75dcff;
    box-shadow: 0 0 0 7px rgba(117, 220, 255, 0.16);
}

.holo-stage {
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(4, 16, 42, 0.46);
    box-shadow: 0 20px 54px rgba(3, 18, 45, 0.35);
    backdrop-filter: blur(8px);
    overflow: hidden;
    padding: 18px;
}

.holo-stage::before {
    content: "";
    position: absolute;
    inset: -30%;
    background:
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 30px),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 30px);
    opacity: 0.14;
    animation: techGridMove 18s linear infinite;
}

.holo-stage > * {
    position: relative;
    z-index: 2;
}

.holo-stage-title {
    margin: 0 0 10px;
    color: #eef7ff;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.holo-visual {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 14px;
    align-items: center;
    margin-bottom: 14px;
}

.holo-map {
    position: relative;
    min-height: 250px;
}

.holo-core,
.holo-ring {
    position: absolute;
    z-index: 2;
}

.holo-core {
    top: 50%;
    left: 50%;
    width: 92px;
    height: 92px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, #9be9ff 0%, #39c7ff 36%, #1c7bff 100%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 20px rgba(110, 216, 255, 0.1), 0 0 60px rgba(69, 174, 255, 0.55);
    animation: holoPulse 2.2s ease-in-out infinite;
}

.holo-ring {
    top: 50%;
    left: 50%;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    border: 1px dashed rgba(183, 231, 255, 0.45);
    transform: translate(-50%, -50%);
    animation: ringRotate 16s linear infinite;
}

.holo-legend {
    border-radius: 12px;
    border: 1px solid rgba(153, 222, 255, 0.33);
    background: rgba(8, 32, 72, 0.72);
    padding: 10px;
}

.holo-legend p {
    margin: 0 0 7px;
    color: #eef7ff;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.holo-legend ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
}

.holo-legend li {
    color: #d6eeff;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.holo-legend li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #75dcff;
}

.holo-flow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

.holo-step {
    border-radius: 10px;
    border: 1px solid rgba(153, 222, 255, 0.3);
    background: rgba(8, 32, 72, 0.72);
    padding: 8px;
    color: #d6edff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.holo-step span {
    display: inline-flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 0.74rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.14);
}

.holo-step p {
    margin: 7px 0 0;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.3;
}

.holo-step.active {
    border-color: rgba(173, 235, 255, 0.86);
    box-shadow: 0 0 0 5px rgba(104, 217, 255, 0.12);
    transform: translateY(-1px);
}

.holo-status {
    padding: 11px 13px;
    border-radius: 12px;
    border: 1px solid rgba(152, 221, 255, 0.38);
    background: rgba(8, 28, 66, 0.78);
    margin-bottom: 12px;
}

.holo-status-label {
    margin: 0;
    color: rgba(215, 239, 255, 0.74);
    font-size: 0.72rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-weight: 700;
}

.holo-status-line {
    margin: 3px 0 0;
    color: #f3fbff;
    font-size: 0.94rem;
    font-weight: 700;
}

.holo-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.holo-metrics div {
    border-radius: 10px;
    border: 1px solid rgba(153, 222, 255, 0.38);
    background: rgba(8, 32, 72, 0.82);
    padding: 9px 10px;
}

.holo-metrics strong {
    display: block;
    color: #ffffff;
    line-height: 1.08;
    font-size: 1.02rem;
}

.holo-metrics span {
    display: block;
    margin-top: 4px;
    color: rgba(224, 241, 255, 0.82);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.funnel-section {
    position: relative;
    margin: clamp(40px, 6vw, 80px) 0;
    padding: clamp(72px, 8vw, 110px) 0;
    overflow: clip;
    isolation: isolate;
}

.funnel-bg-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 80% 14%, rgba(255, 225, 182, 0.2), transparent 38%),
        radial-gradient(circle at 14% 16%, rgba(134, 221, 255, 0.22), transparent 38%),
        radial-gradient(circle at 88% 80%, rgba(92, 188, 255, 0.22), transparent 40%),
        linear-gradient(135deg, #0d356f 0%, #1b67bf 50%, #2f8be0 100%);
    animation: funnelBgMove 18s ease-in-out infinite alternate;
}

.funnel-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.12;
    background:
        radial-gradient(110px 24px at 12% 78%, rgba(255, 255, 255, 0.9), transparent 70%),
        radial-gradient(140px 26px at 34% 82%, rgba(255, 255, 255, 0.9), transparent 72%),
        radial-gradient(120px 22px at 58% 79%, rgba(255, 255, 255, 0.9), transparent 72%),
        radial-gradient(160px 28px at 82% 81%, rgba(255, 255, 255, 0.9), transparent 72%);
}

.funnel-section .container {
    position: relative;
    z-index: 2;
}

.funnel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 3vw, 38px);
    align-items: start;
}

.funnel-copy .eyebrow {
    background: rgba(255, 255, 255, 0.18);
    color: #eef7ff;
    border-color: rgba(255, 255, 255, 0.3);
}

.funnel-copy h2 {
    margin: 2px 0 12px;
    color: #ffffff;
    font-size: clamp(1.9rem, 3.3vw, 3rem);
    line-height: 1.06;
    letter-spacing: -0.02em;
}

.funnel-copy .lead-sm {
    color: rgba(232, 244, 255, 0.93);
    font-size: clamp(1rem, 1.35vw, 1.14rem);
    max-width: 620px;
}

.funnel-points {
    margin-top: 18px;
    display: grid;
    gap: 10px;
}

.funnel-points span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #edf7ff;
    font-size: 0.95rem;
    font-weight: 700;
}

.funnel-points span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #7ce2ff;
    box-shadow: 0 0 0 6px rgba(124, 226, 255, 0.18);
}

.funnel-visual {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(8, 30, 68, 0.66);
    box-shadow: 0 20px 52px rgba(5, 20, 50, 0.34);
    backdrop-filter: blur(8px);
    padding: 16px;
}

.funnel-headline-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.funnel-headline-row p {
    margin: 0;
    color: #e8f5ff;
    font-weight: 800;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.funnel-headline-row strong {
    color: #ffffff;
    font-size: 1.24rem;
    letter-spacing: 0.02em;
}

.funnel-track {
    position: relative;
    margin-top: 14px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(155, 225, 255, 0.36);
    background: rgba(5, 20, 46, 0.55);
    overflow: hidden;
}

.funnel-progress {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0%;
    background: linear-gradient(90deg, rgba(96, 209, 255, 0.5), rgba(96, 209, 255, 0.9));
}

.funnel-dot {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #c8f1ff;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 8px rgba(127, 223, 255, 0.2);
}

.funnel-track .mark {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #eff8ff;
    font-size: 0.72rem;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.funnel-track .mark.m0 { left: 2%; transform: translateY(-50%); }
.funnel-track .mark.m1 { left: 25%; }
.funnel-track .mark.m2 { left: 60%; }
.funnel-track .mark.m3 { left: 97%; transform: translate(-100%, -50%); }

.funnel-stage-grid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.funnel-stage {
    border-radius: 10px;
    border: 1px solid rgba(151, 220, 255, 0.3);
    background: rgba(7, 26, 58, 0.7);
    padding: 10px;
    color: #d8efff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.funnel-stage h4 {
    margin: 0;
    color: #ffffff;
    font-size: 0.85rem;
}

.funnel-stage p {
    margin: 6px 0 0;
    font-size: 0.76rem;
    line-height: 1.35;
}

.funnel-stage.active {
    border-color: rgba(175, 235, 255, 0.92);
    box-shadow: 0 0 0 4px rgba(108, 217, 255, 0.14);
    transform: translateY(-1px);
}

.funnel-now {
    margin-top: 14px;
    border-radius: 12px;
    border: 1px solid rgba(154, 224, 255, 0.36);
    background: rgba(8, 29, 66, 0.78);
    padding: 12px;
}

.funnel-now-label {
    margin: 0;
    color: rgba(218, 240, 255, 0.78);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.funnel-now-line {
    margin: 5px 0 0;
    color: #f2fbff;
    font-size: 0.96rem;
    font-weight: 700;
}

.funnel-chance {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 9px;
    border-top: 1px solid rgba(152, 222, 255, 0.2);
}

.funnel-chance span {
    color: #d3ebff;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
}

.funnel-chance strong {
    color: #ffffff;
    font-size: 1.2rem;
}

.own-case-section {
    padding-top: calc(var(--space-8) - 12px);
}

.own-case-full {
    background:
        radial-gradient(circle at 18% 14%, rgba(124, 226, 255, 0.14), transparent 36%),
        radial-gradient(circle at 82% 86%, rgba(136, 117, 255, 0.18), transparent 36%),
        linear-gradient(140deg, #071433 0%, #0b1f4f 52%, #113070 100%);
    padding: clamp(28px, 4.5vw, 48px) 0;
    border-radius: 20px;
}

.own-case-head {
    max-width: 780px;
    margin-bottom: 24px;
}

.own-case-head .eyebrow {
    background: rgba(255, 255, 255, 0.14);
    color: #f2f8ff;
    border-color: rgba(255, 255, 255, 0.28);
}

.own-case-head h2 {
    color: #ffffff;
    margin: 4px 0 10px;
}

.own-case-head .lead-sm {
    color: rgba(219, 236, 255, 0.9);
}

.own-case-slider {
    position: relative;
    border-radius: 18px;
    border: 1px solid rgba(155, 209, 255, 0.2);
    background: rgba(7, 24, 58, 0.58);
    box-shadow: 0 22px 48px rgba(2, 12, 36, 0.38);
    backdrop-filter: blur(6px);
    padding: 14px;
    overflow: hidden;
}

.own-case-track {
    display: flex;
    transition: transform 0.45s ease;
}

.own-case-slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items: stretch;
}

.own-case-visual {
    border-radius: 14px;
    border: 1px solid rgba(155, 210, 255, 0.25);
    background: linear-gradient(160deg, rgba(10, 32, 70, 0.95), rgba(15, 44, 92, 0.92));
    overflow: hidden;
    min-height: 360px;
}

.own-case-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.own-case-embed {
    padding: 0;
    background: #030a16;
}

.own-case-iframe {
    width: 100%;
    height: 100%;
    min-height: 360px;
    border: 0;
    display: block;
}

.own-case-intro {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 10px;
    padding: 24px;
    text-align: center;
}

.franky-logo {
    width: min(240px, 72%);
    height: auto;
    filter: drop-shadow(0 8px 24px rgba(120, 164, 255, 0.3));
}

.franky-url {
    margin: 0;
    color: #96b7e9;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.franky-intro-text {
    margin: 0;
    max-width: 460px;
    color: #e8f2ff;
    line-height: 1.5;
}

.own-case-copy {
    border-radius: 14px;
    border: 1px solid rgba(155, 210, 255, 0.2);
    background: rgba(7, 24, 58, 0.7);
    padding: 18px;
}

.own-case-kicker {
    margin: 0 0 8px;
    font-size: 0.76rem;
    font-weight: 800;
    color: var(--brand);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.own-case-copy h3 {
    margin: 0 0 10px;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #ffffff;
}

.own-case-copy p {
    margin: 0;
    color: #cfe3ff;
}

.own-case-scene {
    display: grid;
    padding: 16px;
}

.scene-desktop {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.scene-left h4 {
    margin: 8px 0 8px;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1.06;
}

.scene-left p {
    margin: 0 0 10px;
    color: #cde2ff;
    line-height: 1.45;
    font-size: 0.92rem;
}

.scene-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.scene-left li {
    color: #e6f3ff;
    font-weight: 700;
    font-size: 0.9rem;
}

.scene-left li::before {
    content: "• ";
    color: #7ce2ff;
}

.scene-tag {
    display: inline-flex;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(154, 224, 255, 0.35);
    color: #dff4ff;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.scene-right {
    border-radius: 12px;
    border: 1px solid rgba(156, 224, 255, 0.26);
    background: rgba(8, 30, 66, 0.74);
    padding: 10px;
}

.scene-chat-head {
    color: #e5f4ff;
    font-size: 0.82rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.scene-chat-user,
.scene-chat-bot {
    border-radius: 10px;
    padding: 9px 10px;
    font-size: 0.86rem;
}

.scene-chat-user {
    margin-left: 18px;
    background: #6e6dff;
    color: #fff;
    margin-bottom: 8px;
}

.scene-chat-bot {
    margin-right: 18px;
    background: rgba(255, 255, 255, 0.08);
    color: #dff2ff;
}

.scene-chat-bot p {
    margin: 0 0 4px;
}

.scene-chat-bot p:last-child {
    margin-bottom: 0;
}

.scene-mobile {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: center;
}

.phone-mock {
    border-radius: 18px;
    border: 1px solid rgba(161, 226, 255, 0.36);
    background: rgba(7, 26, 60, 0.88);
    padding: 12px;
    min-height: 220px;
    box-shadow: 0 12px 24px rgba(1, 13, 38, 0.42);
}

.phone-title {
    margin: 0 0 10px;
    color: #ffffff;
    font-weight: 800;
}

.phone-cards {
    display: grid;
    gap: 8px;
}

.phone-cards span {
    display: block;
    border-radius: 10px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.12);
    color: #dff2ff;
    font-size: 0.84rem;
    font-weight: 700;
}

.phone-chat {
    display: grid;
    gap: 8px;
}

.phone-chat p {
    margin: 0;
    border-radius: 10px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #e6f4ff;
    font-size: 0.82rem;
    line-height: 1.35;
}

.scene-day {
    padding: 16px;
}

.scene-day h4 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 1.45rem;
}

.day-line {
    display: grid;
    gap: 10px;
}

.day-card {
    border-radius: 12px;
    border: 1px solid rgba(157, 224, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
    padding: 10px 12px;
    width: 86%;
    animation: floatCard 3.8s ease-in-out infinite;
}

.day-card.right {
    justify-self: end;
    animation-delay: 0.4s;
}

.day-card strong {
    display: block;
    color: #ffffff;
}

.day-card p {
    margin: 4px 0 0;
    color: #d7ecff;
    font-size: 0.84rem;
}

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

.own-case-controls {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.own-case-nav {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(16, 35, 63, 0.18);
    background: rgba(255, 255, 255, 0.16);
    color: #e9f5ff;
    font-size: 0.8rem;
    cursor: pointer;
}

.own-case-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 0;
    background: rgba(210, 232, 255, 0.36);
    cursor: pointer;
}

.own-case-dot.active {
    background: #7dd6f5;
}

.coast-divider {
    height: 28px;
    margin: -8px 0 -8px;
    position: relative;
    z-index: 3;
    opacity: 0.36;
    background:
        radial-gradient(58px 20px at 10% 100%, rgba(42, 139, 213, 0.3), transparent 72%),
        radial-gradient(56px 18px at 26% 100%, rgba(42, 139, 213, 0.26), transparent 72%),
        radial-gradient(64px 22px at 44% 100%, rgba(42, 139, 213, 0.3), transparent 72%),
        radial-gradient(52px 18px at 62% 100%, rgba(42, 139, 213, 0.26), transparent 72%),
        radial-gradient(66px 22px at 80% 100%, rgba(42, 139, 213, 0.3), transparent 72%),
        radial-gradient(52px 18px at 95% 100%, rgba(42, 139, 213, 0.22), transparent 72%);
}

.service-grid,
.timeline-grid,
.refs-grid {
    display: grid;
    gap: var(--space-4);
}

.why-rebuild {
    padding-top: calc(var(--space-8) - 16px);
}

.why-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(20px, 3vw, 36px);
    align-items: start;
}

.why-left h2 {
    margin: 4px 0 10px;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.why-left .lead-sm {
    max-width: 640px;
}

.why-right {
    display: grid;
    gap: 12px;
}

.why-line {
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid rgba(16, 35, 63, 0.1);
    background: linear-gradient(155deg, #ffffff, #eef6ff);
    box-shadow: var(--shadow-soft);
}

.why-line strong {
    display: block;
    margin: 0;
    font-size: 1rem;
}

.why-line p {
    margin: 7px 0 0;
    color: var(--muted);
}

.plan-rebuild .section-head {
    margin-bottom: 20px;
}

.plan-wrap {
    border-radius: 16px;
    border: 1px solid rgba(16, 35, 63, 0.1);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: var(--shadow-soft);
    padding: clamp(18px, 2.6vw, 28px);
}

.plan-track {
    position: relative;
    height: 8px;
    border-radius: 999px;
    background: rgba(19, 67, 141, 0.15);
    overflow: hidden;
    margin-bottom: 16px;
}

.plan-progress {
    height: 100%;
    width: 25%;
    border-radius: 999px;
    background: linear-gradient(90deg, #2f8be0, #1d5fc6);
    transition: width 0.35s ease;
}

.plan-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.plan-step {
    border-radius: 12px;
    border: 1px solid rgba(16, 35, 63, 0.1);
    background: #fff;
    padding: 14px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.plan-step span {
    display: inline-flex;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 800;
    background: rgba(29, 95, 198, 0.12);
    color: var(--brand-dark);
}

.plan-step h3 {
    margin: 9px 0 5px;
    font-size: 0.97rem;
}

.plan-step p {
    margin: 0;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.4;
}

.plan-step.active {
    border-color: rgba(29, 95, 198, 0.48);
    box-shadow: 0 0 0 4px rgba(29, 95, 198, 0.11);
    transform: translateY(-1px);
}

.plan-now {
    margin: 12px 0 0;
    font-weight: 700;
    color: #1b3b67;
}

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

.service-card {
    background: var(--surface);
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: var(--radius-sm);
    padding: 22px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(13, 40, 86, 0.14);
}

.service-card h3 {
    margin: 0 0 8px;
}

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

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

.timeline-card {
    border-radius: var(--radius-sm);
    border: 1px solid rgba(16, 35, 63, 0.08);
    background: #fff;
    padding: 24px;
}

.timeline-card span {
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--brand);
}

.timeline-card h3 {
    margin: 8px 0;
}

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

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

.ref-card {
    border: 1px solid rgba(16, 35, 63, 0.1);
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-soft);
    transition: transform 0.25s ease;
}

.ref-card:hover {
    transform: translateY(-5px);
}

.ref-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.ref-card div {
    padding: 18px;
}

.ref-card h3 {
    margin: 0 0 6px;
}

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

.ref-card span {
    margin-top: 8px;
    display: block;
    font-size: 0.84rem;
    color: var(--brand-dark);
    font-weight: 700;
}

.cta-wrap {
    padding-top: 0;
}

.cta-box {
    padding: clamp(28px, 4.5vw, 48px);
    border-radius: var(--radius);
    color: #fff;
    background: linear-gradient(135deg, #0f2e61, #1d5fc6);
    box-shadow: var(--shadow-strong);
}

.cta-box h2 {
    margin-top: 6px;
    color: #fff;
}

.cta-box p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.88);
}

.cta-box .eyebrow {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.24);
}

.cta-box .btn-primary {
    background: #ffffff;
    color: #0f2e61;
    border-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 24px rgba(8, 28, 62, 0.22);
}

.cta-box .btn-ghost {
    background: rgba(255, 255, 255, 0.9);
    color: #0f2e61;
    border-color: rgba(15, 46, 97, 0.22);
}

.cta-box .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(8, 28, 62, 0.24);
}

.page-header {
    margin-top: 112px;
    margin-bottom: 30px;
}

.content-card,
.contact-form,
.contact-info,
.legal-content {
    background: #fff;
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: var(--radius-sm);
    padding: clamp(20px, 3vw, 34px);
    box-shadow: var(--shadow-soft);
}

.legal-card h2,
.legal-card h3,
.legal-card h4 {
    margin-top: 0;
}

.legal-card p {
    color: var(--muted);
}

.legal-note {
    margin-top: 22px;
    font-size: 0.9rem;
}

.content-grid {
    display: grid;
    gap: var(--space-4);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-grid {
    display: grid;
    gap: var(--space-4);
    grid-template-columns: 1.1fr 0.9fr;
}

.form-group {
    margin-bottom: 14px;
}

label {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 6px;
    font-weight: 700;
}

input,
select,
textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(16, 35, 63, 0.2);
    padding: 11px 12px;
    font: inherit;
}

textarea {
    min-height: 130px;
    resize: vertical;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 90;
    backdrop-filter: blur(8px);
    background: rgba(243, 247, 252, 0.82);
    border-bottom: 1px solid rgba(16, 35, 63, 0.08);
}

.site-header.scrolled {
    box-shadow: 0 8px 26px rgba(13, 40, 86, 0.12);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    gap: 20px;
}

.brand img {
    height: 36px;
    width: auto;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.desktop-nav a {
    padding: 8px 2px;
    color: var(--muted);
    font-weight: 600;
    border-bottom: 2px solid transparent;
}

.desktop-nav a.active {
    color: var(--brand-dark);
    border-bottom-color: var(--brand);
}

.header-cta {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(29, 95, 198, 0.1);
    color: var(--brand-dark);
    font-weight: 700;
    border: 1px solid rgba(29, 95, 198, 0.2);
}

.mobile-bottom-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 95;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
    display: none;
    grid-template-columns: repeat(4, 1fr);
    padding: 8px 4px;
}

.mobile-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 700;
    padding: 6px 4px;
}

.mobile-bottom-nav a.active {
    color: var(--brand-dark);
}

.mobile-bottom-nav a svg {
    width: 20px;
    height: 20px;
}

.site-footer {
    padding: var(--space-7) 0 var(--space-6);
    border-top: 1px solid rgba(16, 35, 63, 0.08);
    background: #eef4fb;
}

.footer-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
}

.footer-grid p,
.footer-grid li {
    color: var(--muted);
}

.reveal {
    opacity: 1;
    transform: none;
}

.page-title {
    margin: 0;
    font-size: clamp(1.9rem, 3.5vw, 3rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.page-subtitle {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    max-width: 760px;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-4);
    align-items: start;
}

.lead-sm {
    margin-top: 10px;
    color: var(--muted);
}

.checklist p,
.steps div {
    margin: 0 0 10px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(16, 35, 63, 0.09);
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-4);
}

.card {
    background: var(--surface);
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: var(--radius-sm);
    padding: 22px;
    box-shadow: var(--shadow-soft);
}

.card h3 {
    margin: 0 0 8px;
}

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

.price-pill {
    margin-top: 14px !important;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.84rem;
    color: var(--brand-dark) !important;
    background: rgba(29, 95, 198, 0.1);
    border: 1px solid rgba(29, 95, 198, 0.2);
}

.quote-box {
    border-radius: var(--radius);
    border: 1px solid rgba(16, 35, 63, 0.1);
    padding: clamp(24px, 4vw, 40px);
    background: linear-gradient(150deg, #fff, #f4f9ff);
    box-shadow: var(--shadow-soft);
}

.quote-box h2 {
    margin: 0 0 10px;
}

.quote-box p {
    margin: 0;
    color: var(--muted);
}

.quote-box .btn {
    margin-top: 18px;
}

.contact-form-wrapper,
.form-card,
.info-card,
.faq-card {
    display: block;
}

.success-message,
.error-message {
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 14px;
}

.success-message {
    border: 1px solid rgba(45, 207, 122, 0.3);
    background: rgba(45, 207, 122, 0.1);
}

.error-message {
    border: 1px solid rgba(211, 74, 74, 0.3);
    background: rgba(211, 74, 74, 0.08);
}

.success-message h3 {
    margin: 0 0 6px;
}

.success-message p,
.error-message p {
    margin: 0;
}

.btn-full {
    width: 100%;
}

.info-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(16, 35, 63, 0.08);
}

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

.info-item h4,
.faq-item h4 {
    margin: 0 0 4px;
}

.info-note {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.faq-card {
    margin-top: 14px;
    background: #fff;
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: var(--radius-sm);
    padding: 18px;
    box-shadow: var(--shadow-soft);
}

.faq-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(16, 35, 63, 0.08);
}

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

.faq-item p {
    margin: 0;
    color: var(--muted);
}

.footer-logo {
    width: 130px;
    height: auto;
    margin-bottom: 10px;
}

.footer-text,
.footer-micro {
    margin: 0 0 8px;
}

.footer-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-grid li {
    margin-bottom: 6px;
}

.footer-bottom {
    margin-top: 18px;
    border-top: 1px solid rgba(16, 35, 63, 0.08);
    padding-top: 14px;
}

.js .reveal {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.js .reveal.visible {
    opacity: 1;
    transform: none;
}

@keyframes heroDrift {
    0% { transform: scale(1.03) translateY(0); }
    100% { transform: scale(1.07) translateY(-12px); }
}

@keyframes imageFloat {
    0% { transform: scale(1.02) translateY(0); }
    100% { transform: scale(1.05) translateY(-6px); }
}

@keyframes techGridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-42px, -42px); }
}

@keyframes funnelBgMove {
    0% { filter: saturate(0.95); transform: scale(1); }
    100% { filter: saturate(1.1); transform: scale(1.03); }
}

@keyframes holoPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(0.96); }
    50% { transform: translate(-50%, -50%) scale(1.06); }
}

@keyframes ringRotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

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

@media (max-width: 1080px) {
    .service-grid,
    .timeline-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .refs-grid {
        grid-template-columns: 1fr 1fr;
    }

    .grid-3 {
        grid-template-columns: 1fr 1fr;
    }

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

    .holo-grid {
        grid-template-columns: 1fr;
    }

    .funnel-grid {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

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

    .own-case-slide {
        grid-template-columns: 1fr;
    }

    .scene-desktop,
    .scene-mobile {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .desktop-nav {
        display: none;
    }

    .mobile-bottom-nav {
        display: grid;
    }

    .hero-new {
        padding-top: 102px;
    }

    .hero-new-grid,
    .contact-grid,
    .content-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .split,
    .grid-3 {
        grid-template-columns: 1fr;
    }

    .hero-new::before {
        opacity: 0.52;
    }

    .refs-grid {
        grid-template-columns: 1fr;
    }

    .header-cta {
        display: none;
    }

    .hero-main-image img {
        height: 360px;
    }

    .hero-founder-card {
        left: 10px;
        right: 10px;
        bottom: 12px;
        width: auto;
    }

    .hero-live-card {
        left: 10px;
        right: 10px;
        top: 12px;
        width: auto;
    }

    .holo-section {
        margin: var(--space-6) 0;
        padding: var(--space-7) 0;
    }

    .holo-visual {
        grid-template-columns: 1fr;
    }

    .holo-map {
        min-height: 230px;
    }

    .hero-visual::after {
        width: 120px;
        height: 120px;
        top: -8px;
        right: -6px;
    }
}

@media (max-width: 620px) {
    .section {
        padding: 72px 0;
    }

    .service-grid,
    .timeline-grid {
        grid-template-columns: 1fr;
    }

    .hero-new-copy h1 {
        font-size: clamp(1.8rem, 9vw, 2.4rem);
    }

    .container {
        width: min(1140px, calc(100% - 24px));
    }

    .holo-copy h2 {
        font-size: clamp(1.7rem, 9vw, 2.4rem);
    }

    .holo-ring {
        width: 220px;
        height: 220px;
    }

    .holo-map {
        min-height: 220px;
    }

    .holo-flow {
        grid-template-columns: 1fr;
    }

    .holo-metrics {
        grid-template-columns: 1fr;
    }

    .funnel-stage-grid {
        grid-template-columns: 1fr;
    }

    .funnel-track .mark {
        font-size: 0.66rem;
    }

    .plan-steps {
        grid-template-columns: 1fr;
    }

    .own-case-visual {
        min-height: 260px;
    }

    .own-case-iframe {
        min-height: 260px;
    }

    .own-case-controls {
        justify-content: center;
    }

    .scene-left h4 {
        font-size: 1.45rem;
    }

    .phone-mock {
        min-height: 0;
    }

    .day-card {
        width: 100%;
    }
}
