/* ============================================================
   ELVELOG LOGISTICS - Static Site Design System (v2)
   Inter font · Navy + Orange palette · glass, gradients, motion
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Sora:wght@600;700;800&display=swap');

/* ===== CSS CUSTOM PROPERTIES ===== */
:root {
  --orange: #f26522;
  --orange-dark: #d9551a;
  --orange-light: #ff8c42;
  --navy: #0a1628;
  --navy-mid: #0d2040;
  --navy-light: #1a3060;
  --white: #ffffff;
  --off-white: #f8f9fb;
  --gray-100: #f1f3f5;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-500: #adb5bd;
  --gray-700: #495057;
  --gray-900: #212529;
  --text: #1e2d3d;
  --text-muted: #64748b;

  --grad-orange: linear-gradient(135deg, #ff8c42 0%, #f26522 55%, #d9551a 100%);
  --grad-navy: linear-gradient(135deg, #0a1628 0%, #112a52 60%, #1a3060 100%);

  --header-height: 72px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-xl: 30px;

  --shadow-sm: 0 1px 4px rgba(10, 22, 40, .07);
  --shadow-md: 0 6px 20px rgba(10, 22, 40, .10);
  --shadow-lg: 0 14px 40px rgba(10, 22, 40, .16);
  --shadow-xl: 0 24px 64px rgba(10, 22, 40, .20);
  --shadow-orange: 0 10px 30px rgba(242, 101, 34, .35);

  --transition: all .28s cubic-bezier(.4, 0, .2, 1);
  --transition-slow: all .5s cubic-bezier(.4, 0, .2, 1);

  --maxw: 1200px;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; scroll-behavior: smooth; }
@media (max-width: 1024px) { html { font-size: 15px; } }
@media (max-width: 768px) { html { font-size: 14.5px; } }

body {
  font-family: 'Inter', system-ui, Arial, sans-serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 { font-family: 'Sora', 'Inter', sans-serif; }

a { color: var(--orange); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--orange-dark); }

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

::selection { background: rgba(242, 101, 34, .22); }

/* ===== CONTAINER ===== */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.pushdown { margin-top: var(--header-height); }

/* ===== BUTTONS ===== */
.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: .85rem 1.9rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .01em;
  border-radius: var(--radius-sm);
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition);
  white-space: nowrap;
  border: none;
}

.btn-primary {
  background: var(--grad-orange);
  background-size: 160% 160%;
  color: var(--white) !important;
  box-shadow: var(--shadow-orange);
}
.btn-primary:hover {
  background-position: 100% 0;
  box-shadow: 0 14px 38px rgba(242, 101, 34, .5);
  transform: translateY(-3px);
  color: var(--white) !important;
}
.btn-primary:active { transform: translateY(-1px); }

.btn-secondary {
  background: rgba(255, 255, 255, .06);
  color: var(--white) !important;
  border: 1.5px solid rgba(255, 255, 255, .55);
  backdrop-filter: blur(4px);
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, .16);
  border-color: var(--white);
  transform: translateY(-3px);
  color: var(--white) !important;
}

.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: .85rem 1.9rem; border-radius: var(--radius-sm);
  font-weight: 600; font-size: .95rem;
  color: var(--navy) !important;
  background: var(--white);
  border: 1.5px solid var(--gray-300);
  transition: var(--transition);
}
.btn-ghost:hover { border-color: var(--orange); color: var(--orange) !important; transform: translateY(-3px); box-shadow: var(--shadow-md); }

