/* =========================================================
 *   TILE MASTER LANDING PAGE
 *   Clean styles for the 8-block sales funnel
 *   ========================================================= */

:root {
    --bg-0: #050b14;
    --bg-1: #07111f;
    --bg-2: #09182b;
    --bg-3: #0b1c31;
    --surface: rgba(255, 255, 255, 0.055);
    --surface-strong: rgba(255, 255, 255, 0.08);
    --surface-dark: rgba(5, 13, 24, 0.88);
    --text: #ffffff;
    --text-soft: #cbd5e1;
    --text-muted: #8f9caf;
    --accent: #f7931a;
    --accent-light: #ffad42;
    --accent-dark: #d97706;
    --blue: #4f7cff;
    --border: rgba(255, 255, 255, 0.10);
    --border-soft: rgba(255, 255, 255, 0.065);
    --border-accent: rgba(247, 147, 26, 0.34);
    --shadow-sm: 0 12px 30px rgba(0, 0, 0, 0.22);
    --shadow-md: 0 24px 60px rgba(0, 0, 0, 0.30);
    --shadow-lg: 0 36px 90px rgba(0, 0, 0, 0.42);
    --shadow-accent: 0 18px 42px rgba(247, 147, 26, 0.20);
    --radius-sm: 12px;
    --radius-md: 18px;
    --radius-lg: 28px;
    --radius-xl: 34px;
    --container: 1240px;
    --header-height: 82px;
    --transition: 0.25s ease;
}

/* RESET */

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--text);
    background: var(--bg-0);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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

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

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

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

h1,
h2,
h3,
p {
    overflow-wrap: break-word;
}

h1,
h2,
h3 {
    font-family: "Sora", "Inter", sans-serif;
}

ul,
ol {
    margin-top: 0;
}

::selection {
    color: #fff;
    background: rgba(247, 147, 26, 0.78);
}

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

section {
    position: relative;
}

section[id] {
    scroll-margin-top: calc(var(--header-height) + 20px);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
    outline: 3px solid rgba(247, 147, 26, 0.68);
    outline-offset: 4px;
}

/* SHARED TYPOGRAPHY */

.section-heading {
    max-width: 840px;
    margin: 0 auto 54px;
    text-align: center;
}

.section-eyebrow,
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: var(--accent);
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-eyebrow::before,
.hero-eyebrow::before {
    content: "";
    width: 24px;
    height: 2px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--accent);
}

.section-heading h2,
.about-content h2,
.final-content h2 {
    margin: 0 0 20px;
    color: var(--text);
    font-size: clamp(2.25rem, 4.6vw, 4rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.section-heading h2 span,
.about-content h2 span,
.final-content h2 span {
    color: var(--accent);
}

.section-heading p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--text-soft);
    font-size: 1.04rem;
    line-height: 1.75;
}

/* HEADER */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: var(--header-height);
    background: rgba(5, 11, 20, 0.84);
    border-bottom: 1px solid var(--border-soft);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.header-inner {
    position: relative;
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    flex-shrink: 0;
}

.brand-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 13px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.30);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.brand-copy strong {
    color: #fff;
    font-family: "Sora", "Inter", sans-serif;
    font-size: 1rem;
    line-height: 1.15;
}

.brand-copy small {
    color: var(--accent);
    font-size: 0.69rem;
    font-weight: 600;
    line-height: 1.3;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

.main-nav a {
    position: relative;
    padding: 12px 0;
    color: var(--text-soft);
    font-size: 0.9rem;
    font-weight: 600;
    transition: color var(--transition);
}

.main-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--accent);
    transform: scaleX(0);
    transition: transform var(--transition);
}

.main-nav a:hover {
    color: #fff;
}

.main-nav a:hover::after {
    transform: scaleX(1);
}

.header-cta {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 21px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    box-shadow: var(--shadow-accent);
    font-size: 0.9rem;
    font-weight: 800;
    white-space: nowrap;
    transition: transform var(--transition), background var(--transition);
}

.header-cta:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, var(--accent-light), var(--accent));
}

.mobile-menu-button {
    display: none;
    width: 47px;
    height: 47px;
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: 13px;
    color: #fff;
    background: var(--surface);
    cursor: pointer;
}

.mobile-menu-button span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    border-radius: 999px;
    background: #fff;
    transition: transform var(--transition), opacity var(--transition);
}

.site-header.nav-open .mobile-menu-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.site-header.nav-open .mobile-menu-button span:nth-child(2) {
    opacity: 0;
}

.site-header.nav-open .mobile-menu-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* BUTTONS */

.app-store-button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 14px 10px 12px;
    border: 1px solid rgba(255, 203, 120, 0.76);
    border-radius: 17px;
    color: #fff;
    background:
    linear-gradient(
        135deg,
        #ffa321 0%,
        #f48a08 48%,
        #dc6c00 100%
    );
    box-shadow:
    0 15px 34px rgba(217, 105, 0, 0.30),
    0 5px 14px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 -1px 0 rgba(117, 44, 0, 0.28);
    font-family: inherit;
    text-align: left;
    transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    filter var(--transition);
}

.app-store-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -70%;
    left: -18%;
    width: 58%;
    height: 230%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.24),
                                transparent
    );
    transform: rotate(18deg) translateX(-155%);
    transition: transform 0.65s ease;
    pointer-events: none;
}

.app-store-button:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 228, 185, 0.96);
    filter: saturate(1.06) brightness(1.04);
    box-shadow:
    0 21px 46px rgba(217, 105, 0, 0.38),
    0 8px 19px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(117, 44, 0, 0.22);
}

.app-store-button:hover::before {
    transform: rotate(18deg) translateX(340%);
}

.app-store-button:active {
    transform: translateY(-1px) scale(0.99);
}

