/*
Theme Name: Liva Logistics
Theme URI: https://livalogistics.com.tr
Author: Liva Logistics
Author URI: https://livalogistics.com.tr
Description: Liva Logistics WordPress Temasi
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: liva-logistics
Tags: logistics, corporate, responsive, one-page
*/

/* ==========================================================================
   RESET & BASE
   ========================================================================== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #1f2937;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #e91e8c;
    text-decoration: none;
}

a:hover {
    color: #c4177a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.25;
    color: #111827;
    margin-bottom: 1rem;
}

/* ==========================================================================
   CONTAINER
   ========================================================================== */
.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 480px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 768px) {
    .container {
        padding-left: 32px;
        padding-right: 32px;
    }
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, #e91e8c 0%, #c4177a 100%);
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(233, 30, 140, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(233, 30, 140, 0.4);
    color: #ffffff;
}

.btn-secondary {
    background: #ffffff;
    color: #374151;
    border: 1px solid #e5e7eb;
}

.btn-secondary:hover {
    background: #f9fafb;
    border-color: #d1d5db;
    color: #111827;
}

@media (min-width: 768px) {
    .btn {
        padding: 14px 28px;
        font-size: 15px;
    }
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    border-bottom: 1px solid #f3f4f6;
    transition: box-shadow 0.3s ease;
}

.site-header.scrolled {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}

@media (min-width: 768px) {
    .header-inner {
        height: 80px;
    }
}

.site-logo {
    display: flex;
    align-items: center;
}

.site-logo img {
    height: 36px;
    width: auto;
}

@media (min-width: 480px) {
    .site-logo img {
        height: 42px;
    }
}

@media (min-width: 768px) {
    .site-logo img {
        height: 50px;
    }
}

.header-nav .btn {
    padding: 10px 18px;
    font-size: 13px;
}

@media (min-width: 768px) {
    .header-nav .btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding-top: 64px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .hero {
        padding-top: 80px;
    }
}

.hero-bg-decoration {
    position: absolute;
    border-radius: 50%;
    background: rgba(233, 30, 140, 0.05);
    pointer-events: none;
}

.hero-bg-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -100px;
}

.hero-bg-2 {
    width: 200px;
    height: 200px;
    bottom: 10%;
    left: -80px;
}

@media (min-width: 768px) {
    .hero-bg-1 {
        width: 500px;
        height: 500px;
        top: -150px;
        right: -150px;
    }

    .hero-bg-2 {
        width: 350px;
        height: 350px;
        bottom: 5%;
        left: -120px;
    }
}

.hero-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 40px 0;
}

@media (min-width: 992px) {
    .hero-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        align-items: center;
        padding: 60px 0;
    }
}

.hero-content {
    text-align: center;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .hero-content {
        text-align: left;
        margin-bottom: 0;
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fdf2f8;
    color: #e91e8c;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #e91e8c;
    border-radius: 50%;
    animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}

.hero-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.hero-title span {
    color: #e91e8c;
}

@media (min-width: 480px) {
    .hero-title {
        font-size: 40px;
    }
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 48px;
    }
}

@media (min-width: 992px) {
    .hero-title {
        font-size: 56px;
    }
}

.hero-description {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 28px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .hero-description {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .hero-description {
        margin-left: 0;
        margin-right: 0;
    }
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

@media (min-width: 480px) {
    .hero-buttons {
        flex-direction: row;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .hero-buttons {
        justify-content: flex-start;
    }
}

.hero-buttons .btn {
    width: 100%;
    max-width: 280px;
}

@media (min-width: 480px) {
    .hero-buttons .btn {
        width: auto;
        max-width: none;
    }
}

.hero-image {
    position: relative;
}

.hero-image-box {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
    .hero-image-box {
        border-radius: 24px;
    }
}

.hero-image-box img {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */
.contact-section {
    padding: 60px 0;
    background: #f9fafb;
}

@media (min-width: 768px) {
    .contact-section {
        padding: 80px 0;
    }
}

@media (min-width: 992px) {
    .contact-section {
        padding: 100px 0;
    }
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .section-header {
        margin-bottom: 56px;
    }
}

.section-label {
    display: inline-block;
    background: #fdf2f8;
    color: #e91e8c;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
}

.section-title {
    font-size: 28px;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 36px;
    }
}

.section-desc {
    font-size: 16px;
    color: #6b7280;
    max-width: 480px;
    margin: 0 auto;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 480px) {
    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .contact-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}

.contact-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.contact-card:hover {
    border-color: #f9a8d4;
    box-shadow: 0 10px 40px rgba(233, 30, 140, 0.1);
    transform: translateY(-4px);
}

@media (min-width: 768px) {
    .contact-card {
        padding: 32px 24px;
    }
}

.contact-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #e91e8c 0%, #c4177a 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.contact-icon svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

.contact-card h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111827;
}

.contact-card p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 0;
    line-height: 1.5;
    word-break: break-word;
}

.contact-card a {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #e91e8c;
}

.contact-card a:hover {
    color: #c4177a;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
    background: #111827;
    padding: 40px 0;
}

@media (min-width: 768px) {
    .site-footer {
        padding: 48px 0;
    }
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.footer-logo img {
    height: 36px;
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

@media (min-width: 768px) {
    .footer-logo img {
        height: 40px;
    }
}

.footer-text {
    font-size: 14px;
    color: #9ca3af;
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

.fade-in-delay-1 {
    animation-delay: 0.1s;
}

.fade-in-delay-2 {
    animation-delay: 0.2s;
}

.fade-in-delay-3 {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.scroll-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   UTILITIES
   ========================================================================== */
::selection {
    background: #e91e8c;
    color: #ffffff;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f3f4f6;
}

::-webkit-scrollbar-thumb {
    background: #e91e8c;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #c4177a;
}

*:focus-visible {
    outline: 2px solid #e91e8c;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}