:root {
    --plum: #6d1b3d;
    --plum-dark: #4b102a;
    --gold: #c8a45d;
    --ink: #111827;
    --muted: #667085;
    --blush: #fff7f9;
    --white: #fff;
    --line: #eadde2;
    --shadow: 0 24px 60px rgba(59, 18, 36, .1);
    --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, "Helvetica Neue", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.8rem, 6vw, 5.75rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { line-height: 1.25; }
p { color: var(--muted); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.centered { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); z-index: 1000; padding: 10px 16px; background: var(--ink); color: #fff; border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--plum); font-size: .73rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 12px 25px; border: 1px solid var(--plum); border-radius: 999px; background: var(--plum); color: #fff; font-weight: 700; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(109,27,61,.2); background: var(--plum-dark); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(200,164,93,.55); outline-offset: 3px; }
.button-outline { background: transparent; color: var(--plum); }
.button-outline:hover { color: #fff; }
.button-small { min-height: 40px; padding: 8px 18px; }
.button-wide { width: 100%; }
.button-gold { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.button-outline-light { border-color: rgba(255,255,255,.4); background: transparent; color: #fff; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--plum); font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(234,221,226,.8); background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: flex; justify-content: space-between; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.03rem; font-weight: 600; }
.brand strong { color: var(--plum); }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid var(--gold); border-radius: 50% 50% 44% 56%; color: var(--plum); font-family: Georgia, serif; font-size: .78rem; transform: rotate(-4deg); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) { position: relative; font-size: .9rem; font-weight: 600; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s; }
.site-nav > a:hover::after, .site-nav > a.active::after { right: 0; }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); transition: .25s; }

.hero { position: relative; min-height: 770px; overflow: hidden; background: linear-gradient(115deg, #fff 10%, var(--blush) 68%, #f8edf1); }
.hero::before { content: ""; position: absolute; width: 470px; height: 470px; left: -280px; top: 90px; border: 1px solid rgba(200,164,93,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(200,164,93,.04), 0 0 0 140px rgba(200,164,93,.03); }
.hero-grid { min-height: 770px; display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 770px; margin-bottom: 26px; font-size: clamp(3.1rem, 5.6vw, 5.4rem); }
.hero h1 em { display: block; color: var(--plum); font-weight: 600; }
.hero-copy > p { max-width: 630px; margin-bottom: 31px; font-size: 1.12rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 31px; color: #5b4550; font-size: .78rem; font-weight: 600; }
.trust-row span::first-letter { color: var(--gold); }
.hero-visual { position: relative; min-height: 630px; display: grid; place-items: center; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 550px; height: 550px; right: -100px; top: 70px; background: radial-gradient(circle, rgba(200,164,93,.18), transparent 65%); }
.phone-card { position: relative; z-index: 1; width: 330px; min-height: 585px; padding: 10px; border: 1px solid rgba(109,27,61,.15); border-radius: 42px; background: #fff; box-shadow: 0 45px 80px rgba(67,22,41,.2); transform: rotate(3deg); }
.phone-top { height: 37px; display: flex; justify-content: center; align-items: center; color: #9a8590; font-size: .62rem; }
.phone-top span { position: absolute; top: 17px; width: 72px; height: 16px; border-radius: 999px; background: #161219; }
.phone-art { min-height: 528px; padding: 70px 25px 35px; border-radius: 33px; background: radial-gradient(circle at 25% 10%, rgba(255,255,255,.15), transparent 32%), linear-gradient(145deg, #722644, #3d0d25); color: #fff; text-align: center; overflow: hidden; }
.phone-art::before, .phone-art::after { content: ""; position: absolute; width: 170px; height: 170px; border: 1px solid rgba(200,164,93,.35); border-radius: 50%; }
.phone-art::before { top: 70px; right: -80px; }.phone-art::after { left: -90px; bottom: 45px; }
.phone-art small { letter-spacing: .22em; color: #ead6ac; }
.phone-art h2 { margin: 55px 0 30px; font-size: 3.2rem; line-height: .95; }
.phone-art h2 i { color: var(--gold); font-size: 1.5rem; }
.phone-art p { color: #f7eaf0; font-family: Georgia, serif; font-size: .88rem; }
.ornament { display: block; color: var(--gold); font-size: 1.5rem; }
.mini-button { width: 130px; margin: 36px auto 0; padding: 9px; border: 1px solid var(--gold); border-radius: 999px; color: #f4dfb3; font-size: .72rem; }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.7); border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-note strong { color: var(--plum); font-family: Georgia, serif; font-size: 1.4rem; }.floating-note span { color: #6e5a63; font-size: .72rem; }.floating-note strong + span { max-width: 70px; line-height: 1.25; }
.note-one { left: -22px; bottom: 110px; }.note-two { right: -38px; top: 145px; }.note-icon { font-size: 1.7rem!important; color: var(--gold)!important; }

.section { padding: 105px 0; }
.section-tint { background: var(--blush); }
.section-dark { background: #15121a; color: #fff; }
.section-heading { max-width: 760px; margin: 0 auto 54px; }
.section-heading h2 { margin-bottom: 15px; }
.section-heading p { max-width: 570px; margin-inline: auto; }
.section-heading.light p { color: #bdb5bf; }.section-heading.light .eyebrow { color: #e7c983; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step-card { padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.step-card:hover { transform: translateY(-6px); border-color: rgba(200,164,93,.65); box-shadow: var(--shadow); }
.step-card > span { display: block; margin-bottom: 35px; color: var(--gold); font-family: Georgia, serif; font-size: 1.15rem; }
.step-card h3 { margin-bottom: 10px; }.step-card p { margin: 0; font-size: .9rem; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.split-heading h2 { margin: 0; }.split-heading > p { margin: 0 0 7px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { padding: 32px; border: 1px solid rgba(109,27,61,.1); border-radius: 18px; background: rgba(255,255,255,.78); transition: .25s; }
.feature-card:hover { background: #fff; transform: translateY(-4px); box-shadow: 0 16px 35px rgba(73,28,47,.08); }
.feature-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 24px; border: 1px solid #e5cda0; border-radius: 50%; color: var(--plum); font-size: 1.3rem; }
.feature-card h3 { margin-bottom: 8px; }.feature-card p { margin: 0; font-size: .91rem; }
.memory-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.memory-grid h2 { margin-bottom: 23px; }.memory-grid > div:last-child > p { font-size: 1.05rem; }
.memory-collage { position: relative; min-height: 550px; display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.memory-tall { grid-row: 1 / 3; display: grid; place-items: center; border-radius: 130px 130px 18px 18px; background: linear-gradient(150deg, #5a1733, #8c3c5c); color: #e5c47e; letter-spacing: .32em; writing-mode: vertical-rl; box-shadow: var(--shadow); }
.memory-tall::after { content: "✦"; font-size: 3rem; }
.memory-small { border-radius: 18px; }.memory-small.gold { background: linear-gradient(145deg, #e4ca96, #aa7d33); }.memory-small.blush { background: radial-gradient(circle, #fff 2px, transparent 3px) 0 0/23px 23px, #f4dce5; }
.memory-badge { position: absolute; right: -35px; bottom: 45px; width: 170px; height: 170px; display: grid; place-content: center; border: 8px solid #fff; border-radius: 50%; background: var(--plum); color: #fff; text-align: center; box-shadow: var(--shadow); }
.memory-badge strong { font-family: Georgia, serif; color: var(--gold); font-size: 2.7rem; }.memory-badge span { font-size: .72rem; line-height: 1.35; }
.check-list { padding: 0; margin: 30px 0; list-style: none; display: grid; gap: 10px; }
.check-list li::before { content: "✓"; margin-right: 11px; color: var(--gold); font-weight: 700; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { position: relative; padding: 38px 34px; border: 1px solid #38303c; border-radius: var(--radius); background: #1c1821; color: #fff; }
.price-card > span:not(.popular) { color: #afa3b1; font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; }
.price-card h3, .price-card h2 { margin: 12px 0; font-family: Georgia, serif; font-size: 1.7rem; }
.price { margin: 22px 0; color: #fff; font-family: Georgia, serif; font-size: 2.5rem; }.price small { color: var(--gold); font-family: "DM Sans", sans-serif; font-size: .8rem; }
.price-card p { color: #aaa2ad; min-height: 52px; }.price-card .button { width: 100%; margin-top: 10px; }
.price-card.featured { border-color: var(--gold); background: linear-gradient(160deg, #401128, #261522); transform: translateY(-12px); }
.popular { display: inline-block; padding: 6px 12px; border-radius: 999px; background: var(--gold); color: #231b15; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.demo-callout { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 52px 58px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(115deg, #fff 65%, #fff4f7); box-shadow: var(--shadow); }
.demo-callout h2 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.1rem); }.demo-callout p { max-width: 650px; margin-bottom: 0; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; color: var(--ink); font-weight: 700; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }.faq-item summary span { color: var(--gold); font-size: 1.3rem; transition: transform .2s; }.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { padding-right: 40px; margin: -6px 0 22px; }
.final-cta { position: relative; overflow: hidden; background: var(--plum); color: #fff; text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(200,164,93,.25); border-radius: 50%; }
.final-cta::before { left: -190px; top: -80px; }.final-cta::after { right: -190px; bottom: -170px; }
.final-cta .container { position: relative; z-index: 1; }.final-cta .eyebrow { color: #edd193; }.final-cta p { color: #f0dfe6; }.final-cta h2 { margin-bottom: 20px; }

.page-hero { padding: 115px 0 85px; background: linear-gradient(125deg, var(--blush), #fff 55%, #f8edf1); }
.page-hero.compact { padding: 85px 0 70px; }
.page-hero h1 { max-width: 850px; margin: 0 auto 20px; font-size: clamp(2.8rem, 5vw, 4.7rem); }
.page-hero p { max-width: 690px; margin: 0 auto; font-size: 1.05rem; }
.pricing-page { padding-top: 75px; }
.light-card { border-color: var(--line); background: #fff; color: var(--ink); box-shadow: 0 15px 45px rgba(70,28,47,.07); }
.light-card.featured { background: linear-gradient(155deg, #5f1737, #351023); color: #fff; }
.light-card .price { color: var(--plum); }.light-card.featured .price { color: #fff; }
.light-card > p { min-height: 50px; }.light-card ul { min-height: 305px; padding: 24px 0 10px; margin: 0; border-top: 1px solid var(--line); list-style: none; }
.light-card.featured ul { border-color: rgba(255,255,255,.15); }.light-card li { display: flex; gap: 10px; margin: 11px 0; color: #5d5360; font-size: .9rem; }.light-card.featured li, .light-card.featured p { color: #e5d9df; }.light-card li span { color: var(--gold); }
.package-note { margin-bottom: 18px; color: var(--plum); font-size: .8rem; font-weight: 700; }.featured .package-note { color: #eccf8d; }
.extras-grid { max-width: 850px; margin: 0 auto; border: 1px solid var(--line); border-radius: 20px; background: #fff; overflow: hidden; }
.extra-row { display: flex; justify-content: space-between; padding: 17px 24px; border-bottom: 1px solid var(--line); }.extra-row:last-child { border: 0; }.extra-row strong { color: var(--plum); }
.info-strip { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); }
.info-strip div { display: flex; flex-direction: column; }.info-strip span { color: var(--muted); font-size: .85rem; }
.process-list { max-width: 950px; }
.process-item { display: grid; grid-template-columns: 90px 1fr 80px; gap: 35px; align-items: center; padding: 35px 0; border-bottom: 1px solid var(--line); }
.process-number { color: var(--gold); font-family: Georgia, serif; font-size: 2rem; }.process-item h2 { margin: 6px 0 10px; font-size: 2.25rem; }.process-item p { margin: 0; }.process-item > div:nth-child(2) > span { color: var(--plum); font-size: .65rem; letter-spacing: .15em; font-weight: 700; }.process-symbol { display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid var(--line); border-radius: 50%; color: var(--plum); font-size: 1.5rem; }

.form-section { background: #fbf9fa; }
.form-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 65px; align-items: start; }
.form-aside { position: sticky; top: 110px; padding: 20px; }.form-aside h2 { font-size: 2.7rem; }.form-aside ol { padding: 0; margin-top: 35px; list-style: none; }.form-aside li { display: flex; align-items: center; gap: 14px; margin: 17px 0; font-weight: 600; }.form-aside li span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--gold); border-radius: 50%; color: var(--plum); }
.form-card { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
fieldset { padding: 0 0 32px; margin: 0 0 32px; border: 0; border-bottom: 1px solid var(--line); }
fieldset:last-of-type { border-bottom: 0; }
legend { width: 100%; margin-bottom: 22px; color: var(--plum); font-weight: 800; font-size: 1.03rem; }
label { display: grid; gap: 8px; margin-bottom: 17px; color: #332b30; font-size: .83rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid #d9cdd2; border-radius: 10px; background: #fff; color: var(--ink); }
input, select { height: 48px; padding: 0 14px; } textarea { min-height: 110px; padding: 13px 14px; resize: vertical; }
input:hover, select:hover, textarea:hover { border-color: #bc9fab; }
.form-grid, .choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }.full { grid-column: 1 / -1; }
.hp-field { position: absolute!important; left: -9999px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.form-note { margin: 12px 0 0; text-align: center; font-size: .73rem; }
.alert { margin-bottom: 24px; padding: 16px 18px; border-radius: 10px; font-size: .88rem; }.alert strong { display: block; }.alert ul { margin-bottom: 0; }.alert-success { border: 1px solid #a7d8bd; background: #effaf4; color: #22623d; }.alert-error { border: 1px solid #e4b3bd; background: #fff2f4; color: #8c2140; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }.contact-info h2 { font-size: 2.8rem; }
.contact-card { display: flex; gap: 16px; align-items: center; margin-top: 15px; padding: 17px; border: 1px solid var(--line); border-radius: 13px; transition: .2s; }.contact-card[href]:hover { transform: translateX(5px); border-color: var(--gold); }.contact-card > span { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--blush); color: var(--plum); font-size: 1.25rem; }.contact-card div { display: grid; }.contact-card small { color: var(--muted); }.contact-card strong { font-size: .9rem; }

.demo-lock { min-height: calc(100vh - 76px); display: grid; place-items: center; padding: 60px 20px; background: radial-gradient(circle at 50% 0, #8a3658 0, #4d102a 42%, #24121d 100%); }
.lock-card { width: min(470px, 100%); padding: 50px; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; background: rgba(255,255,255,.96); text-align: center; box-shadow: 0 35px 80px rgba(0,0,0,.3); }.lock-card .lock-icon { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 23px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 1.5rem; }.lock-card h1 { margin-bottom: 15px; font-size: 3rem; }.lock-card form { margin: 28px 0 20px; text-align: left; }.lock-card small a { color: var(--plum); font-weight: 700; }
.logout-form { margin-top: 15px; }.text-button { padding: 0; border: 0; background: transparent; color: var(--plum); text-decoration: underline; }
.demo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }.demo-card { border: 1px solid var(--line); border-radius: 22px; background: #fff; overflow: hidden; box-shadow: 0 15px 45px rgba(70,28,47,.07); transition: .25s; }.demo-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }.demo-preview { position: relative; aspect-ratio: 4/4.4; overflow: hidden; }.demo-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }.demo-card:hover img { transform: scale(1.03); }.demo-preview > span { position: absolute; left: 15px; top: 15px; padding: 6px 11px; border-radius: 99px; background: rgba(255,255,255,.9); color: var(--plum); font-size: .68rem; font-weight: 800; }.demo-card-body { padding: 26px; }.demo-card h2 { margin-bottom: 10px; font-size: 2rem; }.demo-card p { min-height: 75px; font-size: .87rem; }.tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; }.tags span { padding: 5px 9px; border-radius: 99px; background: var(--blush); color: var(--plum); font-size: .65rem; font-weight: 700; }
.error-page { min-height: 70vh; display: grid; place-items: center; padding: 90px 0; }.error-code { display: block; color: #f0dbe3; font-family: Georgia, serif; font-size: 9rem; font-weight: 700; line-height: .9; }.error-page h1 { font-size: 3rem; }

.site-footer { padding: 70px 0 25px; background: #111016; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 70px; }.brand-light strong { color: var(--gold); }.brand-light .brand-mark { color: #fff; }.footer-grid p { max-width: 330px; margin-top: 20px; color: #9e96a1; }.footer-grid h2 { margin-bottom: 17px; color: #cdbfca; font-family: "DM Sans", sans-serif; font-size: .73rem; letter-spacing: .14em; text-transform: uppercase; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; color: #bbb3bd; font-size: .87rem; }.footer-grid a:hover { color: var(--gold); }.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid #2c2830; color: #77717b; font-size: .72rem; }

.reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; } .reveal { opacity: 1; transform: none; } }


/* Production safety: content must stay visible even if JavaScript is delayed or blocked. */
.reveal { opacity: 1 !important; visibility: visible !important; transform: none !important; }

/* Form açıklama metni */
.field-help { margin: -6px 0 18px; color: var(--muted); font-size: .95rem; line-height: 1.6; }