.app-store-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 12px;
    color: #fff;
    background:
    linear-gradient(
        145deg,
        rgba(10, 24, 40, 0.27),
                    rgba(5, 12, 22, 0.13)
    );
    box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.20),
    0 7px 16px rgba(96, 35, 0, 0.20);
}

.app-store-mark svg {
    display: block;
    width: 25px !important;
    height: 25px !important;
    max-width: 25px !important;
    max-height: 25px !important;
    flex: none;
    fill: #fff !important;
    color: #fff;
}

.app-store-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    white-space: nowrap;
}

.app-store-copy small {
    margin-bottom: 1px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.64rem;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: 0.01em;
}

.app-store-copy strong {
    color: #fff;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.018em;
}

.app-store-arrow {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    flex: 0 0 29px;
    margin-left: 2px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    color: #fff;
    background: rgba(8, 20, 34, 0.16);
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1;
    transition:
    transform var(--transition),
    background-color var(--transition);
}

.app-store-button:hover .app-store-arrow {
    transform: translate(2px, -2px);
    background: rgba(8, 20, 34, 0.24);
}

.secondary-button {
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border: 1px solid var(--border);
    border-radius: 16px;
    color: #fff;
    background: rgba(255, 255, 255, 0.045);
    font-size: 0.91rem;
    font-weight: 700;
    transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

.secondary-button:hover {
    transform: translateY(-3px);
    border-color: var(--border-accent);
    background: rgba(247, 147, 26, 0.07);
}

/* =========================================================
 *   BLOCK 1: HERO
 *   ========================================================= */

.hero-section {
    min-height: calc(100vh - var(--header-height));
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 56px 0 78px;
    background:
    radial-gradient(circle at 10% 20%, rgba(247, 147, 26, 0.11), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(79, 124, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #07111f 0%, #08172a 100%);
}

.hero-section::before {
    content: "";
    position: absolute;
    top: -250px;
    right: -250px;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    pointer-events: none;
}

.hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(470px, 0.98fr);
    align-items: center;
    gap: 50px;
}

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

.hero-content h1 {
    margin: 0 0 23px;
    color: #fff;
    font-size: clamp(3rem, 5.6vw, 5rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.hero-content h1 span {
    color: var(--accent);
}

.hero-description {
    max-width: 650px;
    margin: 0 0 25px;
    color: var(--text-soft);
    font-size: 1.08rem;
    line-height: 1.72;
}

.hero-benefits {
    list-style: none;
    display: grid;
    gap: 12px;
    margin: 0 0 29px;
    padding: 0;
}

.hero-benefits li {
    position: relative;
    padding-left: 30px;
    color: #edf3fa;
    font-size: 0.95rem;
    font-weight: 550;
    line-height: 1.52;
}

.hero-benefits li::before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--accent);
    font-size: 0.68rem;
    font-weight: 900;
    box-shadow: 0 0 0 5px rgba(247, 147, 26, 0.12);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 22px;
}

.hero-trial {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 9px;
}

.hero-trial strong {
    color: #fff;
    font-size: 0.93rem;
    font-weight: 800;
}

.hero-trial span,
.hero-platform {
    color: var(--text-muted);
    font-size: 0.82rem;
}

.hero-platform {
    font-size: 0.76rem;
}

.hero-visual {
    position: relative;
    min-height: 655px;
}

.hero-visual-background {
    position: absolute;
    top: 48px;
    right: 0;
    bottom: 28px;
    left: 40px;
    border: 1px solid var(--border);
    border-radius: 34px;
    background:
    radial-gradient(circle at 70% 20%, rgba(79, 124, 255, 0.18), transparent 32%),
    radial-gradient(circle at 25% 80%, rgba(247, 147, 26, 0.14), transparent 29%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018));
    box-shadow: var(--shadow-lg);
}

.hero-phone,
.feature-phone {
    position: absolute;
    overflow: hidden;
    aspect-ratio: 9 / 19.5;
    border: 8px solid #0d1015;
    border-radius: 46px;
    background: #fff;
    box-shadow: 0 33px 80px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.hero-phone::before,
.feature-phone::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 50%;
    z-index: 3;
    width: 34%;
    height: 22px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #080a0d;
    pointer-events: none;
}

.hero-phone img,
.feature-phone img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-phone-back {
    bottom: 38px;
    left: 35px;
    z-index: 2;
    width: 210px;
    transform: rotate(-7deg);
}

.hero-phone-front {
    top: 0;
    right: 26px;
    z-index: 3;
    width: 310px;
    transform: rotate(2.5deg);
}

.hero-floating-card {
    position: absolute;
    z-index: 5;
    min-width: 245px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 17px;
    background: rgba(6, 15, 28, 0.90);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
}

.hero-floating-card-top {
    top: 93px;
    left: 0;
}

.hero-floating-card-bottom {
    right: 0;
    bottom: 60px;
}

.floating-check {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--accent);
    font-size: 0.75rem;
    font-weight: 900;
}

.hero-floating-card strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 0.84rem;
    line-height: 1.35;
}

.hero-floating-card small {
    display: block;
    color: var(--text-muted);
    font-size: 0.70rem;
    line-height: 1.4;
}

/* =========================================================
 *   BLOCK 2: MIKE'S STORY
 *   ========================================================= */

.mike-story-section {
    overflow: hidden;
    padding: 96px 0;
    background:
    radial-gradient(circle at 12% 35%, rgba(247, 147, 26, 0.08), transparent 28%),
    radial-gradient(circle at 92% 70%, rgba(79, 124, 255, 0.07), transparent 27%),
    linear-gradient(180deg, #08172a 0%, #07111f 100%);
    border-top: 1px solid var(--border-soft);
}

.mike-story-section::before {
    content: "";
    position: absolute;
    top: 80px;
    left: -260px;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(247, 147, 26, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

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

.mike-story-card {
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
    min-height: 690px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018));
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.36);
}

.mike-story-copy {
    position: relative;
    z-index: 4;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px 46px;
}