/* ===== SITE HEADER ===== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  height: var(--header-height);
  background: rgba(10, 22, 40, .72);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  z-index: 10000;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  transition: var(--transition);
}
.site-header.scrolled {
  height: 64px;
  background: rgba(10, 22, 40, .96);
  box-shadow: 0 6px 30px rgba(0, 0, 0, .35);
  border-bottom-color: rgba(242, 101, 34, .25);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; gap: 16px;
}

.logo-group { display: flex; align-items: center; gap: 11px; text-decoration: none; flex-shrink: 0; }
.logo-group img { height: 42px; width: auto; filter: brightness(1.08); transition: var(--transition); }
.site-header.scrolled .logo-group img { height: 36px; }
.brand-name { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 1.15rem; color: var(--white); letter-spacing: -.01em; white-space: nowrap; user-select: none; }
.brand-name .brand-dot { color: var(--orange); }
@media (max-width: 520px) { .brand-name { font-size: 1rem; } .brand-name .brand-dot { display: none; } }

/* Desktop Nav */
.desktop-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; margin-right: 14px; }
.desktop-nav a {
  position: relative;
  color: rgba(255, 255, 255, .8);
  font-size: .9rem; font-weight: 500;
  padding: 8px 15px; border-radius: var(--radius-sm);
  transition: var(--transition);
}
.desktop-nav a::after {
  content: ''; position: absolute; left: 15px; right: 15px; bottom: 5px;
  height: 2px; background: var(--orange); border-radius: 2px;
  transform: scaleX(0); transform-origin: center; transition: var(--transition);
}
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a:hover::after { transform: scaleX(1); }
.desktop-nav a.active { color: var(--orange); }
.desktop-nav a.active::after { transform: scaleX(1); }
@media (max-width: 920px) { .desktop-nav { display: none; } }

/* Right pack */
.right-pack { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.lang-switcher { display: flex; align-items: center; gap: 4px; }
.lang-switcher a {
  display: flex; align-items: center; gap: 6px;
  padding: 6px 10px; border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .08);
  font-size: .78rem; font-weight: 700; letter-spacing: .04em;
  color: rgba(255, 255, 255, .85);
  text-transform: uppercase;
  transition: var(--transition);
}
.lang-switcher a:hover { background: var(--orange); color: #fff; }
.lang-switcher a img { width: 18px; height: 13px; border-radius: 2px; object-fit: cover; }

.social-icons { display: flex; gap: 8px; align-items: center; }
.social-icons a {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  transition: var(--transition);
}
.social-icons a:hover { background: var(--orange); transform: translateY(-2px); }
.social-icons a img { width: 16px; height: 16px; }
@media (max-width: 1080px) { .header-social { display: none; } }

/* Burger */
.burger-fixed {
  display: none; flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; width: 42px; height: 42px;
  background: rgba(255, 255, 255, .08); border: none; border-radius: var(--radius-sm);
  cursor: pointer; transition: var(--transition);
}
.burger-fixed:hover { background: rgba(242, 101, 34, .3); }
.burger-fixed .bar { width: 20px; height: 2px; background: var(--white); border-radius: 2px; transition: var(--transition); }
.burger-fixed.open .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger-fixed.open .bar:nth-child(2) { opacity: 0; }
.burger-fixed.open .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 920px) { .burger-fixed { display: flex; } }

/* Mobile slide-out nav */
#site-menu {
  position: fixed; top: var(--header-height); left: 0; bottom: 0;
  width: 300px; max-width: 84vw;
  background: var(--navy);
  border-right: 1px solid rgba(242, 101, 34, .2);
  display: flex; flex-direction: column; padding: 24px 20px; gap: 4px;
  list-style: none; z-index: 9000; overflow-y: auto;
  box-shadow: 6px 0 50px rgba(0, 0, 0, .5);
  transform: translateX(-110%); transition: transform .35s cubic-bezier(.4, 0, .2, 1);
}
#site-menu.open { transform: translateX(0); }
#site-menu li a {
  display: block; color: rgba(255, 255, 255, .85);
  font-size: 1rem; font-weight: 500; padding: 13px 16px; border-radius: var(--radius-sm);
  transition: var(--transition);
}
#site-menu li a:hover, #site-menu li.active a { background: rgba(242, 101, 34, .2); color: var(--orange); }
#site-menu .menu-lang { margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .1); }
#site-menu .menu-lang a { color: rgba(255, 255, 255, .6); font-size: .85rem; font-weight: 600; }

#menu-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, .55); z-index: 8999; opacity: 0; visibility: hidden; transition: var(--transition); }
#menu-overlay.open { opacity: 1; visibility: visible; }

/* ===== HERO SLIDER ===== */
.slider-container {
  position: relative; width: 100%; height: 100vh; min-height: 600px;
  overflow: hidden; background: var(--navy);
}
.slider-container .slide {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity 1.4s ease-in-out, transform 7s ease-out;
  background-size: cover; background-position: center; transform: scale(1.05);
}
.slider-container .slide.active { opacity: 1; transform: scale(1.12); }
.slider-container .slide::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(10, 22, 40, .55) 0%, rgba(10, 22, 40, .35) 38%, rgba(10, 22, 40, .82) 100%),
    radial-gradient(circle at 20% 30%, rgba(242, 101, 34, .12), transparent 55%);
}

