/* =====================================
   Artı Ofset Matbaa — Public CSS (v3)
   firmav26 tarzı kurumsal
   ===================================== */
:root {
  --topbar-bg: #0d0d0f;
  --primary: #e03257;
  --primary-dark: #c11f43;
  --primary-soft: #fce8ed;
  --primary-grad: linear-gradient(90deg, #e03257 0%, #000000 100%);
  --dark: #101010;
  --heading: #101010;
  --text: #545454;
  --text-light: #808080;
  --light: #f6f6f8;
  --white: #ffffff;
  --border: #ebebf0;
  --shadow-sm: 0 4px 16px rgba(0,0,0,.05);
  --shadow: 0 12px 34px rgba(0,0,0,.08);
  --shadow-lg: 0 24px 60px rgba(0,0,0,.14);
  --radius: 14px;
  --radius-lg: 26px;
  --font: 'Titillium Web', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --transition: all .35s cubic-bezier(.4, 0, .2, 1);
}

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  font-family:var(--font);
  color:var(--text);
  line-height:1.7;
  background:var(--white);
  -webkit-font-smoothing:antialiased;
}
a { color:inherit; text-decoration:none; transition:var(--transition); }
img { max-width:100%; display:block; height:auto; }
ul { list-style:none; }
button { font-family:inherit; cursor:pointer; }
.container { max-width:1300px; margin:0 auto; padding:0 26px; }