.mike-story-label {
    width: fit-content;
    margin-bottom: 20px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    color: var(--text-muted);
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.67rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mike-story-copy h2 {
    max-width: 690px;
    margin: 0 0 21px;
    color: #fff;
    font-size: clamp(2.2rem, 4.2vw, 3.75rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.mike-story-copy h2 span {
    display: block;
    color: var(--accent);
}

.mike-story-lead {
    max-width: 690px;
    margin: 0 0 27px;
    color: var(--text-soft);
    font-size: 0.96rem;
    line-height: 1.72;
}

.mike-pain-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mike-pain-item {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.035);
    transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

.mike-pain-item:hover {
    transform: translateY(-3px);
    border-color: rgba(247, 147, 26, 0.22);
    background: rgba(247, 147, 26, 0.045);
}

.mike-pain-icon {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 10px;
    color: var(--text-muted);
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.mike-pain-item strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 0.82rem;
    line-height: 1.38;
}

.mike-pain-item p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.71rem;
    line-height: 1.47;
}

.mike-turning-point {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 20px;
    padding: 18px;
    border: 1px solid rgba(247, 147, 26, 0.23);
    border-radius: 17px;
    background:
    radial-gradient(circle at right center, rgba(247, 147, 26, 0.10), transparent 38%),
    rgba(247, 147, 26, 0.055);
}

.mike-turning-icon {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--accent);
    font-size: 0.76rem;
    font-weight: 900;
    box-shadow: 0 11px 27px rgba(247, 147, 26, 0.20);
}

.mike-turning-point strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 0.90rem;
    line-height: 1.4;
}

.mike-turning-point p {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.77rem;
    line-height: 1.55;
}

.mike-story-link,
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
    transition: color var(--transition), transform var(--transition);
}

.mike-story-link {
    margin-top: 21px;
}

.mike-story-link span,
.text-link span {
    color: var(--accent);
    font-size: 1.08rem;
}

.mike-story-link:hover,
.text-link:hover {
    color: var(--accent);
    transform: translateX(4px);
}

.mike-story-visual {
    position: relative;
    overflow: hidden;
    min-width: 0;
    min-height: 690px;
    background: #d7d3cc;
}

.mike-story-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 61% center;
}

.mike-story-image-shade {
    position: absolute;
    inset: 0;
    background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.63) 0%, rgba(7, 17, 31, 0.18) 24%, rgba(7, 17, 31, 0) 52%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.02) 55%, rgba(7, 17, 31, 0.42) 100%);
    pointer-events: none;
}

.mike-identity-card,
.mike-phone-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(5, 13, 24, 0.86);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.31);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
}

.mike-identity-card {
    top: 28px;
    right: 27px;
}

.mike-identity-card > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 13px;
    color: #fff;
    background: var(--accent);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.mike-phone-card {
    right: 27px;
    bottom: 28px;
    max-width: 285px;
}

.mike-phone-check {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--accent);
    font-size: 0.72rem;
    font-weight: 900;
}

.mike-identity-card strong,
.mike-phone-card strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 0.79rem;
    line-height: 1.35;
}

.mike-identity-card small,
.mike-phone-card small {
    display: block;
    color: var(--text-muted);
    font-size: 0.67rem;
    line-height: 1.4;
}

.mike-result-strip {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 25px;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.23);
}

.mike-result-item {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 22px 19px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
}

.mike-result-number {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border: 1px solid rgba(247, 147, 26, 0.20);
    border-radius: 10px;
    color: var(--accent);
    background: rgba(247, 147, 26, 0.08);
    font-size: 0.62rem;
    font-weight: 800;
}

.mike-result-item strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 0.82rem;
    line-height: 1.38;
}

.mike-result-item p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.71rem;
    line-height: 1.48;
}

.mike-value-highlight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin-top: 20px;
    padding: 23px 27px;
    border: 1px solid rgba(247, 147, 26, 0.29);
    border-radius: 20px;
    background:
    radial-gradient(circle at right center, rgba(247, 147, 26, 0.13), transparent 38%),
    rgba(255, 255, 255, 0.04);
}

.mike-value-heading span {
    display: block;
    margin-bottom: 6px;
    color: var(--accent);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.10em;
}

.mike-value-heading strong {
    color: #fff;
    font-size: 1rem;
    line-height: 1.45;
}

.mike-value-highlight > p {
    max-width: 410px;
    margin: 0;
    color: var(--text-soft);
    font-size: 0.85rem;
    line-height: 1.55;
    text-align: right;
}

/* =========================================================
 *   BLOCK 3: FEATURES
 *   ========================================================= */

.features-section {
    overflow: hidden;
    padding: 96px 0;
    background:
    radial-gradient(circle at 90% 15%, rgba(79, 124, 255, 0.09), transparent 28%),
    linear-gradient(180deg, #07111f 0%, #0a192d 100%);
    border-top: 1px solid var(--border-soft);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 22px;
}

.feature-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border);
    border-radius: 27px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018));
    box-shadow: var(--shadow-md);
    transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.feature-card:hover {
    transform: translateY(-7px);
    border-color: rgba(247, 147, 26, 0.30);
    box-shadow: 0 31px 75px rgba(0, 0, 0, 0.35);
}

.feature-card-storage {
    border-color: rgba(247, 147, 26, 0.36);
}

.feature-card::before {
    content: "";
    position: absolute;
    top: 65px;
    left: 50%;
    width: 280px;
    height: 280px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79, 124, 255, 0.13), transparent 67%);
    pointer-events: none;
}

.feature-card-storage::before {
    background: radial-gradient(circle, rgba(247, 147, 26, 0.14), transparent 67%);
}

.feature-phone {
    position: relative;
    z-index: 2;
    width: 205px;
    margin: 35px auto 0;
    border-width: 7px;
    border-radius: 42px;
}

.feature-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 29px 27px 27px;
}

