/*
Theme Name: Akbulut Yachts
Theme URI: https://akbulut.yachts
Author: Akbulut Kahraman
Author URI: https://akbulut.yachts
Description: Profesyonel yat sörvey hizmetleri için özel tasarım landing page teması.
Version: 1.0.0
License: Private
Text Domain: akbulut-yachts
Tags: landing-page, business, custom
*/

:root {
    --navy-deep: #0a1628;
    --navy-rich: #132a4a;
    --ocean-blue: #1e5a8e;
    --gold-accent: #d4af37;
    --gold-light: #f4e4b3;
    --cream: #faf8f3;
    --silver: #c0c5ce;
}

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

html { scroll-behavior: smooth; }

body {
    font-family: 'Outfit', sans-serif;
    background: var(--cream);
    color: var(--navy-deep);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; }

img { max-width: 100%; height: auto; display: block; }

a { text-decoration: none; }

/* ── NAVIGATION ─────────────────────────────────── */
#ay-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: rgba(10, 22, 40, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.3s;
}

#ay-nav.scrolled { background: rgba(10, 22, 40, 0.98); }

.ay-nav-logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: white;
    letter-spacing: 0.5px;
}

.ay-nav-logo span { color: var(--gold-accent); }

.ay-nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.ay-nav-links a {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: color 0.3s;
}

.ay-nav-links a:hover { color: var(--gold-accent); }

.ay-nav-cta {
    background: linear-gradient(135deg, var(--gold-accent), #b8941f);
    color: white !important;
    padding: 0.6rem 1.4rem;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: transform 0.2s, box-shadow 0.2s;
}

.ay-nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.35);
}

/* ── HERO ──────────────────────────────────────── */
.ay-hero {
    position: relative;
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(10,22,40,0.93) 0%, rgba(19,42,74,0.88) 50%, rgba(30,90,142,0.82) 100%),
        url('<?php echo get_template_directory_uri(); ?>/assets/hero-bg.jpg') center/cover no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    color: white;
}

.ay-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 25% 50%, rgba(212,175,55,0.08) 0%, transparent 55%);
    pointer-events: none;
}

.ay-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 8rem 2rem 5rem;
}

.ay-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    padding: 0.5rem 1.1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 2rem;
    animation: fadeIn 1.2s ease-out forwards;
    opacity: 0;
    animation-delay: 0.2s;
}

.ay-hero-badge i { color: #fbbf24; }

.ay-hero h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    animation: slideUp 1s ease-out 0.3s forwards;
    opacity: 0;
    transform: translateY(30px);
}

.ay-hero h1 span { color: var(--gold-accent); font-style: italic; }

.ay-gold-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-accent), transparent);
    margin: 1.5rem 0;
}

.ay-gold-line-center {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold-accent), transparent);
    margin: 1.5rem auto;
}

.ay-hero-desc {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    max-width: 600px;
    margin-bottom: 2.5rem;
    animation: slideUp 1s ease-out 0.6s forwards;
    opacity: 0;
    transform: translateY(30px);
}

.ay-hero-desc strong { color: white; }

.ay-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3.5rem;
    animation: slideUp 1s ease-out 0.7s forwards;
    opacity: 0;
    transform: translateY(30px);
}

.ay-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    animation: slideUp 1s ease-out 0.9s forwards;
    opacity: 0;
    transform: translateY(30px);
}

.ay-hero-stat-item { display: flex; flex-direction: column; gap: 0.25rem; }

.ay-hero-stat-item + .ay-hero-stat-item {
    border-left: 1px solid rgba(255,255,255,0.15);
    padding-left: 2.5rem;
}

.ay-stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--gold-accent);
    line-height: 1;
}

.ay-stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.6); }

.ay-scroll-hint {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.4);
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    animation: float 6s ease-in-out infinite;
}

/* ── BUTTONS ───────────────────────────────────── */
.ay-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, var(--gold-accent), #b8941f);
    color: white !important;
    padding: 0.9rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(212,175,55,0.3);
    border: none;
    cursor: pointer;
}

.ay-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(212,175,55,0.45);
}

.ay-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 2px solid rgba(255,255,255,0.5);
    color: white !important;
    padding: 0.9rem 2rem;
    border-radius: 50px;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.ay-btn-outline:hover {
    border-color: var(--gold-accent);
    background: rgba(212,175,55,0.1);
}

