/* Marketing pages: local, system-first visual layer */

:root {
    --marketing-ink: #15231f;
    --marketing-muted: #66756f;
    --marketing-line: #dce8e1;
    --marketing-paper: #fbfcf9;
    --marketing-mint: #eaf5ee;
    --marketing-green: #0b8f68;
    --marketing-green-dark: #087052;
    --marketing-coral: #ef815d;
    --marketing-blue: #5274d9;
    --marketing-yellow: #f3b657;
    --marketing-shadow: 0 20px 50px rgba(21, 35, 31, 0.09);
    --marketing-glass: rgba(255, 255, 255, 0.58);
    --marketing-glass-strong: rgba(255, 255, 255, 0.74);
    --marketing-glass-line: rgba(255, 255, 255, 0.84);
    --marketing-glass-shadow: 0 18px 38px rgba(21, 35, 31, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.88);
    --marketing-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body.marketing-page {
    background: var(--marketing-paper);
    color: var(--marketing-ink);
    font-family: var(--marketing-font);
}

.marketing-page h1,
.marketing-page h2,
.marketing-page h3,
.marketing-page h4,
.marketing-page .brand-logo {
    color: var(--marketing-ink);
    font-family: var(--marketing-font);
    letter-spacing: -0.035em;
}

.marketing-page p,
.marketing-page li {
    letter-spacing: 0;
}

.marketing-page a:focus-visible,
.marketing-page button:focus-visible {
    outline: 3px solid rgba(82, 116, 217, 0.38);
    outline-offset: 3px;
}

.marketing-page .text-gradient {
    background: none;
    -webkit-text-fill-color: initial;
    color: var(--marketing-green);
}

.marketing-page .navbar {
    height: 76px;
    background: rgba(251, 252, 249, 0.94);
    border-bottom: 1px solid var(--marketing-line);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.marketing-page .navbar.scrolled {
    height: 68px;
    background: rgba(251, 252, 249, 0.98);
    box-shadow: 0 8px 24px rgba(21, 35, 31, 0.06);
}

.marketing-page .nav-content {
    max-width: 1280px;
}

.marketing-page .brand-logo {
    color: var(--marketing-green-dark);
    font-size: 1.15rem;
    letter-spacing: -0.025em;
}

.marketing-page .brand-logo svg rect {
    fill: var(--marketing-green);
}

.marketing-page .nav-links {
    gap: 0.2rem;
}

.marketing-page .nav-link {
    color: var(--marketing-muted);
    font-size: 0.82rem;
    padding: 0.45rem 0.65rem;
}

.marketing-page .nav-link:hover,
.marketing-page .nav-link.active {
    color: var(--marketing-green-dark);
    background: var(--marketing-mint);
}

.marketing-page .btn {
    border-radius: 8px;
    font-family: var(--marketing-font);
    font-weight: 700;
}

.marketing-page .btn-primary {
    background: var(--marketing-green);
    box-shadow: 0 8px 16px rgba(11, 143, 104, 0.18);
}

.marketing-page .btn-primary:hover {
    background: var(--marketing-green-dark);
    box-shadow: 0 12px 20px rgba(11, 143, 104, 0.24);
}

.marketing-page .btn-ghost {
    color: var(--marketing-ink);
    border: 1px solid var(--marketing-line);
}

.marketing-page .btn-ghost:hover {
    background: var(--marketing-mint);
}

.marketing-page .section {
    padding: clamp(4.75rem, 9vw, 8rem) 0;
}

.marketing-page .container {
    width: min(92%, 1240px);
    padding: 0 1rem;
}

.marketing-page .hero-section {
    min-height: auto;
    padding: 9.5rem 0 5.5rem;
    background: var(--marketing-paper);
    text-align: left;
    perspective: none;
}

.marketing-page .hero-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: var(--marketing-green);
}

.marketing-page .hero-home {
    overflow: visible;
}

.hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
}

.hero-copy {
    position: relative;
    z-index: 3;
    max-width: 660px;
}

.marketing-page .hero-badge,
.marketing-page .badge,
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.38rem 0.7rem;
    border-radius: 6px;
    background: var(--marketing-mint);
    color: var(--marketing-green-dark);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.075em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    box-shadow: none;
    border: 1px solid #d4e9dc;
}

.marketing-page .hero-badge::before {
    display: none;
}

.marketing-page .pulse-dot {
    width: 7px;
    height: 7px;
    background: var(--marketing-coral);
    box-shadow: none;
    animation: none;
}

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

.marketing-page .hero-content h1,
.hero-copy h1 {
    max-width: 720px;
    font-size: clamp(2.75rem, 5.7vw, 5.4rem);
    line-height: 0.98;
    letter-spacing: -0.065em;
    margin-bottom: 1.5rem;
}