/* Gradient fallback per slide (replace with your own hero photos -
   set e.g. background-image on each .slide-N, see README) */
.slide-1 { background: radial-gradient(circle at 30% 20%, #14315e, #0a1628 70%); }
.slide-2 { background: radial-gradient(circle at 70% 30%, #0e3a4a, #0a1628 70%); }
.slide-3 { background: radial-gradient(circle at 40% 60%, #2a2140, #0a1628 70%); }
.slide-4 { background: radial-gradient(circle at 60% 20%, #3a2a14, #0a1628 70%); }
.slide-5 { background: radial-gradient(circle at 30% 50%, #142e3e, #0a1628 70%); }

/* Per-slide "add your photo here" hint badge */
.hero-photo-hint {
  position: absolute; right: 22px; bottom: 26px; z-index: 3;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 15px; border-radius: 30px;
  background: rgba(10, 22, 40, .6); border: 1px dashed rgba(255, 255, 255, .35);
  color: rgba(255, 255, 255, .82); font-size: .76rem; font-weight: 600;
  backdrop-filter: blur(4px); max-width: 70vw;
}
.hero-photo-hint svg { color: var(--orange); flex-shrink: 0; }
@media (max-width: 768px) { .hero-photo-hint { left: 22px; right: 22px; bottom: 70px; justify-content: center; } }

/* ===== IMAGE PLACEHOLDER (for content photos you'll add later) ===== */
.img-ph {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; text-align: center; padding: 26px 20px;
  background:
    repeating-linear-gradient(45deg, #eef1f6, #eef1f6 14px, #e7ebf2 14px, #e7ebf2 28px);
  border: 2px dashed var(--gray-300); color: var(--text-muted);
  position: relative; overflow: hidden;
}
.img-ph svg { color: var(--orange); opacity: .75; }
.img-ph .ph-label { font-size: .78rem; font-weight: 700; letter-spacing: .03em; color: var(--navy); line-height: 1.4; }
.img-ph .ph-hint { font-size: .72rem; color: var(--text-muted); letter-spacing: .04em; text-transform: uppercase; }

.hero-overlay {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: calc(var(--header-height) + 40px) 24px 100px;
}
.hero-text { max-width: 880px; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--orange); font-size: .8rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; margin-bottom: 20px;
  padding: 7px 16px; border-radius: 30px;
  background: rgba(242, 101, 34, .12); border: 1px solid rgba(242, 101, 34, .3);
  opacity: 0; transform: translateY(12px); transition: opacity .5s ease, transform .5s ease;
}
.hero-eyebrow.visible { opacity: 1; transform: translateY(0); }
.hero-eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(242, 101, 34, .25); }

.hero-overlay h1 {
  font-size: clamp(2.1rem, 5.6vw, 3.7rem); font-weight: 800; color: var(--white);
  line-height: 1.1; margin: 0 0 18px; letter-spacing: -.025em;
  opacity: 0; transform: translateY(16px); transition: opacity .55s ease .1s, transform .55s ease .1s;
}
.hero-overlay h1.visible { opacity: 1; transform: translateY(0); }
.hero-overlay p {
  font-size: clamp(1.02rem, 2.3vw, 1.25rem); color: rgba(255, 255, 255, .9);
  margin: 0 auto 36px; line-height: 1.55; max-width: 620px;
  opacity: 0; transform: translateY(16px); transition: opacity .55s ease .2s, transform .55s ease .2s;
}
.hero-overlay p.visible { opacity: 1; transform: translateY(0); }
.hero-cta {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  opacity: 0; transform: translateY(16px); transition: opacity .55s ease .3s, transform .55s ease .3s;
}
.hero-cta.visible { opacity: 1; transform: translateY(0); }

.hero-indicators { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; gap: 9px; }
.hero-dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255, 255, 255, .35); border: none; cursor: pointer; transition: var(--transition); padding: 0; }
.hero-dot.active { background: var(--orange); width: 28px; border-radius: 5px; }

.scroll-hint {
  position: absolute; bottom: 26px; left: 24px; z-index: 3;
  display: flex; align-items: center; gap: 8px;
  color: rgba(255, 255, 255, .55); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase;
}
@media (max-width: 768px) { .scroll-hint { display: none; } }
.scroll-hint .mouse { width: 20px; height: 32px; border: 2px solid rgba(255, 255, 255, .4); border-radius: 12px; position: relative; }
.scroll-hint .mouse::before { content: ''; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 3px; height: 6px; background: var(--orange); border-radius: 2px; animation: scrollDot 1.6s infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 80% { opacity: 0; transform: translate(-50%, 10px); } }

/* ===== STATS BAR ===== */
.stats-bar { background: var(--grad-navy); padding: 0; }
.stats-bar .stats-inner {
  margin-top: -60px; position: relative; z-index: 5;
  background: var(--white); border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl); padding: 40px 32px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center;
}
@media (max-width: 640px) { .stats-bar .stats-inner { grid-template-columns: repeat(2, 1fr); margin-top: -50px; padding: 32px 22px; } }
.stat-item { position: relative; }
.stat-item:not(:last-child)::after { content: ''; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); width: 1px; height: 46px; background: var(--gray-200); }
@media (max-width: 640px) { .stat-item::after { display: none !important; } }
.stat-number { font-family: 'Sora', sans-serif; font-size: clamp(1.9rem, 3.4vw, 2.7rem); font-weight: 800; line-height: 1; letter-spacing: -.02em; background: var(--grad-orange); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat-label { font-size: .8rem; color: var(--text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: .07em; margin-top: 10px; }

/* ===== SECTION HEADERS ===== */
.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--orange); font-size: .76rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; margin-bottom: 14px;
}
.section-label::before { content: ''; width: 22px; height: 2px; background: var(--orange); border-radius: 2px; }
.section-header.centered .section-label { justify-content: center; }
.section-header.centered .section-label::after { content: ''; width: 22px; height: 2px; background: var(--orange); border-radius: 2px; }
.section-title { font-size: clamp(1.7rem, 3.6vw, 2.5rem); font-weight: 800; color: var(--navy); line-height: 1.14; letter-spacing: -.025em; margin-bottom: 16px; }
.section-title .accent { background: var(--grad-orange); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.section-sub { font-size: 1.05rem; color: var(--text-muted); max-width: 580px; }
.section-header { margin-bottom: 52px; }
.section-header.centered { text-align: center; }
.section-header.centered .section-sub { margin: 0 auto; }

/* ===== WHY / FEATURES ===== */
.why-section { padding: 96px 0; background: var(--white); }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
@media (max-width: 900px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .features-grid { grid-template-columns: 1fr; } }

.feature-card {
  background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg);
  padding: 34px 30px; transition: var(--transition); position: relative; overflow: hidden;
}
.feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--grad-orange); transform: scaleX(0); transition: var(--transition); transform-origin: left; }
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: rgba(242, 101, 34, .25); }
.feature-card:hover::before { transform: scaleX(1); }
.feature-icon {
  width: 58px; height: 58px; border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(242, 101, 34, .16), rgba(242, 101, 34, .05));
  display: flex; align-items: center; justify-content: center; margin-bottom: 22px; color: var(--orange);
  transition: var(--transition);
}
.feature-card:hover .feature-icon { background: var(--grad-orange); color: #fff; transform: rotate(-6deg) scale(1.05); }
.feature-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--navy); margin-bottom: 11px; }
.feature-card p { font-size: .92rem; color: var(--text-muted); line-height: 1.66; }

