@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--soft:#f8fafc;--white:#fff;--accent:#1e293b;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(226,232,240,.9)}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:11px;font-weight:800;letter-spacing:-.02em}.brand img{width:34px;height:34px;border-radius:10px;object-fit:cover}.nav-links{display:flex;align-items:center;gap:28px;font-size:14px;color:#475569;font-weight:600}.nav-links a:hover{color:#0f172a}.nav-actions{display:flex;align-items:center;gap:10px}.btn{border:1px solid var(--line);border-radius:10px;padding:11px 17px;background:#fff;color:#334155;font-weight:700;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.18s ease}.btn:hover{background:#f8fafc;border-color:#cbd5e1}.btn-dark{background:#0f172a;color:#fff;border-color:#0f172a}.btn-dark:hover{background:#1e293b}.btn-lg{padding:14px 22px;border-radius:12px}.btn-block{width:100%}.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#e2e8f055 1px,transparent 1px),linear-gradient(90deg,#e2e8f055 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(to bottom,#000,transparent 82%)}.hero-grid{position:relative;display:grid;grid-template-columns:1.08fr .92fr;gap:72px;align-items:center;padding:96px 0 88px}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid #dbe2ea;background:#fff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;color:#475569}.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:#0f172a;box-shadow:0 0 0 4px #e2e8f0}.hero h1{font-size:clamp(42px,5.2vw,68px);line-height:1.02;letter-spacing:-.055em;margin:22px 0 22px;max-width:700px}.hero h1 span{color:#64748b}.hero-copy{font-size:18px;line-height:1.7;color:#536176;max-width:640px;margin:0}.hero-actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.hero-note{display:flex;gap:20px;flex-wrap:wrap;margin-top:24px;font-size:12px;color:#64748b}.hero-note span:before{content:"✓";color:#0f172a;font-weight:900;margin-right:7px}.api-window{position:relative;border:1px solid #cbd5e1;background:#0f172a;border-radius:20px;box-shadow:0 28px 70px rgba(15,23,42,.18);overflow:hidden}.window-bar{height:44px;border-bottom:1px solid #273449;display:flex;align-items:center;justify-content:space-between;padding:0 16px;color:#94a3b8;font-size:11px}.window-dots{display:flex;gap:6px}.window-dots i{width:7px;height:7px;border-radius:50%;background:#475569}.code{padding:24px 22px 28px;color:#cbd5e1;font:13px/1.8 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto}.code .dim{color:#64748b}.code .light{color:#fff}.code .value{color:#cbd5e1}.response{margin:0 18px 18px;padding:14px 16px;border:1px solid #334155;border-radius:12px;background:#111c2e;color:#cbd5e1;font:12px/1.65 ui-monospace,monospace}.response-head{display:flex;justify-content:space-between;color:#94a3b8;margin-bottom:8px}.response-head strong{color:#e2e8f0}.trust{border-bottom:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:22px 0}.trust-item{padding:0 24px;border-right:1px solid var(--line)}.trust-item:first-child{padding-left:0}.trust-item:last-child{border:0}.trust-item strong{display:block;font-size:18px;letter-spacing:-.03em}.trust-item span{font-size:12px;color:#64748b}.section{padding:88px 0}.section-soft{background:#f8fafc;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-head{max-width:660px;margin-bottom:42px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.kicker{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800;color:#64748b}.section h2{font-size:clamp(30px,4vw,44px);line-height:1.12;letter-spacing:-.04em;margin:10px 0 13px}.section-head p{color:#64748b;line-height:1.7;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature-card{border:1px solid var(--line);border-radius:16px;padding:24px;background:#fff;min-height:220px}.feature-no{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:#f8fafc;font-size:12px;font-weight:800}.feature-card h3{font-size:17px;margin:24px 0 9px}.feature-card p{font-size:14px;line-height:1.65;color:#64748b;margin:0}.steps{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden}.step{padding:30px;background:#fff;border-right:1px solid var(--line)}.step:last-child{border:0}.step b{font-size:11px;color:#94a3b8;letter-spacing:.12em}.step h3{margin:14px 0 8px;font-size:18px}.step p{margin:0;color:#64748b;font-size:14px;line-height:1.65}.billing{display:inline-flex;padding:4px;border:1px solid var(--line);background:#f8fafc;border-radius:11px;margin-top:22px}.billing button{border:0;background:transparent;border-radius:8px;padding:8px 14px;color:#64748b;font-weight:700;font-size:12px;cursor:pointer}.billing button.active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #cbd5e1}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:stretch}.plan{border:1px solid var(--line);border-radius:17px;padding:23px;background:#fff;display:flex;flex-direction:column;position:relative}.plan.popular{border-color:#94a3b8;box-shadow:0 16px 42px rgba(15,23,42,.09)}.popular-label{position:absolute;right:18px;top:18px;font-size:9px;font-weight:900;letter-spacing:.1em;background:#0f172a;color:white;padding:5px 8px;border-radius:999px}.plan h3{font-size:18px;margin:0}.plan-desc{color:#64748b;font-size:12px;line-height:1.55;min-height:38px}.price{min-height:53px;margin:19px 0 17px}.price strong{font-size:30px;letter-spacing:-.04em}.price span{font-size:12px;color:#64748b;margin-left:4px}.saving{height:17px;font-size:11px;color:#64748b}.plan ul{list-style:none;margin:18px 0 24px;padding:18px 0 0;border-top:1px solid var(--line);flex:1}.plan li{font-size:13px;color:#475569;margin:11px 0}.plan li:before{content:"✓";font-weight:900;color:#0f172a;margin-right:8px}.faq{max-width:820px;margin:auto}.faq details{border-bottom:1px solid var(--line);padding:20px 2px}.faq summary{cursor:pointer;list-style:none;font-weight:750;display:flex;justify-content:space-between;gap:20px}.faq summary:after{content:"+";color:#64748b}.faq details[open] summary:after{content:"−"}.faq p{color:#64748b;font-size:14px;line-height:1.7;margin:14px 40px 0 0}.cta{padding:88px 0}.cta-box{background:#0f172a;color:#fff;border-radius:22px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:36px}.cta h2{font-size:32px;letter-spacing:-.04em;margin:0 0 10px}.cta p{margin:0;color:#94a3b8}.cta .btn{white-space:nowrap}.footer{border-top:1px solid var(--line);padding:34px 0}.footer-row{display:flex;align-items:center;justify-content:space-between;gap:24px;color:#64748b;font-size:13px}.mobile-only{display:none}@media(max-width:980px){.hero-grid{grid-template-columns:1fr;gap:48px;padding:72px 0}.feature-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.api-window{max-width:650px}.trust-grid{grid-template-columns:repeat(2,1fr);gap:20px}.trust-item:nth-child(2){border:0}.steps{grid-template-columns:1fr}.step{border-right:0;border-bottom:1px solid var(--line)}}@media(max-width:720px){.container{width:min(100% - 28px,1160px)}.nav{height:64px}.nav-links,.nav-actions .btn-plain{display:none}.mobile-only{display:inline-flex}.hero-grid{padding:58px 0}.hero h1{font-size:43px}.hero-copy{font-size:16px}.hero-actions .btn{width:100%}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:0 12px}.section{padding:64px 0}.feature-grid,.pricing-grid{grid-template-columns:1fr}.cta-box{padding:32px 24px;align-items:flex-start;flex-direction:column}.footer-row{flex-direction:column;align-items:flex-start}.modal-card{padding:22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Index temasıyla ortak giriş ve üyelik sayfaları */
.auth-site,.auth-site *{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.auth-site{min-height:100vh;display:flex;flex-direction:column;background:#fff}.auth-main{display:flex;flex:1}.auth-section{position:relative;display:flex;width:100%;overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}.auth-section:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(#e2e8f055 1px,transparent 1px),linear-gradient(90deg,#e2e8f055 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(to bottom,#000,transparent 90%)}.auth-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,520px);align-items:center;gap:76px;padding:68px 0}.auth-copy{max-width:610px}.auth-copy h1{max-width:700px;margin:22px 0 22px;font-size:clamp(42px,5.2vw,68px);font-weight:800;line-height:1.02;letter-spacing:-.055em}.auth-copy h1 span{color:#64748b}.auth-copy>p{max-width:640px;margin:0;color:#536176;font-size:18px;line-height:1.7}.auth-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.auth-points span{display:inline-flex;align-items:center;padding:8px 10px;border:1px solid var(--line);border-radius:9px;color:#475569;background:rgba(255,255,255,.86);font-size:12px;font-weight:650}.auth-points i{color:#0f172a;font-size:15px}.auth-card-wrap{width:100%}.auth-card{width:100%;padding:30px;border:1px solid #cbd5e1;border-radius:18px;background:#fff;box-shadow:0 24px 65px rgba(15,23,42,.1)}.auth-card-head{margin-bottom:23px}.auth-card-head h2{margin:7px 0 6px;font-size:27px;line-height:1.15;letter-spacing:-.035em}.auth-card-head p{margin:0;color:#64748b;font-size:13px;line-height:1.55}.auth-form{display:grid;gap:15px}.auth-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:12px}.auth-field{min-width:0}.auth-field-full{grid-column:1/-1}.auth-field label,.auth-label-row span{font-size:11px;font-weight:700}.auth-field label{display:block;margin-bottom:6px;color:#334155}.auth-label-row{display:flex;align-items:center;justify-content:space-between}.auth-label-row span{margin-bottom:6px;color:#94a3b8;font-weight:500}.auth-input{position:relative}.auth-input>i{position:absolute;top:50%;left:11px;color:#94a3b8;font-size:14px;transform:translateY(-50%);pointer-events:none}.auth-input input{width:100%;height:34px;padding:0 37px 0 11px;border:1px solid #cbd5e1;border-radius:6px;outline:none!important;color:#0f172a;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.03);font-size:13px;transition:border-color .16s ease,box-shadow .16s ease}.auth-input input::placeholder{color:#94a3b8}.auth-input input:hover{border-color:#94a3b8}.auth-input input:focus{border-color:#64748b;box-shadow:0 0 0 3px rgba(100,116,139,.09)}.auth-input input.input-validation-error{border-color:#e11d48;background:#fff7f8;box-shadow:0 0 0 3px rgba(225,29,72,.07)}.auth-password-toggle{position:absolute;top:50%;right:4px;display:grid;width:27px;height:27px;padding:0;place-items:center;border:0;border-radius:5px;outline:none!important;color:#94a3b8;background:transparent;cursor:pointer;transform:translateY(-50%)}.auth-password-toggle:hover{color:#334155;background:#f1f5f9}.auth-field .field-validation-error{display:block;margin-top:5px;color:#be123c;font-size:10px;font-weight:600}.auth-submit{height:40px;margin-top:2px;border-radius:8px!important;text-decoration:none}.auth-alert{display:flex;align-items:flex-start;gap:9px;margin-bottom:17px;padding:10px 11px;border:1px solid #fecdd3;border-radius:8px;color:#9f1239;background:#fff1f2;font-size:11px;line-height:1.45}.auth-alert i{margin-top:1px;font-size:15px}.auth-alert-success{border-color:#cbd5e1;color:#334155;background:#f8fafc}.auth-switch{display:flex;flex-wrap:wrap;justify-content:center;gap:5px;margin-top:18px;color:#64748b;font-size:11px}.auth-switch a{color:#0f172a;font-weight:800}.auth-switch a:hover{text-decoration:underline}.auth-site .footer{background:#fff}.auth-section-register .auth-grid{padding-top:54px;padding-bottom:54px}.auth-section-register .auth-card{padding:27px}
@media(max-width:980px){.auth-grid{grid-template-columns:minmax(0,.85fr) minmax(380px,1.15fr);gap:40px}.auth-copy h1{font-size:43px}.auth-points{display:grid;justify-items:start}}
@media(max-width:760px){.auth-site .nav-actions .btn-plain{display:none}.auth-grid{grid-template-columns:1fr;gap:30px;padding:48px 0}.auth-copy{text-align:center;margin:auto}.auth-copy h1{font-size:39px}.auth-copy>p{font-size:15px}.auth-copy .eyebrow{margin:auto}.auth-points{display:flex;justify-content:center}.auth-card{max-width:560px;margin:auto;padding:24px}.auth-section-register .auth-grid{padding:42px 0}.auth-site .footer-row{align-items:center;text-align:center}}
@media(max-width:520px){.auth-copy h1{font-size:35px}.auth-form-grid{grid-template-columns:1fr}.auth-field-full{grid-column:auto}.auth-card{padding:22px 18px;border-radius:14px}.auth-points{display:none}.auth-grid{padding:38px 0}.auth-section-register .auth-grid{padding:34px 0}.auth-site .nav-actions .btn{padding:9px 12px;font-size:12px}}
/* E-posta doğrulama sonucu */
.verification-section{align-items:center}.verification-layout{position:relative;display:flex;justify-content:center;padding:64px 0}.verification-card{width:min(610px,100%);padding:38px;border:1px solid #cbd5e1;border-radius:20px;background:#fff;box-shadow:0 24px 65px rgba(15,23,42,.1);text-align:center}.verification-icon{display:grid;width:58px;height:58px;margin:0 auto 18px;place-items:center;border:1px solid #cbd5e1;border-radius:16px;color:#0f172a;background:#f8fafc;font-size:29px;box-shadow:0 8px 22px rgba(15,23,42,.08)}.verification-card.is-error .verification-icon{border-color:#fecdd3;color:#be123c;background:#fff1f2}.verification-badge{display:inline-flex;padding:6px 10px;border:1px solid var(--line);border-radius:999px;color:#64748b;background:#fff;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.verification-card h1{margin:15px 0 9px;font-size:34px;line-height:1.12;letter-spacing:-.04em}.verification-message{max-width:490px;margin:0 auto;color:#64748b;font-size:14px;line-height:1.7}.verification-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:26px 0 18px;text-align:left}.verification-summary>div{display:flex;align-items:center;gap:10px;padding:13px;border:1px solid var(--line);border-radius:10px;background:#f8fafc}.verification-summary i{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border:1px solid #dbe2ea;border-radius:8px;color:#334155;background:#fff;font-size:16px}.verification-summary span,.verification-summary strong,.verification-summary small{display:block}.verification-summary strong{color:#334155;font-size:12px}.verification-summary small{margin-top:2px;color:#64748b;font-size:10px;line-height:1.35}.verification-action{height:44px}.verification-guidance{display:block;margin:24px 0 16px;padding:12px;border:1px solid var(--line);border-radius:9px;color:#64748b;background:#f8fafc;font-size:12px;line-height:1.5;text-align:left}.verification-guidance i{margin-top:1px;color:#334155;font-size:16px}.verification-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.verification-note{display:flex;align-items:center;justify-content:center;gap:6px;margin:18px 0 0;color:#94a3b8;font-size:10px}.verification-note i{font-size:13px}
@media(max-width:620px){.verification-layout{padding:42px 0}.verification-card{padding:30px 20px;border-radius:16px}.verification-card h1{font-size:29px}.verification-summary{grid-template-columns:1fr}.verification-actions{grid-template-columns:1fr}.verification-note{align-items:flex-start}}
/* Floating WhatsApp sales button */
.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:60;display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;filter:drop-shadow(0 12px 24px rgba(15,23,42,.2));transition:transform .18s ease,filter .18s ease}.whatsapp-float:hover{transform:translateY(-3px);filter:drop-shadow(0 16px 28px rgba(15,23,42,.25))}.whatsapp-float__label{display:flex;flex-direction:column;align-items:flex-end;padding:9px 12px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:#0f172a}.whatsapp-float__label strong{font-size:11px;line-height:1.2}.whatsapp-float__label small{margin-top:3px;color:#cbd5e1;font-size:9.5px}.whatsapp-float__icon{display:grid;width:52px;height:52px;place-items:center;border:2px solid rgba(255,255,255,.9);border-radius:50%;background:#25d366;box-shadow:0 8px 20px rgba(37,211,102,.28)}.whatsapp-float__icon svg{width:28px;height:28px;color:#fff}@media(max-width:720px){.whatsapp-float{right:16px;bottom:16px}.whatsapp-float__label{display:none}.whatsapp-float__icon{width:50px;height:50px}}
/* SSS */
.faq-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#f8fafc 0%,#f1f5f9 100%)}
.faq-section:before,.faq-section:after{content:"";position:absolute;border-radius:999px;pointer-events:none;filter:blur(1px)}
.faq-section:before{width:320px;height:320px;top:-180px;left:-140px;background:rgba(255,255,255,.85);border:1px solid rgba(203,213,225,.55)}
.faq-section:after{width:240px;height:240px;right:-120px;bottom:-140px;background:rgba(226,232,240,.5);border:1px solid rgba(203,213,225,.55)}
.faq-shell{position:relative;z-index:1}
.faq-heading{max-width:720px;margin-bottom:44px}
.faq-heading .kicker{display:block;margin-top:12px}
.faq-heading p{max-width:600px;margin:0 auto;color:#64748b;font-size:15px;line-height:1.7}
.faq-kicker-icon{display:grid;width:42px;height:42px;margin:0 auto;place-items:center;border:1px solid #cbd5e1;border-radius:13px;color:#fff;background:#0f172a;box-shadow:0 10px 24px rgba(15,23,42,.14);font-size:18px;font-weight:850}
.faq-list{display:grid;max-width:860px;margin:0 auto;gap:12px}
.faq-item{overflow:hidden;border:1px solid #dbe2ea;border-radius:15px;background:rgba(255,255,255,.9);box-shadow:0 2px 5px rgba(15,23,42,.025);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.faq-item:hover{border-color:#c3ceda;box-shadow:0 8px 24px rgba(15,23,42,.06);transform:translateY(-1px)}
.faq-item[open]{border-color:#b8c5d3;background:#fff;box-shadow:0 13px 34px rgba(15,23,42,.08)}
.faq-item summary{display:grid;grid-template-columns:42px 1fr 34px;align-items:center;gap:17px;min-height:78px;padding:15px 18px;cursor:pointer;list-style:none;font-weight:750;color:#1e293b}
.faq-item summary::-webkit-details-marker{display:none}
.faq-number{display:grid;width:42px;height:42px;place-items:center;border:1px solid #dbe2ea;border-radius:11px;color:#64748b;background:#f8fafc;font-size:11px;font-weight:850;letter-spacing:.08em;transition:.2s ease}
.faq-item[open] .faq-number{border-color:#0f172a;color:#fff;background:#0f172a}
.faq-question{font-size:15px;line-height:1.45;letter-spacing:-.01em}
.faq-toggle{position:relative;width:32px;height:32px;border:1px solid #dbe2ea;border-radius:9px;background:#f8fafc;transition:.2s ease}
.faq-toggle:before,.faq-toggle:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:1.5px;border-radius:2px;background:#64748b;transform:translate(-50%,-50%);transition:.2s ease}
.faq-toggle:after{transform:translate(-50%,-50%) rotate(90deg)}
.faq-item[open] .faq-toggle{border-color:#cbd5e1;background:#fff;transform:rotate(180deg)}
.faq-item[open] .faq-toggle:after{opacity:0;transform:translate(-50%,-50%) rotate(0)}
.faq-answer{padding:0 68px 22px 77px}
.faq-answer p{margin:0;padding-top:17px;border-top:1px solid #edf1f5;color:#64748b;font-size:14px;line-height:1.75}
.faq-help{display:flex;max-width:860px;margin:24px auto 0;align-items:center;justify-content:center;gap:8px;color:#64748b;font-size:13px}
.faq-help a{display:inline-flex;align-items:center;gap:6px;color:#0f172a;font-weight:800}
.faq-help a:hover{text-decoration:underline}
@media(max-width:720px){.faq-heading{margin-bottom:30px}.faq-heading p{font-size:14px}.faq-list{gap:10px}.faq-item summary{grid-template-columns:36px 1fr 30px;gap:12px;min-height:70px;padding:13px}.faq-number{width:36px;height:36px;border-radius:9px}.faq-question{font-size:14px}.faq-toggle{width:30px;height:30px}.faq-answer{padding:0 55px 18px 61px}.faq-answer p{padding-top:14px;font-size:13px}.faq-help{flex-direction:column;text-align:center}}
@media(max-width:430px){.faq-item summary{grid-template-columns:1fr 30px}.faq-number{display:none}.faq-answer{padding:0 55px 18px 13px}}
/* reCAPTCHA v3 */
.auth-recaptcha-error{padding:9px 10px;border:1px solid #fecdd3;border-radius:8px;color:#9f1239;background:#fff1f2;font-size:11px;font-weight:650;line-height:1.45}.auth-recaptcha-error[hidden]{display:none}

/* Ortak public tipografi */
.public-site,.public-site button,.public-site input,.public-site textarea,.public-site select,.auth-site,.auth-site button,.auth-site input,.auth-site textarea,.auth-site select,.legal-site,.legal-site button,.legal-site input,.legal-site textarea,.legal-site select{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.auth-site,.auth-site *{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}

/* Ortak public header/footer izolasyonu */
.public-site-header,.public-site-header *,.public-site-footer,.public-site-footer *{box-sizing:border-box;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.public-site-header{margin:0;padding:0;line-height:1.2}
.public-site-header a,.public-site-footer a{margin:0;text-decoration:none}
.public-site-header img,.public-site-footer img{display:block;max-width:none;margin:0;padding:0}
.public-site-header .nav{height:72px;margin-inline:auto;padding:0;line-height:1.2}
.public-site-header .brand{margin:0;padding:0;line-height:1.2}
.public-site-header .brand span{display:block;line-height:1.2}
.public-site-header .nav-links{margin:0;padding:0;line-height:1.2}
.public-site-header .nav-links a{display:inline-block;margin:0;padding:0;line-height:1.2}
.public-site-header .nav-actions{margin:0;padding:0;line-height:1.2}
.public-site-header .btn{min-height:0;margin:0;line-height:1.2;text-transform:none}
.public-site-footer{margin:0;line-height:1.4}
.public-site-footer .footer-row{margin-inline:auto;padding:0;line-height:1.4}
.public-site-footer .brand,.public-site-footer .brand span,.public-site-footer a,.public-site-footer span{line-height:1.4}
@media(max-width:720px){.public-site-header .nav{height:64px}}
/* Kayıt doğrulama başarı kartı */
.auth-verification-success{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:14px;margin-bottom:22px;padding:16px;border:1px solid #86efac;border-radius:12px;color:#14532d;background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);box-shadow:0 10px 28px rgba(22,163,74,.10)}
.auth-verification-success__icon{display:grid;width:48px;height:48px;place-items:center;border:1px solid #86efac;border-radius:12px;color:#fff;background:#16a34a;box-shadow:0 7px 18px rgba(22,163,74,.2);font-size:24px}
.auth-verification-success__content{min-width:0}.auth-verification-success__content strong{display:block;margin-bottom:5px;color:#14532d;font-size:14px;line-height:1.35}.auth-verification-success__content p{margin:0;color:#166534;font-size:12px;line-height:1.6;overflow-wrap:anywhere}
@media(max-width:480px){.auth-verification-success{grid-template-columns:40px 1fr;padding:13px;gap:11px}.auth-verification-success__icon{width:40px;height:40px;border-radius:10px;font-size:20px}}
/* Genişletilmiş ortak footer ve yasal sayfalar */
.public-site-footer{padding:46px 0 22px;background:#fff}
.public-footer-grid{display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(170px,.8fr) minmax(170px,.8fr);gap:56px;padding-bottom:34px}
.public-footer-brand p{max-width:300px;margin:14px 0 0;color:#64748b;font-size:13px;line-height:1.65}.public-footer-social{display:flex;align-items:center;gap:8px;margin-top:16px}.public-footer-social a{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;border:1px solid #dbe3ec;border-radius:9px;background:#f8fafc;color:#475569;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.public-footer-social a:hover{border-color:#94a3b8;background:#fff;color:#0f172a;transform:translateY(-1px)}.public-footer-social a:focus-visible{outline:3px solid rgba(100,116,139,.18);outline-offset:2px}.public-footer-social svg{display:block;width:17px;height:17px;fill:currentColor}
.public-footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:9px;color:#64748b;font-size:13px}
.public-footer-column strong{margin-bottom:3px;color:#0f172a;font-size:12px;letter-spacing:.04em;text-transform:uppercase}
.public-footer-column a{color:#475569;transition:color .16s ease}.public-footer-column a:hover{color:#0f172a;text-decoration:underline}
.public-footer-bottom{padding-top:20px;border-top:1px solid #e2e8f0}
.legal-site{background:#f8fafc}.legal-main{position:relative;padding:72px 0 88px;background:linear-gradient(180deg,#fff 0,#f8fafc 280px)}
.legal-layout{width:min(900px,calc(100% - 40px))}.legal-hero{max-width:760px;margin-bottom:30px}.legal-hero h1{margin:10px 0 14px;font-size:clamp(36px,5vw,52px);line-height:1.05;letter-spacing:-.045em}.legal-hero p{max-width:700px;margin:0;color:#64748b;font-size:16px;line-height:1.7}.legal-date{display:inline-flex;margin-top:18px;padding:6px 9px;border:1px solid #e2e8f0;border-radius:999px;color:#64748b;background:#fff;font-size:10px;font-weight:700}
.legal-card{padding:38px 42px;border:1px solid #dbe2ea;border-radius:18px;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.07)}.legal-card section+section{margin-top:30px;padding-top:30px;border-top:1px solid #edf1f5}.legal-card h2{margin:0 0 10px;color:#0f172a;font-size:18px;line-height:1.35;letter-spacing:-.02em}.legal-card p{margin:0;color:#536176;font-size:14px;line-height:1.8}.legal-card a{color:#0f172a;font-weight:700;text-decoration:underline;text-underline-offset:3px}.legal-source{margin-top:32px;padding:15px 17px;border:1px solid #cbd5e1;border-radius:10px;color:#475569;background:#f8fafc;font-size:12px;line-height:1.6}
@media(max-width:720px){.public-site-footer{padding-top:38px}.public-footer-grid{grid-template-columns:1fr;gap:28px;padding-bottom:28px}.public-footer-bottom{align-items:flex-start}.legal-main{padding:54px 0 64px}.legal-layout{width:min(100% - 28px,900px)}.legal-card{padding:26px 20px;border-radius:14px}.legal-card section+section{margin-top:24px;padding-top:24px}.legal-hero p{font-size:14px}}
/* SSS bütünleşik liste düzeni */
.faq-list{display:block;max-width:880px;margin:0 auto;overflow:hidden;border:1px solid #d5dee8;border-radius:16px;background:#fff;box-shadow:0 12px 34px rgba(15,23,42,.055)}
.faq-item,.faq-item:hover,.faq-item[open]{margin:0;border:0;border-bottom:1px solid #e2e8f0;border-radius:0;background:#fff;box-shadow:none;transform:none}
.faq-item:last-child{border-bottom:0}
.faq-item[open]{background:#fbfdff}
.faq-item summary{min-height:80px;padding:17px 22px}
.faq-item[open] summary{background:#fff}
.faq-answer{padding:0}
.faq-answer p{margin:0;padding:19px 74px 23px 81px;border-top:1px solid #e2e8f0;color:#64748b;background:#f8fafc;font-size:14px;line-height:1.75}
.faq-help{max-width:880px}
@media(max-width:720px){.faq-list{border-radius:13px}.faq-item summary{min-height:70px;padding:14px}.faq-answer{padding:0}.faq-answer p{padding:16px 57px 19px 62px}}
@media(max-width:430px){.faq-answer{padding:0}.faq-answer p{padding:15px 14px 18px}.faq-item summary{padding:14px}}
/* Footer alt çizgi tam genişlik */
.public-site-footer{overflow:hidden}
.public-site-footer .public-footer-bottom{position:relative;padding-top:36px;border-top:0}
.public-footer-bottom:before{content:"";position:absolute;top:0;left:50%;width:100vw;border-top:1px solid #e2e8f0;transform:translateX(-50%);pointer-events:none}
/* Ortak marka alanı */
.public-site-header .public-brand,.public-site-footer .public-brand{display:inline-flex;align-items:center;gap:12px;color:#0f172a;text-decoration:none;transition:opacity .15s ease}
.public-site-header .public-brand:hover,.public-site-footer .public-brand:hover{opacity:.88}
.public-brand-mark{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;overflow:hidden;border:1px solid #dbe2ea;border-radius:14px;background:linear-gradient(145deg,#fff,#f1f5f9);box-shadow:0 6px 18px rgba(15,23,42,.08)}
.public-brand-mark img,.public-site-header .public-brand-mark img,.public-site-footer .public-brand-mark img{display:block;width:38px;height:38px;max-width:none;border-radius:10px;object-fit:contain}
.public-brand-name{display:block;max-width:250px;overflow:hidden;color:#0f172a;font-size:17.5px;font-weight:800;line-height:1.15;letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap}
.public-site-footer .public-brand{gap:14px}
.public-site-footer .public-brand-mark{width:54px;height:54px;flex-basis:54px;border-radius:15px;background:linear-gradient(145deg,#fff,#f8fafc);box-shadow:0 8px 22px rgba(15,23,42,.09)}.public-site-footer .public-brand-mark img{width:42px;height:42px;border-radius:11px}.public-site-footer .public-brand-name{font-size:19px;font-weight:850;letter-spacing:-.035em}
@media(max-width:720px){.public-site-header .public-brand-mark{width:40px;height:40px;flex-basis:40px;border-radius:11px}.public-site-header .public-brand-mark img{width:32px;height:32px}.public-site-header .public-brand-name{max-width:170px;font-size:15px}.public-site-footer .public-brand-mark{width:48px;height:48px;flex-basis:48px}.public-site-footer .public-brand-mark img{width:36px;height:36px}.public-site-footer .public-brand-name{font-size:16.5px}}
/* Hero güven rozetleri */
.hero-note{display:flex;align-items:center;gap:9px;margin-top:26px}
.hero-note span{display:inline-flex;min-height:36px;align-items:center;gap:8px;padding:7px 11px 7px 8px;border:1px solid #dbe2ea;border-radius:999px;color:#475569;background:rgba(255,255,255,.9);box-shadow:0 3px 10px rgba(15,23,42,.035);font-size:11px;font-weight:700;line-height:1.2;white-space:nowrap}
.hero-note span:before{content:"✓";display:grid;width:20px;height:20px;flex:0 0 20px;margin:0;place-items:center;border-radius:999px;color:#fff;background:#0f172a;box-shadow:0 2px 6px rgba(15,23,42,.16);font-size:10px;font-weight:900}
@media(max-width:720px){.hero-note{display:grid;grid-template-columns:1fr;gap:8px;width:100%}.hero-note span{width:100%;justify-content:flex-start;border-radius:10px;padding:8px 10px}}
/* Header marka alanı */
.public-site-header .public-brand{gap:12px}
.public-site-header .public-brand-mark{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;overflow:hidden;border:0;border-radius:11px;background:transparent;box-shadow:none}
.public-site-header .public-brand-mark img{width:44px;height:44px;border-radius:11px;object-fit:contain}
.public-site-header .public-brand-name{max-width:250px;color:#0f172a;font-size:17.5px;font-weight:800;line-height:1.15;letter-spacing:-.035em}
@media(max-width:720px){.public-site-header .public-brand{gap:10px}.public-site-header .public-brand-mark{width:38px;height:38px;flex-basis:38px}.public-site-header .public-brand-mark img{width:38px;height:38px}.public-site-header .public-brand-name{font-size:15px}}

.plan h3{margin:0 0 8px 0!important}
.plan-desc{min-height:auto!important;margin:0 0 10px 0!important}
.price{min-height:auto!important;margin:0 0 10px 0!important;padding:0!important}
.price strong{font-size:22px!important;letter-spacing:-.03em}
.plan-vat{font-size:11px;color:#64748b;margin-top:2px;line-height:1.2}
.plan ul{margin:14px -23px 18px -23px!important;padding:14px 23px 0 23px!important;border-top:1px solid #e2e8f0!important}
.plan li{margin:7px 0!important}