.marketing-page .hero-sub,
.hero-copy .hero-sub {
    max-width: 610px;
    margin: 0 0 2rem;
    color: var(--marketing-muted);
    font-size: clamp(1.05rem, 1.8vw, 1.24rem);
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.hero-support {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
    color: var(--marketing-muted);
    font-size: 0.88rem;
}

.hero-support span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.hero-support span::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--marketing-coral);
}

.product-preview {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    border: 1px solid #d8e6dd;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: var(--marketing-shadow);
}

.product-preview::after {
    display: none;
}

.preview-chrome {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #edf2ee;
    background: #f8faf8;
    color: var(--marketing-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.preview-dots {
    display: flex;
    gap: 0.32rem;
}

.preview-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c9d8cf;
}

.preview-dots span:first-child {
    background: var(--marketing-coral);
}

.preview-body {
    padding: clamp(1.2rem, 3vw, 2rem);
}

.preview-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.preview-heading span,
.preview-label,
.preview-meta {
    color: var(--marketing-muted);
    font-size: 0.75rem;
}

.preview-heading h3 {
    margin-top: 0.25rem;
    font-size: 1.35rem;
}

.preview-date {
    padding: 0.4rem 0.6rem;
    border: 1px solid var(--marketing-line);
    border-radius: 6px;
    color: var(--marketing-green-dark);
    font-size: 0.72rem;
    font-weight: 800;
    white-space: nowrap;
}

.preview-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 0.8rem;
}

.preview-panel {
    min-width: 0;
    padding: 1rem;
    border: 1px solid #e4eee8;
    border-radius: 8px;
    background: #ffffff;
}

.preview-panel-wide {
    grid-column: 1 / -1;
}

.preview-panel-heading {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.8rem;
}

.preview-panel-heading strong {
    color: var(--marketing-green-dark);
    font-size: 1.1rem;
}

.preview-track {
    height: 9px;
    overflow: hidden;
    border-radius: 5px;
    background: #e6efe9;
}

.preview-track span {
    display: block;
    width: 78%;
    height: 100%;
    border-radius: inherit;
    background: var(--marketing-green);
}

.preview-meta {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.preview-score {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    margin-bottom: 0.45rem;
}

.preview-score strong {
    font-size: 2.2rem;
    letter-spacing: -0.06em;
}

.preview-score span {
    color: var(--marketing-green);
    font-size: 0.78rem;
    font-weight: 800;
}

.preview-bars {
    display: flex;
    align-items: end;
    gap: 0.35rem;
    height: 70px;
    padding-top: 0.5rem;
}

.preview-bars i {
    display: block;
    flex: 1;
    min-width: 7px;
    height: var(--bar-height, 60%);
    border-radius: 3px 3px 0 0;
    background: var(--marketing-blue);
}

.preview-bars i:nth-child(3n) {
    background: var(--marketing-green);
}

.preview-bars i:nth-child(2n) {
    background: var(--marketing-yellow);
}

.preview-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.76rem;
}

.preview-table th,
.preview-table td {
    padding: 0.55rem 0.2rem;
    border-bottom: 1px solid #edf2ee;
    text-align: left;
}

.preview-table th {
    color: var(--marketing-muted);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.preview-table td:last-child,
.preview-table th:last-child {
    text-align: right;
}

.status-up {
    color: var(--marketing-green-dark);
    font-weight: 800;
}

.status-attention {
    color: #c05d3d;
    font-weight: 800;
}

.section-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: end;
    gap: 2rem;
    margin-bottom: 3rem;
}

.section-intro h2 {
    max-width: 680px;
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.65rem);
    line-height: 1.02;
}

.section-intro p {
    max-width: 620px;
    margin: 0;
    color: var(--marketing-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.section-intro.centered {
    display: block;
    text-align: center;
}

.section-intro.centered p {
    margin: 1rem auto 0;
}

.signal-section {
    padding-top: 0 !important;
    background: var(--marketing-paper);
}

.signal-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--marketing-line);
    border-radius: 8px;
    background: var(--marketing-line);
}

.signal-card {
    padding: 1.4rem 1.5rem;
    background: #ffffff;
}

.signal-card strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--marketing-green-dark);
    font-size: 1.5rem;
    letter-spacing: -0.04em;
}

.signal-card span {
    color: var(--marketing-muted);
    font-size: 0.9rem;
}

.marketing-page .what-is-section,
.marketing-page .schedule-section,
.marketing-page .calendar-section,
.marketing-page .review-section,
.marketing-page .exams-section,
.marketing-page .safe-section {
    background: #ffffff;
}

.marketing-page .scope-section,
.marketing-page .deneme-section,
.marketing-page .pricing-preview-section {
    background: var(--marketing-mint);
}

.marketing-page .analysis-section {
    background: var(--marketing-ink);
    color: #ffffff;
}

.marketing-page .analysis-section h2,
.marketing-page .analysis-section p,
.marketing-page .analysis-section .lead,
.marketing-page .analysis-section .badge {
    color: #ffffff;
}

.marketing-page .analysis-section .badge {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.16);
}