/* ===== SERVICES (preview + page) ===== */
.services-preview-section, .services-section { padding: 96px 0; background: var(--off-white); }
.services-preview-grid, .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .services-preview-grid, .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .services-preview-grid, .services-grid { grid-template-columns: 1fr; } }

.service-preview-card, .service-item {
  background: var(--white); border-radius: var(--radius-lg); padding: 34px 30px;
  border: 1px solid var(--gray-200); transition: var(--transition); position: relative; overflow: hidden;
}
.service-preview-card::after, .service-item::after {
  content: ''; position: absolute; inset: 0; border-radius: var(--radius-lg);
  background: radial-gradient(circle at top right, rgba(242, 101, 34, .07), transparent 60%);
  opacity: 0; transition: var(--transition);
}
.service-preview-card:hover, .service-item:hover { transform: translateY(-8px); box-shadow: var(--shadow-xl); border-color: rgba(242, 101, 34, .25); }
.service-preview-card:hover::after, .service-item:hover::after { opacity: 1; }
.svc-icon, .service-emoji {
  width: 60px; height: 60px; border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(242, 101, 34, .14), rgba(242, 101, 34, .04));
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; color: var(--orange); position: relative; z-index: 1; transition: var(--transition);
}
.service-preview-card:hover .svc-icon, .service-item:hover .service-emoji { background: var(--grad-orange); color: #fff; }
.service-preview-card h3, .service-item h3 { font-size: 1.18rem; font-weight: 700; color: var(--navy); margin-bottom: 11px; position: relative; z-index: 1; }
.service-preview-card p, .service-item p { font-size: .92rem; color: var(--text-muted); line-height: 1.66; margin-bottom: 18px; position: relative; z-index: 1; }
.service-item p:last-child { margin-bottom: 0; }
.card-link { font-size: .87rem; font-weight: 600; color: var(--orange); display: inline-flex; align-items: center; gap: 6px; position: relative; z-index: 1; }
.card-link:hover { gap: 11px; }

/* ===== CTA STRIP ===== */
.cta-strip { background: var(--grad-navy); border-top: 3px solid var(--orange); padding: 88px 0; text-align: center; position: relative; overflow: hidden; }
.cta-strip::before { content: ''; position: absolute; top: -80px; right: -60px; width: 340px; height: 340px; background: radial-gradient(circle, rgba(242, 101, 34, .18), transparent 70%); border-radius: 50%; }
.cta-strip::after { content: ''; position: absolute; bottom: -100px; left: -50px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(242, 101, 34, .12), transparent 70%); border-radius: 50%; }
.cta-strip h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); font-weight: 800; color: var(--white); letter-spacing: -.025em; margin-bottom: 16px; position: relative; z-index: 1; }
.cta-strip p { font-size: 1.08rem; color: rgba(255, 255, 255, .78); margin: 0 auto 36px; max-width: 520px; position: relative; z-index: 1; }
.cta-strip .btn-wrap { position: relative; z-index: 1; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===== PAGE BANNER ===== */
.page-banner {
  background:
    linear-gradient(var(--orange), var(--orange)) 0 var(--header-height) / 100% 3px no-repeat,
    linear-gradient(var(--orange), var(--orange)) 0 100% / 100% 3px no-repeat,
    linear-gradient(135deg, rgba(10, 22, 40, .72) 0%, rgba(17, 42, 82, .64) 55%, rgba(26, 48, 96, .60) 100%),
    url('../images/banner.jpg') top center / cover no-repeat,
    var(--grad-navy);
  padding: calc(var(--header-height) + 56px) 24px 70px; text-align: center; position: relative; overflow: hidden;
}
.page-banner::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 22px 22px; opacity: .5; }
.page-banner::after { content: ''; position: absolute; top: -90px; right: -70px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(242, 101, 34, .16), transparent 70%); border-radius: 50%; }
.page-banner-inner { position: relative; z-index: 1; }
.page-banner h1 { font-size: clamp(2rem, 4.2vw, 3rem); font-weight: 800; color: var(--white); letter-spacing: -.025em; margin-bottom: 14px; }
.page-banner p { font-size: 1.08rem; color: rgba(255, 255, 255, .8); max-width: 580px; margin: 0 auto; }
.breadcrumb { display: flex; justify-content: center; gap: 8px; margin-bottom: 18px; font-size: .82rem; color: rgba(255, 255, 255, .55); }
.breadcrumb a { color: var(--orange); }
.breadcrumb span { color: rgba(255, 255, 255, .4); }
.banner-call { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; padding: 10px 20px; border-radius: 30px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .25); color: #fff; font-size: .92rem; font-weight: 500; transition: var(--transition); }
.banner-call:hover { background: rgba(255, 255, 255, .18); color: #fff; }
.banner-call svg { color: var(--orange); flex-shrink: 0; }
.banner-call strong { font-weight: 700; }

/* ===== ABOUT ===== */
.about-section { padding: 96px 0; background: var(--white); }
.about-inner { max-width: 860px; margin: 0 auto; }
.about-inner h2 { font-size: 1.7rem; }
.about-inner > p { color: var(--text-muted); line-height: 1.75; margin-bottom: 1.1rem; }
.about-inner ul { padding-left: 0; margin-bottom: 1.3rem; list-style: none; }
.about-inner li { color: var(--text-muted); margin: .55rem 0; line-height: 1.6; padding-left: 22px; position: relative; }
.about-inner li::before { content: ''; position: absolute; left: 0; top: .72em; width: 12px; height: 2px; background: var(--orange); border-radius: 2px; }

.values-grid { display: flex; flex-direction: column; gap: 18px; margin: 48px auto; max-width: 860px; }
.value-card { display: grid; grid-template-columns: auto 1fr; column-gap: 24px; align-items: start; background: var(--off-white); border-radius: var(--radius-lg); padding: 26px 32px; text-align: left; border: 1px solid var(--gray-200); transition: var(--transition); }
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(242, 101, 34, .2); }
.value-icon { grid-row: 1 / span 2; align-self: start; width: 54px; height: 54px; margin: 0; border-radius: 50%; background: linear-gradient(135deg, rgba(242, 101, 34, .15), rgba(242, 101, 34, .04)); color: var(--orange); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.value-card h3 { font-size: 1.12rem; font-weight: 700; color: var(--navy); margin-bottom: 7px; }
.value-card p { font-size: .92rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
@media (max-width: 540px) { .value-card { padding: 22px 22px; column-gap: 16px; } }

/* ===== FORMS ===== */
.form-section { padding: 72px 0; background: var(--off-white); }
.form-card { background: var(--white); border-radius: var(--radius-xl); padding: 48px 44px; box-shadow: var(--shadow-lg); max-width: 720px; margin: 0 auto; border: 1px solid var(--gray-200); }
@media (max-width: 640px) { .form-card { padding: 30px 22px; } }
.form-card label { display: block; font-size: .85rem; font-weight: 600; color: var(--navy); margin-bottom: 7px; margin-top: 20px; }
.form-card input, .form-card textarea, .form-card select {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--gray-300); border-radius: var(--radius-sm);
  font-family: 'Inter', sans-serif; font-size: .92rem; color: var(--text); background: var(--white);
  transition: var(--transition); outline: none;
}
.form-card input:focus, .form-card textarea:focus, .form-card select:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(242, 101, 34, .12); }
.form-card textarea { resize: vertical; min-height: 130px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.form-row label { margin-top: 20px; }
.honey { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-btn { margin-top: 26px; width: 100%; justify-content: center; }
.form-note { font-size: .8rem; color: var(--text-muted); text-align: center; margin-top: 14px; }

.trust-strip { max-width: 720px; margin: 32px auto 0; display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; }
.trust-item { text-align: center; flex: 1; min-width: 150px; padding: 20px; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md); transition: var(--transition); }
.trust-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.trust-item .ti-icon { width: 46px; height: 46px; margin: 0 auto 10px; border-radius: 50%; background: rgba(242, 101, 34, .1); color: var(--orange); display: flex; align-items: center; justify-content: center; }
.trust-item .ti-title { font-size: .85rem; font-weight: 700; color: var(--navy); }
.trust-item .ti-sub { font-size: .78rem; color: var(--text-muted); margin-top: 3px; }

/* ===== CONTACT ===== */
.contact-section { padding: 72px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; }
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info h2 { font-size: 1.5rem; font-weight: 800; color: var(--navy); margin-bottom: 24px; }
.contact-detail { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 22px; }
.contact-detail .icon { width: 48px; height: 48px; flex-shrink: 0; background: linear-gradient(135deg, rgba(242, 101, 34, .15), rgba(242, 101, 34, .04)); color: var(--orange); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; }
.contact-detail h3 { font-size: .86rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.contact-detail p { font-size: .92rem; color: var(--text-muted); }
.contact-detail a { color: var(--orange); }
.map-section { padding: 0 0 88px; }
.map-frame { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); }
.map-frame iframe { width: 100%; height: 420px; border: 0; display: block; }

/* ===== BLOG ===== */
.blog-section { padding: 88px 0; background: var(--off-white); }
.blog-hero-tags { display: flex; gap: 10px; justify-content: flex-start; flex-wrap: wrap; margin: 4px 0 30px; }
.blog-hero-tag { background: rgba(242, 101, 34, .15); color: var(--orange); border: 1px solid rgba(242, 101, 34, .35); padding: 7px 16px; border-radius: 30px; font-size: .8rem; font-weight: 600; cursor: pointer; transition: var(--transition); }
.blog-hero-tag:hover, .blog-hero-tag.active-tag { background: var(--orange); color: #fff; border-color: var(--orange); }

.blog-featured { padding: 80px 0 0; background: var(--white); }
.blog-featured-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 30px; align-items: stretch; }
@media (max-width: 768px) { .blog-featured-inner { grid-template-columns: 1fr; } }
.blog-featured-card { border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--gray-200); box-shadow: var(--shadow-md); transition: var(--transition); display: flex; flex-direction: column; background: var(--white); }
.blog-featured-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); }
.blog-featured-img { width: 100%; height: 300px; object-fit: cover; background: var(--gray-200); }
.blog-featured-body { padding: 34px; flex: 1; display: flex; flex-direction: column; }
.blog-featured-body h2 { font-size: 1.4rem; font-weight: 800; color: var(--navy); line-height: 1.3; margin-bottom: 12px; }
.blog-featured-body h2 a { color: var(--navy); }
.blog-featured-body h2 a:hover { color: var(--orange); }
.blog-featured-body p { font-size: .92rem; color: var(--text-muted); line-height: 1.66; margin-bottom: 22px; flex: 1; }
.blog-featured-small { display: flex; flex-direction: column; gap: 20px; }
.blog-small-card { display: flex; gap: 16px; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md); overflow: hidden; transition: var(--transition); box-shadow: var(--shadow-sm); }
.blog-small-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: rgba(242, 101, 34, .2); }
.blog-small-img { width: 124px; min-height: 110px; object-fit: cover; flex-shrink: 0; background: var(--gray-200); }
.blog-small-body { padding: 16px 16px 16px 0; display: flex; flex-direction: column; justify-content: center; }
.blog-small-body h3 { font-size: .97rem; font-weight: 700; color: var(--navy); line-height: 1.35; margin: 8px 0 6px; }
.blog-small-body h3 a { color: var(--navy); }
.blog-small-body h3 a:hover { color: var(--orange); }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
@media (max-width: 900px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }
.blog-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--gray-200); box-shadow: var(--shadow-sm); transition: var(--transition); display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); border-color: rgba(242, 101, 34, .2); }
.blog-card-img { width: 100%; height: 210px; object-fit: cover; background: var(--gray-200); transition: var(--transition); }
.blog-card:hover .blog-card-img { transform: scale(1.05); }
.blog-card-imgwrap { overflow: hidden; }
.blog-card-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.blog-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.blog-tag { background: rgba(242, 101, 34, .1); color: var(--orange); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 11px; border-radius: 20px; }
.blog-date { font-size: .78rem; color: var(--gray-500); font-weight: 500; }
.blog-card h2 { font-size: 1.12rem; font-weight: 700; color: var(--navy); line-height: 1.38; margin-bottom: 12px; }
.blog-card h2 a { color: var(--navy); }
.blog-card h2 a:hover { color: var(--orange); }
.blog-card p { font-size: .88rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 20px; flex: 1; }
.read-more { font-size: .86rem; font-weight: 600; color: var(--orange); display: inline-flex; align-items: center; gap: 6px; }
.read-more:hover { gap: 11px; color: var(--orange-dark); }

