:root {
    --primary: #071a3d;
    --primary2: #0d2b63;
    --dark: #020617;
    --gold: #d4af37;
    --gold2: #f5d978;
    --light: #f8fafc;
    --text: #111827;
    --muted: #64748b;
    --border: #e5e7eb;
    --shadow: 0 24px 65px rgba(2, 6, 23, .16);
}

.tema-koyu {
    --primary: #111827;
    --primary2: #374151;
    --dark: #020617;
    --gold: #f59e0b;
    --gold2: #fde68a;
}

.tema-bordo {
    --primary: #4a0f1c;
    --primary2: #7f1d1d;
    --dark: #1f0a0f;
    --gold: #d4af37;
    --gold2: #f5d978;
}

.tema-acik {
    --primary: #1e3a8a;
    --primary2: #2563eb;
    --dark: #0f172a;
    --gold: #b45309;
    --gold2: #fbbf24;
    --light: #ffffff;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Inter', Arial, sans-serif;
    background: var(--light);
    color: var(--text);
    line-height: 1.65;
}

a {
    text-decoration: none;
}

i.bi {
    line-height: 1;
}

/* TOP BAR */

.top-strip {
    background: var(--dark);
    color: rgba(255,255,255,.78);
    font-size: 13px;
    padding: 9px 0;
}

.top-strip i {
    color: var(--gold);
    margin-right: 5px;
}

/* NAVBAR */

.site-navbar {
    background: rgba(7, 26, 61, .98);
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 35px rgba(2,6,23,.16);
    min-height: 82px;
}

.logo-only {
    display: flex;
    align-items: center;
    padding: 0;
}

.logo-only img {
    height: 58px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    display: block;
}

.navbar-dark-btn {
    color: white;
    font-size: 34px;
    line-height: 1;
    padding: 4px 8px;
}

.site-navbar .nav-link {
    color: rgba(255,255,255,.86);
    font-weight: 800;
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 999px;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link.active {
    color: var(--gold);
    background: rgba(255,255,255,.06);
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold), var(--gold2));
    border: none;
    color: var(--dark);
    box-shadow: 0 14px 28px rgba(212,175,55,.22);
}

/* HERO */

.hero-section {
    background-size: cover;
    background-position: center;
    color: white;
    padding: 115px 0 95px;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 82% 16%, rgba(212,175,55,.18), transparent 30%),
        radial-gradient(circle at 10% 80%, rgba(255,255,255,.08), transparent 34%);
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    background: rgba(212,175,55,.14);
    border: 1px solid rgba(212,175,55,.35);
    color: var(--gold2);
    padding: 9px 16px;
    border-radius: 999px;
    font-weight: 900;
    margin-bottom: 22px;
}

.hero-section h1 {
    font-size: clamp(36px, 5.3vw, 68px);
    line-height: 1.04;
    letter-spacing: -1.5px;
    font-weight: 900;
    margin-bottom: 22px;
}

.hero-section p {
    color: rgba(255,255,255,.82);
    font-size: 18px;
    max-width: 680px;
}

.hero-stats > div > div {
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 20px;
    padding: 16px;
    backdrop-filter: blur(8px);
}

.hero-stats strong {
    display: block;
    color: var(--gold2);
    font-size: 28px;
    line-height: 1;
}

.hero-stats span {
    color: rgba(255,255,255,.72);
    font-size: 13px;
}

/* PAGE HERO */