.feature-number {
    position: absolute;
    top: 28px;
    right: 27px;
    color: rgba(255, 255, 255, 0.13);
    font-size: 0.80rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.feature-category {
    display: block;
    margin-bottom: 12px;
    color: var(--accent);
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.feature-content h3 {
    margin: 0 0 13px;
    color: #fff;
    font-size: clamp(1.32rem, 2vw, 1.72rem);
    line-height: 1.23;
    letter-spacing: -0.027em;
}

.feature-content > p {
    margin: 0 0 21px;
    color: var(--text-soft);
    font-size: 0.88rem;
    line-height: 1.65;
}

.feature-content ul {
    list-style: none;
    display: grid;
    gap: 10px;
    margin: auto 0 0;
    padding: 0;
}

.feature-content li {
    position: relative;
    padding-left: 22px;
    color: #e4ebf4;
    font-size: 0.81rem;
    line-height: 1.48;
}

.feature-content li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--accent);
    font-weight: 900;
}

.feature-wow-panel {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: 42px;
    margin-top: 28px;
    padding: 34px 37px;
    border: 1px solid var(--border-accent);
    border-radius: 25px;
    background:
    radial-gradient(circle at left center, rgba(247, 147, 26, 0.10), transparent 31%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02));
}

.feature-wow-heading span {
    display: block;
    margin-bottom: 10px;
    color: var(--accent);
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.10em;
}

.feature-wow-heading h3 {
    margin: 0;
    font-size: clamp(1.55rem, 2.8vw, 2.4rem);
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.feature-wow-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.feature-wow-item {
    padding: 15px 16px;
    border: 1px solid var(--border-soft);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.035);
}

.feature-wow-item strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 0.86rem;
}

.feature-wow-item span {
    display: block;
    color: var(--text-muted);
    font-size: 0.74rem;
    line-height: 1.45;
}

/* =========================================================
 *   BLOCK 4: HOW IT WORKS
 *   ========================================================= */

.how-section {
    overflow: hidden;
    padding: 96px 0;
    background:
    radial-gradient(circle at 50% 25%, rgba(247, 147, 26, 0.07), transparent 28%),
    linear-gradient(180deg, #0a192d 0%, #07111f 100%);
    border-top: 1px solid var(--border-soft);
}

.steps-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 55px minmax(0, 1fr) 55px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
}

.step-card {
    position: relative;
    min-width: 0;
    min-height: 325px;
    display: flex;
    flex-direction: column;
    padding: 29px 27px 27px;
    border: 1px solid var(--border);
    border-radius: 25px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), border-color var(--transition);
}

.step-card:hover {
    transform: translateY(-6px);
    border-color: rgba(247, 147, 26, 0.28);
}

.step-card-featured {
    border-color: rgba(247, 147, 26, 0.44);
    background:
    radial-gradient(circle at top right, rgba(247, 147, 26, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.024));
    box-shadow: var(--shadow-md), 0 0 40px rgba(247, 147, 26, 0.05);
}

.step-number {
    position: absolute;
    top: 25px;
    right: 25px;
    color: rgba(255, 255, 255, 0.14);
    font-size: 0.80rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.step-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 23px;
    border: 1px solid rgba(247, 147, 26, 0.22);
    border-radius: 17px;
    color: var(--accent);
    background: rgba(247, 147, 26, 0.09);
    font-size: 1.55rem;
    font-weight: 700;
}

.step-label {
    display: block;
    margin-bottom: 9px;
    color: var(--accent);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.step-card h3 {
    margin: 0 0 12px;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.step-card p {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.85rem;
    line-height: 1.65;
}

.step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 1.7rem;
}

/* =========================================================
 *   BLOCK 5: ABOUT / FOUNDER
 *   ========================================================= */

.about-section {
    overflow: hidden;
    padding: 96px 0;
    background:
    radial-gradient(circle at 17% 45%, rgba(247, 147, 26, 0.11), transparent 29%),
    radial-gradient(circle at 88% 70%, rgba(79, 124, 255, 0.07), transparent 26%),
    linear-gradient(180deg, #07111f 0%, #0a192d 100%);
    border-top: 1px solid var(--border-soft);
}

.about-layout {
    display: grid;
    grid-template-columns: minmax(380px, 0.84fr) minmax(0, 1.16fr);
    align-items: center;
    gap: 70px;
}

.about-visual {
    position: relative;
    min-height: 510px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-visual::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(247, 147, 26, 0.17), rgba(247, 147, 26, 0.025) 62%, transparent 72%);
}

.about-logo-card {
    position: relative;
    z-index: 2;
    width: min(100%, 390px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 42px 34px;
    border: 1px solid var(--border-accent);
    border-radius: 30px;
    background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.09), transparent 32%),
    linear-gradient(180deg, rgba(11, 26, 46, 0.97), rgba(5, 13, 24, 0.99));
    box-shadow: var(--shadow-lg), 0 0 50px rgba(247, 147, 26, 0.06);
    text-align: center;
}

.about-logo {
    width: 96px;
    height: 96px;
    margin-bottom: 24px;
    object-fit: contain;
    border-radius: 23px;
    box-shadow: 0 19px 45px rgba(0, 0, 0, 0.35);
}

.about-logo-card > span {
    margin-bottom: 20px;
    color: var(--accent);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.about-logo-card blockquote {
    margin: 0 0 26px;
    color: #fff;
    font-family: "Sora", "Inter", sans-serif;
    font-size: clamp(1.35rem, 2.4vw, 1.95rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.035em;
}

.founder-name {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.founder-name strong {
    color: #fff;
    font-size: 0.91rem;
}

.founder-name small {
    color: var(--text-muted);
    font-size: 0.74rem;
}

.about-content {
    min-width: 0;
}

.about-content h2 {
    max-width: 700px;
}

.about-content > p {
    max-width: 730px;
    margin: 0 0 16px;
    color: var(--text-soft);
    font-size: 0.96rem;
    line-height: 1.72;
}

.about-content .about-lead {
    color: #e4ebf4;
    font-size: 1.03rem;
}

.trust-points {
    display: grid;
    gap: 13px;
    margin-top: 28px;
}

.trust-point {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 17px;
    border: 1px solid var(--border-soft);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.035);
}

.trust-point > span {
    width: 33px;
    height: 33px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--accent);
    font-size: 0.72rem;
    font-weight: 900;
}

.trust-point strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 0.89rem;
}

