/* ═══════════════════════════════════════════════════
   Prof. Dr. Ahmet Çoker — Official Website
   Colors: #991106 (Maroon) · #0c1075 (Navy)
   ═══════════════════════════════════════════════════ */
:root {
    --maroon: #991106;
    --maroon-dark: #7a0d05;
    --maroon-light: #b81a10;
    --navy: #0c1075;
    --navy-dark: #080b54;
    --navy-light: #1a1fa0;
    --white: #ffffff;
    --cream: #f5f3ef;
    --gray-50: #fafafa;
    --gray-100: #f5f5f5;
    --gray-200: #eeeeee;
    --gray-300: #e0e0e0;
    --gray-400: #bdbdbd;
    --gray-500: #9e9e9e;
    --gray-600: #757575;
    --gray-700: #616161;
    --gray-800: #424242;
    --gray-900: #212121;
    --text: #333333;
    --text-light: #666666;
    --text-muted: #999999;
    --border: #e8e6e2;
    --shadow: 0 4px 24px rgba(0,0,0,.08);
    --shadow-lg: 0 12px 48px rgba(0,0,0,.12);
    --radius: 8px;
    --radius-lg: 16px;
    --transition: .35s cubic-bezier(.4,0,.2,1);
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'DM Sans', 'Segoe UI', sans-serif;
    --container: 1200px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.7; color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button, input, select, textarea { font-family: inherit; font-size: inherit; border: none; outline: none; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); font-weight: 700; line-height: 1.25; color: var(--navy); }
h1 { font-size: clamp(2rem, 4vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: var(--transition); }
nav.scrolled { border-bottom-color: var(--border); box-shadow: 0 2px 20px rgba(0,0,0,.06); }
.nav-inner { max-width: var(--container); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 80px; }
.nav-logo img { height: 50px; width: auto; }
.nav-links { display: flex; gap: 6px; align-items: center; }
.nav-links a { display: block; padding: 10px 16px; font-size: 14.5px; font-weight: 500; letter-spacing: .3px; color: var(--gray-800); position: relative; transition: color var(--transition); }
.nav-links a::after { content: ''; position: absolute; bottom: 4px; left: 16px; right: 16px; height: 2px; background: var(--maroon); transform: scaleX(0); transition: transform var(--transition); transform-origin: left; }
.nav-links a:hover, .nav-links a.active { color: var(--maroon); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-dropdown { position: relative; }
.nav-dropdown .dropdown-menu { position: absolute; top: 100%; left: 0; min-width: 240px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(8px); transition: var(--transition); padding: 8px 0; z-index: 100; }
.nav-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a { display: block; padding: 10px 20px; font-size: 14px; }
.dropdown-menu a::after { display: none; }
.dropdown-menu a:hover { background: var(--cream); color: var(--maroon); }
.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-phone { display: flex; align-items: center; gap: 8px; background: var(--maroon); color: var(--white); padding: 10px 20px; border-radius: 50px; font-size: 14px; font-weight: 600; transition: background var(--transition); }
.nav-phone:hover { background: var(--maroon-dark); color: var(--white); }
.nav-phone svg { width: 16px; height: 16px; flex-shrink: 0; }
.burger { display: none; background: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; border: none; }
.burger span { display: block; width: 24px; height: 2px; background: var(--navy); transition: var(--transition); }
.burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* HERO */
.hero { position: relative; min-height: 85vh; display: flex; align-items: center; overflow: hidden; margin-top: 80px; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 50%, var(--maroon-dark) 100%); }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, transparent 0%, rgba(0,0,0,.3) 100%); }
.hero-content { position: relative; z-index: 2; max-width: var(--container); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; width: 100%; }
.hero-text { color: var(--white); }
.hero-label { display: inline-block; padding: 6px 18px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 50px; font-size: 13px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 24px; color: rgba(255,255,255,.85); }
.hero-text h1 { color: var(--white); margin-bottom: 20px; }
.hero-text h1 span { color: #ff6b5a; }
.hero-text p { font-size: 17px; line-height: 1.8; color: rgba(255,255,255,.8); margin-bottom: 32px; max-width: 520px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-image { position: relative; display: flex; justify-content: center; }
.hero-image img { width: 380px; height: 480px; object-fit: cover; border-radius: 200px 200px 20px 20px; border: 4px solid rgba(255,255,255,.15); box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.hero-image::before { content: ''; position: absolute; top: -20px; right: -20px; width: 120px; height: 120px; border: 3px solid rgba(255,255,255,.1); border-radius: 50%; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 30px; border-radius: 50px; font-size: 14px; font-weight: 600; letter-spacing: .5px; cursor: pointer; transition: var(--transition); border: 2px solid transparent; }
.btn svg { width: 18px; height: 18px; transition: transform var(--transition); }
.btn:hover svg { transform: translateX(4px); }
.btn-primary { background: var(--maroon); color: var(--white); border-color: var(--maroon); }
.btn-primary:hover { background: var(--maroon-dark); border-color: var(--maroon-dark); color: var(--white); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.4); }
.btn-outline:hover { background: var(--white); color: var(--navy); border-color: var(--white); }
.btn-navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-dark); border-color: var(--navy-dark); color: var(--white); }

