/* ============================================
   Kontiq Landing — Light theme, indigo/violet brand
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --white: #FFFFFF;
    --bg: #FAFAFA;
    --surface: #EEF1F6;
    --text: #1C2D4F;
    --text-mid: #4B5975;
    --text-dim: #94A3B8;
    --indigo: #6366F1;
    --indigo-dark: #4338CA;
    --violet: #8B5CF6;
    --violet-dark: #5e27b9;
    --sky: #0EA5E9;
    --teal: #0D9488;
    --purple-soft: #8063dd;
    --rule: rgba(28, 45, 79, 0.08);
    --rule-strong: rgba(28, 45, 79, 0.14);
    --heading: 'Outfit', -apple-system, sans-serif;
    --sans: 'Inter', -apple-system, sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; scroll-padding-top: 70px; }

body {
    font-family: var(--sans);
    background: var(--white);
    color: var(--text);
    overflow-x: hidden;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

::selection { background: var(--indigo); color: white; }
img { max-width: 100%; height: auto; }

/* ---- Orbs (decorative background blobs) ---- */
.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.4;
}

.orb-indigo { background: var(--indigo); }
.orb-violet { background: var(--violet); }
.orb-sky { background: var(--sky); }
.orb-teal { background: var(--teal); }

/* ---- Navbar ---- */
.navbar {
    padding: 1rem 0;
    transition: all 0.3s ease;
    background: transparent !important;
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--rule);
    padding: 0.6rem 0;
}

.navbar-collapse.show,
.navbar-collapse.collapsing {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 0 0 12px 12px;
    padding: 1rem;
    margin-top: 0.5rem;
    border: 1px solid var(--rule);
    border-top: none;
}

.navbar-brand {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text) !important;
}

.navbar-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: drop-shadow(0 2px 10px rgba(99, 102, 241, 0.35));
}

.nav-link {
    color: var(--text-mid) !important;
    font-weight: 500;
    font-size: 0.85rem;
    padding: 0.5rem 0.9rem !important;
    transition: color 0.2s;
}

.nav-link:hover { color: var(--text) !important; }

.navbar-toggler { border-color: var(--rule) !important; }
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(75,89,117,0.9)' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.btn-nav {
    background: var(--text);
    color: var(--white) !important;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.5rem 1.2rem;
    transition: background 0.2s;
    cursor: pointer;
    text-decoration: none;
}

.btn-nav:hover { background: var(--indigo); color: white !important; }

/* ---- Hero ---- */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0 60px;
    position: relative;
    overflow: hidden;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-tagline {
    font-family: var(--heading);
    font-size: clamp(3rem, 5.5vw, 4.8rem);
    line-height: 1.08;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 1.5rem;
}

.hero-tagline em {
    font-style: normal;
    background: linear-gradient(135deg, var(--indigo), var(--violet));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-body {
    font-size: 1.05rem;
    color: var(--text-mid);
    max-width: 460px;
    line-height: 1.75;
    margin-bottom: 2rem;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: var(--text);
    color: var(--white);
    padding: 0.9rem 2rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
}

.hero-cta:hover { background: var(--indigo); color: white; }
.hero-cta svg { flex-shrink: 0; }

.hero-phone {
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 580px;
}

/* ---- Phone mockup (pure CSS replicating Kontiq UI) ---- */
.phone-mock {
    width: 290px;
    aspect-ratio: 9 / 19.5;
    background: #0b1020;
    border-radius: 42px;
    padding: 10px;
    box-shadow:
        0 30px 80px -20px rgba(28, 45, 79, 0.4),
        0 0 0 2px rgba(28, 45, 79, 0.1),
        inset 0 0 0 2px rgba(255, 255, 255, 0.05);
    position: relative;
}

.phone-mock::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 24px;
    background: #0b1020;
    border-radius: 16px;
    z-index: 2;
}