/* ── SECTION SHARED ────────────────────────────── */
.ay-section { padding: 6rem 0; }
.ay-section-gray { background: #f5f5f0; }
.ay-section-white { background: white; }
.ay-container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

.ay-section-header { text-align: center; margin-bottom: 4rem; }
.ay-section-header .ay-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-accent);
    margin-bottom: 0.75rem;
}

.ay-section-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--navy-deep);
    margin-bottom: 0;
}

.ay-section-header p {
    color: #6b7280;
    margin-top: 1rem;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

/* ── INTRO STRIP ───────────────────────────────── */
.ay-intro-strip {
    background: white;
    padding: 3rem 0;
    border-bottom: 1px solid #f0f0ea;
}

.ay-intro-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

.ay-intro-item i {
    font-size: 1.5rem;
    color: var(--gold-accent);
    display: block;
    margin-bottom: 0.75rem;
}

.ay-intro-item span {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--navy-deep);
}

/* ── SERVICE CARDS ─────────────────────────────── */
.ay-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.ay-service-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(10,22,40,0.07);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.ay-service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--gold-accent), var(--ocean-blue));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.ay-service-card:hover::before { opacity: 1; }

.ay-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(10,22,40,0.12);
}

.ay-service-card.dark-card {
    background: linear-gradient(135deg, var(--navy-deep), var(--navy-rich));
}

.ay-service-icon {
    width: 56px; height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--gold-light), #fff3cc);
}

.ay-service-card.dark-card .ay-service-icon {
    background: rgba(212,175,55,0.15);
}

.ay-service-icon i {
    font-size: 1.4rem;
    color: var(--gold-accent);
}

.ay-service-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--navy-deep);
    margin-bottom: 0.75rem;
}

.ay-service-card.dark-card h3 { color: white; }

.ay-service-card .ay-gold-line { width: 50px; margin-bottom: 1rem; }

.ay-service-card p {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.7;
}

.ay-service-card.dark-card p { color: rgba(255,255,255,0.6); }

.ay-service-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1.2rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ocean-blue);
    transition: gap 0.2s;
}

.ay-service-link:hover { gap: 0.7rem; }

/* ── QUOTE SECTION ─────────────────────────────── */
.ay-quote-section {
    background: linear-gradient(135deg, var(--navy-deep), var(--navy-rich));
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.ay-quote-section::before {
    content: '"';
    position: absolute;
    top: -60px; left: 30px;
    font-family: 'Playfair Display', serif;
    font-size: 24rem;
    color: rgba(212,175,55,0.04);
    line-height: 1;
    pointer-events: none;
}

.ay-quote-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.ay-quote-inner i {
    font-size: 3rem;
    color: var(--gold-accent);
    display: block;
    margin-bottom: 2rem;
    animation: float 6s ease-in-out infinite;
}

.ay-quote-inner blockquote {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 400;
    font-style: italic;
    color: white;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.ay-quote-attr {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-accent);
}

/* ── PROCESS ───────────────────────────────────── */
.ay-process-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 2rem; }

.ay-process-item { display: flex; gap: 1.5rem; align-items: flex-start; }

.ay-step-circle {
    width: 60px; height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-accent), #b8941f);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(212,175,55,0.35);
}

.ay-process-item-content { padding-top: 0.5rem; }

.ay-process-item-content h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--navy-deep);
    margin-bottom: 0.5rem;
}

.ay-process-item-content p {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.7;
}

/* ── ABOUT ─────────────────────────────────────── */
.ay-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.ay-about-text .ay-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-accent);
    margin-bottom: 0.75rem;
}

.ay-about-text h2 {
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 700;
    color: var(--navy-deep);
    margin-bottom: 0.5rem;
}

.ay-about-text p {
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.ay-social-links { display: flex; gap: 1rem; margin-top: 1.5rem; flex-wrap: wrap; }

.ay-social-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    border: 2px solid var(--navy-rich);
    color: var(--navy-rich) !important;
    transition: all 0.3s;
}

.ay-social-link:hover {
    background: var(--navy-deep);
    color: white !important;
    border-color: var(--navy-deep);
}

.ay-profile-card {
    background: white;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 25px 80px rgba(10,22,40,0.1);
    border: 1px solid rgba(212,175,55,0.15);
    text-align: center;
    position: relative;
}