.page-hero {
    background:
        radial-gradient(circle at right, rgba(212,175,55,.18), transparent 34%),
        linear-gradient(135deg, #020617, #061A40);
    color: white;
    padding: 86px 0;
}

.page-hero span {
    color: var(--gold);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .7px;
}

.page-hero h1 {
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 900;
    line-height: 1.08;
    margin: 8px 0 12px;
}

.page-hero p {
    color: rgba(255,255,255,.76);
    max-width: 760px;
}

/* SECTIONS */

.section-padding {
    padding: 88px 0;
}

.section-title {
    max-width: 760px;
    margin-bottom: 44px;
}

.section-title span,
.section-small,
.showcase-card span,
.premium-band span,
.blog-card span {
    color: var(--gold);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .7px;
}

.section-title h2,
.big-title {
    color: var(--dark);
    font-weight: 900;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.14;
    letter-spacing: -1px;
    margin: 10px 0 12px;
}

.section-title p {
    color: var(--muted);
}

.lead-text {
    color: #475569;
    font-size: 17px;
    margin-bottom: 18px;
}

.muted-text {
    color: var(--muted);
}

/* ABOUT */

.about-section {
    background: #f8fafc;
}

.about-box {
    background:
        radial-gradient(circle at top right, rgba(212,175,55,.18), transparent 35%),
        linear-gradient(135deg, #020617, #061A40);
    color: white;
    border-radius: 32px;
    padding: 44px;
    min-height: 360px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-icon {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    background: rgba(212,175,55,.18);
    color: var(--gold);
    border-radius: 24px;
    font-size: 36px;
    margin-bottom: 22px;
}

.about-box h3 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 14px;
}

.about-box p {
    color: rgba(255,255,255,.74);
    margin-bottom: 24px;
}

.about-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.about-mini-grid div {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    padding: 15px;
}

.about-mini-grid strong {
    display: block;
    color: var(--gold2);
    font-size: 18px;
}

.about-mini-grid span {
    color: rgba(255,255,255,.7);
    font-size: 13px;
}

/* CARDS */

.brand-query-card,
.content-card,
.form-card,
.side-card,
.info-box {
    background: white;
    border: 1px solid var(--border);
    border-radius: 26px;
    padding: 30px;
    box-shadow: 0 14px 35px rgba(2,6,23,.07);
}

.brand-query-card {
    background: rgba(255,255,255,.98);
    box-shadow: var(--shadow);
    border: 1px solid rgba(212,175,55,.35);
}

.brand-query-card h2,
.form-card h2,
.content-card h2 {
    color: var(--primary);
    font-weight: 900;
}

.brand-query-card p,
.content-card p {
    color: var(--muted);
}

.brand-query-card label,
.form-card label {
    font-weight: 800;
    color: var(--primary);
    font-size: 13px;
    margin: 10px 0 6px;
}

.brand-query-card .form-control,
.form-card .form-control,
.form-card .form-select {
    border-radius: 14px;
    padding: 13px 14px;
}

/* SHOWCASE */

.showcase-section {
    margin-top: -44px;
    position: relative;
    z-index: 5;
}

.showcase-card {
    height: 250px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow);
    background: var(--primary);
}

.showcase-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcase-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2,6,23,.86), transparent);
}

.showcase-card div {
    position: absolute;
    left: 24px;
    bottom: 22px;
    z-index: 2;
    color: white;
}

.showcase-card h3 {
    font-weight: 900;
    font-size: 23px;
}

/* SERVICES */

.service-card {
    display: block;
    height: 100%;
    background: white;
    border: 1px solid var(--border);
    border-radius: 26px;
    padding: 30px;
    color: var(--text);
    box-shadow: 0 14px 35px rgba(2,6,23,.07);
    transition: .25s;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(212,175,55,.14), transparent 35%);
    opacity: 0;
    transition: .25s;
}

.service-card:hover {
    transform: translateY(-7px);
    border-color: rgba(212,175,55,.6);
    box-shadow: var(--shadow);
}

.service-card:hover::before {
    opacity: 1;
}

.service-card > * {
    position: relative;
    z-index: 2;
}

.icon-box {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: rgba(212,175,55,.14);
    color: var(--gold);
    font-size: 28px;
    margin-bottom: 18px;
}

.icon-box i {
    line-height: 1;
}

.service-card h3 {
    color: var(--primary);
    font-weight: 900;
    font-size: 22px;
}

.service-card p {
    color: var(--muted);
}

.service-card small {
    color: var(--primary);
    font-weight: 900;
}

/* PREMIUM BAND */