.phone-mock-screen {
    width: 100%;
    height: 100%;
    background: #EEF1F6;
    border-radius: 34px;
    padding: 42px 18px 18px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.phone-mock-screen-accent {
    background: linear-gradient(160deg, #8063dd 0%, #5e27b9 100%);
    color: white;
    justify-content: space-between;
    padding: 42px 24px 30px;
}

.phone-mock-screen-dark {
    background: #0b1020;
    color: white;
    justify-content: center;
    align-items: center;
}

.phone-mock-main {
    position: relative;
    z-index: 2;
}

.phone-mock-bg {
    position: absolute;
    width: 240px;
    right: -40px;
    top: 60px;
    opacity: 0.75;
    transform: rotate(5deg);
    z-index: 1;
}

/* Phone screen elements */
.pm-status {
    font-family: var(--heading);
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--text);
    padding-left: 8px;
}

.pm-status-light { color: rgba(255, 255, 255, 0.9); }

.pm-title {
    font-family: var(--heading);
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--text);
    padding: 0 4px;
    margin-top: 4px;
}

.pm-title-sm {
    font-size: 1.2rem;
    margin-bottom: 6px;
}

.pm-chip-row {
    display: flex;
    gap: 6px;
    padding: 0 4px 2px;
}

.pm-chip {
    padding: 5px 12px;
    border-radius: 999px;
    background: white;
    border: 1px solid rgba(28, 45, 79, 0.08);
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--text-mid);
}

.pm-chip-active {
    background: var(--indigo);
    border-color: transparent;
    color: white;
}

.pm-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: white;
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(28, 45, 79, 0.04);
}

.pm-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 0.72rem;
    flex-shrink: 0;
}

.pm-card-title {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.2;
}

.pm-card-sub {
    font-size: 0.62rem;
    color: var(--text-dim);
    margin-top: 2px;
}

.pm-big-number {
    font-family: var(--heading);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    margin-top: auto;
}
.pm-big-number span { font-size: 1.6rem; opacity: 0.8; }

.pm-big-label {
    font-size: 0.7rem;
    opacity: 0.8;
    margin-top: 6px;
    letter-spacing: 0.04em;
}

.pm-pill {
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    align-self: flex-start;
}

.pm-input {
    background: white;
    border-radius: 14px;
    padding: 10px 12px;
    border: 1px solid rgba(28, 45, 79, 0.08);
}

.pm-input-filled {
    background: rgba(99, 102, 241, 0.06);
    border-color: rgba(99, 102, 241, 0.18);
    animation: filled-pulse 2.8s ease-in-out infinite;
}

@keyframes filled-pulse {
    0%, 100% { background: rgba(99, 102, 241, 0.06); }
    50% { background: rgba(99, 102, 241, 0.12); }
}

.pm-input-label {
    font-size: 0.58rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-dim);
    font-weight: 600;
}

.pm-input-value {
    font-size: 0.82rem;
    color: var(--text);
    font-weight: 600;
    margin-top: 2px;
}

.pm-badge-green {
    display: inline-block;
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 0.7rem;
}

.pm-total-card {
    background: linear-gradient(135deg, var(--purple-soft), var(--violet-dark));
    border-radius: 18px;
    padding: 18px;
    color: white;
}

.pm-total-label {
    font-size: 0.68rem;
    opacity: 0.8;
    letter-spacing: 0.04em;
}

.pm-total-value {
    font-family: var(--heading);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 6px;
}
.pm-total-value span { font-size: 1.2rem; opacity: 0.75; }

.pm-total-unit {
    font-size: 0.7rem;
    opacity: 0.8;
    margin-top: 4px;
}

.pm-export-btn {
    background: var(--text);
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 12px;
    font-size: 0.82rem;
    font-weight: 600;
    margin-top: 6px;
}

.pm-export-chip {
    text-align: center;
    font-size: 0.64rem;
    color: var(--text-dim);
    padding: 6px;
    letter-spacing: 0.05em;
}