.marketing-page .analysis-section .chart-svg text,
.marketing-page .analysis-section .chart-svg line {
    stroke: rgba(255, 255, 255, 0.55);
}

.analysis-depth-section {
    background: #ffffff;
}

.analysis-depth-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: start;
}

.analysis-depth-copy h2 {
    max-width: 560px;
    margin-bottom: 1rem;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1;
}

.analysis-depth-copy p {
    max-width: 560px;
    color: var(--marketing-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.analysis-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--marketing-line);
    border-radius: 8px;
    background: var(--marketing-line);
}

.analysis-point {
    min-height: 180px;
    padding: 1.5rem;
    background: var(--marketing-paper);
}

.analysis-point-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-bottom: 1.25rem;
    border-radius: 50%;
    background: var(--marketing-green);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
}

.analysis-point h3 {
    margin-bottom: 0.45rem;
    font-size: 1.03rem;
}

.analysis-point p {
    color: var(--marketing-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.feature-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--marketing-line);
    border-radius: 8px;
    background: var(--marketing-line);
}

.detail-card {
    min-height: 250px;
    padding: 1.6rem;
    background: #ffffff;
}

.detail-card:nth-child(2n) {
    background: #f8fbf8;
}

.detail-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 1.25rem;
    border-radius: 8px;
    background: var(--marketing-mint);
    color: var(--marketing-green-dark);
}

.detail-card:nth-child(3n) .detail-icon {
    background: #fff0eb;
    color: #c05d3d;
}

.detail-card h3 {
    margin-bottom: 0.6rem;
    font-size: 1.12rem;
}

.detail-card p {
    color: var(--marketing-muted);
    font-size: 0.93rem;
    line-height: 1.65;
}

.marketing-page .glass-card,
.marketing-page .info-card {
    border: 1px solid var(--marketing-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: none;
}

.marketing-page .user-card {
    padding: 1.8rem;
    align-items: flex-start;
    text-align: left;
}

.marketing-page .user-card:hover,
.marketing-page .step-card:hover {
    transform: translateY(-4px);
    border-color: #b9d7c3;
    box-shadow: 0 12px 28px rgba(21, 35, 31, 0.08);
}

.marketing-page .user-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 1.15rem;
    border-radius: 8px;
    background: var(--marketing-mint);
    color: var(--marketing-green-dark);
}

.marketing-page .user-card h3 {
    margin-bottom: 0.55rem;
}

.marketing-page .user-card p,
.marketing-page .step-card p {
    color: var(--marketing-muted);
}

.marketing-page .step-card {
    border-radius: 8px;
    background: #ffffff;
    box-shadow: none;
}

.marketing-page .step-card.highlight {
    background: var(--marketing-green-dark);
    border-color: var(--marketing-green-dark);
    color: #ffffff;
}

.marketing-page .step-card.highlight h3,
.marketing-page .step-card.highlight p {
    color: #ffffff;
}

.marketing-page .step-card.highlight .step-icon {
    background: #e3f3ea;
    color: var(--marketing-green-dark);
}

.marketing-page .step-card.highlight .step-icon svg {
    stroke: currentColor;
}

.marketing-page .step-icon {
    border-radius: 8px;
}

.marketing-page .exam-tag {
    border-radius: 6px;
    box-shadow: none;
    background: #ffffff;
}

.marketing-page .finale-section {
    background: var(--marketing-green);
    color: #ffffff;
}

.marketing-page .finale-section h2,
.marketing-page .finale-section .section-sub,
.marketing-page .finale-section .login-prompt {
    color: #ffffff;
}

.marketing-page .finale-section .text-gradient {
    color: #ffe0a8;
}

.marketing-page .site-footer {
    background: #ffffff;
    border-top-color: var(--marketing-line);
}

.marketing-page .mobile-menu-btn,
.marketing-page .mobile-menu-close {
    border-radius: 8px;
}

/* Product page */
.product-hero {
    padding-top: 9.5rem !important;
    padding-bottom: 5.5rem !important;
}

.product-hero .hero-copy h1 {
    max-width: 680px;
}

.product-hero .hero-copy .hero-sub {
    max-width: 650px;
}

.product-hero .product-preview {
    max-width: 560px;
    margin-left: auto;
}

.product-value-section {
    background: var(--marketing-ink);
    color: #ffffff;
}

.product-value-section h2,
.product-value-section p,
.product-value-section .eyebrow {
    color: #ffffff;
}

.product-value-section .eyebrow {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.16);
}

.value-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.75rem;
}

.value-list li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 0.8rem;
    align-items: start;
    list-style: none;
    color: rgba(255, 255, 255, 0.82);
}

.value-list li::before {
    content: "✓";
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.13);
    color: #b9f0cf;
    font-weight: 800;
}

.marketing-page .glass-section {
    background: #ffffff !important;
}

.marketing-page .features-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1px !important;
    overflow: hidden;
    border: 1px solid var(--marketing-line);
    border-radius: 8px;
    background: var(--marketing-line);
    margin-top: 2rem !important;
}

