/* Shelby — görsel referans: lacivert header, krem metin, toprak CTA */
:root {
    --bg-deep: #0f1729;
    --bg-card: #141e32;
    --header-bg: #0f1a2a;
    /* Vurgu: sıcak bej/toprak (EXPLORE CURRICULUM) */
    --tan: #b29870;
    --tan-hover: #c9b99a;
    --tan-muted: #a0885f;
    --gold: #c9b896;
    --gold-dim: #9d8b6a;
    --gold-glow: rgba(191, 167, 125, 0.14);
    --text: #e4e2dc;
    --text-nav: #e0e0e0;
    --text-muted: #9aa0a8;
    --beige: #ece8e0;
    --beige-dark: #2a2622;
    --cta-text: #1c1810;
    --line-header: #3a4048;
    --line-subtle: rgba(56, 61, 67, 0.85);
    /* Trajan Pro: yerel yüklüyse kullanılır (lisanslı); web’de Cinzel */
    --font-trajan: "Trajan Pro", "Trajan", "Cinzel", "Times New Roman", serif;
    --font-cinzel: "Cinzel", "Trajan Pro", Georgia, serif;
    --font-display: var(--font-trajan);
    --font-body: var(--font-cinzel);
    --font-sans: "Outfit", system-ui, sans-serif;
    --icon-gold: #c6a96d;
}

/* SVG stroke/fill: currentColor ile uyumlu altın */
.icon-gold {
    color: var(--icon-gold);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-cinzel);
    font-weight: 400;
    background: var(--bg-deep);
    color: var(--text);
    line-height: 1.6;
    min-height: 100vh;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(ellipse 85% 45% at 50% -15%, rgba(191, 167, 125, 0.06), transparent),
        linear-gradient(180deg, #121c2e 0%, var(--bg-deep) 45%),
        linear-gradient(90deg, rgba(224, 224, 224, 0.02) 1px, transparent 1px),
        linear-gradient(rgba(224, 224, 224, 0.018) 1px, transparent 1px);
    background-size: auto, auto, 56px 56px, 56px 56px;
    pointer-events: none;
    z-index: -1;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

/* Header — üst yuvarlak; alt çizgi logoda yarım daire kemer */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(15, 26, 42, 0.98);
    border-bottom: none;
    backdrop-filter: blur(14px);
    border-radius: 14px 14px 0 0;
    margin-left: max(0px, env(safe-area-inset-left));
    margin-right: max(0px, env(safe-area-inset-right));
    overflow: visible;
    padding-bottom: 0;
}

.header-line-curve {
    display: block;
    width: 100%;
    height: 72px;
    min-height: 64px;
    margin-top: -22px;
    line-height: 0;
    pointer-events: none;
    position: relative;
    z-index: 15;
    flex-shrink: 0;
    overflow: visible;
}

.header-line-curve__svg {
    width: 100%;
    height: 100%;
    min-height: 64px;
    display: block;
    overflow: visible;
    transform: translateY(2px);
}

.header-line-curve__svg path {
    stroke: var(--tan);
}

.site-header .container {
    max-width: 1440px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.05rem 0 0.5rem;
    flex-wrap: wrap;
    position: relative;
    min-height: 118px;
}

/* Logo tam ortada — menü ile logo arası geniş boşluk */
.nav-main--left {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(2rem, 4vw, 3.5rem);
    padding-right: clamp(2.5rem, 9vw, 8.5rem);
    min-width: 0;
}

.logo--center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-50% + 14px));
    z-index: 2;
    flex-shrink: 0;
}

.header-right {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding-left: clamp(2.5rem, 9vw, 8.5rem);
    min-width: 0;
}

.header-toggle-spacer {
    display: none;
    flex: 0 0 42px;
    width: 42px;
    height: 1px;
    visibility: hidden;
    pointer-events: none;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--text);
}

.logo-mark {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, var(--tan), var(--tan-muted));
    color: var(--cta-text);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.65rem;
    border-radius: 6px;
}

.logo-text {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
}

/* Önceki 52px → 2x */
.logo-img {
    max-height: 104px;
    width: auto;
    display: block;
    object-fit: contain;
}

.logo-fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.15;
}

.logo-fallback-title {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #ece8e0;
}

.logo-fallback-sub {
    font-size: 0.58rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(224, 224, 224, 0.55);
    margin-top: 0.2rem;
}

.footer-logo-img {
    max-height: 56px;
    width: auto;
    object-fit: contain;
    opacity: 0.92;
}

.nav-main {
    gap: clamp(1.75rem, 3vw, 3rem);
    align-items: center;
}

.nav-main a {
    color: var(--text-nav);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.35rem 0;
    transition: color 0.2s;
}

.nav-main a:hover,
.nav-main a.active {
    color: var(--tan-hover);
}

.nav-main .nav-item-static {
    color: var(--text-nav);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.35rem 0;
    cursor: default;
    opacity: 0.55;
    user-select: none;
}

.btn--static {
    cursor: default !important;
    pointer-events: none;
    opacity: 0.55;
    user-select: none;
}

/* Sizden Gelenler */
.from-you-section {
    padding: 1.5rem clamp(0.6rem, 2vw, 1.5rem) 3rem;
}

.from-you-board {
    column-count: 4;
    column-gap: 1rem;
}