/* ============ TOPBAR ============ */
.topbar {
  background:var(--topbar-bg);
  color:#b0b0b8;
  font-size:13.5px;
  padding:11px 0;
}
.topbar-inner { display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap; }
.topbar-left { display:flex; gap:26px; }
.topbar-left a { font-weight:500; }
.topbar-left a:hover { color:var(--white); }
.topbar-right { display:flex; align-items:center; gap:22px; }
.topbar-lang { display:flex; align-items:center; gap:18px; }
.topbar-lang > span { display:inline-flex; align-items:center; gap:6px; cursor:pointer; }
.topbar-lang > span:hover { color:var(--white); }
.topbar-social { display:flex; gap:16px; padding-left:22px; border-left:1px solid rgba(255,255,255,.12); }
.topbar-social a { color:#b0b0b8; font-size:14px; }
.topbar-social a:hover { color:var(--white); }

/* ============ HEADER ============ */
.site-header {
  background:var(--white);
  padding:18px 0;
  position:sticky; top:0; z-index:100;
  transition:padding .3s, box-shadow .3s;
}
.site-header.scrolled { padding:12px 0; box-shadow:0 6px 26px rgba(0,0,0,.07); }
.header-inner { display:flex; align-items:center; justify-content:space-between; gap:24px; }

.logo { display:flex; align-items:center; }
.logo img { max-height:58px; }
.logo-text { display:flex; align-items:center; gap:13px; }
.logo-mark {
  width:56px; height:56px;
  background:linear-gradient(135deg, var(--primary), var(--primary-dark));
  color:var(--white); border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  font-size:34px; font-weight:700; line-height:1;
  box-shadow:0 8px 22px rgba(216,30,80,.28);
}
.logo-text-inner strong {
  display:block; font-size:23px; letter-spacing:.5px;
  color:var(--heading); font-weight:600; line-height:1;
}
.logo-text-inner small {
  display:block; font-size:10px; letter-spacing:4px;
  color:var(--primary); margin-top:5px; font-weight:500;
}

.main-nav { display:flex; gap:34px; align-items:center; }
.main-nav a { font-weight:500; font-size:16px; color:var(--heading); position:relative; padding:6px 0; }
.main-nav a::after {
  content:''; position:absolute; bottom:0; left:0;
  width:0; height:2px; background:var(--primary); transition:width .3s;
}
.main-nav a:hover, .main-nav a.active { color:var(--primary); }
.main-nav a:hover::after, .main-nav a.active::after { width:100%; }

.header-actions { display:flex; align-items:center; gap:18px; }
.header-icon { color:var(--heading); font-size:17px; position:relative; }
.header-icon:hover { color:var(--primary); }
.header-icon .cart-badge {
  position:absolute; top:-8px; right:-10px;
  background:var(--primary); color:var(--white);
  width:17px; height:17px; border-radius:50%;
  font-size:10px; display:flex; align-items:center; justify-content:center;
  font-weight:600;
}

.btn {
  display:inline-flex; align-items:center; gap:9px;
  padding:13px 28px;
  font-weight:600; font-size:15px;
  border:none; border-radius:100px;
  cursor:pointer; transition:var(--transition);
}
.btn-primary { background:var(--primary); color:var(--white); box-shadow:0 10px 24px rgba(216,30,80,.28); }
.btn-primary:hover { background:var(--primary-dark); transform:translateY(-2px); }
.btn-outline-primary { background:transparent; color:var(--heading); border:1.5px solid var(--border); }
.btn-outline-primary:hover { border-color:var(--primary); color:var(--primary); }
.btn-outline { background:transparent; color:var(--white); border:2px solid rgba(255,255,255,.45); }
.btn-outline:hover { border-color:var(--white); background:rgba(255,255,255,.12); }
.btn-dark { background:var(--dark); color:var(--white); }
.btn-dark:hover { background:var(--primary); }
.btn-lg { padding:16px 36px; font-size:16px; }

.header-grid {
  width:46px; height:46px; border-radius:50%;
  border:1.5px solid var(--border);
  display:flex; align-items:center; justify-content:center;
  color:var(--heading);
}
.header-grid:hover { border-color:var(--primary); color:var(--primary); }
.header-grid-dots { display:grid; grid-template-columns:repeat(2,5px); gap:4px; }
.header-grid-dots span { width:5px; height:5px; background:currentColor; border-radius:1px; }

.mobile-toggle { display:none; background:transparent; border:none; font-size:24px; color:var(--heading); cursor:pointer; }

/* ============ FLASH ============ */
.flash {
  padding:15px 24px; margin:18px auto; max-width:1300px;
  border-radius:var(--radius); font-weight:500;
  display:flex; align-items:center; gap:10px;
}
.flash-success { background:#dcfce7; color:#166534; border-left:4px solid #22c55e; }
.flash-error { background:#fee2e2; color:#991b1b; border-left:4px solid #ef4444; }

/* ============ SIDE FLOATING SOCIAL ============ */
.side-social {
  position:fixed; left:22px; top:50%; transform:translateY(-50%);
  display:flex; flex-direction:column; gap:14px; z-index:80;
}
.side-social a {
  width:46px; height:46px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  color:var(--white); font-size:18px;
  box-shadow:0 8px 22px rgba(0,0,0,.18); transition:var(--transition);
}
.side-social a:hover { transform:translateX(4px) scale(1.06); }
.side-social .s-phone { background:#3b82f6; }
.side-social .s-telegram { background:#229ED9; }
.side-social .s-whatsapp { background:#25D366; }
.side-social .s-instagram { background:linear-gradient(45deg, #f09433, #dc2743, #bc1888); }
.side-social .s-facebook { background:#1877f2; }

/* ============ HERO SLIDER ============ */
.hero-slider {
  position:relative;
  height:calc(100vh - 138px);
  min-height:560px; max-height:760px;
  overflow:hidden; background:var(--dark);
}
.slide { position:absolute; inset:0; opacity:0; visibility:hidden; transition:opacity 1s ease; }
.slide.active { opacity:1; visibility:visible; }
.slide-bg { position:absolute; inset:0; background-size:cover; background-position:center; animation:zoomBg 8s ease forwards; }
@keyframes zoomBg { from { transform:scale(1); } to { transform:scale(1.08); } }
.slide-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg, rgba(17,17,20,.82) 0%, rgba(17,17,20,.55) 45%, rgba(17,17,20,.2) 100%); }
.slide-inner { position:relative; z-index:2; height:100%; display:flex; align-items:center; }
.slide-content { max-width:700px; color:var(--white); }
.slide-content h1 {
  font-size:clamp(40px, 6vw, 80px);
  font-weight:600; line-height:1.06; letter-spacing:-.5px; margin-bottom:22px;
}
.slide-content p { font-size:18px; line-height:1.7; color:#cfcfd6; max-width:540px; margin-bottom:34px; }
.slide-content .btn-primary {
  background:linear-gradient(135deg, #ff4d7d, var(--primary));
  padding:16px 40px; text-transform:uppercase; letter-spacing:1px; font-size:14px;
}
.slider-dots { position:absolute; bottom:38px; left:26px; display:flex; gap:8px; z-index:3; }
.slider-dots span { width:30px; height:4px; border-radius:2px; background:rgba(255,255,255,.3); cursor:pointer; transition:.3s; }
.slider-dots span.active { background:var(--primary); width:50px; }
.slider-arrows { position:absolute; bottom:30px; right:26px; display:flex; gap:10px; z-index:3; }
.slider-arrows button {
  width:52px; height:52px; border-radius:50%;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.25);
  color:var(--white); font-size:15px;
  display:flex; align-items:center; justify-content:center; cursor:pointer; transition:var(--transition);
}
.slider-arrows button:hover { background:var(--primary); border-color:var(--primary); }

/* ============ SECTION TAG ============ */
section { padding:95px 0; }
.sec-tag {
  display:inline-flex; align-items:center; gap:6px;
  color:var(--primary); font-weight:600; font-size:15px;
  margin-bottom:12px; letter-spacing:.5px;
}
.sec-tag::before { content:'//'; font-weight:700; }
.section-title { text-align:center; margin-bottom:56px; }
.section-title h2 { font-size:clamp(30px, 4vw, 46px); font-weight:600; color:var(--heading); line-height:1.15; letter-spacing:-.5px; }
.section-title p { color:var(--text-light); font-size:16px; max-width:620px; margin:14px auto 0; }
.section-head-split { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:50px; gap:30px; flex-wrap:wrap; }
.section-head-split h2 { font-size:clamp(30px, 4vw, 46px); font-weight:600; color:var(--heading); line-height:1.1; letter-spacing:-.5px; }
.section-head-split .head-desc { max-width:420px; color:var(--text-light); font-size:15px; }

/* ============ ABOUT ============ */
.about-grid { display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.about-img { position:relative; }
.about-img img { border-radius:var(--radius-lg); width:100%; }
.about-img .about-frame {
  height:440px; border-radius:var(--radius-lg);
  background-size:cover; background-position:center;
}
.about-body h2 { font-size:clamp(32px, 4vw, 48px); font-weight:600; color:var(--heading); margin-bottom:20px; letter-spacing:-.5px; }
.about-body p { margin-bottom:18px; color:var(--text); }

/* ============ SERVICE CARDS ============ */
.grid { display:grid; gap:28px; }
.grid-2 { grid-template-columns:repeat(auto-fit, minmax(420px, 1fr)); }
.grid-3 { grid-template-columns:repeat(auto-fit, minmax(320px, 1fr)); }
.grid-4 { grid-template-columns:repeat(auto-fit, minmax(255px, 1fr)); }

.service-card {
  background:var(--white); padding:42px 30px;
  border-radius:var(--radius-lg); border:1px solid var(--border);
  text-align:center; transition:var(--transition); position:relative; overflow:hidden;
}
.service-card::before { content:''; position:absolute; inset:0; background:linear-gradient(135deg, var(--primary), var(--primary-dark)); opacity:0; transition:.4s; z-index:0; }
.service-card > * { position:relative; z-index:1; }
.service-card:hover { transform:translateY(-10px); box-shadow:var(--shadow-lg); }
.service-card:hover::before { opacity:1; }
.service-card:hover h3, .service-card:hover p, .service-card:hover .read-more { color:var(--white); }
.service-card:hover .service-icon { background:rgba(255,255,255,.18); color:var(--white); }
.service-icon {
  width:86px; height:86px; margin:0 auto 22px;
  background:var(--primary-soft); color:var(--primary);
  border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:34px; transition:.4s;
}
.service-card h3 { color:var(--heading); margin-bottom:12px; font-size:21px; font-weight:600; }
.service-card p { color:var(--text-light); margin-bottom:20px; font-size:15px; }
.read-more { display:inline-flex; align-items:center; gap:8px; color:var(--primary); font-weight:600; font-size:14px; }

/* ============ PRODUCT CARD ============ */
.product-card { background:var(--white); border-radius:var(--radius-lg); border:1px solid var(--border); overflow:hidden; transition:var(--transition); }
.product-card:hover { transform:translateY(-8px); box-shadow:var(--shadow-lg); }
.product-img { height:250px; background:var(--light); background-size:cover; background-position:center; position:relative; }
.product-badges { position:absolute; top:14px; left:14px; display:flex; flex-direction:column; gap:6px; }
.badge-new { background:var(--dark); color:var(--white); padding:5px 13px; border-radius:100px; font-size:11px; font-weight:600; letter-spacing:.5px; }
.badge-sale { background:var(--primary); color:var(--white); padding:5px 13px; border-radius:100px; font-size:11px; font-weight:600; letter-spacing:.5px; }
.product-body { padding:22px 24px; }
.product-body h3 { font-size:18px; color:var(--heading); font-weight:600; margin-bottom:16px; }
.product-foot { display:flex; justify-content:space-between; align-items:center; }
.product-price { display:flex; flex-direction:column; }
.product-price .now { color:var(--heading); font-weight:600; font-size:19px; }
.product-price .old { color:var(--text-light); text-decoration:line-through; font-size:13px; }
.btn-incele { background:var(--dark); color:var(--white); padding:9px 18px; border-radius:100px; font-size:13px; font-weight:500; display:inline-flex; align-items:center; gap:7px; }
.btn-incele:hover { background:var(--primary); }

/* ============ PRODUCT GROUPS ============ */
.group-card {
  height:340px; border-radius:var(--radius-lg); overflow:hidden;
  background-size:cover; background-position:center; position:relative;
  display:flex; align-items:flex-end; padding:26px;
}
.group-card::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg, transparent 30%, rgba(0,0,0,.8)); }
.group-card-body { position:relative; z-index:2; color:var(--white); width:100%; display:flex; justify-content:space-between; align-items:flex-end; }
.group-card-body .tag { font-size:12px; letter-spacing:1px; opacity:.85; }
.group-card-body h3 { font-size:21px; font-weight:600; margin-top:4px; }
.group-card-body .arrow { width:42px; height:42px; border-radius:50%; background:rgba(255,255,255,.2); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.group-card:hover .arrow { background:var(--primary); }

/* ============ PROJECTS ============ */
.projects-section { background:var(--light); position:relative; overflow:hidden; }
.project-card {
  height:330px; border-radius:var(--radius-lg); overflow:hidden;
  background-size:cover; background-position:center; position:relative;
  display:flex; align-items:flex-end; padding:26px;
}
.project-card::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg, transparent 25%, rgba(17,17,20,.9)); }
.project-card-body { position:relative; z-index:2; color:var(--white); }
.project-status { display:inline-block; background:rgba(255,255,255,.18); backdrop-filter:blur(4px); padding:5px 14px; border-radius:100px; font-size:12px; margin-bottom:12px; }
.project-card-body h3 { font-size:20px; font-weight:600; margin-bottom:8px; }
.project-card-body p { font-size:13px; color:#d0d0d8; margin-bottom:14px; }
.project-incele { display:inline-flex; align-items:center; gap:8px; color:var(--white); font-size:13px; }
.project-incele span { width:26px; height:26px; border-radius:50%; background:rgba(255,255,255,.2); display:flex; align-items:center; justify-content:center; }

/* ============ PACKAGES ============ */
.pkg-card { background:var(--white); border:1px solid var(--border); border-radius:var(--radius-lg); padding:40px 32px; text-align:center; transition:var(--transition); }
.pkg-card:hover, .pkg-card.featured { border-color:var(--primary); box-shadow:var(--shadow); }
.pkg-card h3 { font-size:23px; color:var(--heading); font-weight:600; margin-bottom:10px; }
.pkg-card .pkg-desc { color:var(--text-light); font-size:14px; margin-bottom:26px; min-height:44px; }
.pkg-price { font-size:56px; font-weight:600; color:var(--heading); line-height:1; margin-bottom:26px; }
.pkg-price span { font-size:16px; color:var(--text-light); font-weight:400; }
.pkg-btn { display:block; padding:14px; border-radius:100px; border:1.5px solid var(--border); color:var(--heading); font-weight:600; transition:var(--transition); margin-bottom:28px; }
.pkg-btn:hover, .pkg-card.featured .pkg-btn { background:var(--primary); color:var(--white); border-color:var(--primary); }
.pkg-features { text-align:left; }
.pkg-features li { padding:9px 0; display:flex; align-items:flex-start; gap:11px; font-size:14px; color:var(--text); border-bottom:1px solid var(--border); }
.pkg-features li:last-child { border-bottom:none; }
.pkg-features li i { color:var(--primary); margin-top:5px; }

/* ============ TESTIMONIALS ============ */
.testi-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(340px, 1fr)); gap:26px; }
.testi-card { background:var(--white); padding:34px; border-radius:var(--radius-lg); border:1px solid var(--border); }
.testi-stars { color:#f5a623; margin-bottom:16px; }
.testi-card > p { color:var(--text); margin-bottom:24px; font-size:15px; line-height:1.75; }
.testi-author { display:flex; align-items:center; gap:14px; }
.testi-avatar { width:52px; height:52px; border-radius:50%; background:linear-gradient(135deg, var(--primary), var(--primary-dark)); color:var(--white); display:flex; align-items:center; justify-content:center; font-weight:600; font-size:20px; flex-shrink:0; }
.testi-author strong { color:var(--heading); display:block; font-weight:600; }
.testi-author small { color:var(--text-light); font-size:13px; }

/* ============ TEAM ============ */
.team-card { border-radius:var(--radius-lg); overflow:hidden; position:relative; }
.team-photo { height:330px; background:var(--light); background-size:cover; background-position:center; }
.team-info { padding:22px; text-align:center; background:var(--white); }
.team-info h3 { font-size:19px; color:var(--heading); font-weight:600; }
.team-info span { color:var(--primary); font-size:14px; }

/* ============ STATS COUNTER ============ */
.stats-section { background:var(--light); }
.stats-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:26px; }
.stat-box { background:var(--white); border:1px solid var(--border); border-radius:var(--radius-lg); padding:36px 20px; text-align:center; }
.stat-icon { width:84px; height:84px; margin:0 auto 18px; border:1.5px solid var(--primary); border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--primary); font-size:32px; }
.stat-box .num { font-size:40px; font-weight:600; color:var(--heading); line-height:1; }
.stat-box .num-label { color:var(--primary); font-size:15px; margin-top:6px; }
.stat-box .num-sub { color:var(--text-light); font-size:13px; margin-top:10px; }

/* ============ REFERENCES ============ */
.ref-title { text-align:center; margin-bottom:44px; display:flex; align-items:center; justify-content:center; gap:20px; }
.ref-title::before, .ref-title::after { content:''; height:1px; width:120px; background:var(--border); }
.ref-title h2 { font-size:32px; font-weight:600; color:var(--heading); }
.ref-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(200px, 1fr)); gap:22px; }
.ref-item { background:var(--white); border:1px solid var(--border); padding:28px; border-radius:var(--radius); height:120px; display:flex; align-items:center; justify-content:center; transition:var(--transition); filter:grayscale(1); opacity:.65; }
.ref-item:hover { filter:none; opacity:1; box-shadow:var(--shadow-sm); }
.ref-item img { max-height:60px; }
.ref-item .ref-name { font-weight:600; color:var(--heading); font-size:17px; }

/* ============ NEWS ============ */
.news-card { background:var(--white); border:1px solid var(--border); border-radius:var(--radius-lg); overflow:hidden; transition:var(--transition); }
.news-card:hover { transform:translateY(-8px); box-shadow:var(--shadow-lg); }
.news-img { height:220px; background:var(--light); background-size:cover; background-position:center; }
.news-body { padding:26px; }
.news-date { color:var(--text-light); font-size:13px; margin-bottom:12px; display:inline-flex; align-items:center; gap:7px; }
.news-body h3 { font-size:19px; color:var(--heading); margin-bottom:12px; font-weight:600; line-height:1.4; }
.news-body p { font-size:14px; color:var(--text-light); margin-bottom:16px; }

/* ============ CTA ============ */
.cta-section { background:linear-gradient(135deg, var(--primary), var(--primary-dark)); color:var(--white); text-align:center; padding:80px 0; position:relative; overflow:hidden; }
.cta-section h2 { font-size:42px; margin-bottom:14px; font-weight:600; letter-spacing:-.5px; }
.cta-section p { font-size:18px; opacity:.95; margin-bottom:30px; }
.cta-section .btn { background:var(--white); color:var(--primary); }
.cta-section .btn:hover { background:var(--dark); color:var(--white); }

/* ============ INNER PAGE HERO ============ */
.page-hero { position:relative; padding:100px 0; color:var(--white); overflow:hidden; }
.page-hero-bg { position:absolute; inset:0; background-size:cover; background-position:center; }
.page-hero-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg, rgba(17,17,20,.8), rgba(17,17,20,.45)); }
.page-hero-inner { position:relative; z-index:2; display:flex; justify-content:space-between; align-items:center; gap:20px; }
.page-hero h1 { font-size:44px; font-weight:600; margin-bottom:10px; letter-spacing:-.5px; }
.page-hero .subtitle { font-size:16px; opacity:.85; margin-bottom:14px; }
.page-hero .breadcrumb { font-size:14px; opacity:.9; }
.page-hero .breadcrumb a:hover { color:var(--primary); }
.btn-back { display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.3); color:var(--white); padding:12px 22px; border-radius:100px; font-size:14px; }
.btn-back:hover { background:var(--primary); border-color:var(--primary); }