.marketing-page .features-grid .glass-card {
    min-height: 250px;
    padding: 1.6rem !important;
    border: 0;
    border-radius: 0;
}

.marketing-page .features-grid .glass-card:nth-child(2n) {
    background: #f8fbf8;
}

.marketing-page .icon-box-large {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 1.15rem;
    border-radius: 8px;
    background: var(--marketing-mint);
}

.marketing-page .features-grid .glass-card h3 {
    margin-bottom: 0.6rem;
    font-size: 1.12rem;
}

.marketing-page .features-grid .glass-card p {
    color: var(--marketing-muted);
    font-size: 0.93rem;
    line-height: 1.65;
}

/* About page */
.about-hero {
    position: relative;
    padding: 10.5rem 0 4rem;
    background: var(--marketing-ink) !important;
    color: #ffffff;
    text-align: left !important;
}

.about-hero .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
    align-items: end;
    gap: 3rem;
}

.about-hero h1,
.about-hero .hero-sub {
    color: #ffffff;
}

.about-hero h1 {
    max-width: 780px;
    margin-bottom: 1rem;
    font-size: clamp(2.8rem, 6vw, 5.6rem);
    line-height: 0.98;
}

.about-hero .text-gradient {
    color: #b9f0cf;
}

.about-hero .hero-sub {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
}

.about-hero-note {
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.about-hero-note strong {
    display: block;
    margin-bottom: 0.45rem;
    color: #ffffff;
    font-size: 2rem;
    letter-spacing: -0.05em;
}

.about-hero-note span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.86rem;
    line-height: 1.5;
}

.marketing-page .tabs-nav {
    top: 76px;
    margin-bottom: 0;
    padding: 0.65rem 0;
    background: rgba(251, 252, 249, 0.94);
    border-bottom: 1px solid var(--marketing-line);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.marketing-page .tabs-container {
    justify-content: flex-start;
    gap: 0.5rem;
}

.marketing-page .tab-link {
    border-radius: 6px;
    color: var(--marketing-muted);
    font-size: 0.84rem;
    padding: 0.45rem 0.75rem;
}

.marketing-page .tab-link:hover,
.marketing-page .tab-link.active {
    color: var(--marketing-green-dark);
    background: var(--marketing-mint);
}

.principles-section {
    background: var(--marketing-mint);
}

.principles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--marketing-line);
    border-radius: 8px;
    background: var(--marketing-line);
}

.principle {
    min-height: 220px;
    padding: 1.5rem;
    background: #ffffff;
}

.principle:nth-child(2) {
    background: #fffaf0;
}

.principle:nth-child(3) {
    background: #f4f7ff;
}

