/* ===========================================
   KURU OTO KURTARMA - Ana Tema CSS
   =========================================== */

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

:root {
    --gold: #D4A017;
    --gold-light: #F5C518;
    --gold-dark: #B8860B;
    --black: #0A0A0A;
    --dark: #111111;
    --card: #181818;
    --border: rgba(255,255,255,0.08);
    --text: #F0F0F0;
    --muted: #888888;
    --whatsapp: #25D366;
    --radius: 10px;
    --font-sans: 'Roboto', sans-serif;
    --font-display: 'Oswald', sans-serif;
}

html { scroll-behavior: smooth; }

body {
    background-color: var(--black);
    color: var(--text);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ---- FADE IN ANIMATIONS ---- */
.fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: var(--delay, 0s);
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* =====================
   HEADER
   ===================== */
#site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 1rem 0;
    transition: background 0.3s, padding 0.3s, box-shadow 0.3s, border 0.3s;
}
#site-header.scrolled {
    background: rgba(10,10,10,0.95);
    backdrop-filter: blur(12px);
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 4px 32px rgba(0,0,0,0.4);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.logo-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.logo-img {
    height: 56px;
    width: 56px;
    border-radius: 4px;
    object-fit: cover;
    transition: transform 0.2s;
}
.logo-link:hover .logo-img { transform: scale(1.05); }
.logo-text { display: none; }
.logo-title {
    display: block;
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text);
}
.logo-sub {
    display: block;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--gold);
}
.main-nav { display: none; gap: 1.5rem; }
.main-nav a {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(240,240,240,0.75);
    transition: color 0.2s;
}
.main-nav a:hover { color: var(--gold); }
.btn-call {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--gold);
    color: var(--black);
    padding: 0.6rem 1.25rem;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: 0.9rem;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 0 16px rgba(212,160,23,0.3);
}
.btn-call:hover {
    background: var(--gold-light);
    box-shadow: 0 0 28px rgba(212,160,23,0.5);
}
.hide-sm { display: none; }
.show-sm { display: inline; }
.menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
.menu-toggle span {
    display: block;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: all 0.3s;
}
.mobile-menu {
    display: none;
    flex-direction: column;
    background: rgba(10,10,10,0.98);
    border-top: 1px solid var(--border);
    padding: 1rem 1.5rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border);
    font-weight: 500;
    color: rgba(240,240,240,0.8);
}
.mobile-call {
    margin-top: 0.5rem;
    background: var(--gold) !important;
    color: var(--black) !important;
    text-align: center;
    padding: 0.75rem !important;
    border-radius: var(--radius);
    font-weight: 700 !important;
    border-bottom: none !important;
}

/* =====================
   HERO
   ===================== */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(212,160,23,0.18) 0%, transparent 60%),
                radial-gradient(ellipse at 20% 80%, rgba(212,160,23,0.08) 0%, transparent 50%),
                linear-gradient(135deg, #050505 0%, #0f0f0f 40%, #1a1200 100%);
}
.hero-grid-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.07;
    background-image:
        repeating-linear-gradient(45deg, rgba(212,160,23,0.5) 0px, rgba(212,160,23,0.5) 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(-45deg, rgba(212,160,23,0.3) 0px, rgba(212,160,23,0.3) 1px, transparent 1px, transparent 60px);
}
.hero-glow {
    position: absolute;
    top: 0; right: 0;
    width: 66%;
    height: 100%;
    background: radial-gradient(ellipse at 80% 40%, rgba(212,160,23,0.1) 0%, transparent 70%);
}
.hero-fade-bottom {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 12rem;
    background: linear-gradient(to top, var(--black), transparent);
}
.hero-content {
    position: relative;
    z-index: 10;
    padding-top: 6rem;
    padding-bottom: 4rem;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 0.875rem;
    border-radius: 999px;
    background: rgba(212,160,23,0.15);
    border: 1px solid rgba(212,160,23,0.4);
    color: var(--gold);
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 12px rgba(212,160,23,0.15);
}
.hero-badge-dot {
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.4); }
}
.hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 7vw, 5rem);
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 1.25rem;
}
.hero-title span { color: var(--gold); text-shadow: 0 0 20px rgba(212,160,23,0.4); }
.hero-sub {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.75);
    max-width: 600px;
    margin-bottom: 2.5rem;
    font-weight: 300;
}
.hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.5rem;
}
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: var(--gold);
    color: var(--black);
    padding: 1rem 2rem;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: 1.1rem;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 0 24px rgba(212,160,23,0.4);
}
.btn-primary:hover {
    background: var(--gold-light);
    transform: scale(1.03);
    box-shadow: 0 0 36px rgba(212,160,23,0.6);
}
.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(37,211,102,0.1);
    color: #fff;
    border: 1px solid rgba(37,211,102,0.3);
    padding: 1rem 2rem;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: 1.1rem;
    transition: background 0.2s, transform 0.2s;
}
.btn-whatsapp:hover {
    background: rgba(37,211,102,0.2);
    transform: scale(1.03);
}
.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255,255,255,0.55);
    font-size: 0.875rem;
    font-weight: 500;
}
.trust-badge svg { color: var(--gold); }