/* ============ FORMS ============ */
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.form-group { margin-bottom:20px; }
.form-group label { display:block; margin-bottom:8px; font-weight:600; font-size:14px; color:var(--heading); }
.form-control { width:100%; padding:14px 18px; border:1px solid var(--border); border-radius:12px; font-size:15px; transition:var(--transition); font-family:inherit; }
.form-control:focus { outline:none; border-color:var(--primary); box-shadow:0 0 0 4px rgba(216,30,80,.1); }
textarea.form-control { min-height:150px; resize:vertical; }

/* ============ CONTACT ============ */
.contact-grid { display:grid; grid-template-columns:1fr 1.3fr; gap:36px; }
.contact-card { background:var(--white); border:1px solid var(--border); border-radius:var(--radius-lg); padding:30px; display:flex; gap:18px; align-items:flex-start; margin-bottom:20px; border-left:4px solid var(--primary); }
.contact-card i { width:52px; height:52px; background:linear-gradient(135deg, var(--primary), var(--primary-dark)); color:var(--white); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:19px; flex-shrink:0; }
.contact-card strong { display:block; color:var(--heading); margin-bottom:4px; font-size:17px; }
.contact-card p { color:var(--text-light); font-size:14px; }
.map-embed iframe { width:100%; height:420px; border:none; border-radius:var(--radius-lg); }

