/* ============================================================
   GASMA v2 — "Konfeti Manifesto" tasarım dili
   Taban: krem zemin + dev tipografi + konfeti
   Konuklar: bilet kartları (hizmetler), karanlık sahne (istatistik)
   ============================================================ */

:root {
    --paper: #faf6ef;
    --ink: #15120e;
    --red: #e8432e;
    --pink: #e11d72;
    --teal: #19c5b4;
    --orange: #f59e0b;
    --yellow: #ffd23f;
    --purple: #8b5cf6;
    --muted: #6b6356;
    --font-head: 'Syne', sans-serif;
    --font-body: 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-body);
    overflow-x: hidden;
}
img { max-width: 100%; }
section { scroll-margin-top: 90px; }

/* ===== NAVBAR ===== */
.navbar {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 48px;
    position: sticky; top: 0; z-index: 100;
    background: var(--paper);
    transition: box-shadow .25s ease;
}
.navbar.scrolled { box-shadow: 0 2px 0 var(--ink); }
.logo img { height: 52px; display: block; }
.nav-links { display: flex; gap: 32px; list-style: none; align-items: center; }
.nav-links a {
    text-decoration: none; color: var(--ink);
    font-weight: 600; font-size: 15px;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    transition: border-color .2s;
}
.nav-links a:hover, .nav-links a.active { border-color: var(--pink); }
.nav-links a.btn-dark { border-bottom: none; }
.lang-switcher { display: flex; gap: 4px; align-items: center; }
.lang-btn {
    background: none; border: 2px solid transparent; border-radius: 8px;
    font-family: var(--font-body); font-weight: 700; font-size: 13px;
    color: var(--muted); padding: 4px 8px; cursor: pointer;
}
.lang-btn.active { color: var(--ink); border-color: var(--ink); background: #fff; }
.btn-dark {
    background: var(--ink); color: #fff !important;
    padding: 12px 26px; border-radius: 999px;
    font-weight: 600; font-size: 15px; text-decoration: none;
    display: inline-block;
    transition: transform .15s ease;
}
.btn-dark:hover { transform: translateY(-2px) rotate(-1deg); }
.mobile-menu-toggle {
    display: none;
    background: none; border: 2px solid var(--ink); border-radius: 10px;
    width: 44px; height: 44px; font-size: 22px; color: var(--ink);
    cursor: pointer; align-items: center; justify-content: center;
}

/* ===== HERO ===== */
.hero {
    position: relative;
    padding: 50px 48px 130px;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}
.kicker {
    display: inline-flex; align-items: center; gap: 10px;
    font-weight: 600; font-size: 14px; letter-spacing: .12em; text-transform: uppercase;
    margin-bottom: 28px;
    transform: rotate(-1.5deg);
    background: #fff; border: 2px solid var(--ink);
    padding: 8px 18px; border-radius: 999px;
    box-shadow: 3px 3px 0 var(--ink);
}
.kicker .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--red); flex: 0 0 auto; }
.hero h1 {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: clamp(38px, 4.2vw, 62px);
    line-height: 1.04;
    letter-spacing: -0.02em;
}
.hero h1 .accent { position: relative; white-space: nowrap; }
.hero h1 .accent svg { position: absolute; left: 0; bottom: -10px; width: 100%; height: 18px; }
.hero h1 .spark { color: var(--pink); }
.hero .sub {
    margin-top: 28px;
    font-size: 19px;
    line-height: 1.6;
    color: #4d463c;
    max-width: 520px;
}
.cta-row { margin-top: 40px; display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.btn-hero {
    background: var(--ink); color: #fff;
    font-family: var(--font-head); font-weight: 700; font-size: 17px;
    padding: 18px 38px; border-radius: 999px; text-decoration: none;
    transition: transform .15s ease;
}
.btn-hero:hover { transform: translateY(-3px) rotate(-1deg); }
.btn-ghost {
    color: var(--ink); font-weight: 600; font-size: 16px; text-decoration: none;
    border-bottom: 3px solid var(--teal);
    padding-bottom: 3px;
}
.ministats { display: flex; gap: 36px; margin-top: 54px; flex-wrap: wrap; }
.ministat .n { font-family: var(--font-head); font-weight: 800; font-size: 34px; display: block; }
.ministat:nth-child(1) .n { color: var(--red); }
.ministat:nth-child(2) .n { color: var(--teal); }
.ministat:nth-child(3) .n { color: var(--purple); }
.ministat .l { font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }

/* fotoğraf destesi */
.photo-stack { position: relative; justify-self: center; }
.photo-card {
    width: 420px; max-width: 100%; aspect-ratio: 4/5;
    border-radius: 24px;
    overflow: hidden;
    border: 3px solid var(--ink);
    box-shadow: 0 14px 0 rgba(21,18,14,.92);
    position: relative;
    background: #000;
}
.photo-card .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease; }
.photo-card .slide.active { opacity: 1; }
.photo-card .slide img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    filter: contrast(1.05) saturate(1.15);
    animation: kenburns 9s ease-in-out infinite alternate;
}
@keyframes kenburns {
    from { transform: scale(1); }
    to   { transform: scale(1.09) translate(-1.5%, -1%); }
}
.photo-card::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(160deg, rgba(225,29,114,.18), rgba(25,197,180,.12) 60%, transparent);
    mix-blend-mode: multiply;
    pointer-events: none;
}
.deck {
    position: absolute; inset: 0;
    border-radius: 24px;
    border: 3px solid var(--ink);
    background: #fff;
}
.deck.d1 { transform: rotate(-6deg) translate(-20px, 10px); }
.deck.d2 { transform: rotate(6deg) translate(20px, 10px); }
.sticker {
    position: absolute;
    background: var(--yellow);
    border: 2.5px solid var(--ink);
    border-radius: 16px;
    font-family: var(--font-head); font-weight: 800;
    padding: 14px 20px;
    box-shadow: 4px 4px 0 var(--ink);
    z-index: 3;
}
.sticker.s1 { top: -24px; left: -28px; transform: rotate(-7deg); font-size: 20px; }
.sticker.s2 { bottom: -22px; right: 16px; transform: rotate(4deg); background: var(--teal); color: #fff; font-size: 17px; white-space: nowrap; }
.sticker.s3 { top: -20px; right: -14px; transform: rotate(5deg); background: var(--pink); color: #fff; font-size: 16px; }

/* konfeti */
.confetti { position: absolute; border-radius: 50%; pointer-events: none; animation: float 7s ease-in-out infinite; }
.confetti.sq { border-radius: 3px; }
@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%      { transform: translateY(-14px) rotate(12deg); }
}
.swirl { position: absolute; pointer-events: none; animation: float 9s ease-in-out infinite; }

/* ===== MARQUEE ===== */
.marquee-wrap {
    transform: rotate(-2deg) scale(1.03);
    background: var(--ink);
    padding: 16px 0;
    overflow: hidden;
    margin-top: -40px;
}
.marquee { display: flex; gap: 42px; white-space: nowrap; animation: slide 26s linear infinite; width: max-content; }
.marquee span { color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 20px; letter-spacing: .06em; }
.c1 { color: var(--red); } .c2 { color: var(--teal); } .c3 { color: var(--yellow); }
.c4 { color: var(--pink); } .c5 { color: var(--orange); }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== ORTAK BÖLÜM BAŞLIKLARI ===== */
.section-pad { max-width: 1400px; margin: 0 auto; padding: 110px 48px 90px; }
.sec-title {
    font-family: var(--font-head); font-weight: 800;
    font-size: clamp(34px, 3.6vw, 52px); letter-spacing: -0.02em;
    margin-bottom: 14px;
}
.sec-sub { color: var(--muted); font-size: 18px; margin-bottom: 56px; max-width: 600px; }

/* ===== HİZMETLER: BİLET KARTLARI ===== */
.tickets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.ticket {
    background: #fff;
    border: 2.5px solid var(--ink);
    border-radius: 18px;
    position: relative;
    box-shadow: 7px 8px 0 var(--ink);
    transition: transform .18s ease;
    display: flex; flex-direction: column;
    overflow: hidden;
}
.ticket:hover { transform: translateY(-6px) rotate(-.6deg); }
.ticket .punch-l, .ticket .punch-r {
    position: absolute; top: 68%; width: 26px; height: 26px;
    background: var(--paper); border: 2.5px solid var(--ink);
    border-radius: 50%;
}
.punch-l { left: -15px; } .punch-r { right: -15px; }
.ticket-top { padding: 30px 28px 24px; flex: 1; }
.ticket-tag {
    display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: .14em;
    padding: 5px 12px; border-radius: 999px; margin-bottom: 18px;
    border: 2px solid var(--ink);
    text-transform: uppercase;
}
.tag-yellow { background: var(--yellow); }
.tag-teal { background: var(--teal); color: #fff; }
.tag-pink { background: var(--pink); color: #fff; }
.tag-orange { background: var(--orange); color: #fff; }
.tag-purple { background: var(--purple); color: #fff; }
.tag-red { background: var(--red); color: #fff; }
.ticket h3 { font-family: var(--font-head); font-weight: 700; font-size: 21px; margin-bottom: 10px; }
.ticket p { color: #5d564a; font-size: 14.5px; line-height: 1.55; }
.ticket-rip {
    border-top: 2.5px dashed var(--ink);
    padding: 14px 28px;
    display: flex; align-items: center; justify-content: space-between;
}
.barcode {
    width: 90px; height: 24px;
    background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 5px, var(--ink) 5px 8px, transparent 8px 10px);
}
.ticket-rip .no { font-family: var(--font-head); font-weight: 700; font-size: 13px; letter-spacing: .1em; }

/* ===== HAKKIMIZDA ===== */
.about-grid {
    display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 70px; align-items: center;
}
.about-copy p { font-size: 17px; line-height: 1.7; color: #4d463c; margin-bottom: 20px; }
.about-photo { position: relative; justify-self: center; }
.about-photo .photo-card { width: 400px; aspect-ratio: 5/4; }
.about-photo .photo-card img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    filter: contrast(1.05) saturate(1.1);
}

/* ===== KARANLIK SAHNE ===== */
.stage {
    background: var(--ink);
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 120px 48px;
}
.stage-inner { max-width: 1200px; margin: 0 auto; position: relative; text-align: center; }
.stage .kicker2 {
    display: inline-flex; align-items: center; gap: 10px;
    font-weight: 600; font-size: 14px; letter-spacing: .12em; text-transform: uppercase;
    margin-bottom: 30px;
    transform: rotate(-1.5deg);
    background: var(--ink); color: #fff;
    border: 2px solid #fff;
    padding: 8px 18px; border-radius: 999px;
    box-shadow: 3px 3px 0 var(--yellow);
}
.stage .kicker2 .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--yellow); flex: 0 0 auto; }
.stage h2 {
    font-family: var(--font-head); font-weight: 800;
    font-size: clamp(36px, 4.4vw, 64px); line-height: 1.05; letter-spacing: -0.02em;
    max-width: 880px;
    margin: 0 auto;
}
.stage h2 .accent2 { position: relative; white-space: nowrap; }
.stage h2 .accent2 svg { position: absolute; left: 0; bottom: -8px; width: 100%; height: 16px; }
.stage-stats { display: flex; gap: 34px; margin-top: 70px; flex-wrap: wrap; justify-content: center; }
.sstat { text-align: center; }
.sstat {
    background: var(--paper); color: var(--ink);
    border: 2.5px solid var(--ink);
    border-radius: 18px;
    padding: 28px 36px;
    box-shadow: 6px 7px 0 rgba(255,255,255,.92);
    transition: transform .18s ease;
}
.sstat:nth-child(1) { transform: rotate(-2deg); }
.sstat:nth-child(2) { transform: rotate(1.4deg); }
.sstat:nth-child(3) { transform: rotate(-1deg); }
.sstat:hover { transform: rotate(0) translateY(-5px); }
.sstat .stat-number {
    font-family: var(--font-head); font-weight: 800;
    font-size: clamp(38px, 3.6vw, 54px);
    display: block; line-height: 1;
}
.sstat:nth-child(1) .stat-number { color: var(--red); }
.sstat:nth-child(2) .stat-number { color: var(--teal); }
.sstat:nth-child(3) .stat-number { color: var(--purple); }
.sstat .l { margin-top: 10px; display: block; color: var(--muted); font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

/* ===== MİSYON & VİZYON ===== */
.mvd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.mvd-card {
    background: #fff;
    border: 2.5px solid var(--ink);
    border-radius: 18px;
    padding: 34px 30px;
    box-shadow: 7px 8px 0 var(--ink);
    transition: transform .18s ease;
}
.mvd-card:nth-child(1) { transform: rotate(-1deg); }
.mvd-card:nth-child(2) { transform: rotate(.8deg); }
.mvd-card:nth-child(3) { transform: rotate(-.6deg); }
.mvd-card:hover { transform: rotate(0) translateY(-6px); }
.mvd-icon {
    width: 54px; height: 54px; border-radius: 14px;
    border: 2.5px solid var(--ink);
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; margin-bottom: 20px;
}
.mvd-card:nth-child(1) .mvd-icon { background: var(--yellow); }
.mvd-card:nth-child(2) .mvd-icon { background: var(--teal); }
.mvd-card:nth-child(3) .mvd-icon { background: var(--pink); }
.mvd-card h3 { font-family: var(--font-head); font-weight: 700; font-size: 22px; margin-bottom: 12px; }
.mvd-card p { color: #5d564a; font-size: 15px; line-height: 1.6; }

/* ===== İLETİŞİM ===== */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 60px; align-items: start; }
.pass-card {
    background: var(--ink); color: #fff;
    border-radius: 22px;
    border: 3px solid var(--ink);
    box-shadow: 8px 9px 0 var(--teal);
    overflow: hidden;
    transform: rotate(-1.2deg);
}
.pass-head {
    background: var(--yellow); color: var(--ink);
    font-family: var(--font-head); font-weight: 800; font-size: 14px; letter-spacing: .22em; text-transform: uppercase;
    padding: 14px 28px;
    border-bottom: 3px solid var(--ink);
}
.pass-body { padding: 30px 28px; display: grid; gap: 22px; }
.pass-item .pl { font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #b6ada0; display: block; margin-bottom: 4px; }
.pass-item .pv, .pass-item a { color: #fff; font-size: 16.5px; font-weight: 600; text-decoration: none; }
.pass-item a:hover { color: var(--teal); }
.pass-foot {
    border-top: 2.5px dashed rgba(255,255,255,.4);
    padding: 16px 28px;
    display: flex; align-items: center; justify-content: space-between;
}
.pass-foot .barcode { background: repeating-linear-gradient(90deg, #fff 0 2px, transparent 2px 5px, #fff 5px 8px, transparent 8px 10px); }
.pass-foot .no { font-family: var(--font-head); font-weight: 700; font-size: 13px; letter-spacing: .1em; color: var(--yellow); }
.btn-wa {
    display: inline-flex; align-items: center; gap: 10px;
    background: #25d366; color: #fff;
    border: 2.5px solid var(--ink);
    font-family: var(--font-head); font-weight: 700; font-size: 16px;
    padding: 14px 26px; border-radius: 999px; text-decoration: none;
    box-shadow: 4px 4px 0 var(--ink);
    margin-top: 26px;
    transition: transform .15s ease;
}
.btn-wa:hover { transform: translateY(-3px) rotate(-1deg); }

.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group-full { grid-column: 1 / -1; }
.contact-form label { font-weight: 600; font-size: 13.5px; letter-spacing: .04em; }
.contact-form input, .contact-form select, .contact-form textarea {
    font-family: var(--font-body); font-size: 15px;
    padding: 13px 16px;
    background: #fff;
    border: 2.5px solid var(--ink);
    border-radius: 12px;
    color: var(--ink);
    transition: box-shadow .15s ease;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
    outline: none;
    box-shadow: 4px 4px 0 var(--teal);
}
.contact-form textarea { min-height: 120px; resize: vertical; }
.checkbox-group { flex-direction: row; align-items: flex-start; gap: 10px; }
.checkbox-group input { width: 20px; height: 20px; accent-color: var(--pink); }
.checkbox-group label { font-weight: 500; font-size: 13px; color: var(--muted); }
.btn-submit {
    grid-column: 1 / -1;
    background: var(--ink); color: #fff;
    font-family: var(--font-head); font-weight: 700; font-size: 17px;
    padding: 17px; border: none; border-radius: 999px;
    cursor: pointer;
    transition: transform .15s ease;
}
.btn-submit:hover { transform: translateY(-2px); }
.btn-submit:disabled { opacity: .6; }
.form-status { grid-column: 1 / -1; font-weight: 600; font-size: 14.5px; display: none; }
.form-status.ok { display: block; color: #15803d; }
.form-status.err { display: block; color: var(--red); }

/* ===== FOOTER ===== */
.footer { background: var(--ink); color: #d8d2c7; padding: 80px 48px 36px; }
.footer-inner { max-width: 1400px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; }
.footer-logo { height: 110px; width: auto; margin-bottom: 18px; }
.footer .tagline { font-size: 14.5px; line-height: 1.6; max-width: 300px; color: #b6ada0; }
.footer h4 { font-family: var(--font-head); color: #fff; font-size: 16px; margin-bottom: 18px; }
.footer ul { list-style: none; display: grid; gap: 10px; }
.footer a { color: #b6ada0; text-decoration: none; font-size: 14.5px; }
.footer a:hover { color: var(--yellow); }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.14);
    margin-top: 60px; padding-top: 26px;
    padding-right: 96px; /* sabit WhatsApp butonunun altinda kalmasin */
    display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
    font-size: 13.5px; color: #8d857a;
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
    position: fixed; right: 22px; bottom: 22px; z-index: 90;
    width: 58px; height: 58px; border-radius: 50%;
    background: #25d366;
    border: 2.5px solid var(--ink);
    box-shadow: 3px 4px 0 var(--ink);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 28px; text-decoration: none;
    transition: transform .15s ease;
}
.whatsapp-float:hover { transform: translateY(-4px); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
    .tickets { grid-template-columns: repeat(2, 1fr); }
    .mvd-grid { grid-template-columns: 1fr; max-width: 560px; }
}
@media (max-width: 900px) {
    .navbar { padding: 14px 20px; }
    .mobile-menu-toggle { display: flex; }
    .nav-links {
        display: none;
        position: absolute; top: 100%; left: 0; right: 0;
        background: var(--paper);
        border-bottom: 3px solid var(--ink);
        flex-direction: column; align-items: flex-start;
        padding: 24px 20px; gap: 20px;
    }
    .nav-links.active { display: flex; }
    .hero { grid-template-columns: 1fr; padding: 30px 20px 110px; gap: 64px; }
    .hero h1 { font-size: clamp(30px, 8.6vw, 44px); }
    .hero h1 .accent { white-space: normal; }
    .hero h1 .accent svg { display: none; }
    .hero .swirl { display: none; }
    .hero > .confetti:first-child { display: none; }
    .hero .sub { font-size: 16px; }
    .photo-card { width: min(86vw, 360px); }
    .sticker.s1 { left: -8px; }
    .ministats { gap: 22px; }
    .section-pad { padding: 70px 20px 50px; }
    .tickets { grid-template-columns: 1fr; }
    .about-grid { grid-template-columns: 1fr; gap: 50px; }
    .about-photo .photo-card { width: min(86vw, 360px); }
    .stage { padding: 80px 20px; }
    .stage h2 .accent2 { white-space: normal; }
    .stage h2 .accent2 svg { display: none; }
    .stage-stats { gap: 22px; }
    .sstat { padding: 22px 26px; }
    .contact-grid { grid-template-columns: 1fr; gap: 46px; }
    .contact-form { grid-template-columns: 1fr; }
    .footer { padding: 60px 20px 30px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .footer-logo { height: 84px; }
}
@media (max-width: 520px) {
    .footer-grid { grid-template-columns: 1fr; }
    .marquee span { font-size: 16px; }
}

/* ===== SSS (FAQ) ===== */
.faq-list { max-width: 860px; display: grid; gap: 18px; }
.faq-item {
    background: #fff; border: 2.5px solid var(--ink); border-radius: 16px;
    box-shadow: 5px 6px 0 var(--ink); overflow: hidden;
}
.faq-item summary {
    cursor: pointer; list-style: none;
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
    padding: 20px 24px;
    font-family: var(--font-head); font-weight: 700; font-size: 17px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: "+"; font-family: var(--font-head); font-weight: 800; font-size: 26px;
    color: var(--pink); flex: 0 0 auto; line-height: 1;
    transition: transform .2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-a { padding: 0 24px 22px; color: #5d564a; font-size: 15px; line-height: 1.65; }

/* ===== MOBİL / DOKUNMATİK CİLA ===== */
html { -webkit-text-size-adjust: 100%; }
a, button, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }

@media (max-width: 900px) {
    /* iOS otomatik zoom önleme: form yazı boyutu >= 16px olmalı */
    .contact-form input, .contact-form select, .contact-form textarea { font-size: 16px; }
    .nav-links { box-shadow: 0 14px 24px rgba(21,18,14,.14); z-index: 99; }
    .section-pad { padding: 60px 20px 44px; }
    .sec-title { font-size: clamp(28px, 7.8vw, 36px); }
    .sec-sub { font-size: 16px; margin-bottom: 38px; }
    .stage h2 { font-size: clamp(28px, 8vw, 38px); }
    .ticket-top { padding: 24px 22px 18px; }
    .marquee-wrap { padding: 12px 0; }
    .faq-item summary { padding: 17px 18px; font-size: 15.5px; }
    .faq-a { padding: 0 18px 18px; }
    .btn-hero { padding: 16px 32px; font-size: 16px; }
    .whatsapp-float { width: 54px; height: 54px; right: 16px; bottom: 16px; }
}

/* Hareket azaltma tercihi olan kullanıcılar (erişilebilirlik) */
@media (prefers-reduced-motion: reduce) {
    .photo-card .slide img, .confetti, .swirl, .marquee { animation: none; }
}

/* ===== SSS — bilet motifi ===== */
.faq-section { position: relative; }
.faq-item:nth-child(odd) { transform: rotate(-.4deg); }
.faq-item:nth-child(even) { transform: rotate(.4deg); }
.faq-item:hover { transform: rotate(0) translateY(-3px); transition: transform .18s ease; }
.faq-item summary { gap: 14px; justify-content: flex-start; }
.faq-item summary > span[data-i18n] { flex: 1; }
.faq-no {
    flex: 0 0 auto;
    font-family: var(--font-head); font-weight: 800; font-size: 14px;
    border: 2px solid var(--ink); border-radius: 10px;
    width: 38px; height: 38px;
    display: inline-flex; align-items: center; justify-content: center;
}
.c-yellow { background: var(--yellow); }
.c-teal { background: var(--teal); color: #fff; }
.c-pink { background: var(--pink); color: #fff; }
.c-orange { background: var(--orange); color: #fff; }
.c-purple { background: var(--purple); color: #fff; }
.c-red { background: var(--red); color: #fff; }
.faq-a {
    border-top: 2.5px dashed var(--ink);
    margin: 0 24px;
    padding: 18px 0 22px;
}
@media (max-width: 900px) {
    .faq-a { margin: 0 18px; padding: 14px 0 18px; }
    .faq-no { width: 32px; height: 32px; font-size: 12.5px; border-radius: 8px; }
}
