/* Tanıtım sayfası — /tanitim — marka: #1a805b */

.intro-page {
    --brand: #1a805b;
    --brand-dark: #145c42;
    --brand-deep: #0f4834;
    --brand-light: #e8f5ef;
    --brand-soft: #f4faf7;
    /* Tam genişlik: 100vw kaydırma çubuğunu da saydığı için yatay scroll üretiyordu */
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.intro-page .container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

.intro-hero {
    background: linear-gradient(152deg, var(--brand-deep) 0%, var(--brand) 42%, #22a06b 100%);
    color: #fff;
    padding: 48px 20px 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.intro-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    top: -160px;
    right: -100px;
    pointer-events: none;
}

.intro-hero .container {
    position: relative;
}

.intro-eyebrow {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 14px;
}

.intro-trial-pill {
    background: #fff;
    color: var(--brand-dark);
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.intro-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(1.75rem, 4.5vw, 2.75rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.intro-hero h1 em {
    font-style: normal;
    color: #b8f0d4;
}

.intro-hero .intro-lead {
    max-width: 680px;
    margin: 0 auto 24px;
    font-size: 1.125rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.93);
}

.intro-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
    justify-content: center;
    margin-top: 18px;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.78);
}

.intro-hero-trust span::before {
    content: "✓ ";
    color: #b8f0d4;
    font-weight: 700;
}

.intro-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.intro-hero .btn-primary {
    background: #fff;
    color: var(--brand-dark);
    border-color: #fff;
}

.intro-hero .btn-primary:hover {
    background: var(--brand-light);
    border-color: var(--brand-light);
}

.intro-hero .btn-outline {
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
    background: transparent;
}

.intro-hero .btn-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
}

.intro-strip {
    background: var(--brand-dark);
    color: #fff;
    text-align: center;
    padding: 14px 20px;
    font-size: 0.9375rem;
}

.intro-strip b {
    color: #b8f0d4;
}

.intro-toc {
    background: #fff;
    border-bottom: 1px solid #dde3df;
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 40;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.intro-toc-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    justify-content: center;
    font-size: 0.875rem;
}

.intro-toc a {
    color: var(--brand);
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
}

.intro-toc a:hover {
    text-decoration: underline;
}

.intro-section {
    padding: 48px 20px;
}

.intro-section-alt {
    background: var(--brand-soft);
}

.intro-section h2 {
    margin: 0 0 8px;
    font-size: clamp(1.375rem, 3vw, 1.75rem);
    line-height: 1.25;
}

.intro-section > .container > .intro-sub {
    margin: 0 0 28px;
    color: #50575e;
    font-size: 1.0625rem;
    max-width: 720px;
    line-height: 1.55;
}

.intro-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.intro-card {
    background: #fff;
    border: 1px solid #dde3df;
    border-radius: 12px;
    padding: 22px 24px;
    height: 100%;
}

.intro-section-alt .intro-card {
    box-shadow: 0 1px 3px rgba(26, 128, 91, 0.06);
}

.intro-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--brand-light);
    color: var(--brand);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.intro-card h3 {
    margin: 0 0 8px;
    font-size: 1.0625rem;
}

.intro-card p {
    margin: 0;
    color: #50575e;
    font-size: 0.9375rem;
    line-height: 1.55;
}

.intro-card .intro-tag {
    display: inline-block;
    margin-top: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--brand-dark);
    background: var(--brand-light);
    padding: 4px 10px;
    border-radius: 6px;
}

.intro-modul-jump {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 28px;
}

.intro-modul-jump a {
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--brand-dark);
    background: var(--brand-light);
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid transparent;
}

.intro-modul-jump a:hover {
    border-color: var(--brand);
    background: #fff;
}

.intro-modul-grup {
    margin-bottom: 36px;
    scroll-margin-top: 88px;
}

.intro-modul-grup-baslik {
    margin: 0 0 14px;
    font-size: 1.15rem;
    color: var(--brand-deep);
    padding-bottom: 8px;
    border-bottom: 2px solid var(--brand-light);
}

.intro-modul-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.intro-modul-card {
    background: #fff;
    border: 1px solid #dde3df;
    border-radius: 12px;
    padding: 18px 18px 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    scroll-margin-top: 88px;
}

.intro-section-alt .intro-modul-card {
    box-shadow: 0 1px 3px rgba(26, 128, 91, 0.06);
}

.intro-modul-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 4px;
}

.intro-modul-card-top .intro-card-icon {
    margin-bottom: 8px;
}

.intro-modul-card-top .intro-tag {
    margin-top: 4px;
    flex-shrink: 0;
}

.intro-modul-card h4 {
    margin: 0 0 8px;
    font-size: 1.05rem;
}

.intro-modul-ozet {
    margin: 0 0 8px;
    color: #374151;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.45;
}

.intro-modul-detay {
    margin: 0 0 12px;
    color: #646970;
    font-size: 0.875rem;
    line-height: 1.5;
    flex: 1;
}