.pm-scan-indicator {
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 500;
}

.pm-scan-bracket {
    width: 180px;
    height: 240px;
    position: relative;
    background:
        linear-gradient(white, white) left top / 30px 2px no-repeat,
        linear-gradient(white, white) left top / 2px 30px no-repeat,
        linear-gradient(white, white) right top / 30px 2px no-repeat,
        linear-gradient(white, white) right top / 2px 30px no-repeat,
        linear-gradient(white, white) left bottom / 30px 2px no-repeat,
        linear-gradient(white, white) left bottom / 2px 30px no-repeat,
        linear-gradient(white, white) right bottom / 30px 2px no-repeat,
        linear-gradient(white, white) right bottom / 2px 30px no-repeat;
}

.pm-scan-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 176px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--indigo), transparent);
    box-shadow: 0 0 12px var(--indigo);
    animation: scan-line 2.4s ease-in-out infinite;
    top: 50%;
}

@keyframes scan-line {
    0%, 100% { top: 35%; opacity: 0; }
    50% { top: 65%; opacity: 1; }
}

.pm-scan-hint {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    white-space: nowrap;
}

/* ---- Ticker ---- */
.ticker {
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    padding: 1rem 0;
    overflow: hidden;
    background: var(--white);
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: marquee 40s linear infinite;
}

.ticker-track span {
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
    padding: 0 1.5rem;
    color: var(--text-mid);
}

.ticker-track span::after {
    content: '\2022';
    margin-left: 1.5rem;
    color: var(--indigo);
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .ticker-track { animation: none; }
    .pm-scan-line, .pm-input-filled { animation: none; }
}

#features { position: relative; overflow: hidden; }

/* ---- Editorial spreads ---- */
.spread {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    padding: 90px 0;
    position: relative;
}

.spread + .spread { border-top: 1px solid var(--rule); }
.spread.reverse .spread-visual { order: -1; }

.spread-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--indigo);
    margin-bottom: 0.75rem;
}

.spread-title {
    font-family: var(--heading);
    font-size: clamp(1.7rem, 2.8vw, 2.5rem);
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--text);
}

.spread-text {
    font-size: 0.95rem;
    color: var(--text-mid);
    line-height: 1.75;
    max-width: 460px;
}

.spread-visual {
    display: flex;
    justify-content: center;
    position: relative;
}

.spread-mock { width: 250px; transition: transform 0.4s ease; }
.spread-mock:hover { transform: translateY(-6px); }

/* ---- Real screenshots (have phone frame baked in) ---- */
.hero-shot {
    position: absolute;
    transition: transform 0.35s ease;
    filter: drop-shadow(0 30px 50px rgba(28, 45, 79, 0.25));
}

.hero-shot-main {
    width: 290px;
    position: relative;
    z-index: 2;
}

.hero-shot-bg {
    width: 240px;
    right: -30px;
    top: 60px;
    opacity: 0.75;
    transform: rotate(5deg);
    z-index: 1;
}

.spread-shot {
    width: 270px;
    transition: transform 0.4s ease;
    filter: drop-shadow(0 30px 50px rgba(28, 45, 79, 0.2));
}

.spread-shot:hover { transform: translateY(-6px); }

/* ---- Wireframe phone with scan animation behind ---- */
.wire-phone {
    width: 270px;
    aspect-ratio: 1520 / 3068;
    position: relative;
    transition: transform 0.4s ease;
    filter: drop-shadow(0 30px 50px rgba(28, 45, 79, 0.2));
}

.wire-phone:hover { transform: translateY(-6px); }

.wire-screen {
    position: absolute;
    inset: 0;
    background: #0b1020;
    z-index: 1;
    -webkit-mask: url('../images/screenshots/iphone17promax-screen-mask.png') center / 100% 100% no-repeat;
    mask: url('../images/screenshots/iphone17promax-screen-mask.png') center / 100% 100% no-repeat;
    -webkit-mask-mode: alpha;
    mask-mode: alpha;
}