.principle-index {
    display: block;
    margin-bottom: 2.2rem;
    color: var(--marketing-coral);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.principle h3 {
    margin-bottom: 0.55rem;
    font-size: 1.12rem;
}

.principle p {
    color: var(--marketing-muted);
    font-size: 0.93rem;
    line-height: 1.65;
}

.marketing-page .info-card {
    padding: clamp(1.2rem, 3vw, 2rem);
    box-shadow: none;
}

.marketing-page .info-item {
    border-left: 3px solid var(--marketing-green);
    border-radius: 6px;
    background: var(--marketing-mint);
}

@media (max-width: 1040px) {
    .hero-shell,
    .analysis-depth-grid,
    .about-hero .container {
        grid-template-columns: 1fr;
    }

    .hero-copy,
    .product-hero .product-preview {
        max-width: 720px;
        margin-left: 0;
    }

    .about-hero-note {
        max-width: 340px;
    }

    .marketing-page .features-grid,
    .feature-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 760px) {
    .marketing-page .section {
        padding: 4.5rem 0;
    }

    .marketing-page .hero-section,
    .product-hero {
        padding: 8.5rem 0 4.25rem !important;
    }

    .marketing-page .hero-content h1,
    .hero-copy h1 {
        font-size: clamp(2.55rem, 12vw, 4rem);
    }

    .section-intro {
        display: block;
        margin-bottom: 2rem;
    }

    .section-intro h2 {
        margin-bottom: 1rem;
    }

    .signal-row,
    .analysis-points,
    .principles-grid,
    .marketing-page .features-grid,
    .feature-detail-grid {
        grid-template-columns: 1fr !important;
    }

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

    .preview-panel-wide {
        grid-column: auto;
    }

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

    .hero-support {
        display: grid;
        gap: 0.6rem;
    }

    .about-hero {
        padding: 8.5rem 0 3.5rem;
    }

    .about-hero h1 {
        font-size: clamp(2.6rem, 13vw, 4.2rem);
    }

    .marketing-page .tabs-container {
        overflow-x: auto;
        justify-content: flex-start;
        white-space: nowrap;
    }

    .marketing-page .two-col-grid {
        text-align: left;
    }
}

/* Selective glass surfaces: depth for product/UI moments, clarity for copy */
.marketing-page .product-preview,
.marketing-page .signal-row,
.marketing-page .scope-board,
.marketing-page .route-visual,
.marketing-page .calendar-visual {
    background: var(--marketing-glass);
    border-color: var(--marketing-glass-line);
    box-shadow: var(--marketing-glass-shadow);
    -webkit-backdrop-filter: blur(18px) saturate(118%);
    backdrop-filter: blur(18px) saturate(118%);
}

.marketing-page .preview-chrome {
    background: rgba(248, 250, 248, 0.54);
    border-bottom-color: rgba(216, 230, 221, 0.72);
}

.marketing-page .preview-panel,
.marketing-page .signal-card,
.marketing-page .scope-board-metrics div,
.marketing-page .review-loop-grid article,
.marketing-page .analysis-point {
    background: rgba(255, 255, 255, 0.46);
    border-color: rgba(255, 255, 255, 0.72);
}

.marketing-page .preview-panel {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.marketing-page .user-card,
.marketing-page .features-grid .glass-card,
.marketing-page .pricing-card-preview .glass-card {
    background: var(--marketing-glass);
    border-color: var(--marketing-glass-line);
    box-shadow: var(--marketing-glass-shadow);
    -webkit-backdrop-filter: blur(16px) saturate(114%);
    backdrop-filter: blur(16px) saturate(114%);
}

.marketing-page .scope-section .visual-content,
.marketing-page .usability-section .visual-content,
.marketing-page .exams-section .visual-content,
.marketing-page .deneme-section .visual-content,
.marketing-page .safe-section .visual-content,
.marketing-page .philosophy-visual {
    background: rgba(248, 251, 248, 0.62);
    border-color: rgba(255, 255, 255, 0.86);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
    -webkit-backdrop-filter: blur(12px) saturate(110%);
    backdrop-filter: blur(12px) saturate(110%);
}

.marketing-page .analysis-section .visual-content {
    padding: clamp(1rem, 3vw, 1.6rem);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

@media (max-width: 760px) {
    .marketing-page .product-preview,
    .marketing-page .scope-board,
    .marketing-page .route-visual,
    .marketing-page .calendar-visual,
    .marketing-page .user-card,
    .marketing-page .features-grid .glass-card,
    .marketing-page .pricing-card-preview .glass-card {
        -webkit-backdrop-filter: blur(12px) saturate(110%);
        backdrop-filter: blur(12px) saturate(110%);
    }
}

@media (max-width: 480px) {
    .marketing-page .container {
        width: 94%;
        padding: 0 0.65rem;
    }

    .preview-body {
        padding: 1rem;
    }

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

    .marketing-page .footer-links {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .marketing-page *,
    .marketing-page *::before,
    .marketing-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Homepage detail layer */
.marketing-page .section-header {
    max-width: 780px;
    margin: 0 auto clamp(2.5rem, 5vw, 4rem);
}

.marketing-page .section-header h2 {
    font-size: clamp(2rem, 4vw, 3.65rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
}

.marketing-page .section-header .section-sub {
    max-width: 650px;
    margin-top: 1rem;
    color: var(--marketing-muted);
    font-size: 1.04rem;
    line-height: 1.72;
}

.marketing-page .section-header .eyebrow {
    margin-bottom: 1rem;
}

.marketing-page .analysis-section .chart-svg text {
    fill: rgba(255, 255, 255, 0.76) !important;
    stroke: none !important;
}

.marketing-page .analysis-section .chart-svg line {
    stroke: rgba(255, 255, 255, 0.55) !important;
}

.marketing-page .what-is-section {
    border-top: 1px solid var(--marketing-line);
}

.marketing-page .user-card {
    position: relative;
    overflow: hidden;
}

.marketing-page .user-card::after {
    content: "";
    position: absolute;
    right: 1.4rem;
    top: 1.4rem;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(11, 143, 104, 0.16);
    border-radius: 50%;
}

.marketing-page .user-card:nth-child(2)::after {
    border-color: rgba(82, 116, 217, 0.2);
}

.marketing-page .user-card:nth-child(3)::after {
    border-color: rgba(239, 129, 93, 0.22);
}

.marketing-page .scope-section .visual-content,
.marketing-page .usability-section .visual-content,
.marketing-page .exams-section .visual-content,
.marketing-page .deneme-section .visual-content,
.marketing-page .safe-section .visual-content {
    padding: clamp(1rem, 3vw, 1.6rem);
    border: 1px solid var(--marketing-line);
    border-radius: 8px;
    background: #f8fbf8;
}

.marketing-page .philosophy-visual {
    padding: clamp(1rem, 3vw, 1.6rem);
    border: 1px solid var(--marketing-line);
    border-radius: 8px;
    background: #f8fbf8;
}

.scope-board,
.route-visual {
    width: 100%;
    border: 1px solid #d8e6dd;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(21, 35, 31, 0.07);
}

.scope-board {
    padding: clamp(1rem, 3vw, 1.5rem);
}

.scope-board-head,
.route-visual-head,
.scope-board-progress > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.scope-board-head strong,
.route-visual-head strong {
    display: block;
    margin-top: 0.25rem;
    font-size: 1.05rem;
}

.scope-board-status {
    padding: 0.35rem 0.55rem;
    border-radius: 5px;
    background: var(--marketing-mint);
    color: var(--marketing-green-dark);
    font-size: 0.7rem;
    font-weight: 800;
}

.scope-board-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin: 1.4rem 0;
    border: 1px solid var(--marketing-line);
    border-radius: 6px;
    overflow: hidden;
    background: var(--marketing-line);
}

.scope-board-metrics div {
    padding: 0.8rem;
    background: #f8fbf8;
}

.scope-board-metrics strong {
    display: block;
    color: var(--marketing-green-dark);
    font-size: 1.35rem;
    letter-spacing: -0.04em;
}

.scope-board-metrics span,
.scope-board-progress span {
    color: var(--marketing-muted);
    font-size: 0.72rem;
}

.scope-board-progress {
    padding-bottom: 1.3rem;
    border-bottom: 1px solid #edf2ee;
}

.scope-board-progress > div:first-child {
    margin-bottom: 0.55rem;
}

.scope-board-progress strong {
    color: var(--marketing-green-dark);
    font-size: 0.82rem;
}

.scope-board-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    padding: 1.1rem 0;
}

.scope-board-tags span {
    padding: 0.4rem 0.55rem;
    border: 1px solid var(--marketing-line);
    border-radius: 5px;
    color: var(--marketing-muted);
    font-size: 0.72rem;
    font-weight: 700;
}

.scope-board-tags span.is-active {
    border-color: #b9d7c3;
    background: var(--marketing-mint);
    color: var(--marketing-green-dark);
}

.scope-board-note {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 0.7rem;
    align-items: start;
    padding: 0.85rem;
    border-radius: 6px;
    background: #fffaf0;
}

.scope-board-note > span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffe3b1;
    color: #a76611;
    font-weight: 800;
}

.scope-board-note p {
    color: #805e2d;
    font-size: 0.82rem;
    line-height: 1.55;
}

.route-visual {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.route-visual-head {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #edf2ee;
}

.route-line {
    display: flex;
    align-items: center;
    gap: 0;
    height: 90px;
    padding: 0 1rem;
}

.route-line-noise,
.route-line-clear {
    display: block;
    height: 3px;
    background: var(--marketing-muted);
}

.route-line-noise {
    width: 37%;
    opacity: 0.35;
    clip-path: polygon(0 40%, 10% 0, 20% 70%, 30% 20%, 40% 85%, 50% 15%, 60% 55%, 70% 5%, 80% 75%, 90% 35%, 100% 50%, 100% 100%, 0 100%);
}

.route-line-point {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
    margin: 0 0.35rem;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: var(--marketing-green);
    box-shadow: 0 0 0 3px rgba(11, 143, 104, 0.18);
}

.route-line-clear {
    width: 63%;
    background: var(--marketing-green);
}

.route-visual-steps,
.route-visual-foot {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

.route-visual-steps span {
    color: var(--marketing-muted);
    font-size: 0.72rem;
    font-weight: 700;
}

.route-visual-steps span:nth-child(2) {
    color: var(--marketing-green-dark);
}

.route-visual-foot {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #edf2ee;
    font-size: 0.74rem;
    font-weight: 700;
}

.review-section {
    background: var(--marketing-paper) !important;
}

.review-loop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--marketing-line);
    border-radius: 8px;
    background: var(--marketing-line);
    text-align: left;
}

.review-loop-grid article {
    min-height: 150px;
    padding: 1.3rem;
    background: #ffffff;
}

.review-loop-grid article:nth-child(2) {
    background: #f8fbf8;
}

.review-loop-grid article:nth-child(3) {
    background: #fffaf0;
}

.review-loop-grid article > span {
    display: block;
    margin-bottom: 1.25rem;
    color: var(--marketing-coral);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.review-loop-grid strong {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 1.05rem;
}

.review-loop-grid p {
    color: var(--marketing-muted);
    font-size: 0.86rem;
    line-height: 1.55;
}

/* High-contrast finale */
.marketing-page .finale-section {
    background: var(--marketing-green-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.marketing-page .finale-section .finale-title,
.marketing-page .finale-section .finale-sub,
.marketing-page .finale-section .login-prompt {
    color: #ffffff;
}

.marketing-page .finale-section .finale-sub {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.08rem;
    line-height: 1.7;
}

.marketing-page .finale-section .text-gradient {
    color: #ffe0a8;
}

.marketing-page .finale-section .btn-primary {
    background: #ffffff;
    color: var(--marketing-green-dark);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.marketing-page .finale-section .btn-primary:hover {
    background: #fff3d5;
    color: var(--marketing-green-dark);
}

.marketing-page .finale-section .login-prompt a {
    color: #ffe0a8;
}

.marketing-page .finale-section .login-prompt a:hover {
    color: #ffffff;
}

@media (max-width: 760px) {
    .review-loop-grid {
        grid-template-columns: 1fr;
    }

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

    .scope-board-metrics div {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 1rem;
    }

    .route-visual-steps,
    .route-visual-foot {
        flex-direction: column;
        gap: 0.5rem;
    }

    .route-line {
        height: 66px;
    }
}

/* Homepage hero: copy first, compact product breadth immediately below */
.marketing-page .hero-home {
    padding: 10rem 0 6.5rem !important;
    background: #fbfdfb;
}

.hero-home .hero-shell {
    display: block;
}

.hero-home .hero-copy {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.hero-home .hero-copy h1 {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    font-size: 5.2rem;
    line-height: 1.02;
    letter-spacing: 0;
}

.hero-home .hero-copy .hero-sub {
    max-width: 790px;
    margin-right: auto;
    margin-left: auto;
}

.hero-home .hero-actions,
.hero-home .hero-support {
    justify-content: center;
}

.feature-showcase-section {
    padding: 6.25rem 0;
    border-top: 1px solid #dcebe2;
    border-bottom: 1px solid #dcebe2;
    background: #f0f7f3;
}

.feature-showcase-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
    gap: clamp(2rem, 6vw, 5.5rem);
    align-items: end;
    margin-bottom: 2.75rem;
}

.feature-showcase-intro h2 {
    max-width: 760px;
    margin: 0;
    font-size: 3.15rem;
    line-height: 1.08;
    letter-spacing: 0;
}

.feature-showcase-intro > p {
    max-width: 500px;
    margin: 0 0 0.35rem;
    color: var(--marketing-muted);
    font-size: 1.02rem;
    line-height: 1.7;
}

.feature-showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid #cfdfd5;
    border-radius: 8px;
    background: #cfdfd5;
}

.feature-showcase-card {
    display: flex;
    min-width: 0;
    min-height: 228px;
    flex-direction: column;
    padding: 1.4rem;
    background: rgba(255, 255, 255, 0.9);
    transition: background-color 180ms ease, box-shadow 180ms ease;
}

.feature-showcase-card:hover {
    z-index: 1;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(11, 143, 104, 0.16);
}

.feature-showcase-icon {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border-radius: 8px;
}

.feature-showcase-icon svg {
    width: 23px;
    height: 23px;
}

.feature-icon-green {
    background: #e3f3ea;
    color: #087653;
}

.feature-icon-blue {
    background: #e7eefc;
    color: #3e61bd;
}

.feature-icon-amber {
    background: #fff0cf;
    color: #9a6412;
}

.feature-icon-coral {
    background: #ffebe5;
    color: #bd5538;
}

.feature-audience {
    display: block;
    margin: 1rem 0 0.45rem;
    color: var(--marketing-green-dark);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: uppercase;
}

.feature-showcase-card h3 {
    min-height: 2.65em;
    margin: 0 0 0.55rem;
    color: var(--marketing-ink);
    font-size: 1.04rem;
    line-height: 1.32;
    letter-spacing: 0;
}

.feature-showcase-card p {
    margin: 0;
    color: var(--marketing-muted);
    font-size: 0.86rem;
    line-height: 1.6;
}

@media (max-width: 1320px) {
    .marketing-page .hero-home {
        padding: 8.75rem 0 5.25rem !important;
    }

    .hero-home .hero-copy {
        max-width: 840px;
    }

    .hero-home .hero-copy h1 {
        max-width: 820px;
        font-size: 4.4rem;
    }

    .hero-home .hero-copy .hero-sub {
        max-width: 700px;
    }
}

@media (max-width: 960px) {
    .marketing-page .hero-home {
        padding: 8.25rem 0 4.75rem !important;
    }

    .hero-home .hero-copy h1 {
        max-width: 720px;
        font-size: 3.85rem;
        line-height: 1.04;
    }

    .hero-home .hero-copy .hero-sub {
        max-width: 650px;
    }
}

@media (max-width: 1050px) {
    .feature-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature-showcase-card {
        min-height: 205px;
    }
}

@media (max-width: 760px) {
    .feature-showcase-section {
        padding: 4.5rem 0;
    }

    .feature-showcase-intro {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .feature-showcase-intro h2 {
        font-size: 2.35rem;
    }
}

@media (max-width: 560px) {
    .feature-showcase-grid {
        grid-template-columns: 1fr;
    }

    .feature-showcase-card {
        min-height: 0;
    }

    .feature-showcase-card h3 {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    .marketing-page .hero-home {
        padding: 8.25rem 0 4.5rem !important;
    }

    .hero-home .hero-copy h1 {
        font-size: 3.35rem;
        line-height: 1.04;
    }

    .hero-home .hero-support {
        justify-items: center;
    }
}

@media (max-width: 480px) {
    .hero-home .hero-copy h1 {
        font-size: 2.7rem;
    }
}

/* Marketing UX system: conversion content and narrow layouts */
.process-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 760px;
    margin: 2rem auto 0;
    padding: 0.85rem 0 0;
    border-top: 1px solid var(--marketing-line);
    color: var(--marketing-muted);
    font-size: 0.9rem;
}

.process-cta .btn {
    flex: 0 0 auto;
    min-height: 44px;
}

.product-map-section {
    background: #ffffff;
}

.product-map {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--marketing-line);
    border-radius: 8px;
    background: var(--marketing-line);
}

.product-map-item {
    min-height: 295px;
    padding: clamp(1.35rem, 3vw, 2rem);
    background: #ffffff;
}

.product-map-item:nth-child(2) {
    background: #f7fbf8;
}

.product-map-number,
.product-map-label {
    display: block;
    font-weight: 800;
}

.product-map-number {
    margin-bottom: 1.6rem;
    color: var(--marketing-coral);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
}

.product-map-label {
    margin-bottom: 0.5rem;
    color: var(--marketing-green-dark);
    font-size: 0.74rem;
    text-transform: uppercase;
}

.product-map-item h3 {
    margin-bottom: 0.55rem;
    font-size: 1.18rem;
}

.product-map-item p,
.product-map-item li {
    color: var(--marketing-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.product-map-item ul {
    display: grid;
    gap: 0.35rem;
    margin-top: 1.25rem;
    padding: 0;
    list-style: none;
}

.product-map-item li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.5rem 0.08rem 0;
    border-radius: 50%;
    background: var(--marketing-green);
}

.faq-section {
    background: var(--marketing-mint);
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(2rem, 7vw, 7rem);
    align-items: start;
}

.faq-intro h2 {
    max-width: 500px;
    margin-bottom: 1rem;
    font-size: clamp(2.2rem, 4vw, 3.85rem);
    line-height: 1.02;
}

.faq-intro p {
    max-width: 480px;
    color: var(--marketing-muted);
    font-size: 1.02rem;
    line-height: 1.7;
}

.faq-list {
    display: grid;
    gap: 0.6rem;
}

.faq-list details {
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
    -webkit-backdrop-filter: blur(12px) saturate(112%);
    backdrop-filter: blur(12px) saturate(112%);
}

.faq-list summary {
    position: relative;
    display: block;
    padding: 1rem 3rem 1rem 1rem;
    color: var(--marketing-ink);
    cursor: pointer;
    font-size: 0.98rem;
    font-weight: 800;
    list-style: none;
}

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

.faq-list summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 1rem;
    color: var(--marketing-green-dark);
    font-size: 1.25rem;
    font-weight: 500;
    transform: translateY(-50%);
}

.faq-list details[open] summary::after {
    content: "-";
}

.faq-list details p {
    padding: 0 1rem 1rem;
    color: var(--marketing-muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.marketing-page .finale-section .btn-ghost {
    border-color: rgba(255, 255, 255, 0.76);
    background: transparent;
    color: #ffffff;
}

.marketing-page .finale-section .btn-ghost:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 760px) {
    .product-map,
    .faq-layout {
        grid-template-columns: 1fr;
    }

    .preview-panel-wide {
        overflow-x: auto;
    }

    .preview-panel-wide .preview-table {
        min-width: 360px;
    }

    .process-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .process-cta .btn {
        width: 100%;
    }

    .product-map-item {
        min-height: 0;
    }

    .product-map-number {
        margin-bottom: 1rem;
    }

    .faq-intro {
        margin-bottom: 0.4rem;
    }

    .marketing-page .pricing-card-preview .glass-card {
        padding: 1.25rem !important;
        gap: 1.5rem !important;
    }

    .marketing-page .pricing-card-preview .pricing-features {
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
    }

    .marketing-page .pricing-card-preview .btn {
        width: 100%;
        min-width: 0 !important;
    }

    .marketing-page .pricing-card-preview .partners-logos {
        gap: 1.25rem !important;
    }

    .timeline {
        margin-top: 2.5rem !important;
    }

    .timeline > div:first-child,
    .timeline .timeline-step > div:empty {
        display: none;
    }

    .timeline .timeline-step {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 0.55rem;
        margin-bottom: 1rem !important;
        padding: 1rem;
        border-left: 3px solid var(--marketing-green);
        background: rgba(255, 255, 255, 0.58);
    }

    .timeline .timeline-step > div:not([style*="width: 40px"]) {
        width: 100% !important;
        text-align: left !important;
    }

    .timeline .timeline-step > div[style*="width: 40px"] {
        width: 32px !important;
        height: 32px !important;
        order: -1;
        font-size: 0.78rem;
    }
}

@media (max-width: 480px) {
    .preview-panel-wide .preview-table {
        min-width: 330px;
    }
}