/* ============ DETAIL ============ */
.detail-grid { display:grid; grid-template-columns:1.3fr 1fr; gap:46px; }
.detail-img { width:100%; height:460px; background:var(--light); background-size:cover; background-position:center; border-radius:var(--radius-lg); }
.detail-body h1 { font-size:36px; color:var(--heading); margin-bottom:16px; font-weight:600; letter-spacing:-.5px; }
.detail-meta { display:flex; gap:22px; color:var(--text-light); font-size:14px; margin-bottom:20px; flex-wrap:wrap; }
.detail-content { line-height:1.9; color:var(--text); font-size:16px; }

/* ============ FAQ ============ */
.faq-list { max-width:900px; margin:0 auto; }
.faq-item { background:var(--white); border:1px solid var(--border); border-radius:var(--radius); margin-bottom:14px; overflow:hidden; }
.faq-question { padding:22px 26px; cursor:pointer; display:flex; justify-content:space-between; align-items:center; font-weight:600; color:var(--heading); font-size:16px; }
.faq-question i { transition:var(--transition); color:var(--primary); }
.faq-item.open .faq-question i { transform:rotate(180deg); }
.faq-answer { max-height:0; overflow:hidden; transition:max-height .4s ease; padding:0 26px; }
.faq-item.open .faq-answer { max-height:500px; padding:0 26px 22px; color:var(--text-light); }