.trust-point small {
    display: block;
    color: var(--text-muted);
    font-size: 0.76rem;
    line-height: 1.45;
}

.text-link {
    margin-top: 25px;
}

/* =========================================================
 *   BLOCK 6: UPDATES
 *   ========================================================= */

.updates-section {
    overflow: hidden;
    padding: 96px 0;
    background:
    radial-gradient(circle at 82% 20%, rgba(247, 147, 26, 0.075), transparent 28%),
    linear-gradient(180deg, #0a192d 0%, #07111f 100%);
    border-top: 1px solid var(--border-soft);
}

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

.update-card {
    position: relative;
    min-width: 0;
    min-height: 260px;
    padding: 29px 27px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.update-card:hover {
    transform: translateY(-6px);
    border-color: rgba(247, 147, 26, 0.29);
    box-shadow: var(--shadow-md);
}

.update-number {
    position: absolute;
    top: 24px;
    right: 25px;
    color: rgba(255, 255, 255, 0.14);
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.update-status {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    margin-bottom: 31px;
    padding: 7px 10px;
    border: 1px solid rgba(247, 147, 26, 0.19);
    border-radius: 999px;
    color: var(--accent);
    background: rgba(247, 147, 26, 0.08);
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.update-card h3 {
    margin: 0 0 13px;
    font-size: clamp(1.3rem, 2.1vw, 1.75rem);
    line-height: 1.25;
    letter-spacing: -0.028em;
}

.update-card p {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.85rem;
    line-height: 1.65;
}

.updates-value {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 45px;
    margin-top: 26px;
    padding: 28px 31px;
    border: 1px solid var(--border-accent);
    border-radius: 21px;
    background:
    radial-gradient(circle at right center, rgba(247, 147, 26, 0.10), transparent 37%),
    rgba(255, 255, 255, 0.04);
}

.updates-value span {
    display: block;
    margin-bottom: 8px;
    color: var(--accent);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.10em;
}

.updates-value h3 {
    margin: 0;
    font-size: clamp(1.4rem, 2.6vw, 2.05rem);
    line-height: 1.24;
    letter-spacing: -0.03em;
}

.updates-value > p {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.88rem;
    line-height: 1.65;
}

/* =========================================================
 *   BLOCK 7: PRICING + FAQ
 *   ========================================================= */

.pricing-section {
    overflow: hidden;
    padding: 96px 0;
    background:
    radial-gradient(circle at 25% 40%, rgba(79, 124, 255, 0.075), transparent 29%),
    radial-gradient(circle at 83% 25%, rgba(247, 147, 26, 0.11), transparent 28%),
    linear-gradient(180deg, #07111f 0%, #0a192d 100%);
    border-top: 1px solid var(--border-soft);
}

.pricing-faq-layout {
    display: grid;
    grid-template-columns: minmax(380px, 0.76fr) minmax(0, 1.24fr);
    align-items: start;
    gap: 46px;
}

.pricing-card {
    position: sticky;
    top: calc(var(--header-height) + 28px);
    overflow: hidden;
    padding: 36px 33px 31px;
    border: 1px solid rgba(247, 147, 26, 0.52);
    border-radius: 30px;
    background:
    radial-gradient(circle at top right, rgba(247, 147, 26, 0.15), transparent 35%),
    linear-gradient(180deg, rgba(12, 28, 48, 0.98), rgba(5, 13, 24, 0.99));
    box-shadow: var(--shadow-lg), 0 0 60px rgba(247, 147, 26, 0.09);
}

.pricing-card::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -160px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(247, 147, 26, 0.12);
    filter: blur(26px);
    pointer-events: none;
}

.pricing-card > * {
    position: relative;
    z-index: 2;
}

.pricing-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 27px;
}

.pricing-brand img {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    object-fit: contain;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.32);
}

.pricing-brand div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pricing-brand span {
    color: var(--accent);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.pricing-brand strong {
    color: #fff;
    font-size: 0.96rem;
}

.pricing-trial {
    margin-bottom: 24px;
    padding: 20px;
    border: 1px solid rgba(247, 147, 26, 0.22);
    border-radius: 18px;
    background: rgba(247, 147, 26, 0.08);
    text-align: center;
}

.pricing-trial > span {
    display: block;
    margin-bottom: 7px;
    color: var(--accent);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.10em;
}

.pricing-trial strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-family: "Sora", "Inter", sans-serif;
    font-size: clamp(1.9rem, 3vw, 2.55rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.pricing-trial small {
    color: var(--text-soft);
    font-size: 0.77rem;
}

.pricing-price {
    margin-bottom: 25px;
    text-align: center;
}

.pricing-price > span {
    display: block;
    margin-bottom: 7px;
    color: var(--text-muted);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.10em;
}

.pricing-price > div {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 11px;
}

.pricing-price strong {
    color: #fff;
    font-family: "Sora", "Inter", sans-serif;
    font-size: clamp(4.2rem, 6vw, 5.5rem);
    line-height: 0.85;
    letter-spacing: -0.07em;
}

.pricing-price small {
    padding-bottom: 6px;
    color: var(--text-soft);
    font-size: 0.77rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
}

.pricing-list {
    list-style: none;
    display: grid;
    gap: 12px;
    margin: 0 0 27px;
    padding: 24px 0 0;
    border-top: 1px solid var(--border);
}

.pricing-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #e9eff7;
    font-size: 0.84rem;
    line-height: 1.47;
}

.pricing-list li > span {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--accent);
    font-size: 0.63rem;
    font-weight: 900;
}

.pricing-button {
    width: 100%;
}

.pricing-notes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px 17px;
    margin-top: 17px;
    color: var(--text-muted);
    font-size: 0.70rem;
}

.faq-column {
    min-width: 0;
}

.faq-heading {
    margin-bottom: 24px;
}

.faq-heading > span {
    display: block;
    margin-bottom: 10px;
    color: var(--accent);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.10em;
}

.faq-heading h3 {
    max-width: 650px;
    margin: 0;
    font-size: clamp(1.75rem, 3vw, 2.6rem);
    line-height: 1.16;
    letter-spacing: -0.037em;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 17px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    transition: border-color var(--transition), background var(--transition);
}

.faq-item[open] {
    border-color: rgba(247, 147, 26, 0.30);
    background:
    radial-gradient(circle at top right, rgba(247, 147, 26, 0.07), transparent 35%),
    rgba(255, 255, 255, 0.04);
}

.faq-item summary {
    position: relative;
    min-height: 66px;
    display: flex;
    align-items: center;
    padding: 18px 55px 18px 20px;
    color: #fff;
    font-size: 0.91rem;
    font-weight: 700;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

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

.faq-item summary::before,
.faq-item summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 2px;
    border-radius: 999px;
    background: var(--accent);
    transform: translateY(-50%);
    transition: transform 0.22s ease;
}

.faq-item summary::after {
    transform: translateY(-50%) rotate(90deg);
}

.faq-item[open] summary::after {
    transform: translateY(-50%) rotate(0deg);
}

.faq-item p {
    margin: 0;
    padding: 0 20px 20px;
    color: var(--text-soft);
    font-size: 0.82rem;
    line-height: 1.65;
}

.faq-item p a {
    color: var(--accent);
    font-weight: 700;
}

/* =========================================================
 *   BLOCK 8: FINAL CTA + FOOTER
 *   ========================================================= */

.final-section {
    overflow: hidden;
    background:
    radial-gradient(circle at 50% 20%, rgba(247, 147, 26, 0.14), transparent 31%),
    radial-gradient(circle at 82% 30%, rgba(79, 124, 255, 0.09), transparent 25%),
    linear-gradient(180deg, #0a192d 0%, #050b14 100%);
    border-top: 1px solid var(--border-soft);
}

.final-cta {
    padding-top: 94px;
    padding-bottom: 86px;
}

.final-content {
    max-width: 850px;
    margin-inline: auto;
    text-align: center;
}

.final-logo {
    width: 88px;
    height: 88px;
    margin: 0 auto 25px;
    object-fit: contain;
    border-radius: 21px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38), 0 0 40px rgba(247, 147, 26, 0.08);
}

.final-content .section-eyebrow {
    justify-content: center;
}

.final-content h2 {
    margin-inline: auto;
}

.final-content > p {
    max-width: 720px;
    margin: 0 auto 29px;
    color: var(--text-soft);
    font-size: 1.03rem;
    line-height: 1.72;
}

.final-actions {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.final-app-store-button {
    min-width: 245px;
}

.final-trial {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 8px;
}

.final-trial strong {
    color: #fff;
    font-size: 0.90rem;
}

.final-trial span,
.final-platform {
    color: var(--text-muted);
    font-size: 0.80rem;
}

.final-platform {
    font-size: 0.71rem;
}

.site-footer {
    border-top: 1px solid var(--border-soft);
    background: rgba(2, 7, 13, 0.62);
}

.footer-layout {
    display: grid;
    grid-template-columns: minmax(230px, 1fr) auto minmax(210px, 0.7fr);
    align-items: center;
    gap: 35px;
    padding-top: 34px;
    padding-bottom: 31px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-brand img {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    object-fit: contain;
    border-radius: 12px;
}

.footer-brand div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.footer-brand strong {
    color: #fff;
    font-size: 0.91rem;
}

.footer-brand span {
    color: var(--text-muted);
    font-size: 0.70rem;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.footer-links a {
    color: var(--text-muted);
    font-size: 0.74rem;
    font-weight: 600;
    transition: color var(--transition);
}

.footer-links a:hover {
    color: var(--accent);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.footer-contact a {
    color: #fff;
    font-size: 0.77rem;
    font-weight: 700;
}

.footer-contact a:hover {
    color: var(--accent);
}

.footer-contact span {
    color: var(--text-muted);
    font-size: 0.68rem;
}

.footer-bottom {
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid var(--border-soft);
}

.footer-bottom p {
    margin: 0;
    color: #69778a;
    font-size: 0.65rem;
    line-height: 1.5;
}

/* =========================================================
 *   RESPONSIVE: TABLET
 *   ========================================================= */

@media (max-width: 1080px) {
    :root {
        --header-height: 76px;
    }

    .main-nav,
    .header-cta {
        display: none;
    }

    .mobile-menu-button {
        display: block;
    }

    .site-header.nav-open .main-nav {
        position: absolute;
        top: calc(100% + 1px);
        right: 0;
        left: 0;
        display: grid;
        gap: 0;
        padding: 10px 20px 18px;
        border-bottom: 1px solid var(--border);
        background: rgba(5, 11, 20, 0.98);
        box-shadow: 0 24px 50px rgba(0, 0, 0, 0.32);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .site-header.nav-open .main-nav a {
        padding: 13px 0;
        border-bottom: 1px solid var(--border-soft);
    }

    .site-header.nav-open .main-nav a:last-child {
        border-bottom: 0;
    }

    .hero-section {
        min-height: auto;
        padding: 58px 0 80px;
    }

    .hero-layout {
        grid-template-columns: 1fr;
        gap: 47px;
    }

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

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

    .hero-visual-background {
        right: 5%;
        left: 5%;
    }

    .hero-phone-front {
        right: 15%;
    }

    .hero-phone-back {
        left: 17%;
    }

    .hero-floating-card-top {
        left: 8%;
    }

    .hero-floating-card-bottom {
        right: 8%;
    }

    .mike-story-card {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
    }

    .mike-story-copy {
        padding: 43px 36px;
    }

    .mike-pain-grid {
        grid-template-columns: 1fr;
    }

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

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

    .feature-card {
        display: grid;
        grid-template-columns: minmax(285px, 0.75fr) minmax(0, 1.25fr);
        align-items: center;
    }

    .feature-card::before {
        top: 50%;
        left: 17%;
        transform: translate(-50%, -50%);
    }

    .feature-phone {
        margin: 33px auto;
    }

    .feature-content {
        padding: 38px 36px;
    }

    .about-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .about-visual {
        min-height: 490px;
    }

    .about-content {
        max-width: 830px;
    }

    .pricing-faq-layout {
        grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1.15fr);
        gap: 30px;
    }

    .footer-layout {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 23px;
        text-align: center;
    }

    .footer-contact {
        align-items: center;
    }
}

/* =========================================================
 *   RESPONSIVE: SMALL TABLET
 *   ========================================================= */

@media (max-width: 820px) {
    .mike-story-card {
        grid-template-columns: 1fr;
    }

    .mike-story-copy {
        padding: 43px 34px;
    }

    .mike-story-visual {
        min-height: 590px;
    }

    .mike-story-image {
        object-position: 57% center;
    }

    .mike-story-image-shade {
        background: linear-gradient(180deg, rgba(7, 17, 31, 0.05) 45%, rgba(7, 17, 31, 0.55) 100%);
    }

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

    .mike-value-highlight {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .mike-value-highlight > p {
        max-width: none;
        text-align: left;
    }

    .feature-wow-panel {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .step-arrow {
        min-height: 35px;
        transform: rotate(90deg);
    }

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

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

    .update-card {
        min-height: auto;
    }

    .updates-value {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .pricing-faq-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .pricing-card {
        position: relative;
        top: auto;
        width: min(100%, 520px);
        margin-inline: auto;
    }

    .faq-column {
        width: min(100%, 760px);
        margin-inline: auto;
    }
}

/* =========================================================
 *   RESPONSIVE: MOBILE
 *   ========================================================= */

@media (max-width: 640px) {
    :root {
        --header-height: 72px;
    }

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

    .section-heading {
        margin-bottom: 39px;
        text-align: left;
    }

    .section-heading h2,
    .about-content h2,
    .final-content h2 {
        font-size: clamp(2.05rem, 10vw, 3rem);
    }

    .section-heading p {
        font-size: 0.95rem;
    }

    .brand-logo {
        width: 43px;
        height: 43px;
    }

    .brand-copy strong {
        font-size: 0.91rem;
    }

    .brand-copy small {
        font-size: 0.63rem;
    }

    .mobile-menu-button {
        width: 44px;
        height: 44px;
    }

    .hero-section {
        padding: 41px 0 64px;
    }

    .hero-layout {
        gap: 37px;
    }

    .hero-content h1 {
        font-size: clamp(2.65rem, 13vw, 3.65rem);
        line-height: 1.01;
    }

    .hero-description {
        font-size: 0.96rem;
    }

    .hero-benefits li {
        font-size: 0.88rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .app-store-button,
    .secondary-button {
        width: 100%;
    }

    .hero-trial {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

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

    .hero-visual-background {
        top: 30px;
        right: 0;
        bottom: 10px;
        left: 0;
        border-radius: 25px;
    }

    .hero-phone-front {
        top: 20px;
        right: 2%;
        width: 230px;
    }

    .hero-phone-back {
        bottom: 32px;
        left: 2%;
        width: 145px;
    }

    .hero-phone,
    .feature-phone {
        border-width: 6px;
        border-radius: 37px;
    }

    .hero-phone::before,
    .feature-phone::before {
        top: 7px;
        height: 18px;
    }

    .hero-floating-card {
        min-width: 0;
        width: 200px;
        padding: 12px;
    }

    .hero-floating-card-top {
        top: 1px;
        left: 0;
    }

    .hero-floating-card-bottom {
        right: 0;
        bottom: 10px;
    }

    .hero-floating-card strong {
        font-size: 0.75rem;
    }

    .hero-floating-card small {
        font-size: 0.64rem;
    }

    .floating-check {
        width: 30px;
        height: 30px;
    }

    .mike-story-section,
    .features-section,
    .how-section,
    .about-section,
    .updates-section,
    .pricing-section {
        padding: 72px 0;
    }

    .mike-story-card {
        border-radius: 24px;
    }

    .mike-story-copy {
        padding: 31px 21px;
    }

    .mike-story-copy h2 {
        font-size: clamp(2.05rem, 10vw, 2.9rem);
    }

    .mike-story-lead {
        font-size: 0.89rem;
    }

    .mike-pain-grid {
        grid-template-columns: 1fr;
    }

    .mike-pain-item {
        padding: 14px;
    }

    .mike-story-visual {
        min-height: 500px;
    }

    .mike-story-image {
        object-position: 58% center;
    }

    .mike-identity-card {
        top: 17px;
        right: 15px;
    }

    .mike-phone-card {
        right: 15px;
        bottom: 16px;
        left: 15px;
        max-width: none;
    }

    .mike-result-strip {
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .mike-result-item {
        padding: 18px;
    }

    .mike-value-highlight {
        padding: 21px;
    }

    .features-grid {
        gap: 17px;
    }

    .feature-card {
        display: flex;
    }

    .feature-card::before {
        top: 180px;
        left: 50%;
        transform: translateX(-50%);
    }

    .feature-phone {
        position: relative;
        width: 190px;
        margin: 30px auto 0;
    }

    .feature-content {
        padding: 26px 21px 23px;
    }

    .feature-content h3 {
        font-size: 1.35rem;
    }

    .feature-wow-panel {
        margin-top: 19px;
        padding: 25px 20px;
        border-radius: 21px;
    }

    .feature-wow-items {
        grid-template-columns: 1fr;
    }

    .step-card {
        padding: 25px 21px;
        border-radius: 21px;
    }

    .about-layout {
        gap: 27px;
    }

    .about-visual {
        min-height: 440px;
    }

    .about-visual::before {
        width: 320px;
        height: 320px;
    }

    .about-logo-card {
        padding: 34px 22px;
        border-radius: 24px;
    }

    .about-logo {
        width: 82px;
        height: 82px;
    }

    .about-logo-card blockquote {
        font-size: 1.42rem;
    }

    .about-content .section-eyebrow {
        align-items: flex-start;
    }

    .trust-point {
        align-items: flex-start;
        padding: 14px;
    }

    .updates-grid {
        gap: 14px;
    }

    .update-card {
        padding: 25px 21px;
        border-radius: 21px;
    }

    .updates-value {
        padding: 24px 21px;
        border-radius: 20px;
    }

    .pricing-card {
        padding: 28px 20px 25px;
        border-radius: 24px;
    }

    .pricing-brand img {
        width: 52px;
        height: 52px;
    }

    .pricing-price strong {
        font-size: 4.5rem;
    }

    .pricing-notes {
        flex-direction: column;
        align-items: center;
    }

    .faq-heading h3 {
        font-size: 1.85rem;
    }

    .faq-item summary {
        min-height: 62px;
        padding: 16px 50px 16px 17px;
        font-size: 0.85rem;
    }

    .faq-item p {
        padding: 0 17px 17px;
        font-size: 0.78rem;
    }

    .final-cta {
        padding-top: 72px;
        padding-bottom: 66px;
    }

    .final-content {
        text-align: left;
    }

    .final-logo {
        margin-left: 0;
    }

    .final-content .section-eyebrow {
        justify-content: flex-start;
    }

    .final-content > p {
        font-size: 0.95rem;
    }

    .final-actions {
        justify-content: stretch;
    }

    .final-app-store-button {
        width: 100%;
    }

    .final-trial {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .footer-layout {
        justify-items: start;
        text-align: left;
    }

    .footer-links {
        justify-content: flex-start;
    }

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

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }
}

/* VERY SMALL PHONES */

@media (max-width: 390px) {
    .brand-copy small {
        display: none;
    }

    .hero-content h1 {
        font-size: 2.55rem;
    }

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

    .hero-phone-front {
        width: 205px;
    }

    .hero-phone-back {
        width: 128px;
    }

    .hero-floating-card {
        width: 180px;
    }

    .hero-floating-card-bottom {
        bottom: 0;
    }

    .app-store-button {
        padding-inline: 15px;
    }

    .app-store-copy strong {
        font-size: 1.03rem;
    }

    .mike-story-visual {
        min-height: 450px;
    }

    .mike-identity-card {
        padding: 11px 12px;
    }

    .mike-identity-card > span {
        width: 36px;
        height: 36px;
    }

    .mike-phone-card {
        padding: 12px;
    }

    .feature-phone {
        width: 175px;
    }

    .pricing-price strong {
        font-size: 4rem;
    }
}

/* REDUCED MOTION */

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

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

/* =========================================================
 *   FINAL OVERRIDE: ORANGE APP STORE BUTTONS
 *   Keeps the existing premium layout and matches the header CTA.
 *   ========================================================= */

.app-store-button,
.pricing-button,
.final-app-store-button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #ffffff !important;
    border: 1px solid rgba(255, 222, 173, 0.88) !important;
    background:
    linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.20) 0%,
                    rgba(255, 255, 255, 0.05) 34%,
                    rgba(255, 255, 255, 0) 58%
    ),
    linear-gradient(
        135deg,
        var(--accent-light) 0%,
                    var(--accent) 48%,
                    var(--accent-dark) 100%
    ) !important;
    box-shadow:
    0 17px 38px rgba(217, 105, 0, 0.34),
    0 7px 17px rgba(0, 0, 0, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -1px 0 rgba(122, 46, 0, 0.25) !important;
}

.app-store-button::before,
.pricing-button::before,
.final-app-store-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -85%;
    left: -22%;
    width: 52%;
    height: 270%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.42) 50%,
                                transparent 100%
    );
    transform: rotate(18deg) translateX(-175%);
    transition: transform 0.7s ease;
    pointer-events: none;
}

.app-store-button:hover,
.pricing-button:hover,
.final-app-store-button:hover {
    border-color: rgba(255, 239, 214, 1) !important;
    background:
    linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.26) 0%,
                    rgba(255, 255, 255, 0.07) 36%,
                    rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(
        135deg,
        #ffb448 0%,
        var(--accent-light) 35%,
                    var(--accent) 72%,
                    #de7000 100%
    ) !important;
    box-shadow:
    0 23px 50px rgba(217, 105, 0, 0.44),
    0 10px 22px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -1px 0 rgba(122, 46, 0, 0.20) !important;
    filter: none !important;
}

.app-store-button:hover::before,
.pricing-button:hover::before,
.final-app-store-button:hover::before {
    transform: rotate(18deg) translateX(420%);
}

.app-store-mark {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.36) !important;
    background:
    linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.22),
                    rgba(255, 255, 255, 0.08)
    ) !important;
    box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 7px 16px rgba(124, 48, 0, 0.20) !important;
}

.app-store-mark svg {
    fill: #ffffff !important;
    color: #ffffff !important;
}

.app-store-copy small {
    color: rgba(255, 255, 255, 0.88) !important;
}

.app-store-copy strong {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(95, 31, 0, 0.22);
}

.app-store-arrow {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.34) !important;
    background: rgba(255, 255, 255, 0.13) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

.app-store-button:hover .app-store-arrow {
    background: rgba(255, 255, 255, 0.22) !important;
}