/* =====================
   SERVICES
   ===================== */
.services-section {
    padding: 6rem 0;
    background: var(--black);
}
.section-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 4rem;
}
.section-header h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 1rem;
}
.section-divider {
    width: 5rem;
    height: 4px;
    background: var(--gold);
    margin: 0 auto 1.25rem;
    border-radius: 2px;
}
.section-header p { color: var(--muted); font-size: 1.05rem; }
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}
.service-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 2rem;
    transition: border-color 0.3s, transform 0.3s;
}
.service-card:hover {
    border-color: rgba(212,160,23,0.5);
    transform: translateY(-4px);
}
.service-icon {
    width: 64px;
    height: 64px;
    background: var(--black);
    border: 1px solid var(--border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: var(--gold);
    transition: transform 0.3s;
}
.service-card:hover .service-icon { transform: scale(1.1); }
.service-card h3 {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.service-card p { color: var(--muted); line-height: 1.7; font-size: 0.95rem; }

/* =====================
   SPLIT SECTION
   ===================== */
.split-section {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 460px;
}
.split-panel {
    position: relative;
    overflow: hidden;
    min-height: 280px;
}
.split-bg-left {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1200 40%, #2a1e00 100%);
    transition: transform 0.7s ease;
}
.split-bg-right {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #001a10 40%, #002a1a 100%);
    transition: transform 0.7s ease;
}
.split-panel:hover .split-bg-left,
.split-panel:hover .split-bg-right { transform: scale(1.05); }
.split-icon-bg {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.12;
    color: var(--gold);
}
.split-icon-bg svg { width: 160px; height: 160px; }
.split-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.split-overlay h3 {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
}
.split-overlay p { color: rgba(255,255,255,0.75); font-size: 1rem; margin-bottom: 1.25rem; }
.split-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--gold);
    font-weight: 700;
    font-size: 1rem;
    transition: text-decoration 0.2s;
}
.split-cta:hover { text-decoration: underline; }
.split-cta.whatsapp { color: var(--whatsapp); }

/* =====================
   WHY US
   ===================== */
.why-section {
    padding: 6rem 0;
    background: var(--card);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.why-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: center;
}
.why-tag {
    display: inline-block;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: rgba(212,160,23,0.1);
    border: 1px solid rgba(212,160,23,0.2);
    color: var(--gold);
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}
.why-left h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3.5vw, 2.75rem);
    font-weight: 700;
    margin-bottom: 1rem;
}
.why-left > p { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; line-height: 1.8; }
.why-list { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2.5rem; }
.why-list li { display: flex; align-items: center; gap: 0.75rem; font-weight: 500; }
.why-dot-outer {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(212,160,23,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.why-dot-inner {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
}
.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--text);
    color: var(--black);
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius);
    font-weight: 700;
    transition: background 0.2s;
}
.btn-secondary:hover { background: #d0d0d0; }
.why-right { position: relative; }
.why-glow {
    position: absolute;
    inset: -2rem;
    background: rgba(212,160,23,0.08);
    filter: blur(48px);
    border-radius: 50%;
}
.areas-card {
    position: relative;
    background: var(--black);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.areas-card h3 {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border);
}
.areas-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}
.areas-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 0.875rem;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-weight: 500;
    font-size: 0.9rem;
}
.areas-list svg { color: var(--gold); flex-shrink: 0; }
.areas-note {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    padding: 0.875rem;
    background: rgba(212,160,23,0.08);
    border: 1px solid rgba(212,160,23,0.25);
    border-radius: var(--radius);
    font-size: 0.85rem;
    color: rgba(212,160,23,0.9);
    font-weight: 500;
}
.areas-note svg { flex-shrink: 0; margin-top: 1px; }

/* =====================
   STATS
   ===================== */