.wire-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.wire-screen .pm-scan-indicator {
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
}

.wire-screen .pm-scan-bracket {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    aspect-ratio: 3 / 4;
    background:
        linear-gradient(white, white) left top / 30px 2px no-repeat,
        linear-gradient(white, white) left top / 2px 30px no-repeat,
        linear-gradient(white, white) right top / 30px 2px no-repeat,
        linear-gradient(white, white) right top / 2px 30px no-repeat,
        linear-gradient(white, white) left bottom / 30px 2px no-repeat,
        linear-gradient(white, white) left bottom / 2px 30px no-repeat,
        linear-gradient(white, white) right bottom / 30px 2px no-repeat,
        linear-gradient(white, white) right bottom / 2px 30px no-repeat;
    height: auto;
}

.wire-screen .pm-scan-line {
    width: 60%;
}

.wire-screen .pm-scan-hint {
    bottom: 7%;
    color: rgba(255, 255, 255, 0.75);
}

/* ---- Numbers band ---- */
.numbers-band {
    background: var(--surface);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.numbers-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.num-value {
    font-family: var(--heading);
    font-size: clamp(3rem, 5.5vw, 4.5rem);
    color: var(--text);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.num-label {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-dim);
}

/* ---- Steps ---- */
.steps-section {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.steps-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.section-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--violet);
    margin-bottom: 0.75rem;
}

.steps-header h2 {
    font-family: var(--heading);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.steps-flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    position: relative;
}

.steps-flow::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 16.66%;
    right: 16.66%;
    height: 1px;
    background: linear-gradient(90deg, var(--indigo), var(--violet), var(--sky));
    opacity: 0.3;
}

.step-item { text-align: center; padding: 0 2rem; position: relative; }

.step-dot {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--indigo), var(--violet));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.25);
}

.step-dot span {
    font-family: var(--heading);
    font-size: 1.3rem;
    color: white;
}

.step-item h3 {
    font-family: var(--heading);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.step-item p {
    font-size: 0.88rem;
    color: var(--text-mid);
    line-height: 1.65;
}

/* ---- Compliance ---- */
.anaf-section {
    padding: 90px 0;
    background: var(--surface);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.anaf-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.anaf-title {
    font-family: var(--heading);
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.anaf-title em {
    font-style: normal;
    background: linear-gradient(135deg, var(--indigo), var(--violet));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.anaf-list {
    list-style: none;
    padding: 0;
    -webkit-padding-start: 0;
    margin: 1.5rem 0 0;
    display: inline-block;
    text-align: left;
}

.anaf-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.55rem 0;
    font-size: 0.95rem;
    color: var(--text-mid);
    line-height: 1.6;
    border-bottom: 1px solid var(--rule);
}

.anaf-list li:last-child { border-bottom: none; }

.anaf-list .check-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--indigo), var(--violet));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.anaf-list .check-icon::after {
    content: '';
    width: 6px;
    height: 10px;
    border: solid var(--white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-0.5px, -0.5px);
}

/* ---- Pricing ---- */
.pricing-section { padding: 90px 0; position: relative; overflow: hidden; }

.pricing-header {
    text-align: center;
    margin-bottom: 3rem;
}

.pricing-header h2 {
    font-family: var(--heading);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    margin-bottom: 0.5rem;
}

.pricing-header p { font-size: 1rem; color: var(--text-mid); }

.pricing-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 780px;
    margin: 0 auto;
}

.p-card {
    border: 1px solid var(--rule);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    background: var(--white);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.p-card:hover {
    border-color: var(--rule-strong);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.08);
    transform: translateY(-3px);
}

.p-card.featured {
    border-color: var(--indigo);
    background: linear-gradient(180deg, rgba(99, 102, 241, 0.04) 0%, var(--white) 100%);
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.1);
}