/* SECTIONS */
.section { padding: 100px 0; }
.section-alt { background: var(--cream); }
.section-dark { background: var(--navy); color: var(--white); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-header { text-align: center; max-width: 680px; margin: 0 auto 60px; }
.section-label { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--maroon); margin-bottom: 12px; }
.section-dark .section-label { color: #ff9e8e; }
.section-title { margin-bottom: 16px; }
.section-desc { color: var(--text-light); font-size: 16px; line-height: 1.8; }
.section-dark .section-desc { color: rgba(255,255,255,.7); }

/* VIDEO SECTION (Homepage) */
.video-highlight { padding: 80px 0; background: var(--cream); }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.video-wrapper { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 16/9; background: #000; }
.video-wrapper iframe { width: 100%; height: 100%; border: 0; }
.video-info h2 { margin-bottom: 16px; }
.video-info p { color: var(--text-light); margin-bottom: 24px; line-height: 1.8; }

/* SERVICES */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.service-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,.06); transition: transform var(--transition), box-shadow var(--transition); text-decoration: none; color: inherit; display: block; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.service-icon { height: 200px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.service-icon::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M20 0v40M0 20h40'/%3E%3C/g%3E%3C/svg%3E"); }
.service-icon svg { width: 64px; height: 64px; color: var(--white); position: relative; z-index: 1; }
.service-card:nth-child(2) .service-icon { background: linear-gradient(135deg, var(--maroon) 0%, var(--maroon-light) 100%); }
.service-card:nth-child(3) .service-icon { background: linear-gradient(135deg, #1a3a5c 0%, #2a5a8c 100%); }
.service-body { padding: 30px; }
.service-body h3 { margin-bottom: 12px; font-size: 1.25rem; }
.service-body p { color: var(--text-light); font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
.service-link { display: inline-flex; align-items: center; gap: 6px; color: var(--maroon); font-weight: 600; font-size: 14px; transition: gap var(--transition); }
.service-link:hover { gap: 12px; }
.service-link svg { width: 16px; height: 16px; }

/* STATS */
.stats-bar { background: var(--navy); padding: 50px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat-item h3 { font-size: 2.5rem; color: var(--white); margin-bottom: 4px; font-family: var(--font-body); font-weight: 700; }
.stat-item h3 span { color: #ff6b5a; }
.stat-item p { color: rgba(255,255,255,.6); font-size: 14px; letter-spacing: 1px; text-transform: uppercase; }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-image { position: relative; }
.about-image img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; }
.about-image-badge { position: absolute; bottom: -20px; right: -20px; background: var(--maroon); color: var(--white); padding: 20px 28px; border-radius: var(--radius-lg); text-align: center; box-shadow: var(--shadow-lg); }
.about-image-badge h3 { color: var(--white); font-size: 2rem; font-family: var(--font-body); }
.about-image-badge p { font-size: 13px; color: rgba(255,255,255,.8); }
.about-content h2 { margin-bottom: 20px; }
.about-content p { color: var(--text-light); margin-bottom: 16px; line-height: 1.8; }
.about-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0 32px; }
.highlight-item { display: flex; align-items: flex-start; gap: 12px; }
.highlight-item svg { width: 20px; height: 20px; color: var(--maroon); flex-shrink: 0; margin-top: 2px; }
.highlight-item span { font-size: 14.5px; font-weight: 500; color: var(--gray-800); }

/* GALLERY */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4/3; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item .zoom { position: absolute; inset: 0; background: rgba(12,16,117,.5); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity var(--transition); }
.gallery-item:hover .zoom { opacity: 1; }
.gallery-item .zoom svg { color: var(--white); }

/* VIDEO GALLERY */
.video-gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.video-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,.06); }
.video-card .video-embed { aspect-ratio: 16/9; }
.video-card .video-embed iframe { width: 100%; height: 100%; border: 0; }
.video-card-body { padding: 20px 24px; }
.video-card-body h4 { font-size: 1.05rem; margin-bottom: 6px; }
.video-card-body p { font-size: 13.5px; color: var(--text-muted); text-transform: uppercase; letter-spacing: .5px; }

/* FORMS */
.form-card { background: var(--white); padding: 40px; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.form-card h3 { margin-bottom: 6px; }
.form-card .sub { color: var(--text-light); margin-bottom: 30px; font-size: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 6px; font-size: 13.5px; font-weight: 600; color: var(--navy); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 13px 16px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--gray-50); color: var(--text); transition: border-color var(--transition), box-shadow var(--transition); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(12,16,117,.08); background: var(--white); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-msg { padding: 14px 18px; border-radius: var(--radius); margin-bottom: 20px; display: none; font-size: 14px; font-weight: 500; }
.form-msg.ok { background: #e8f5e9; color: #2e7d32; }
.form-msg.err { background: #fce4ec; color: #c62828; }
.btn-submit { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--maroon); color: var(--white); border: none; padding: 16px; border-radius: var(--radius); font-weight: 600; font-size: 15px; cursor: pointer; transition: background var(--transition); }
.btn-submit:hover { background: var(--maroon-dark); }
.kvkk-check { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 20px; }
.kvkk-check input[type="checkbox"] { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--navy); flex-shrink: 0; }
.kvkk-check label { font-size: 13px; color: var(--text-light); }
.kvkk-check a { color: var(--navy); text-decoration: underline; font-weight: 500; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-info-list { display: flex; flex-direction: column; gap: 24px; margin: 30px 0; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-item-icon { width: 52px; height: 52px; flex-shrink: 0; background: linear-gradient(135deg, var(--navy), var(--navy-light)); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; }
.contact-item-icon svg { width: 22px; height: 22px; color: var(--white); }
.contact-item h4 { font-family: var(--font-body); font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 2px; }
.contact-item p, .contact-item a { font-size: 15px; color: var(--text-light); }
.contact-item a:hover { color: var(--maroon); }
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; margin-top: 30px; box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 300px; border: 0; }

/* FAQ */
.faq-list { max-width: 860px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { width: 100%; text-align: left; padding: 22px 0; background: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--font-heading); font-size: 1.05rem; font-weight: 600; color: var(--navy); transition: color var(--transition); }
.faq-question:hover { color: var(--maroon); }
.faq-question svg { width: 20px; height: 20px; flex-shrink: 0; transition: transform var(--transition); color: var(--maroon); }
.faq-item.open .faq-question svg { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-item.open .faq-answer { max-height: 600px; }
.faq-answer-inner { padding: 0 0 22px; color: var(--text-light); font-size: 15px; line-height: 1.8; }
.faq-disclaimer { max-width: 860px; margin: 40px auto 0; padding: 20px 24px; background: var(--cream); border-left: 4px solid var(--maroon); border-radius: 0 var(--radius) var(--radius) 0; font-size: 13.5px; color: var(--text-muted); line-height: 1.7; }

/* PAGE HEADER */
.page-header { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 60%, var(--maroon-dark) 100%); padding: 140px 0 80px; text-align: center; position: relative; overflow: hidden; }
.page-header::after { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.page-header h1 { color: var(--white); position: relative; z-index: 1; }
.page-header .breadcrumb { position: relative; z-index: 1; margin-top: 12px; font-size: 14px; color: rgba(255,255,255,.6); }
.page-header .breadcrumb a { color: rgba(255,255,255,.8); }
.page-header .breadcrumb a:hover { color: var(--white); }
.page-header .breadcrumb span { margin: 0 8px; }

/* PUBLICATIONS */
.pub-list { max-width: 900px; margin: 0 auto; }
.pub-item { padding: 16px 0; border-bottom: 1px solid var(--border); font-size: 14.5px; line-height: 1.7; color: var(--text-light); }
.pub-item strong { color: var(--navy); font-weight: 600; }

/* LEGAL / KVKK */
.legal-content { max-width: 860px; margin: 0 auto; }
.legal-content h2 { font-size: 1.5rem; margin: 40px 0 16px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { margin-bottom: 16px; color: var(--text-light); line-height: 1.8; }

/* COOKIE */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: var(--navy); color: var(--white); padding: 20px 0; transform: translateY(100%); transition: transform .5s ease; box-shadow: 0 -4px 24px rgba(0,0,0,.2); }
.cookie-banner.show { transform: translateY(0); }
.cookie-inner { max-width: var(--container); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.cookie-inner p { font-size: 14px; color: rgba(255,255,255,.85); flex: 1; min-width: 280px; }
.cookie-inner a { color: #ff9e8e; text-decoration: underline; }
.cookie-buttons { display: flex; gap: 12px; }
.cookie-accept { background: var(--maroon); color: var(--white); border: none; padding: 10px 24px; border-radius: 50px; font-weight: 600; font-size: 14px; cursor: pointer; transition: background var(--transition); }
.cookie-accept:hover { background: var(--maroon-light); }

/* FOOTER */
footer { background: var(--navy-dark); color: rgba(255,255,255,.7); }
.footer-top { padding: 60px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
.footer-logo { height: 45px; margin-bottom: 16px; filter: brightness(0) invert(1); }
.footer-desc { font-size: 14px; line-height: 1.7; margin-bottom: 20px; color: rgba(255,255,255,.6); }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.footer-social a:hover { background: var(--maroon); border-color: var(--maroon); }
.footer-social svg { width: 18px; height: 18px; color: rgba(255,255,255,.7); }
.footer-social a:hover svg { color: var(--white); }
.footer-col h4 { font-family: var(--font-body); font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; }
.footer-col a { display: block; padding: 5px 0; font-size: 14px; color: rgba(255,255,255,.6); transition: color var(--transition); }
.footer-col a:hover { color: var(--white); }
.footer-col .fc-item { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; }
.footer-col .fc-item svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; color: var(--maroon); }
.footer-associations { display: flex; gap: 20px; align-items: center; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-associations img { height: 44px; opacity: .7; transition: opacity var(--transition); }
.footer-associations img:hover { opacity: 1; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,.4); }
.footer-bottom a { color: rgba(255,255,255,.6); }
.footer-bottom a:hover { color: var(--white); }
.footer-disclaimer { border-top: 1px solid rgba(255,255,255,.06); padding: 16px 0; }
.footer-disclaimer p { font-size: 12px; color: rgba(255,255,255,.3); line-height: 1.7; text-align: center; max-width: 900px; margin: 0 auto; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.vis { opacity: 1; transform: translateY(0); }

/* SERVICE DETAIL */
.service-detail { padding: 80px 0; }
.service-detail-grid { display: grid; grid-template-columns: 1fr 340px; gap: 60px; }
.service-detail-content h2 { margin-bottom: 20px; }
.service-detail-content p { color: var(--text-light); margin-bottom: 16px; line-height: 1.8; }
.service-detail-content ul { margin: 16px 0 24px; }
.service-detail-content ul li { padding: 8px 0 8px 28px; position: relative; color: var(--text-light); font-size: 15px; }
.service-detail-content ul li::before { content: ''; position: absolute; left: 0; top: 16px; width: 8px; height: 8px; border-radius: 50%; background: var(--maroon); }
.service-sidebar { position: sticky; top: 100px; }
.sidebar-card { background: var(--cream); padding: 28px; border-radius: var(--radius-lg); margin-bottom: 24px; }
.sidebar-card h4 { font-family: var(--font-body); font-weight: 700; font-size: 15px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--maroon); }
.sidebar-card a { display: block; padding: 10px 0; font-size: 14.5px; color: var(--text-light); border-bottom: 1px solid var(--border); transition: color var(--transition), padding-left var(--transition); }
.sidebar-card a:last-child { border-bottom: none; }
.sidebar-card a:hover, .sidebar-card a.active { color: var(--maroon); padding-left: 8px; }
.sidebar-cta { background: linear-gradient(135deg, var(--navy), var(--navy-light)); padding: 28px; border-radius: var(--radius-lg); text-align: center; color: var(--white); }
.sidebar-cta h4 { color: var(--white); margin-bottom: 8px; }
.sidebar-cta p { font-size: 14px; color: rgba(255,255,255,.7); margin-bottom: 20px; }
.sidebar-cta .btn { width: 100%; justify-content: center; }

/* RECAPTCHA */
.g-recaptcha { margin-bottom: 20px; }

/* RESPONSIVE */
@media (max-width: 1024px) {
    .hero-content { grid-template-columns: 1fr; text-align: center; }
    .hero-text p { margin: 0 auto 32px; }
    .hero-buttons { justify-content: center; }
    .hero-image { display: none; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .about-grid, .contact-grid, .video-grid { grid-template-columns: 1fr; }
    .service-detail-grid { grid-template-columns: 1fr; }
    .service-sidebar { position: static; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 768px) {
    .nav-links, .nav-right { display: none; }
    .burger { display: flex; }
    .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 80px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--border); padding: 16px 24px; box-shadow: var(--shadow); }
    .nav-links.open a { padding: 12px 0; }
    .nav-links.open a::after { display: none; }
    .nav-dropdown .dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 0 0 0 16px; }
    .hero { min-height: 70vh; }
    .services-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .video-gallery-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .section { padding: 60px 0; }
    .footer-bottom-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    .gallery-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr; }
    .hero-buttons { flex-direction: column; align-items: center; }
    .cookie-inner { flex-direction: column; text-align: center; }
}