.from-you-sticker {
    break-inside: avoid;
    display: inline-block;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0.4rem;
    border: 1px solid rgba(200, 168, 107, 0.35);
    border-radius: 10px;
    background: rgba(14, 20, 36, 0.93);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.32);
    transform-origin: center top;
}

.from-you-sticker__btn {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.from-you-sticker img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 8px;
}

.sticker-lightbox {
    position: fixed;
    inset: 0;
    z-index: 700;
    display: none;
}

.sticker-lightbox.is-open {
    display: block;
}

.sticker-lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(4, 8, 14, 0.86);
    backdrop-filter: blur(3px);
}

.sticker-lightbox__dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 0.8rem;
    border-radius: 12px;
    border: 1px solid rgba(201, 162, 107, 0.3);
    background: linear-gradient(160deg, #111c2a 0%, #0d1622 100%);
}

.sticker-lightbox__close {
    position: absolute;
    top: 0.3rem;
    right: 0.65rem;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.74);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.sticker-lightbox__img {
    display: block;
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
}

.from-you-sticker:nth-child(5n + 1) {
    transform: rotate(-1.2deg);
    margin-top: 0.6rem;
}

.from-you-sticker:nth-child(5n + 2) {
    transform: rotate(0.9deg);
}

.from-you-sticker:nth-child(5n + 3) {
    transform: rotate(-0.55deg);
    margin-top: 1rem;
}

.from-you-sticker:nth-child(5n + 4) {
    transform: rotate(1.1deg);
}

.from-you-sticker:nth-child(5n + 5) {
    transform: rotate(-0.75deg);
    margin-top: 0.35rem;
}

.from-you-empty {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid rgba(200, 168, 107, 0.32);
    border-radius: 10px;
    background: rgba(14, 20, 36, 0.93);
    padding: 1.25rem;
}

.from-you-empty p {
    max-width: 100%;
}

@media (max-width: 980px) {
    .from-you-board {
        column-count: 3;
    }
}

@media (max-width: 640px) {
    .from-you-board {
        column-count: 2;
    }

    .sticker-lightbox__dialog {
        top: 50%;
        max-height: calc(100vh - 2rem);
        overflow-y: auto;
    }
}

.header-actions {
    display: flex;
    gap: 1.35rem;
    align-items: center;
    flex-wrap: wrap;
}