.p-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--indigo);
    margin-bottom: 0.5rem;
}

.p-name {
    font-family: var(--heading);
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
}

.p-desc {
    font-size: 0.85rem;
    color: var(--text-dim);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.p-price {
    font-family: var(--heading);
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.p-price .curr {
    font-family: var(--sans);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-dim);
    vertical-align: super;
    margin-right: 3px;
}

.p-price .per {
    font-family: var(--sans);
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--text-dim);
}

.p-savings {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--indigo);
    margin-top: 0.4rem;
    margin-bottom: 1rem;
}

.p-features {
    list-style: none;
    padding: 1.25rem 0 0;
    margin: 0;
    border-top: 1px solid var(--rule);
    flex: 1;
}

.p-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 0;
    font-size: 0.85rem;
    color: var(--text-mid);
}

.p-features .t { color: var(--indigo); font-size: 0.7rem; font-weight: 700; }

.p-btn {
    display: block;
    width: 100%;
    padding: 0.8rem;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    margin-top: 1.5rem;
    transition: all 0.2s;
    cursor: pointer;
}

.p-btn.filled {
    background: var(--text);
    color: var(--white);
    border: none;
}

.p-btn.filled:hover { background: var(--indigo); color: white; }

.p-btn.outline {
    background: transparent;
    color: var(--text);
    border: 1px solid var(--rule-strong);
}

.p-btn.outline:hover { border-color: var(--text-mid); }

.p-note {
    text-align: center;
    font-size: 0.72rem;
    color: var(--text-dim);
    margin-top: 0.6rem;
}

.pricing-trial-note {
    text-align: center;
    margin-top: 2rem;
    padding: 1.5rem 2rem;
    border: 1px solid var(--rule);
    border-radius: 12px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    background: var(--surface);
}

.pricing-trial-note h4 {
    font-family: var(--heading);
    font-size: 1.05rem;
    margin-bottom: 0.3rem;
}

.pricing-trial-note p {
    font-size: 0.85rem;
    color: var(--text-mid);
    margin: 0;
}

/* ---- Full CTA ---- */
.full-cta {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 2rem;
    background: var(--surface);
    position: relative;
    overflow: hidden;
}

.full-cta-inner { position: relative; z-index: 1; }

.full-cta .cta-logo {
    width: 88px;
    height: 88px;
    object-fit: contain;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 20px rgba(99, 102, 241, 0.45)) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}

.full-cta h2 {
    font-family: var(--heading);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
    margin-bottom: 1rem;
}

.full-cta p {
    font-size: 1rem;
    color: var(--text-mid);
    margin-bottom: 2rem;
}

.store-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--text);
    color: var(--white);
    padding: 0.8rem 2rem;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s;
    cursor: pointer;
}

.store-btn:hover { background: var(--indigo); color: white; }
.store-btn .apple-icon { font-size: 1.8rem; line-height: 1; }
.store-btn .badge-text { text-align: left; }
.store-btn .small {
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: block;
    line-height: 1;
}
.store-btn .large {
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}

.store-btn-disabled {
    opacity: 0.85;
    cursor: not-allowed;
}
.store-btn-disabled:hover { background: var(--text); }

/* ---- Contact ---- */
.contact-section {
    padding: 70px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-section h2 {
    font-family: var(--heading);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    margin-bottom: 0.5rem;
}

.contact-section p {
    font-size: 0.95rem;
    color: var(--text-mid);
    max-width: 420px;
    margin: 0 auto 1.25rem;
}

.contact-link {
    color: var(--indigo);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    border-bottom: 1px solid var(--indigo);
    padding-bottom: 3px;
    transition: color 0.2s;
    cursor: pointer;
}

.contact-link:hover { color: var(--violet); border-color: var(--violet); }

/* ---- Footer ---- */
.site-footer {
    background: var(--white);
    padding: 40px 0 24px;
    border-top: 1px solid var(--rule);
}

.footer-brand { display: flex; align-items: center; gap: 0.5rem; color: var(--text); }
.footer-logo { width: 24px; height: 24px; object-fit: contain; filter: drop-shadow(0 2px 8px rgba(99, 102, 241, 0.3)); }

.footer-heading {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 0.75rem;
}

.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 0.4rem; }
.footer-links a { color: var(--text-mid); text-decoration: none; font-size: 0.82rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--indigo); }
.footer-divider { border-color: var(--rule); margin: 1.5rem 0 1rem; }
.text-dim { color: var(--text-mid) !important; }