.newsletter-strip { background: linear-gradient(135deg, var(--navy-mid), var(--navy-light)); padding: 64px 0; text-align: center; }
.newsletter-strip h2 { font-size: 1.7rem; font-weight: 800; color: #fff; margin-bottom: 10px; }
.newsletter-strip p { color: rgba(255, 255, 255, .68); margin-bottom: 26px; font-size: .98rem; }
.newsletter-form { display: flex; gap: 0; max-width: 480px; margin: 0 auto; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-lg); }
.newsletter-form input { flex: 1; padding: 15px 18px; border: none; font-family: 'Inter', sans-serif; font-size: .92rem; outline: none; }
.newsletter-form button { padding: 15px 24px; background: var(--orange); color: #fff; border: none; font-family: 'Inter', sans-serif; font-weight: 700; font-size: .92rem; cursor: pointer; transition: var(--transition); white-space: nowrap; }
.newsletter-form button:hover { background: var(--orange-dark); }
@media (max-width: 480px) { .newsletter-form { flex-direction: column; border-radius: 0; } }

/* ===== TRACKING ===== */
.tracking-section { padding: 80px 0; background: var(--off-white); min-height: 50vh; }
.tracking-card { max-width: 640px; margin: 0 auto; background: var(--white); border-radius: var(--radius-xl); padding: 48px 40px; box-shadow: var(--shadow-lg); border: 1px solid var(--gray-200); text-align: center; }
.tracking-card .tk-icon { width: 72px; height: 72px; margin: 0 auto 22px; border-radius: 50%; background: linear-gradient(135deg, rgba(242, 101, 34, .15), rgba(242, 101, 34, .04)); color: var(--orange); display: flex; align-items: center; justify-content: center; }
.tracking-card h2 { font-size: 1.5rem; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
.tracking-card p { color: var(--text-muted); margin-bottom: 26px; }
.tracking-form { display: flex; gap: 10px; }
@media (max-width: 520px) { .tracking-form { flex-direction: column; } }
.tracking-form input { flex: 1; padding: 14px 16px; border: 1.5px solid var(--gray-300); border-radius: var(--radius-sm); font-family: 'Inter', sans-serif; font-size: .95rem; outline: none; transition: var(--transition); }
.tracking-form input:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(242, 101, 34, .12); }
.tracking-result { margin-top: 24px; padding: 18px; border-radius: var(--radius-md); font-size: .92rem; display: none; }
.tracking-result.show { display: block; }

/* ===== LEGAL (privacy/terms) ===== */
.legal-section { padding: 80px 0; background: var(--white); }
.legal-inner { max-width: 820px; margin: 0 auto; }
.legal-inner h2 { color: var(--navy); margin: 2rem 0 .8rem; font-size: 1.45rem; font-weight: 700; }
.legal-inner h2:first-child { margin-top: 0; }
.legal-inner p { margin: .6rem 0 1rem; line-height: 1.75; color: var(--text-muted); }
.legal-inner ul { padding-left: 0; margin: .5rem 0 1.3rem; list-style: none; }
.legal-inner li { margin: .5rem 0; line-height: 1.6; color: var(--text-muted); padding-left: 26px; position: relative; }
.legal-inner li::before { content: ''; position: absolute; left: 0; top: .6em; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.legal-inner a { color: var(--orange); }
.effective-date { margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid var(--gray-200); font-size: .9rem; color: var(--text-muted); }

/* ===== FOOTER ===== */
.site-footer { background: var(--navy); color: rgba(255, 255, 255, .75); padding: 72px 0 0; position: relative; overflow: hidden; }
.site-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-orange); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.6fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 36px; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; gap: 28px; } }
.footer-brand .logo-group { margin-bottom: 16px; }
.footer-brand .brand-name { color: #fff; }
.footer-brand p { font-size: .88rem; line-height: 1.7; max-width: 280px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, .08); display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.footer-social a:hover { background: var(--orange); transform: translateY(-3px); }
.footer-social a img { width: 15px; height: 15px; }
.footer-col h4 { font-size: .79rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #fff; margin-bottom: 20px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-col ul li a { font-size: .9rem; color: rgba(255, 255, 255, .6); transition: var(--transition); }
.footer-col ul li a:hover { color: var(--orange); padding-left: 5px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 13px; font-size: .88rem; color: rgba(255, 255, 255, .6); }
.footer-contact-item .icon { color: var(--orange); flex-shrink: 0; margin-top: 2px; display: flex; }
.footer-contact-item a { color: rgba(255, 255, 255, .6); }
.footer-contact-item a:hover { color: var(--orange); }
.footer-bottom { padding: 22px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: .82rem; color: rgba(255, 255, 255, .4); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { color: rgba(255, 255, 255, .4); }
.footer-bottom-links a:hover { color: var(--orange); }

/* ===== FLASH MESSAGES ===== */
.flash-success, .flash-error { padding: 15px 20px; border-radius: var(--radius-sm); margin-bottom: 22px; font-weight: 500; font-size: .92rem; display: flex; align-items: center; gap: 10px; }
.flash-success { background: #d1fae5; color: #065f46; border: 1px solid #6ee7b7; }
.flash-error { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }

/* ===== SCROLL REVEAL ===== */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }
.reveal[data-delay="5"] { transition-delay: .4s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .slider-container .slide.active { transform: none; }
}

/* ===== UTILITIES ===== */
.text-center { text-align: center; }
.mt-6 { margin-top: 48px; }
.btn-wrap { display: flex; gap: 14px; flex-wrap: wrap; }
.section-divider { height: 1px; background: var(--gray-200); }
