:root {
    --bg: #f7f9fc;
    --surface: #ffffff;
    --surface-soft: #f1f5ff;
    --ink: #101828;
    --muted: #667085;
    --line: #e6eaf0;
    --primary: #5757ff;
    --primary-dark: #3939d7;
    --cyan: #20c7e8;
    --green: #1fbf69;
    --shadow-sm: 0 8px 30px rgba(16, 24, 40, .07);
    --shadow-lg: 0 24px 70px rgba(49, 46, 129, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: "Inter", sans-serif; line-height: 1.6; overflow-x: hidden; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
.page-glow { position: fixed; z-index: -2; pointer-events: none; border-radius: 999px; filter: blur(90px); opacity: .4; }
.page-glow-one { width: 420px; height: 420px; top: -260px; right: -100px; background: #c5c9ff; }
.page-glow-two { width: 430px; height: 430px; top: 58%; left: -280px; background: #bcecf7; opacity: .23; }

.site-header { width: min(1440px, calc(100% - 56px)); height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Space Grotesk", sans-serif; font-size: 19px; font-weight: 600; letter-spacing: -.5px; }
.brand b { color: var(--primary); }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; border-radius: 12px; background: linear-gradient(135deg, var(--primary), #7777ff); box-shadow: 0 9px 22px rgba(87, 87, 255, .25); }
.brand-mark i { font-size: 12px; margin-left: 2px; }
nav { display: flex; gap: 34px; }
nav a { color: #475467; font-size: 13px; font-weight: 600; transition: .2s; }
nav a:hover { color: var(--primary); }
.header-cta, .back-link { display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 10px; color: #344054; background: rgba(255,255,255,.8); font-size: 12px; font-weight: 700; box-shadow: 0 4px 12px rgba(16,24,40,.04); }
.header-cta i { color: var(--green); font-size: 17px; }
.back-link i { color: var(--primary); }

.hero { width: min(1440px, calc(100% - 56px)); min-height: calc(100vh - 76px); margin: 0 auto; padding: 50px 0 58px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 52px; align-items: center; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0 calc(50% - 50vw); z-index: -1; opacity: .45; background-image: linear-gradient(rgba(87,87,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(87,87,255,.055) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.eyebrow, .section-kicker { color: var(--primary); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid #dfe2ff; border-radius: 8px; background: rgba(255,255,255,.78); }
.eyebrow i { font-size: 11px; }
.hero h1 { max-width: 570px; margin: 21px 0 17px; font-family: "Space Grotesk", sans-serif; font-size: clamp(47px, 5.4vw, 76px); line-height: .98; letter-spacing: -4px; }
.hero h1 em { color: var(--primary); font-style: normal; }
.hero-copy > p { max-width: 540px; color: var(--muted); font-size: 15px; }
.hero-points { display: flex; gap: 20px; margin-top: 22px; color: #475467; font-size: 11px; font-weight: 700; }
.hero-points i { width: 17px; height: 17px; display: inline-grid; place-items: center; margin-right: 4px; color: var(--primary); background: #e8e9ff; border-radius: 50%; font-size: 8px; }
.content-stats { display: flex; margin-top: 32px; }
.content-stats div { min-width: 112px; padding: 0 24px; border-left: 1px solid var(--line); }
.content-stats div:first-child { padding-left: 0; border-left: 0; }
.content-stats strong, .content-stats span { display: block; }
.content-stats strong { font-family: "Space Grotesk", sans-serif; color: var(--ink); font-size: 25px; line-height: 1.2; letter-spacing: -.8px; }
.content-stats span { color: var(--muted); margin-top: 4px; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }

.pricing-shell { padding: 26px; border: 1px solid #e1e5eb; border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-lg); position: relative; }
.pricing-shell::before { content: ""; position: absolute; width: 58px; height: 4px; top: -2px; left: 34px; border-radius: 99px; background: linear-gradient(90deg, var(--primary), var(--cyan)); }
.pricing-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 21px; }
.pricing-head h2 { margin: 3px 0 0; font-family: "Space Grotesk", sans-serif; font-size: 26px; letter-spacing: -1px; }
.package-toggle { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 10px; background: #f2f4f7; }
.package-toggle button { border: 0; padding: 8px 14px; border-radius: 7px; color: #667085; background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.package-toggle button.active { color: #fff; background: var(--ink); box-shadow: 0 4px 10px rgba(16,24,40,.15); }
.plan-grid { display: none; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.plan-grid.active { display: grid; }
.plan-card { position: relative; min-width: 0; padding: 20px 17px 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); transition: transform .2s, border-color .2s, box-shadow .2s; }
.plan-card:hover { transform: translateY(-4px); border-color: #c7c9ff; box-shadow: var(--shadow-sm); }
.plan-card.featured { border: 2px solid var(--primary); background: linear-gradient(180deg, #f4f4ff, #fff 55%); }
.popular-label { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 3px 10px; border-radius: 99px; color: #fff; background: var(--primary); font-size: 8px; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; }
.plan-icon { width: 35px; height: 35px; display: grid; place-items: center; color: var(--primary); background: #ececff; border-radius: 10px; font-size: 13px; }
.plan-card h3 { margin: 15px 0 7px; color: #344054; font-size: 14px; }
.price { display: flex; align-items: flex-start; gap: 5px; margin-bottom: 6px; }
.price strong { font-family: "Space Grotesk", sans-serif; font-size: 32px; line-height: 1; letter-spacing: -1.3px; }
.price span { margin-top: 2px; color: var(--primary); font-size: 10px; font-weight: 800; }
.plan-card > p { margin: 0; color: var(--muted); font-size: 9px; }
.plan-card ul { padding: 12px 0; margin: 12px 0; list-style: none; border-top: 1px solid var(--line); }
.plan-card li { color: #475467; font-size: 9px; margin: 6px 0; white-space: nowrap; }
.plan-card li i { color: var(--primary); margin-right: 5px; }
.buy-button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 10px 12px; border-radius: 9px; color: #fff; background: var(--primary); font-size: 10px; font-weight: 800; transition: background .2s; }
.buy-button:hover { background: var(--primary-dark); }
.test-note { display: flex; align-items: center; gap: 9px; margin-top: 14px; padding: 11px 13px; border: 1px solid #e3e5ff; border-radius: 10px; color: var(--muted); background: #f7f7ff; font-size: 10px; }
.test-note > i, .test-note a { color: var(--primary); }
.test-note strong { color: var(--ink); }
.test-note a { margin-left: auto; font-weight: 800; }

.trust-strip { width: 100%; min-height: 106px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 max(28px, calc((100% - 1250px) / 2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.trust-strip > div { display: flex; align-items: center; justify-content: center; gap: 14px; border-left: 1px solid var(--line); }
.trust-strip > div:last-child { border-right: 1px solid var(--line); }
.trust-strip i { width: 35px; height: 35px; display: grid; place-items: center; color: var(--primary); background: #eff0ff; border-radius: 10px; font-size: 15px; }
.trust-strip span, .trust-strip strong { display: block; }
.trust-strip strong { color: #344054; font-size: 11px; }
.trust-strip span { color: var(--muted); font-size: 9px; }

.section { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 105px 0; }
.section-heading { max-width: 650px; margin: 0 auto 46px; text-align: center; }
.section-heading h2, .faq h2, .contact-card h2 { margin: 9px 0 12px; font-family: "Space Grotesk", sans-serif; font-size: clamp(32px, 4vw, 46px); line-height: 1.08; letter-spacing: -2px; }
.section-heading p, .contact-card > p { color: var(--muted); font-size: 13px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-grid article { position: relative; min-height: 250px; padding: 32px 29px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: 0 8px 30px rgba(16,24,40,.035); overflow: hidden; }
.benefit-grid article::after { content: ""; position: absolute; width: 100px; height: 100px; right: -50px; bottom: -50px; border-radius: 50%; background: #f0f1ff; }
.benefit-grid article > i { width: 41px; height: 41px; display: grid; place-items: center; color: var(--primary); background: #ececff; border-radius: 12px; font-size: 17px; }
.benefit-number { position: absolute; right: 22px; top: 17px; color: #eaecf0; font-family: "Space Grotesk", sans-serif; font-size: 56px; line-height: 1; }
.benefit-grid h3 { margin: 48px 0 9px; font-size: 16px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.steps { padding-top: 38px; }
.section-heading.compact { margin-bottom: 38px; }
.step-row { display: flex; align-items: center; justify-content: center; gap: 46px; }
.step-row div { display: flex; align-items: center; gap: 13px; }
.step-row div span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--primary); font-size: 11px; font-weight: 800; box-shadow: 0 8px 18px rgba(87,87,255,.2); }
.step-row strong { font-size: 12px; }
.step-row > i { color: #c7c9d1; font-size: 10px; }

.faq-contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: start; }
.faq h2 { max-width: 430px; }
.accordion { margin-top: 30px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; padding: 19px 0; cursor: pointer; list-style: none; font-size: 12px; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary i { color: var(--primary); transition: transform .2s; }
.accordion details[open] summary i { transform: rotate(45deg); }
.accordion p { margin: -3px 35px 19px 0; color: var(--muted); font-size: 11px; }
.contact-card { padding: 36px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); box-shadow: var(--shadow-lg); }
.contact-card h2 { font-size: 36px; }
.contact-card form { display: grid; gap: 13px; margin-top: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.contact-card label > span { display: block; margin-bottom: 6px; color: #475467; font-size: 9px; font-weight: 700; }
.contact-card input, .contact-card textarea { width: 100%; padding: 11px 12px; border: 1px solid #dfe3e9; border-radius: 9px; outline: 0; color: var(--ink); background: #fbfcfe; font-size: 11px; transition: border-color .2s, box-shadow .2s; }
.contact-card input:focus, .contact-card textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(87,87,255,.09); }
.contact-card textarea { resize: vertical; min-height: 82px; }
.contact-card .consent { display: flex; gap: 8px; align-items: flex-start; }
.contact-card .consent input { width: 14px; margin-top: 3px; accent-color: var(--primary); }
.contact-card .consent span { margin: 0; color: var(--muted); font-weight: 500; }
.contact-card .consent a { color: var(--primary); text-decoration: underline; }
.contact-card button[type="submit"] { padding: 12px; border: 0; border-radius: 10px; color: #fff; background: var(--primary); font-size: 11px; font-weight: 800; cursor: pointer; }
.contact-card button i { margin-left: 7px; }
.form-status { padding: 10px 12px; border-radius: 9px; font-size: 10px; }
.form-status.success { color: #08783a; background: #e9fbf1; border: 1px solid #b8efd0; }
.form-status.error { color: #b42318; background: #fff1f0; border: 1px solid #ffd1cc; }
.hp-field { position: absolute; left: -9999px; }

footer { padding: 48px max(28px, calc((100% - 1160px) / 2)) 24px; border-top: 1px solid var(--line); background: #0e1320; color: #fff; }
.footer-main { display: flex; align-items: center; gap: 28px; }
.footer-main p { color: #98a2b3; font-size: 11px; }
.footer-whatsapp { margin-left: auto; padding: 10px 15px; border: 1px solid #344054; border-radius: 10px; font-size: 10px; font-weight: 700; }
.footer-whatsapp i { color: #44df80; margin-right: 6px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 9px 22px; margin-top: 34px; padding: 22px 0; border-top: 1px solid #252c3a; border-bottom: 1px solid #252c3a; }
.footer-links strong { width: 100%; margin-bottom: 5px; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.footer-links a { color: #98a2b3; font-size: 9px; transition: color .2s; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; color: #667085; font-size: 9px; }
.legal-note { margin: 15px 0 0; max-width: 900px; color: #475467; font-size: 8px; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 30; display: flex; align-items: center; gap: 8px; padding: 10px 15px; border-radius: 12px; color: #fff; background: var(--green); box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: 11px; font-weight: 800; }
.floating-whatsapp i { font-size: 17px; }

/* Yasal sayfalar */
.legal-page { min-height: 100vh; background: #f7f9fc; }
.legal-layout { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 54px 0 100px; display: grid; grid-template-columns: 250px 1fr; gap: 42px; align-items: start; }
.legal-nav { position: sticky; top: 30px; display: grid; gap: 6px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.legal-nav > span { padding: 4px 10px 12px; color: #98a2b3; font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.legal-nav a { padding: 10px; border-radius: 8px; color: #667085; font-size: 11px; font-weight: 600; }
.legal-nav a:hover, .legal-nav a.active { color: var(--primary); background: #f0f0ff; }
.legal-document { padding: 46px 52px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.legal-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 13px; color: var(--primary); background: #ececff; }
.legal-document h1 { margin: 8px 0 8px; font-family: "Space Grotesk", sans-serif; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; letter-spacing: -2px; }
.legal-description { color: var(--muted); font-size: 13px; }
.legal-meta { display: flex; gap: 20px; margin: 24px 0 38px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: #98a2b3; font-size: 9px; }
.legal-document section { margin-top: 31px; }
.legal-document section h2 { margin: 0 0 8px; color: #344054; font-family: "Space Grotesk", sans-serif; font-size: 17px; letter-spacing: -.4px; }
.legal-document section p { margin: 0; color: #667085; font-size: 12px; line-height: 1.85; }
.missing-info { display: inline-block; padding: 2px 7px; border: 1px solid #f79009; border-radius: 5px; color: #b54708; background: #fff7e8; font-size: 9px; font-weight: 700; }
.legal-disclaimer { display: flex; gap: 12px; margin-top: 42px; padding: 15px; border: 1px solid #dfe2ff; border-radius: 11px; color: var(--primary); background: #f7f7ff; }
.legal-disclaimer p { margin: 0; color: #667085; font-size: 10px; }

@media (max-width: 1100px) {
    .hero { grid-template-columns: 1fr; padding-top: 62px; }
    .hero-copy { text-align: center; }
    .hero h1, .hero-copy > p { margin-left: auto; margin-right: auto; }
    .hero-points, .content-stats { justify-content: center; }
    .pricing-shell { max-width: 780px; width: 100%; margin: 0 auto; }
}
@media (max-width: 760px) {
    .site-header { width: calc(100% - 32px); height: 68px; }
    nav { display: none; }
    .header-cta span { display: none; }
    .header-cta { padding: 9px 11px; }
    .hero { width: calc(100% - 28px); min-height: auto; padding: 44px 0 52px; gap: 38px; }
    .hero h1 { font-size: 47px; letter-spacing: -2.7px; }
    .hero-copy > p { font-size: 13px; }
    .hero-points { gap: 12px; }
    .content-stats div { min-width: 0; flex: 1; padding: 0 10px; }
    .content-stats strong { font-size: 21px; }
    .pricing-shell { padding: 19px 12px 13px; border-radius: 18px; }
    .pricing-head { align-items: flex-start; gap: 14px; flex-direction: column; padding: 0 5px; }
    .package-toggle { width: 100%; }
    .package-toggle button { flex: 1; }
    .plan-grid { grid-template-columns: 1fr; gap: 12px; }
    .plan-card { padding: 17px; display: grid; grid-template-columns: 42px 1fr auto; column-gap: 9px; align-items: center; }
    .popular-label { left: auto; right: 10px; transform: none; }
    .plan-card .plan-icon { grid-row: 1 / 3; }
    .plan-card h3 { margin: 0; }
    .plan-card .price { grid-column: 3; grid-row: 1 / 3; margin: 0; }
    .price strong { font-size: 25px; }
    .plan-card > p, .plan-card ul { grid-column: 1 / -1; }
    .plan-card ul { display: flex; gap: 10px; margin-bottom: 8px; }
    .plan-card li { white-space: normal; }
    .buy-button { grid-column: 1 / -1; }
    .test-note { align-items: flex-start; flex-wrap: wrap; }
    .test-note a { width: 100%; margin: 0 0 0 24px; }
    .trust-strip { grid-template-columns: 1fr 1fr; padding: 0 18px; }
    .trust-strip > div { justify-content: flex-start; min-height: 86px; padding-left: 12px; border-bottom: 1px solid var(--line); }
    .trust-strip > div:nth-child(3) { border-left: 1px solid var(--line); }
    .section { width: calc(100% - 32px); padding: 78px 0; }
    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-grid article { min-height: 220px; }
    .step-row { flex-direction: column; align-items: flex-start; width: max-content; margin: 0 auto; gap: 18px; }
    .step-row > i { transform: rotate(90deg); margin-left: 16px; }
    .faq-contact { grid-template-columns: 1fr; gap: 65px; }
    .form-row { grid-template-columns: 1fr; }
    .contact-card { padding: 27px 20px; }
    .footer-main { flex-wrap: wrap; }
    .footer-main p { width: 100%; order: 3; }
    .footer-whatsapp { margin-left: auto; }
    .footer-bottom { gap: 12px; flex-direction: column; }
    .floating-whatsapp span { display: none; }
    .floating-whatsapp { width: 48px; height: 48px; padding: 0; justify-content: center; }
    .legal-layout { width: calc(100% - 28px); padding-top: 25px; grid-template-columns: 1fr; gap: 16px; }
    .legal-nav { position: static; display: flex; overflow-x: auto; padding: 10px; }
    .legal-nav > span { display: none; }
    .legal-nav a { flex: 0 0 auto; white-space: nowrap; }
    .legal-document { padding: 30px 22px; }
    .legal-document h1 { font-size: 35px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