.ay-profile-card::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(212,175,55,0.12), transparent);
    z-index: -1;
}

.ay-profile-avatar {
    width: 120px; height: 120px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--navy-deep), var(--ocean-blue));
}

.ay-profile-avatar i { font-size: 3rem; color: rgba(255,255,255,0.75); }

.ay-profile-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--navy-deep);
    margin-bottom: 0.25rem;
}

.ay-profile-title {
    font-size: 0.85rem;
    color: var(--gold-accent);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.ay-profile-features {
    list-style: none;
    text-align: left;
    border-top: 1px solid #f0f0ea;
    padding-top: 1.5rem;
    space-y: 0.75rem;
}

.ay-profile-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: #4b5563;
    padding: 0.4rem 0;
}

.ay-profile-features li i { color: var(--gold-accent); font-size: 0.85rem; }

/* ── CTA ───────────────────────────────────────── */
.ay-cta-section {
    background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-rich) 50%, var(--ocean-blue) 100%);
    padding: 6rem 0;
    text-align: center;
    color: white;
}

.ay-cta-inner { max-width: 700px; margin: 0 auto; padding: 0 2rem; }

.ay-cta-inner i.ay-anchor {
    font-size: 3.5rem;
    color: var(--gold-accent);
    display: block;
    margin-bottom: 2rem;
    animation: float 6s ease-in-out infinite;
}

.ay-cta-inner h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-style: italic;
    color: white;
    margin-bottom: 1rem;
}

.ay-cta-inner p {
    font-size: 1rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.ay-cta-buttons { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

/* ── FOOTER ────────────────────────────────────── */
#ay-footer {
    background: #06111f;
    color: white;
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(255,255,255,0.04);
}

.ay-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.ay-footer-logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    display: block;
}

.ay-footer-logo span { color: var(--gold-accent); }

.ay-footer-desc { font-size: 0.85rem; color: #9ca3af; line-height: 1.7; }

.ay-footer h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--gold-accent);
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ay-footer-links { list-style: none; }

.ay-footer-links li { margin-bottom: 0.6rem; }

.ay-footer-links a {
    font-size: 0.875rem;
    color: #9ca3af;
    transition: color 0.2s;
}

.ay-footer-links a:hover { color: white; }

.ay-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.875rem;
    color: #9ca3af;
    margin-bottom: 0.75rem;
    transition: color 0.2s;
}

.ay-footer-contact-item:hover { color: white; }

.ay-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.07);
    padding-top: 2rem;
    text-align: center;
    font-size: 0.8rem;
    color: #6b7280;
}

/* ── WHATSAPP FLOAT ────────────────────────────── */
.ay-whatsapp-float {
    position: fixed;
    bottom: 30px; right: 30px;
    z-index: 9999;
    background: #25D366;
    color: white;
    width: 60px; height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 6px 25px rgba(37,211,102,0.4);
    transition: transform 0.3s, box-shadow 0.3s;
    animation: pulse 2.5s ease-in-out infinite;
}

.ay-whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 35px rgba(37,211,102,0.55);
}

/* ── SCROLL REVEAL ─────────────────────────────── */
.ay-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.ay-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── ANIMATIONS ────────────────────────────────── */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-16px); }
}

@keyframes fadeIn { to { opacity: 1; } }

@keyframes slideUp {
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 6px 25px rgba(37,211,102,0.4); }
    50% { box-shadow: 0 6px 35px rgba(37,211,102,0.65); }
}

/* ── RESPONSIVE ────────────────────────────────── */
@media (max-width: 1024px) {
    .ay-services-grid { grid-template-columns: repeat(2, 1fr); }
    .ay-about-grid { grid-template-columns: 1fr; gap: 3rem; }
    .ay-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .ay-nav-links { display: none; }
    .ay-hero { background-attachment: scroll; }
    .ay-services-grid { grid-template-columns: 1fr; }
    .ay-intro-grid { grid-template-columns: repeat(2, 1fr); }
    .ay-footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .ay-hero-stat-item + .ay-hero-stat-item { border-left: none; padding-left: 0; }
}

/* ── WORDPRESS OVERRIDES ───────────────────────── */
.wp-block-group,
.entry-content,
.site-content,
.site-header,
.site-footer {
    all: unset;
}