/* Dil TR | EN */
.header-lang {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.header-lang__link {
    color: var(--text-nav);
    text-decoration: none;
    padding: 0.25rem 0.35rem;
    border-radius: 4px;
    transition: color 0.2s, background 0.2s;
}

.header-lang__link:hover {
    color: var(--tan-hover);
}

.header-lang__link.is-active {
    color: var(--tan);
    background: rgba(200, 168, 107, 0.12);
}

.header-lang__sep {
    color: rgba(224, 224, 224, 0.35);
    user-select: none;
}

/* Müfredat — görseldeki toprak/bej CTA */
.btn-header-cta {
    background: linear-gradient(180deg, #c2a985 0%, #b29870 55%, #9f855c 100%);
    color: var(--cta-text) !important;
    border: none;
    border-radius: 6px;
    padding: 0.65rem 1.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.btn-header-cta:hover {
    filter: brightness(1.05);
    color: var(--cta-text) !important;
}

.btn-header-cta.is-active-page {
    box-shadow: 0 0 0 1px rgba(224, 224, 224, 0.25);
}

.site-header .btn-header-cta {
    padding: 0.78rem 1.55rem;
    font-size: 0.8rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.1rem;
    font-family: var(--font-cinzel);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    cursor: pointer;
    border: none;
}

.btn-ghost {
    color: var(--text);
    background: transparent;
}

.btn-ghost:hover {
    color: var(--tan-hover);
}

.btn-gold-outline {
    color: var(--text);
    background: transparent;
    border: 1px solid var(--gold);
}

.btn-gold-outline:hover {
    background: var(--tan);
    color: var(--cta-text);
}

.btn-dark {
    background: var(--bg-card);
    color: var(--text);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-dark:hover {
    border-color: var(--gold);
}

.btn-gold {
    background: linear-gradient(180deg, #c2a985 0%, #b29870 100%);
    color: var(--cta-text);
}

.btn-gold:hover {
    filter: brightness(1.08);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--tan);
}

@media (max-width: 900px) {
    .site-header .container {
        max-width: 1140px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .header-inner {
        flex-wrap: nowrap;
        justify-content: space-between;
        min-height: 0;
        padding: 0.65rem 0 0.35rem;
    }

    .header-line-curve {
        margin-top: -12px;
        height: 52px;
        min-height: 48px;
    }

    .header-line-curve__svg {
        transform: translateY(3px);
    }

    .logo-img {
        max-height: 72px;
    }

    .nav-toggle {
        display: flex;
        order: 1;
        flex-shrink: 0;
    }

    .header-toggle-spacer {
        display: block;
        order: 3;
    }

    .logo--center {
        position: static;
        transform: translateY(8px);
        order: 2;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 0;
    }

    .nav-main--left,
    .header-right {
        display: none;
        flex: none;
        width: 100%;
        padding: 0;
        justify-content: stretch;
        flex-direction: column;
        align-items: stretch;
        order: 10;
    }

    .nav-main--left {
        padding-top: 1rem;
        border-top: 1px solid rgba(58, 64, 72, 0.45);
        gap: 0;
    }

    .nav-main--left a,
    .nav-main--left .nav-item-static {
        padding: 0.65rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .header-right {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .header-lang {
        justify-content: center;
        padding: 0.65rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .header-actions {
        flex-direction: column;
        width: 100%;
        padding: 0.75rem 0 0;
        gap: 0.65rem;
    }

    .header-actions .btn-header-cta {
        width: 100%;
        text-align: center;
    }

    .site-header.is-open .nav-main--left,
    .site-header.is-open .header-right {
        display: flex;
    }

    .site-header.is-open .header-inner {
        flex-wrap: wrap;
    }
}

/* Hero */
.hero {
    position: relative;
    padding: 4rem 0 5rem;
    overflow: hidden;
}

/* Ana sayfa: görsel tam ekran genişliğinde (100vw), enine yayılı */
.home-hero-backdrop {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    min-height: max(560px, min(76vh, calc(100vw * 0.76)));
    overflow: hidden;
    background-color: var(--bg-deep);
    background-image: url("../../images/hero-section.png");
    background-repeat: no-repeat;
    background-position: center -10vh;
    background-size: 100% auto;
    z-index: 0;
    pointer-events: none;
}

/* Ana sayfa: görsel üzerinde ekstra overlay yok */
body.page-home::before {
    display: none;
}

.page-home .site-header {
    background: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: background 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}

/* Kaydırınca menü opak (şeffaf kalmaz) */
.page-home .site-header.site-header--opaque {
    background: rgba(15, 23, 41, 0.98) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

html.is-home body.page-home {
    overflow-x: hidden;
}

body.page-home {
    position: relative;
    margin: 0;
}

.page-home .main-content {
    position: relative;
    z-index: 2;
}

/* Hero: hafif min-yükseklik + ekstra alt boşluk (aşağı doğru büyür) */
.page-home .hero--bg {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: none;
    min-height: clamp(380px, 46vh, 580px);
    overflow: visible;
    padding: clamp(0.75rem, 2.5vh, 1.75rem) 1rem calc(9vh + 3.25rem);
}

.page-home .hero-stage {
    position: relative;
    width: 100%;
    max-width: min(1120px, 96vw);
    margin: 0 auto;
    padding: 0 clamp(0.5rem, 2vw, 1.25rem);
    min-height: clamp(320px, 40vh, 520px);
}

.page-home .hero-corner-icons {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

/* Yarı saydam kutu + blur */
.page-home .hero-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(72px, 20vw, 88px);
    height: clamp(72px, 20vw, 88px);
    flex-shrink: 0;
    border: 1px solid rgba(200, 168, 107, 0.35);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    color: #c8a86b;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.03),
        0 0 20px rgba(0, 0, 0, 0.15);
}

.page-home .hero-corner-icons .hero-icon-box {
    position: absolute;
}

/* Başlık 1. satırı ile aynı hizada üst ikonlar */
.page-home .hero-h1-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-home .hero-h1-row1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(1.2rem, 5.5vw, 2.6rem);
    width: 100%;
    max-width: 100%;
}

.page-home .hero-h1-line1 {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: 1.06;
    white-space: nowrap;
    padding-inline: clamp(0.35rem, 1.2vw, 0.85rem);
}

.page-home .hero-h1-line2 {
    display: block;
    margin-top: 0.12em;
    width: 100%;
}

.page-home .hero-inner .hero-icon-box--tl,
.page-home .hero-inner .hero-icon-box--tr {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: clamp(56px, 11vw, 80px);
    height: clamp(56px, 11vw, 80px);
}

.page-home .hero-inner .hero-icon-box--tl .hero-icon-svg,
.page-home .hero-inner .hero-icon-box--tr .hero-icon-svg {
    width: 44px;
    height: 44px;
    max-width: 68%;
    max-height: 68%;
}

@media (max-width: 520px) {
    .page-home .hero-inner .hero-icon-box--tl,
    .page-home .hero-inner .hero-icon-box--tr {
        width: clamp(48px, 14vw, 62px);
        height: clamp(48px, 14vw, 62px);
    }

    .page-home .hero-inner .hero-icon-box--tl .hero-icon-svg,
    .page-home .hero-inner .hero-icon-box--tr .hero-icon-svg {
        width: 34px;
        height: 34px;
    }

    .page-home .hero-h1-row1 {
        gap: clamp(0.85rem, 4vw, 1.35rem);
    }

    .page-home .hero-h1-line1 {
        padding-inline: 0.25rem;
    }
}

/* Alt ikonlar: buton satırıyla aynı yükseklikte */
.page-home .hero-icon-box--bl {
    left: clamp(0%, 1.5vw, 3%);
    top: clamp(58%, 52vh, 74%);
    bottom: auto;
    transform: translateY(-50%);
}

.page-home .hero-icon-box--br {
    right: clamp(0%, 1.5vw, 3%);
    top: clamp(58%, 52vh, 74%);
    bottom: auto;
    transform: translateY(-50%);
}

.page-home .hero-icon-svg {
    width: 52px;
    height: 52px;
    max-width: 72%;
    max-height: 72%;
    display: block;
}

@media (max-width: 720px) {
    .page-home .hero-corner-icons {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem 1rem;
        max-width: min(100%, 200px);
        margin: 0 auto 0.5rem;
        min-height: 0;
    }

    .page-home .hero-corner-icons .hero-icon-box--bl,
    .page-home .hero-corner-icons .hero-icon-box--br {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
    }

    .page-home .hero-stage {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .page-home .hero--bg {
        min-height: min(58vh, 500px);
        padding-bottom: calc(9vh + 2.5rem);
    }

    .page-home .hero-stage {
        min-height: min(50vh, 440px);
    }
}

.page-home .hero--bg::before,
.page-home .hero--bg::after {
    display: none !important;
}

.hero--bg {
    min-height: clamp(280px, 48vh, 520px);
    padding: 3rem 0 4.5rem;
    display: flex;
    align-items: center;
}

.hero:not(.hero--bg)::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(191, 167, 125, 0.04) 1px, transparent 1px),
        linear-gradient(rgba(191, 167, 125, 0.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black, transparent);
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
    width: 100%;
}

.page-home .hero-inner {
    max-width: min(96vw, 1100px);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    transform: translateY(9vh);
}

.page-home .hero h1 {
    font-family: var(--font-trajan);
    font-weight: 700;
    font-size: clamp(1.8rem, 5.85vw, 3.55rem);
    line-height: 1.06;
    letter-spacing: 0.055em;
    color: #ece8e0;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
    margin: 0 0 0.85rem;
}

.page-home .hero .tagline {
    font-family: var(--font-cinzel);
    color: rgba(236, 232, 224, 0.93);
    letter-spacing: 0.13em;
    font-size: clamp(0.875rem, 2.25vw, 1.22rem);
    font-weight: 600;
    line-height: 1.32;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
    margin: 0 auto 1.5rem;
    max-width: 46ch;
}

.hero h1 {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4.5vw, 2.75rem);
    font-weight: 700;
    color: var(--tan);
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin: 0 0 1rem;
}

.hero .tagline {
    font-size: 1rem;
    color: var(--text-muted);
    font-weight: 400;
    letter-spacing: 0.04em;
    margin-bottom: 2rem;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
}

.page-home .hero-cta {
    gap: 0.85rem;
    margin-top: 0.25rem;
}

.page-home .btn.btn-hero-outline,
.page-home .hero-cta .btn-gold {
    padding: 0.95rem 1.95rem;
    font-size: clamp(0.8rem, 2.1vw, 0.95rem);
    min-height: 3rem;
    border-radius: 8px;
}

/* Sertifika — hero bitiminde başlar (üstte boşluk yok) */
.section-beige--home-cert {
    margin-top: 0;
    border-top: none;
    padding: clamp(1.75rem, 4vw, 2.75rem) 0 0;
    position: relative;
    z-index: 3;
}

.section-beige--home-cert .container--cert-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 800px;
    padding-bottom: 0;
}

.section-beige--home-cert .section-title--cert-home {
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: clamp(1.2rem, 2.8vw, 1.75rem);
    line-height: 1.25;
    letter-spacing: 0.08em;
    color: #1e1a14;
    margin: 0 0 1.15rem;
    text-wrap: balance;
}

.section-beige--home-cert .cert-section-lead {
    font-family: var(--font-sans);
    font-size: clamp(1rem, 2.1vw, 1.125rem);
    font-weight: 400;
    line-height: 1.75;
    color: #3a342c;
    text-align: center;
    max-width: 42rem;
    margin: 0 auto 0.35rem;
    text-wrap: pretty;
}

.section-beige--home-cert .cert-section-example-label {
    font-family: var(--font-sans);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--tan-muted);
    margin: 1.25rem 0 0.65rem;
}

.cert-visual--home {
    margin-top: 0.25rem;
    margin-bottom: 0;
    max-width: min(480px, 92vw);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cert-visual--home .cert-img--home {
    max-height: min(52vh, 420px);
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
}

.section-beige--home-cert .cert-placeholder-visual {
    padding: 2.25rem 1.75rem;
    background: linear-gradient(160deg, #faf7f2 0%, #ebe4d8 100%);
    border: 2px solid rgba(178, 152, 112, 0.45);
    border-radius: 10px;
    text-align: center;
    font-family: var(--font-sans);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 12px 36px rgba(0, 0, 0, 0.08);
}

.section-beige--home-cert .cert-placeholder-visual strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.15rem;
    letter-spacing: 0.06em;
    color: var(--beige-dark);
    margin-bottom: 0.65rem;
}

.section-beige--home-cert .cert-placeholder-visual span {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4d453a;
}

.section-beige--home-cert .cert-placeholder-visual code {
    font-size: 0.85em;
    padding: 0.15em 0.4em;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

/* Ana sayfa: sertifika altı ödeme alanı — ana sayfadan hafif daha koyu, dengeli */
.section-payment-home {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    background: linear-gradient(180deg, #080d18 0%, #060a14 55%, #050812 100%);
    padding: clamp(1.75rem, 4vw, 2.75rem) 0 clamp(2.5rem, 5vw, 3.75rem);
    border-top: none;
    position: relative;
    z-index: 3;
}

.section-payment-home__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.section-payment-home__title {
    font-family: var(--font-cinzel);
    font-weight: 700;
    font-size: clamp(1.55rem, 3.6vw, 2.15rem);
    letter-spacing: 0.14em;
    text-align: center;
    color: #ffffff;
    margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.section-payment-home__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1rem, 2.5vw, 1.75rem);
    align-items: stretch;
}

.payment-home-card {
    text-align: center;
    padding: clamp(1.35rem, 3vw, 1.85rem) clamp(1rem, 2vw, 1.35rem);
    background: rgba(14, 20, 36, 0.93);
    border: 1px solid rgba(200, 168, 107, 0.38);
    border-radius: 10px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 8px 30px rgba(0, 0, 0, 0.38);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment-home-card__icon {
    width: 112px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.15rem;
    color: #c8a86b;
}

.payment-home-card__img {
    width: 112px;
    height: 112px;
    object-fit: contain;
    display: block;
}

.payment-home-card__head {
    font-family: var(--font-cinzel);
    font-size: clamp(0.82rem, 1.75vw, 1.02rem);
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.38;
    color: #ffffff;
    margin: 0 0 0.35rem;
    max-width: 18rem;
}

.payment-home-card__link {
    font-family: var(--font-sans);
    font-size: clamp(0.88rem, 1.7vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #e0c992;
    text-decoration: underline;
    text-decoration-color: rgba(200, 168, 107, 0.55);
    text-underline-offset: 0.25em;
    margin-top: auto;
    transition: color 0.2s, text-decoration-color 0.2s;
}

.payment-home-card__link:hover {
    color: #f0e0c0;
    text-decoration-color: #c8a86b;
}

.payment-home-card button.payment-home-card__link {
    border: none;
    background: transparent;
    padding: 0;
    margin-top: auto;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    text-align: center;
    appearance: none;
}

.payment-notify-cta {
    margin-top: 1.4rem;
    text-align: center;
}

@media (max-width: 900px) {
    .section-payment-home__grid {
        grid-template-columns: 1fr;
        max-width: 22rem;
        margin: 0 auto;
    }
}

.btn.btn-hero-outline {
    background: transparent;
    color: #ece8e0 !important;
    border: 1px solid var(--tan) !important;
    border-radius: 8px;
    padding: 0.85rem 1.65rem;
    font-size: clamp(0.78rem, 1.9vw, 0.88rem);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.btn-hero-outline:hover {
    background: rgba(178, 152, 112, 0.12);
    color: #fff !important;
    border-color: var(--tan-hover);
}

/* Section dark */
.section-dark {
    padding: 3.5rem 0;
    border-top: 1px solid rgba(58, 64, 72, 0.5);
    background: var(--bg-deep);
    position: relative;
    z-index: 1;
}

.section-title {
    font-family: var(--font-display);
    font-size: 1.75rem;
    color: var(--text);
    margin: 0 0 1.25rem;
    letter-spacing: 0.04em;
}

.section-dark p {
    color: var(--text-muted);
    max-width: 720px;
}

/* Payment row (icons) */
.payment-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
}

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

.payment-card {
    text-align: center;
    padding: 1.5rem 1rem;
    background: var(--bg-card);
    border: 1px solid rgba(191, 167, 125, 0.14);
    border-radius: 4px;
}

.payment-card .icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 1rem;
    color: var(--tan);
    font-size: 1.75rem;
    line-height: 48px;
}

.payment-card h3 {
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    margin: 0 0 0.5rem;
    color: var(--text);
}

.payment-card p {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin: 0;
    max-width: none;
}

/* Two column */
.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 2rem;
}

@media (max-width: 900px) {
    .grid-2 {
        grid-template-columns: 1fr;
    }
}

.visual-box {
    aspect-ratio: 16/10;
    background: linear-gradient(145deg, var(--bg-card), #182238);
    border: 1px solid rgba(191, 167, 125, 0.16);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.visual-box::before {
    content: "";
    position: absolute;
    inset: 10%;
    background: linear-gradient(90deg, transparent, var(--gold-glow), transparent);
    opacity: 0.4;
    clip-path: polygon(0 80%, 15% 40%, 30% 60%, 45% 20%, 60% 50%, 75% 30%, 100% 70%, 100% 100%, 0 100%);
}

.visual-placeholder {
    font-family: var(--font-display);
    color: var(--tan);
    font-size: 1.25rem;
    z-index: 1;
    text-align: center;
    padding: 1rem;
}

/* Beige section */
.section-beige {
    background: var(--beige);
    color: var(--beige-dark);
    padding: 4rem 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
}

.section-beige .container {
    max-width: 1140px;
}

.section-beige--announcement {
    padding-bottom: 4.5rem;
}

.announcement-card {
    background: linear-gradient(145deg, #111c2a, #0b131f);
    border: 1px solid rgba(201, 162, 107, 0.24);
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(10, 12, 20, 0.34);
    padding: clamp(1.1rem, 2.5vw, 1.85rem);
    margin-bottom: 2rem;
}

.announcement-card__head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.announcement-card__logo {
    width: clamp(130px, 22vw, 210px);
    height: auto;
    object-fit: contain;
}

.announcement-card__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1rem, 2.2vw, 1.35rem);
    letter-spacing: 0.04em;
    color: #f3eadf;
}

.announcement-card__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.7fr);
    gap: 1.2rem;
    align-items: start;
}

.announcement-card__body p {
    margin: 0 0 0.9rem;
    color: rgba(241, 232, 222, 0.88);
    line-height: 1.75;
    max-width: 100%;
}

.announcement-card__list {
    margin: 0.2rem 0 1rem 1.2rem;
    padding: 0;
}

.announcement-card__list li {
    margin-bottom: 0.55rem;
    color: rgba(242, 233, 224, 0.86);
    line-height: 1.55;
}

.announcement-card__media {
    position: sticky;
    top: 96px;
    align-self: start;
}

.announcement-card__semih {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 4 / 5;
    border-radius: 12px;
    border: 1px solid rgba(201, 162, 107, 0.28);
    object-fit: cover;
    display: block;
    margin-left: auto;
    background: linear-gradient(145deg, #c4b8a8, #8a8074);
}

.announcement-card__semih--ph {
    min-height: 320px;
}

.ny-payment {
    margin-top: 2rem;
    padding: 1.2rem;
    border-radius: 12px;
    border: 1px solid rgba(157, 139, 106, 0.3);
    background: rgba(255, 255, 255, 0.48);
}

.ny-payment__title {
    font-family: var(--font-cinzel);
    font-size: clamp(1.25rem, 2.8vw, 1.7rem);
    letter-spacing: 0.12em;
    text-align: center;
    color: #231d17;
    margin: 0 0 1.2rem;
}

.ny-payment__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.ny-payment__card {
    background: linear-gradient(145deg, #111c2a, #0a111d);
    border-color: rgba(200, 168, 107, 0.35);
}

.ny-payment__card .payment-home-card__icon {
    color: #c8a86b;
}

.ny-payment__card .payment-home-card__head {
    color: #fff;
}

.ny-payment__card .payment-home-card__link {
    color: #e0c992;
}

.ny-payment__card button.payment-home-card__link {
    border: none;
    background: transparent;
    padding: 0;
    font: inherit;
    cursor: pointer;
    text-align: center;
}

.ny-bank-line {
    margin: 0.35rem 0;
    max-width: 100%;
    font-size: 0.86rem;
    line-height: 1.45;
    color: rgba(240, 233, 223, 0.9);
}

.ny-contact-bottom {
    margin-top: 1.5rem;
    text-align: center;
}

.ny-contact-bottom__text {
    margin: 0 0 0.8rem;
    max-width: 100%;
    color: #4c4339;
}

@media (max-width: 960px) {
    .announcement-card__layout {
        grid-template-columns: 1fr;
    }

    .announcement-card__media {
        position: static;
    }

    .announcement-card__semih {
        margin: 0 auto;
        max-width: 280px;
    }

    .ny-payment__grid {
        grid-template-columns: 1fr;
    }
}

.section-beige .section-title {
    color: var(--beige-dark);
}

.section-beige p {
    color: #3d3830;
    max-width: 640px;
}

/* Neler Yaptik: duyuru blogu okuma kontrasti */
.section-beige--announcement .announcement-card__title {
    color: #f7eee2 !important;
}

.section-beige--announcement .announcement-card__body p {
    color: rgba(247, 238, 226, 0.92) !important;
    max-width: 100%;
}

.section-beige--announcement .announcement-card__list li {
    color: rgba(247, 238, 226, 0.9) !important;
}

.cert-visual {
    margin-top: 2rem;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
    background: linear-gradient(145deg, #f5f0e8, #e0d8cc);
    border: 3px double var(--gold-dim);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    text-align: center;
    font-family: var(--font-display);
}

.cert-visual strong {
    display: block;
    font-size: 1.5rem;
    color: var(--gold-dim);
    letter-spacing: 0.2em;
    margin-bottom: 0.5rem;
}

.cert-visual--image {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    max-width: 520px;
}

.cert-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    vertical-align: middle;
}

.section-beige .payment-card {
    background: rgba(255, 255, 255, 0.55);
    border-color: rgba(157, 139, 106, 0.35);
}

.section-beige .payment-card h3 {
    color: var(--beige-dark);
}

.section-beige .payment-card p {
    color: #5c564c;
}

/* Instructor */
.instructor-card {
    text-align: center;
    max-width: 360px;
    margin: 0 auto 3rem;
}

.instructor-photo {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto 1.25rem;
    background: linear-gradient(145deg, #c4b8a8, #8a8074);
    border: 3px solid var(--tan-muted);
    object-fit: cover;
    display: block;
}

.instructor-photo--real {
    background: none;
}

.instructor-card p {
    text-align: left;
    font-size: 0.95rem;
}

/* Testimonials */
.testimonial {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 1rem;
    align-items: start;
    margin-bottom: 1.5rem;
}

.testimonial-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--beige-dark);
    flex-shrink: 0;
}

.testimonial-bubble {
    background: var(--beige-dark);
    color: var(--beige);
    padding: 1rem 1.25rem;
    border-radius: 12px 12px 12px 4px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.testimonial-name {
    grid-column: 2;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--beige-dark);
    margin-top: -0.5rem;
}

/* Contact */
.contact-block {
    max-width: 480px;
    margin: 3rem auto 0;
}

.contact-form label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
    color: var(--beige-dark);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(44, 40, 32, 0.25);
    border-radius: 4px;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    background: #fff;
}

.contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-form .btn-submit {
    background: var(--beige-dark);
    color: var(--beige);
    width: 100%;
    padding: 0.85rem;
}

.contact-form .btn-submit:hover {
    background: #1a1814;
}

/* Packages */
.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.package-card {
    background: var(--bg-card);
    border: 1px solid rgba(191, 167, 125, 0.18);
    border-radius: 8px;
    padding: 2rem 1.5rem;
    position: relative;
}

.package-card.featured {
    border-color: var(--tan);
    box-shadow: 0 0 0 1px rgba(191, 167, 125, 0.2);
}

.package-card .badge {
    position: absolute;
    top: -10px;
    right: 1rem;
    background: var(--tan);
    color: var(--cta-text);
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    letter-spacing: 0.05em;
}

.package-card h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--tan);
    margin: 0 0 0.5rem;
}

.package-price {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 1rem;
}

.package-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.package-card li {
    padding: 0.4rem 0;
    padding-left: 1.25rem;
    position: relative;
}

.package-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--tan-muted);
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Footer */
.site-footer {
    background: #0d1520;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 0;
    color: rgba(255, 255, 255, 0.88);
}

.footer-contact-wrap {
    padding: 3rem 0 2.5rem;
}

.footer-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}

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

.footer-contact-lead-title {
    font-family: var(--font-display, Cinzel, serif);
    font-size: clamp(1.15rem, 2.5vw, 1.35rem);
    font-weight: 600;
    margin: 0 0 1rem;
    color: #fff;
    letter-spacing: 0.04em;
}

.footer-contact-lead {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
    max-width: 36rem;
}

.footer-contact-mail {
    display: inline-block;
    margin-top: 0.85rem;
    color: #e0c992;
    text-decoration: underline;
    text-underline-offset: 0.25em;
    word-break: break-all;
}

.footer-contact-mail:hover {
    color: #f0e0c0;
}

.footer-payment-btn {
    margin-top: 1rem;
}

.footer-contact-title {
    text-align: center;
    font-family: var(--font-display, Cinzel, serif);
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    letter-spacing: 0.12em;
    font-weight: 600;
    margin: 0 0 1.25rem;
    color: #fff;
}

.footer-contact-form-col {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media (min-width: 769px) {
    .footer-contact-form-col {
        margin-right: 0;
        margin-left: auto;
    }
}

.footer-form-msg {
    font-size: 0.9rem;
    margin: 0 0 1rem;
    padding: 0.6rem 0.75rem;
    border-radius: 4px;
    text-align: center;
}

.footer-form-msg--ok {
    background: rgba(45, 106, 79, 0.35);
    color: #a8e6cf;
}

.footer-form-msg--err {
    background: rgba(155, 34, 38, 0.35);
    color: #ffb4b4;
}

.footer-contact-form {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.footer-contact-form input,
.footer-contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 0.75rem 1rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 2px;
    color: #fff;
    font-family: inherit;
    font-size: 0.95rem;
}

.footer-contact-form input::placeholder,
.footer-contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.footer-contact-form input:focus,
.footer-contact-form textarea:focus {
    outline: none;
    border-color: rgba(201, 162, 107, 0.55);
}

.footer-contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-footer-submit {
    align-self: flex-start;
    margin-top: 0.25rem;
    padding: 0.7rem 2.25rem;
    font-family: var(--font-display, Cinzel, serif);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: #fff;
    background: #9a7349;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}

.btn-footer-submit:hover {
    background: #b38655;
}

.btn-footer-submit:active {
    transform: scale(0.98);
}

.footer-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.15rem 0 1.5rem;
}

.footer-bar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-bar-company {
    margin: 0;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
}

.footer-social {
    display: flex;
    justify-content: flex-end;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.footer-social-link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.footer-social-link:hover {
    color: #c9a26b;
    border-color: rgba(201, 162, 107, 0.5);
    background: rgba(255, 255, 255, 0.04);
}

.whatsapp-float {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 56px;
    height: 56px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
    z-index: 200;
    transition: transform 0.2s;
}

.whatsapp-float:hover {
    transform: scale(1.06);
    color: #fff;
}

.main-content {
    min-height: 50vh;
}

body.modal-open {
    overflow: hidden;
}

.contact-modal {
    position: fixed;
    inset: 0;
    z-index: 600;
    display: none;
}

.contact-modal.is-open {
    display: block;
}

.contact-modal__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(19, 30, 46, 0.55), rgba(4, 8, 14, 0.82));
    backdrop-filter: blur(3px);
}

.contact-modal__dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: min(920px, calc(100% - 2rem));
    margin: 0 auto;
    background: linear-gradient(160deg, #111c2a 0%, #0d1622 100%);
    border: 1px solid rgba(201, 162, 107, 0.28);
    border-radius: 14px;
    padding: clamp(1rem, 2.8vw, 2rem);
    box-shadow: 0 28px 75px rgba(0, 0, 0, 0.55);
    color: #fff;
}

.contact-modal__close {
    position: absolute;
    top: 0.7rem;
    right: 0.8rem;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.contact-modal__kicker {
    margin: 0 0 0.4rem;
    color: #c9a26b;
    font-size: 0.82rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-modal__title {
    margin: 0;
    color: #fff;
    font-family: var(--font-display, Cinzel, serif);
    letter-spacing: 0.05em;
    font-size: clamp(1.05rem, 2.2vw, 1.45rem);
}

.contact-modal__desc {
    margin: 0.7rem 0 1.2rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.93rem;
    line-height: 1.6;
    max-width: 56rem;
}

.contact-modal__content {
    display: grid;
    grid-template-columns: 0.95fr 1.2fr;
    gap: 1rem;
    align-items: stretch;
}

.contact-modal__wa-card,
.contact-modal__form-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.02);
}

.contact-modal__wa-card {
    background: linear-gradient(165deg, rgba(37, 211, 102, 0.15), rgba(17, 28, 42, 0.88));
    border-color: rgba(37, 211, 102, 0.28);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-modal__card-title {
    margin: 0 0 0.45rem;
    color: #fff;
    font-family: var(--font-display, Cinzel, serif);
    font-size: 1rem;
    letter-spacing: 0.05em;
}

.contact-modal__card-desc {
    margin: 0 0 0.95rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    font-size: 0.9rem;
}

.contact-modal__whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0.7rem 1rem;
    border-radius: 6px;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.contact-modal__whatsapp:hover {
    color: #fff;
    filter: brightness(1.05);
}

.contact-modal__social {
    margin-top: 0.8rem;
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.contact-modal__social-link,
.contact-modal__social-link:link,
.contact-modal__social-link:visited {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.22);
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.contact-modal__social-link:hover,
.contact-modal__social-link:focus-visible,
.contact-modal__social-link:active {
    color: #c9a26b;
    border-color: rgba(201, 162, 107, 0.55);
    background: rgba(255, 255, 255, 0.05);
}

.contact-modal__social-link svg {
    fill: currentColor;
}

.contact-modal__form .btn-footer-submit {
    width: 100%;
}

.bank-modal {
    position: fixed;
    inset: 0;
    z-index: 620;
    display: none;
}

.bank-modal.is-open {
    display: block;
}

.bank-modal__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(19, 30, 46, 0.55), rgba(4, 8, 14, 0.82));
    backdrop-filter: blur(3px);
}

.bank-modal__dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: min(640px, calc(100% - 2rem));
    margin: 0 auto;
    background: linear-gradient(160deg, #111c2a 0%, #0d1622 100%);
    border: 1px solid rgba(201, 162, 107, 0.28);
    border-radius: 14px;
    padding: clamp(1rem, 2.8vw, 2rem);
    box-shadow: 0 28px 75px rgba(0, 0, 0, 0.55);
    color: #fff;
}

.bank-modal__close {
    position: absolute;
    top: 0.7rem;
    right: 0.8rem;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.bank-modal__kicker {
    margin: 0 0 0.35rem;
    color: #c9a26b;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 600;
}

.bank-modal__title {
    margin: 0;
    font-family: var(--font-display, Cinzel, serif);
    font-size: clamp(1.05rem, 2.2vw, 1.45rem);
    color: #fff;
}

.bank-modal__desc {
    margin: 0.65rem 0 1rem;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.6;
}

.bank-modal__cards {
    display: grid;
    gap: 0.8rem;
}

.bank-modal__card {
    border: 1px solid rgba(201, 162, 107, 0.24);
    border-radius: 10px;
    padding: 0.85rem 0.95rem;
    background: rgba(255, 255, 255, 0.03);
}

.bank-modal__card h3 {
    margin: 0 0 0.35rem;
    font-family: var(--font-display, Cinzel, serif);
    color: #fff;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
}

.bank-modal__card p {
    margin: 0;
    font-size: 0.94rem;
    letter-spacing: 0.03em;
    color: #e8d8ba;
}

.payment-modal {
    position: fixed;
    inset: 0;
    z-index: 630;
    display: none;
}

.payment-modal.is-open {
    display: block;
}

.payment-modal__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(19, 30, 46, 0.55), rgba(4, 8, 14, 0.82));
    backdrop-filter: blur(3px);
}

.payment-modal__dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: min(680px, calc(100% - 2rem));
    margin: 0 auto;
    background: linear-gradient(160deg, #111c2a 0%, #0d1622 100%);
    border: 1px solid rgba(201, 162, 107, 0.28);
    border-radius: 14px;
    padding: clamp(1rem, 2.8vw, 1.6rem);
    box-shadow: 0 28px 75px rgba(0, 0, 0, 0.55);
    color: #fff;
}

.payment-modal__close {
    position: absolute;
    top: 0.65rem;
    right: 0.8rem;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.payment-modal__title {
    margin: 0;
    font-family: var(--font-display, Cinzel, serif);
    font-size: clamp(1.05rem, 2.2vw, 1.4rem);
    color: #fff;
    letter-spacing: 0.04em;
}

.payment-modal__desc {
    margin: 0.6rem 0 1rem;
    color: rgba(255, 255, 255, 0.74);
}

.payment-modal__form {
    display: grid;
    gap: 0.7rem;
}

.payment-modal__form label {
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.84);
}

.payment-modal__form input,
.payment-modal__form select,
.payment-modal__form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 0.65rem 0.85rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 4px;
    color: #fff;
    font-family: inherit;
}

.payment-modal__form option {
    color: #111c2a;
}

.payment-fields {
    display: none;
    gap: 0.55rem;
    padding: 0.65rem;
    border-radius: 8px;
    border: 1px solid rgba(201, 162, 107, 0.2);
    background: rgba(255, 255, 255, 0.02);
}

@media (max-width: 800px) {
    .contact-modal__dialog {
        top: 50%;
        max-height: calc(100vh - 2rem);
        overflow-y: auto;
    }

    .contact-modal__content {
        grid-template-columns: 1fr;
    }

    .bank-modal__dialog {
        top: 50%;
        max-height: calc(100vh - 2rem);
        overflow-y: auto;
    }

    .payment-modal__dialog {
        top: 50%;
        max-height: calc(100vh - 2rem);
        overflow-y: auto;
    }
}