/* ---- Legal pages ---- */
.legal-section {
    padding: 140px 0 80px;
    background: var(--surface);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.legal-wrap {
    max-width: 780px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 20px;
    padding: 3rem 2.5rem;
    border: 1px solid var(--rule);
    box-shadow: 0 10px 40px rgba(28, 45, 79, 0.06);
    position: relative;
    z-index: 1;
}

.legal-wrap h1 {
    font-family: var(--heading);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin-bottom: 0.25rem;
}

.legal-updated {
    font-size: 0.8rem;
    color: var(--text-dim);
    margin-bottom: 2rem;
}

.legal-wrap h2 {
    font-family: var(--heading);
    font-size: 1.2rem;
    margin: 2rem 0 0.75rem;
    color: var(--text);
}

.legal-wrap h3 {
    font-family: var(--heading);
    font-size: 1rem;
    margin: 1.25rem 0 0.5rem;
}

.legal-wrap p,
.legal-wrap li {
    font-size: 0.92rem;
    color: var(--text-mid);
    line-height: 1.75;
}

.legal-wrap p { margin-bottom: 0.8rem; }

.legal-wrap ul {
    padding-left: 1.3rem;
    margin-bottom: 1rem;
}

.legal-wrap li { margin-bottom: 0.3rem; }

.legal-wrap a { color: var(--indigo); text-decoration: none; }
.legal-wrap a:hover { text-decoration: underline; }

.legal-wrap strong { color: var(--text); }

/* ---- Reveal ---- */
.rv {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.rv.visible { opacity: 1; transform: none; }
.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }
.d3 { transition-delay: 0.3s; }
.d4 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
    .rv { opacity: 1; transform: none; transition: none; }
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .hero-inner { grid-template-columns: 1fr; text-align: center; }
    .hero-phone { justify-content: center; order: -1; margin-bottom: 2rem; min-height: 540px; }
    .phone-mock-main { width: 260px; }
    .phone-mock-bg { display: none; }
    .hero-shot-main { width: 260px; }
    .hero-shot-bg { display: none; }
    .spread-shot { width: 240px; }
    .wire-phone { width: 240px; }
    .hero-body { margin: 0 auto 2rem; }

    .spread { grid-template-columns: 1fr; gap: 2.5rem; padding: 60px 0; }
    .spread.reverse .spread-visual { order: 0; }
    .spread-visual { order: -1; }
    .spread-mock { width: 220px; }
    .spread-text { max-width: none; }

    .numbers-row { grid-template-columns: repeat(3, 1fr); }

    .steps-flow { grid-template-columns: 1fr; gap: 2rem; }
    .steps-flow::before { display: none; }

    .pricing-cols { grid-template-columns: 1fr; max-width: 400px; }
}

@media (max-width: 767px) {
    .hero { padding: 100px 0 40px; min-height: auto; }
    .numbers-row { grid-template-columns: 1fr; gap: 2rem; }
    .numbers-band { padding: 50px 0; }
    .spread { padding: 50px 0; }
    .steps-section { padding: 60px 0; }
    .pricing-section { padding: 60px 0; }
    .anaf-section { padding: 60px 0; }
    .full-cta { min-height: 50vh; padding: 60px 1.5rem; }
    .legal-wrap { padding: 2rem 1.25rem; border-radius: 14px; }
}