.premium-band {
    background:
        radial-gradient(circle at right, rgba(212,175,55,.2), transparent 32%),
        linear-gradient(135deg, #020617, #061A40);
    color: white;
    padding: 78px 0;
}

.premium-band h2 {
    font-weight: 900;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.13;
}

.premium-band p {
    color: rgba(255,255,255,.74);
}

.premium-list {
    display: grid;
    gap: 14px;
}

.premium-list div {
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.14);
    padding: 17px;
    border-radius: 18px;
    font-weight: 900;
}

.premium-list i {
    color: var(--gold);
    margin-right: 8px;
}

/* BLOG */

.blog-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(2,6,23,.07);
    height: 100%;
    transition: .25s;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.blog-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.blog-card h3 {
    color: var(--primary);
    font-weight: 900;
    font-size: 22px;
    margin: 8px 0 10px;
}

.blog-card p {
    color: var(--muted);
}

.read-more {
    color: var(--primary);
    font-weight: 900;
}

.blog-detail-card {
    max-width: 960px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.blog-detail-card > img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.blog-date {
    color: var(--gold);
    font-weight: 800;
}

.blog-detail-card h2 {
    color: var(--primary);
    font-weight: 900;
    font-size: clamp(28px, 4vw, 44px);
}

.blog-detail-card p {
    color: #475569;
    font-size: 17px;
}

/* CONTACT */

.map-frame {
    width: 100%;
    height: 280px;
    border: 0;
    border-radius: 20px;
    margin-top: 16px;
}

/* FOOTER */

.footer-main {
    background: var(--dark);
    color: white;
    padding: 58px 0 0;
}

.footer-main h4,
.footer-main h5 {
    font-weight: 900;
    margin-bottom: 18px;
}

.footer-main p,
.footer-main a {
    display: block;
    color: rgba(255,255,255,.68);
    margin-bottom: 9px;
}

.footer-main a:hover {
    color: var(--gold);
}

.soft-credit a {
    display: inline;
    color: var(--gold);
    font-weight: 900;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    text-align: center;
    padding: 18px 0;
    margin-top: 42px;
    color: rgba(255,255,255,.62);
}

.footer-bottom a {
    display: inline;
    color: var(--gold);
    font-weight: 900;
}

.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #25D366;
    color: white;
    font-size: 28px;
    z-index: 1000;
    box-shadow: 0 16px 38px rgba(0,0,0,.25);
}

/* RESPONSIVE */

@media (max-width: 992px) {
    .about-box {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 78px 0;
    }

    .section-padding {
        padding: 58px 0;
    }

    .page-hero {
        padding: 62px 0;
    }

    .logo-only img {
        height: 48px;
        max-width: 170px;
    }

    .brand-query-card,
    .content-card,
    .form-card,
    .about-box {
        padding: 24px;
    }

    .site-navbar .nav-link {
        border-radius: 10px;
        padding: 12px;
    }

    .about-mini-grid {
        grid-template-columns: 1fr;
    }
}

/* CONTACT REVIZE */

.contact-hero {
    padding: 95px 0;
}

.contact-section {
    background: #f8fafc;
}

.contact-info-card {
    height: 100%;
    background: white;
    border: 1px solid var(--border);
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 14px 35px rgba(2,6,23,.07);
}

.contact-info-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(212,175,55,.15);
    color: var(--gold);
    font-size: 26px;
    margin-bottom: 18px;
}

.contact-info-card h3 {
    color: var(--primary);
    font-weight: 900;
    margin-bottom: 8px;
}

.contact-info-card p {
    color: var(--muted);
    min-height: 48px;
}

.contact-info-card a {
    color: var(--primary);
    font-weight: 900;
}

.contact-address-card h2,
.contact-form-card h2 {
    color: var(--primary);
    font-weight: 900;
    margin: 10px 0 12px;
}

.contact-mini-list {
    display: grid;
    gap: 12px;
    margin: 20px 0;
}

.contact-mini-list div {
    background: #f8fafc;
    border: 1px solid var(--border);
    padding: 13px;
    border-radius: 16px;
    font-weight: 800;
    color: var(--primary);
}

.contact-mini-list i {
    color: var(--gold);
    margin-right: 7px;
}