.intro-modul-ozellik {
    margin: 0;
    padding: 0 0 0 1.1rem;
    color: #50575e;
    font-size: 0.8125rem;
    line-height: 1.55;
}

.intro-modul-ozellik li {
    margin-bottom: 3px;
}

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

.intro-soon {
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #92400e;
    background: #fef3c7;
    padding: 3px 8px;
    border-radius: 999px;
}

.intro-integ {
    background: #fff;
    border: 2px solid var(--brand-light);
    border-radius: 14px;
    padding: 28px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: start;
}

@media (max-width: 600px) {
    .intro-integ {
        grid-template-columns: 1fr;
    }
}

.intro-integ-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: var(--brand-light);
    color: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.intro-integ h3 {
    margin: 0 0 8px;
    font-size: 1.125rem;
    color: var(--brand-dark);
}

.intro-integ p {
    margin: 0 0 10px;
    color: #50575e;
    font-size: 0.9375rem;
    line-height: 1.55;
}

.intro-integ p:last-child {
    margin-bottom: 0;
}

.intro-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
}

@media (max-width: 768px) {
    .intro-split {
        grid-template-columns: 1fr;
    }
}

.intro-panel {
    background: #fff;
    border: 1px solid #dde3df;
    border-radius: 12px;
    padding: 24px 28px;
}

.intro-panel h3 {
    margin: 0 0 16px;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.intro-panel-icon {
    font-size: 1.5rem;
    line-height: 1;
}

.intro-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: intro-step;
}

.intro-steps li {
    position: relative;
    padding: 0 0 20px 44px;
    counter-increment: intro-step;
}

.intro-steps li:last-child {
    padding-bottom: 0;
}

.intro-steps li::before {
    content: counter(intro-step);
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 32px;
    bottom: 4px;
    width: 2px;
    background: #dde3df;
}

.intro-steps strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.9375rem;
}

.intro-steps span {
    color: #50575e;
    font-size: 0.875rem;
    line-height: 1.5;
}

.intro-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 12px;
    margin: 24px 0 0;
}

.intro-flow-item {
    background: #fff;
    border: 1px solid #dde3df;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    min-width: 100px;
}

.intro-flow-arrow {
    color: var(--brand);
    font-weight: 700;
    font-size: 1.125rem;
}

.intro-note {
    margin-top: 24px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #c8e6d4;
    border-left: 4px solid var(--brand);
    border-radius: 8px;
    font-size: 0.9375rem;
    color: #50575e;
    line-height: 1.55;
}

.intro-note strong {
    color: #1d2327;
}

.intro-paket-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.intro-paket {
    background: #fff;
    border: 1px solid #dde3df;
    border-radius: 12px;
    padding: 20px;
}

.intro-paket-featured {
    border-color: var(--brand);
    box-shadow: 0 4px 16px rgba(26, 128, 91, 0.12);
}

.intro-paket-badge {
    display: inline-block;
    background: var(--brand-light);
    color: var(--brand-dark);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.intro-paket h4 {
    margin: 0 0 4px;
    font-size: 1rem;
    color: var(--brand);
}

.intro-paket-ozet {
    margin: 0 0 10px;
    font-size: 0.875rem;
    color: #50575e;
    line-height: 1.45;
}

.intro-paket-kim {
    margin: 0 0 12px;
    font-size: 0.8125rem;
    color: #646970;
    font-style: italic;
    line-height: 1.4;
}

.intro-paket .intro-paket-meta {
    font-size: 0.8125rem;
    color: #646970;
    margin-bottom: 12px;
}

.intro-paket ul {
    margin: 0;
    padding-left: 18px;
    font-size: 0.875rem;
    color: #50575e;
    line-height: 1.6;
}

.intro-cta {
    background: linear-gradient(135deg, var(--brand-deep), var(--brand));
    color: #fff;
    text-align: center;
    padding: 48px 20px 56px;
}

.intro-cta h2 {
    margin: 0 0 12px;
    font-size: clamp(1.375rem, 3vw, 1.75rem);
    color: #fff;
}

.intro-cta p {
    margin: 0 auto 24px;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.55;
}

.intro-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.intro-cta .btn-primary {
    background: #fff;
    color: var(--brand-dark);
    border-color: #fff;
}

.intro-cta .btn-primary:hover {
    background: var(--brand-light);
}

.intro-cta .btn-outline {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    background: transparent;
}

.intro-cta .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
}

.intro-checklist {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.intro-checklist li {
    position: relative;
    padding: 6px 0 6px 28px;
    font-size: 0.9375rem;
    color: #50575e;
    line-height: 1.45;
}

.intro-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--brand);
    font-weight: 700;
}

.intro-faq-link {
    margin-top: 16px;
    font-size: 0.9375rem;
}

.intro-faq-link a {
    color: var(--brand);
    font-weight: 600;
}