/* ============ GALLERY ============ */
.gallery-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(260px, 1fr)); gap:16px; }
.gallery-item { aspect-ratio:1; background:var(--light); background-size:cover; background-position:center; border-radius:var(--radius); cursor:pointer; overflow:hidden; transition:var(--transition); }
.gallery-item:hover { transform:scale(1.03); }

/* ============ FOOTER ============ */
.site-footer { background:var(--light); color:var(--text); padding:70px 0 0; border-top:1px solid var(--border); }
.footer-grid { display:grid; grid-template-columns:1.4fr 1.6fr; gap:60px; }
.footer-about .logo-text { margin-bottom:22px; }
.footer-about p { font-size:14px; color:var(--text-light); margin-bottom:20px; line-height:1.8; }
.footer-about .fa-line { margin-bottom:8px; font-size:14px; }
.footer-about .fa-line strong { color:var(--heading); }
.footer-social { display:flex; gap:10px; margin-top:18px; }
.footer-social a { width:40px; height:40px; border-radius:50%; background:var(--dark); color:var(--white); display:flex; align-items:center; justify-content:center; }
.footer-social a:hover { background:var(--primary); transform:translateY(-3px); }
.footer-links h4 { color:var(--heading); font-size:18px; margin-bottom:24px; font-weight:600; }
.footer-links-cols { display:grid; grid-template-columns:1fr 1fr; gap:12px 30px; }
.footer-links-cols a { color:var(--text); font-size:14.5px; padding:5px 0; display:inline-block; }
.footer-links-cols a:hover { color:var(--primary); padding-left:5px; }
.footer-subscribe { margin-top:28px; display:flex; align-items:center; justify-content:space-between; border-bottom:1.5px solid var(--border); padding-bottom:12px; max-width:460px; }
.footer-subscribe input { border:none; background:transparent; flex:1; font-size:14px; color:var(--text); outline:none; }
.footer-subscribe button { background:none; border:none; color:var(--primary); font-size:18px; cursor:pointer; }
.footer-copy { margin-top:26px; font-size:13px; color:var(--text-light); }
.footer-bottom { margin-top:50px; border-top:1px solid var(--border); padding:20px 0; text-align:center; font-size:13px; color:var(--text-light); }
.admin-link { margin-left:16px; opacity:.6; }
.admin-link a:hover { color:var(--primary); opacity:1; }