.stats-section {
    padding: 4rem 0;
    background: rgba(212,160,23,0.04);
    border-top: 1px solid rgba(212,160,23,0.1);
    border-bottom: 1px solid rgba(212,160,23,0.1);
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    text-align: center;
}
.stat-number {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 0.4rem;
}
.stat-label { font-size: 0.875rem; color: var(--muted); font-weight: 500; }

/* =====================
   CTA
   ===================== */
.cta-section {
    position: relative;
    padding: 5rem 0;
    background: var(--gold);
    overflow: hidden;
    text-align: center;
}
.cta-texture {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(45deg, rgba(0,0,0,0.05) 0, rgba(0,0,0,0.05) 1px, transparent 1px, transparent 40px);
}
.cta-content { position: relative; z-index: 1; }
.cta-section h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--black);
    margin-bottom: 1rem;
}
.cta-section p { color: rgba(0,0,0,0.7); font-size: 1.15rem; margin-bottom: 2.5rem; font-weight: 500; }
.btn-cta-big {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--black);
    color: var(--gold);
    padding: 1.25rem 3rem;
    border-radius: 999px;
    font-weight: 900;
    font-size: 1.5rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    transition: transform 0.2s, box-shadow 0.2s;
}
.btn-cta-big:hover { transform: scale(1.05); box-shadow: 0 12px 40px rgba(0,0,0,0.4); }

/* =====================
   MAP
   ===================== */
.map-section {
    height: 420px;
    width: 100%;
    filter: grayscale(0.4) brightness(0.85);
}

/* =====================
   FOOTER
   ===================== */
.site-footer {
    position: relative;
    background: #050505;
    padding: 4rem 0 2rem;
    border-top: 1px solid var(--border);
}
.footer-top-line {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
    opacity: 0.25;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 3rem;
}
.footer-brand .footer-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.footer-logo img {
    height: 56px;
    width: 56px;
    border-radius: 4px;
    object-fit: cover;
}
.footer-logo-title {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.footer-brand p { color: var(--muted); font-size: 0.9rem; line-height: 1.7; }
.footer-col h4 {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    display: inline-block;
    border-bottom: 2px solid rgba(212,160,23,0.25);
}
.footer-contact-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    color: var(--muted);
    font-size: 1.05rem;
    font-weight: 500;
    transition: color 0.2s;
}
.footer-contact-link:hover { color: var(--gold); }
.footer-contact-link.whatsapp:hover { color: var(--whatsapp); }
.contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.footer-contact-link:hover .contact-icon { background: rgba(212,160,23,0.1); }
.footer-contact-link.whatsapp:hover .contact-icon { background: rgba(37,211,102,0.1); }
.wa-icon svg { color: var(--whatsapp); }
.footer-area { display: flex; align-items: flex-start; gap: 0.5rem; color: var(--muted); font-size: 0.875rem; line-height: 1.6; }
.footer-area svg { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.footer-hours { display: flex; align-items: center; gap: 0.5rem; color: var(--muted); font-size: 0.875rem; font-weight: 500; margin-top: 0.75rem; }
.footer-hours svg { color: var(--gold); flex-shrink: 0; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--muted);
    font-size: 0.9rem;
    transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold); }
.dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid var(--border);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
}
.footer-bottom p { color: var(--muted); font-size: 0.8rem; }

/* =====================
   FLOATING BUTTONS
   ===================== */
.floating-btns {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}
.float-phone, .float-whatsapp {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}
.float-phone:hover, .float-whatsapp:hover { transform: scale(1.12); box-shadow: 0 6px 28px rgba(0,0,0,0.5); }
.float-phone { background: var(--gold); color: var(--black); }
.float-phone:hover { box-shadow: 0 6px 28px rgba(212,160,23,0.4); }
.float-whatsapp { background: var(--whatsapp); color: #fff; }
.float-whatsapp:hover { box-shadow: 0 6px 28px rgba(37,211,102,0.4); }

/* =====================
   RESPONSIVE
   ===================== */
@media (min-width: 640px) {
    .logo-text { display: block; }
    .hide-sm { display: inline; }
    .show-sm { display: none; }
    .stats-grid { grid-template-columns: repeat(4, 1fr); }
    .split-section { grid-template-columns: 1fr 1fr; }
    .split-panel { min-height: 460px; }
}
@media (min-width: 1024px) {
    .main-nav { display: flex; }
    .menu-toggle { display: none; }
    .why-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: repeat(4, 1fr); }
}