/* ============ SCROLL TOP ============ */
.scroll-top { position:fixed; right:22px; bottom:22px; width:48px; height:48px; border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--white); font-size:17px; background:var(--primary); box-shadow:0 8px 20px rgba(216,30,80,.3); z-index:90; opacity:0; pointer-events:none; transition:var(--transition); }
.scroll-top.visible { opacity:1; pointer-events:auto; }
.scroll-top:hover { transform:translateY(-3px); }

/* ============ RESPONSIVE ============ */
@media (max-width: 1200px) { .main-nav { gap:24px; } .side-social { display:none; } }
@media (max-width: 992px) {
  .main-nav { position:fixed; top:0; right:-320px; width:300px; height:100vh; background:var(--white); box-shadow:-4px 0 24px rgba(0,0,0,.15); flex-direction:column; padding:80px 24px 24px; transition:right .3s ease; overflow-y:auto; z-index:200; align-items:flex-start; }
  .main-nav.open { right:0; }
  .main-nav a { padding:12px 0; width:100%; border-bottom:1px solid var(--border); }
  .mobile-toggle { display:block; }
  .header-actions .header-icon, .header-grid, .site-header .btn { display:none; }
  .about-grid, .footer-grid, .contact-grid, .form-grid, .detail-grid { grid-template-columns:1fr; }
  .stats-grid { grid-template-columns:repeat(2, 1fr); }
  .footer-links-cols { grid-template-columns:1fr; }
  .slide-content h1 { font-size:40px; }
  .topbar-left { display:none; }
  .page-hero-inner { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 576px) { section { padding:60px 0; } .stats-grid { grid-template-columns:1fr; } .page-hero h1 { font-size:30px; } }

/* Footer uploaded logo */
.footer-logo-img { display:inline-block; margin-bottom:22px; }
.footer-logo-img img { max-height:64px; max-width:220px; width:auto; }
