/* ============================================
   OVER CREATIVE · Design System
   Navy #232343 · Green #0fb452 · Glass UI
   ============================================ */

@font-face{
  font-family: "PT Sans Caption";
  src: url("assets/fonts/PTSansCaption-Regular.woff2") format("woff2"),
       url("assets/fonts/PTSansCaption-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "PT Sans Caption";
  src: url("assets/fonts/PTSansCaption-Bold.woff2") format("woff2"),
       url("assets/fonts/PTSansCaption-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "PT Sans";
  src: url("assets/fonts/PTSans-Regular.woff2") format("woff2"),
       url("assets/fonts/PTSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "PT Sans";
  src: url("assets/fonts/PTSans-Bold.woff2") format("woff2"),
       url("assets/fonts/PTSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root{
  --navy-deepest: #14142a;
  --navy: #232343;
  --navy-light: #2e2e56;
  --navy-lighter: #3a3a6b;
  --green: #0fb452;
  --green-light: #22e07a;
  --teal: #14b8a6;
  --white: #ffffff;
  --text-primary: #ffffff;
  --ink-soft: rgba(255,255,255,0.72);
  --ink-faint: rgba(255,255,255,0.5);

  --glass-bg: rgba(255,255,255,0.055);
  --glass-bg-strong: var(--surface-soft-strong);
  --glass-border: rgba(255,255,255,0.14);
  --glass-blur: 18px;

  --surface-nav: rgba(20,20,42,0.65);
  --surface-nav-scrolled: rgba(15,15,32,0.85);
  --surface-mobile-nav: rgba(15,15,32,0.95);
  --surface-panel: rgba(20,20,42,0.92);
  --surface-soft: rgba(255,255,255,0.06);
  --surface-soft-strong: rgba(255,255,255,0.09);
  --surface-soft-hover: rgba(255,255,255,0.12);
  --border-soft: rgba(255,255,255,0.18);
  --lightbox-overlay: rgba(8,8,18,0.94);

  --font-head: "PT Sans", "Segoe UI", sans-serif;
  --font-body: "PT Sans Caption", "Segoe UI", sans-serif;

  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --radius-pill: 999px;

  --shadow-soft: 0 20px 60px -20px rgba(0,0,0,0.55);
  --shadow-glow: 0 0 0 1px rgba(15,180,82,0.18), 0 20px 50px -20px rgba(15,180,82,0.25);

  --ease: cubic-bezier(.16,.8,.24,1);
}

:root[data-theme="light"]{
  --navy-deepest: #f2f4fa;
  --navy-light: #e4e8f2;
  --text-primary: #14142a;
  --green-light: #0e9a4a;
  --ink-soft: rgba(20,20,42,0.7);
  --ink-faint: rgba(20,20,42,0.5);

  --glass-bg: rgba(20,20,42,0.035);
  --glass-bg-strong: rgba(20,20,42,0.06);
  --glass-border: rgba(20,20,42,0.12);

  --surface-nav: rgba(255,255,255,0.78);
  --surface-nav-scrolled: rgba(255,255,255,0.92);
  --surface-mobile-nav: rgba(255,255,255,0.97);
  --surface-panel: rgba(255,255,255,0.95);
  --surface-soft: rgba(20,20,42,0.045);
  --surface-soft-strong: rgba(20,20,42,0.075);
  --surface-soft-hover: rgba(20,20,42,0.1);
  --border-soft: rgba(20,20,42,0.16);
  --lightbox-overlay: rgba(255,255,255,0.97);

  --shadow-soft: 0 20px 50px -26px rgba(30,32,60,0.22);
  --shadow-glow: 0 0 0 1px rgba(15,180,82,0.22), 0 20px 45px -22px rgba(15,180,82,0.2);
}

:root[data-theme="light"] .bg-fx{
  background:
    radial-gradient(700px 500px at 12% -5%, rgba(15,180,82,0.09), transparent 60%),
    radial-gradient(800px 600px at 92% 15%, rgba(20,184,166,0.07), transparent 60%),
    radial-gradient(900px 700px at 50% 100%, rgba(35,35,67,0.05), transparent 60%),
    repeating-radial-gradient(circle at 50% 50%, rgba(20,20,42,0.03) 0px, rgba(20,20,42,0.03) 1px, transparent 2px, transparent 64px);
}

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

html{ scroll-behavior: smooth; }

body{
  margin: 0;
  background: var(--navy-deepest);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
}

img{ max-width: 100%; display: block; }
ul{ list-style: none; margin: 0; padding: 0; }
a{ color: inherit; text-decoration: none; }
button{ font-family: inherit; cursor: pointer; }
input, select, textarea{ font-family: inherit; }

.container{
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* ===== Background ambience ===== */
.bg-fx{
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(700px 500px at 12% -5%, rgba(15,180,82,0.16), transparent 60%),
    radial-gradient(800px 600px at 92% 15%, rgba(20,184,166,0.12), transparent 60%),
    radial-gradient(900px 700px at 50% 100%, rgba(46,46,86,0.35), transparent 60%),
    repeating-radial-gradient(circle at 50% 50%, rgba(255,255,255,0.025) 0px, rgba(255,255,255,0.025) 1px, transparent 2px, transparent 64px);
}

main, header, footer{ position: relative; z-index: 1; }

/* ===== Typography ===== */
h1,h2,h3,h4{
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.12;
  margin: 0;
}

.kicker{
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: var(--green-light);
  margin: 0 0 0.9rem;
  text-transform: uppercase;
}

.section-title{
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  max-width: 780px;
  margin-bottom: 1rem;
}

.section-lead{
  color: var(--ink-soft);
  max-width: 640px;
  font-size: 1.05rem;
  margin: 0 0 2.6rem;
}

.muted-note{ color: var(--ink-faint); font-size: 0.9rem; }

/* ===== Glass ===== */
.glass{
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(var(--glass-blur)) saturate(140%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(140%);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

/* ===== Buttons ===== */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.95rem 1.8rem;
  border: none;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease);
  white-space: nowrap;
}
.btn-pill{ border-radius: var(--radius-pill); }
.btn-primary{
  background: linear-gradient(135deg, var(--green-light), var(--green));
  color: #05170c;
  box-shadow: 0 14px 30px -10px rgba(15,180,82,0.55);
}
.btn-primary:hover{ transform: translateY(-2px); box-shadow: 0 18px 36px -8px rgba(15,180,82,0.65); }
.btn-ghost{
  background: var(--surface-soft);
  color: var(--text-primary);
  border: 1px solid var(--border-soft);
}
.btn-ghost:hover{ background: var(--surface-soft-hover); transform: translateY(-2px); }
.btn-blue{
  background: linear-gradient(135deg, #2e3d8f, #1c2a6b);
  color: #ffffff;
  box-shadow: 0 14px 30px -10px rgba(28,42,107,0.55);
}
.btn-blue:hover{ transform: translateY(-2px); box-shadow: 0 18px 36px -8px rgba(28,42,107,0.65); }
.btn.full{ width: 100%; }

/* ===== Navbar ===== */
.nav-wrap{
  position: fixed;
  top: 16px;
  left: 0; right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding: 0 16px;
}

.navbar{
  width: min(1100px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 0.7rem 0.9rem 0.7rem 1.3rem;
  background: rgba(20,20,42,0.72);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  box-shadow: 0 15px 40px -20px rgba(0,0,0,0.6);
  transition: background 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.navbar.scrolled{
  background: rgba(15,15,32,0.9);
  box-shadow: 0 15px 40px -12px rgba(0,0,0,0.7);
}

.logo{
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: var(--font-head);
  flex-shrink: 0;
}
.logo-img{ height: clamp(72px, 9vw, 108px); width: auto; display: block; margin: -18px 0; }

.nav-links{
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.nav-links a{
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(255,255,255,0.72);
  transition: color 0.2s var(--ease);
  position: relative;
}
.nav-links a:hover, .nav-links a.active{ color: #ffffff; }
.nav-links a.active::after{
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 2px;
  background: var(--green);
  border-radius: 2px;
}

.nav-cta{ padding: 0.7rem 1.4rem; font-size: 0.88rem; }

.theme-toggle{
  position: relative;
  width: 40px; height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-toggle:hover{ background: rgba(255,255,255,0.12); }
.theme-toggle svg{ width: 18px; height: 18px; position: absolute; transition: opacity 0.25s var(--ease), transform 0.35s var(--ease); }
.theme-toggle .icon-sun{ opacity: 0; transform: rotate(-60deg) scale(0.6); }
.theme-toggle .icon-moon{ opacity: 1; transform: rotate(0) scale(1); }
:root[data-theme="light"] .theme-toggle .icon-sun{ opacity: 1; transform: rotate(0) scale(1); }
:root[data-theme="light"] .theme-toggle .icon-moon{ opacity: 0; transform: rotate(60deg) scale(0.6); }

.nav-toggle{
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  padding: 8px;
}
.nav-toggle span{
  width: 22px; height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
}

/* ===== Hero ===== */
.hero{
  position: relative;
  padding: 9.5rem 0 6rem;
  overflow: hidden;
}

.hero-rings{
  position: absolute;
  inset: -10% -10% auto -10%;
  height: 140%;
  background-image: radial-gradient(circle, transparent 0 55%, rgba(15,180,82,0.06) 56%, rgba(15,180,82,0.06) 58%, transparent 59%);
  background-size: 90px 90px;
  mask-image: radial-gradient(ellipse 60% 55% at 50% 30%, black, transparent 75%);
  opacity: 0.8;
  z-index: 0;
}

.hero-blob{
  position: absolute;
  top: -8%;
  right: -6%;
  width: 46vw;
  height: 46vw;
  max-width: 620px;
  max-height: 620px;
  min-width: 320px;
  min-height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, rgba(15,180,82,0.9), rgba(15,180,82,0.45) 55%, rgba(15,180,82,0) 75%);
  filter: blur(4px);
  z-index: 0;
  pointer-events: none;
}

.hero-waves{
  position: absolute;
  top: 6%;
  left: 0;
  width: 100%;
  height: 55%;
  z-index: 0;
  opacity: 0.9;
}

.hero-inner{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}

.eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--green-light);
  margin-bottom: 1.4rem;
}
.eyebrow-line{ width: 30px; height: 1px; background: var(--green-light); display: inline-block; }

.hero-title{
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  margin-bottom: 1.4rem;
  max-width: 640px;
  min-height: 3.2em;
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.hero-title.hero-title-fade{ opacity: 0; transform: translateY(8px); }
.hero-title .accent{ color: var(--green-light); }

.hero-tagline{
  color: var(--ink-soft);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  max-width: 520px;
  margin-bottom: 2.2rem;
}
.hero-tagline .tag-dot{ color: var(--green-light); margin: 0 0.2rem; }

.hero-actions{ display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-card{
  padding: 2.2rem;
  position: relative;
}
.hero-card-quote{
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1.4;
  margin: 0 0 1.6rem;
}
.hero-card-foot{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone-pill{
  background: var(--surface-soft);
  border: 1px solid var(--glass-border);
  padding: 0.5rem 1rem;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 700;
}
.dots{
  width: 60px; height: 6px;
  background: linear-gradient(90deg, var(--green-light), transparent);
  border-radius: 4px;
}

/* ===== Sections ===== */
.section{ padding: 6rem 0; }
.align-center{ text-align: center; margin-top: 2.6rem; }
.align-center-text{ text-align: center; }

/* ===== Grids / Cards ===== */
.grid{ display: grid; gap: 1.5rem; }
.services-grid{ grid-template-columns: repeat(4, 1fr); }
.profiles-grid{ grid-template-columns: repeat(4, 1fr); }
.steps-grid{ grid-template-columns: repeat(3, 1fr); }
.stats-grid{ grid-template-columns: repeat(4, 1fr); }
.pricing-grid{ grid-template-columns: repeat(4, 1fr); }

.card{
  padding: 2rem 1.7rem;
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.card:hover{
  transform: translateY(-6px);
  border-color: rgba(15,180,82,0.35);
  background: var(--glass-bg-strong);
}
.card h3{ font-size: 1.15rem; margin-bottom: 0.7rem; }
.card p{ color: var(--ink-soft); font-size: 0.96rem; }

.card-icon{
  width: 46px; height: 46px;
  border-radius: 14px;
  background: rgba(15,180,82,0.14);
  color: var(--green-light);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.2rem;
}
.card-icon svg{ width: 22px; height: 22px; }

.tags{ display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: 1.2rem; }
.tag{
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.7rem;
  border-radius: var(--radius-pill);
  background: rgba(15,180,82,0.12);
  color: var(--green-light);
  border: 1px solid rgba(15,180,82,0.25);
}

/* CTA banner */
.cta-banner{
  margin-top: 2.6rem;
  padding: 2.4rem 2.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  background: linear-gradient(120deg, rgba(15,180,82,0.14), rgba(20,184,166,0.08));
}
.cta-banner h3{ font-size: 1.4rem; margin-bottom: 0.4rem; }
.cta-banner p{ color: var(--ink-soft); margin: 0; }

/* Stats */
.stats-section{ padding: 3rem 0; }
.stat{ text-align: center; }
.stat-label{
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em;
  color: var(--ink-faint); margin-bottom: 0.6rem;
}
.stat-number, .stat-number-text{
  font-family: var(--font-head);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: var(--green-light);
  margin: 0;
}
.stat-desc{ color: var(--ink-soft); font-size: 0.9rem; margin-top: 0.4rem; }

/* Steps */
.step-card{ padding: 2.4rem 2rem; position: relative; }
.step-num{
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-light), var(--teal));
  color: #05170c;
  font-family: var(--font-head);
  font-weight: 800;
  margin-bottom: 1.2rem;
}
.step-tag{ font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; color: var(--ink-faint); margin-bottom: 0.5rem; }
.step-card h3{ font-size: 1.2rem; margin-bottom: 0.6rem; }
.step-card p{ color: var(--ink-soft); font-size: 0.95rem; }

/* Testimonials */
.testi-card{ flex-shrink: 0; width: min(360px, 82vw); padding: 1.8rem 1.5rem; }
.testi-quote{ font-size: 1rem; color: var(--text-primary); margin-bottom: 1.6rem; min-height: 5.5em; }
.testi-author{ display: flex; align-items: center; gap: 0.8rem; }
.avatar{
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--teal));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 700; font-size: 0.85rem;
  color: #05170c;
  flex-shrink: 0;
}
.testi-name{ font-weight: 700; margin: 0; font-size: 0.95rem; }
.testi-role{ margin: 0; color: var(--ink-faint); font-size: 0.82rem; }

/* Pricing */
.price-card{ padding: 2.2rem 1.8rem; display: flex; flex-direction: column; position: relative; }
.price-card[hidden],
.service-card[hidden],
.portfolio-card[hidden]{ display: none; }
.price-card h3{ font-size: 1.1rem; margin-bottom: 1rem; min-height: 2.6em; }
.price{ font-family: var(--font-head); font-size: 1.9rem; font-weight: 800; margin: 0; }
.price .amount{ color: var(--green-light); text-transform: uppercase; }
.price-sub{ color: var(--ink-faint); font-size: 0.78rem; letter-spacing: 0.05em; margin: 0.2rem 0 1.4rem; }
.price-list{ margin-bottom: 1.8rem; flex-grow: 1; }
.price-list li{
  color: var(--ink-soft);
  font-size: 0.9rem;
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 0.6rem;
}
.price-list li::before{
  content: "✓";
  position: absolute; left: 0; top: 0;
  color: var(--green-light);
  font-weight: 700;
}
.price-card-highlight{
  border-color: rgba(15,180,82,0.45);
  box-shadow: var(--shadow-glow);
}
.price-badge{
  position: absolute;
  top: -13px; left: 1.8rem;
  background: linear-gradient(135deg, var(--green-light), var(--teal));
  color: #05170c;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-pill);
}
.price-note{ font-size: 0.78rem; color: var(--ink-faint); margin: -0.6rem 0 1rem; }

/* Countdown */
.countdown{ margin-top: 3rem; text-align: center; }
.countdown-label{ font-size: 0.75rem; letter-spacing: 0.14em; color: var(--ink-faint); font-weight: 700; margin-bottom: 1rem; }
.countdown-timer{ display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.cd-block{
  min-width: 84px;
  padding: 1rem 0.6rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  backdrop-filter: blur(var(--glass-blur));
}
.cd-block span{
  display: block;
  font-family: var(--font-head);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--green-light);
}
.cd-block small{ font-size: 0.65rem; letter-spacing: 0.1em; color: var(--ink-faint); }

/* Partners marquee */
.partners-section{ padding-top: 2rem; padding-bottom: 3rem; }
.partners-section .section-title{ font-size: clamp(1.5rem, 2.4vw, 2rem); margin-bottom: 2.2rem; }

.marquee-row{
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  margin-bottom: 1.2rem;
}
.marquee-row:last-child{ margin-bottom: 0; }
.marquee-track{
  display: flex;
  width: max-content;
}
.marquee-group{
  display: flex;
  gap: 1.2rem;
  padding-right: 1.2rem;
  flex-shrink: 0;
}
.marquee-left{ animation: marquee-left 38s linear infinite; }
.marquee-right{ animation: marquee-right 38s linear infinite; }
.marquee-row:hover .marquee-track{ animation-play-state: paused; }

@keyframes marquee-left{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}
@keyframes marquee-right{
  from{ transform: translateX(-50%); }
  to{ transform: translateX(0); }
}

.partner-chip{
  flex-shrink: 0;
  width: 150px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(0,0,0,0.05);
  padding: 0.8rem 1.1rem;
}
.partner-chip img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* FAQ */
.faq-list{ display: flex; flex-direction: column; gap: 0.9rem; max-width: 780px; }
.faq-item{
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  backdrop-filter: blur(var(--glass-blur));
}
.faq-q{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  padding: 1.2rem 1.5rem;
  text-align: left;
}
.faq-icon{
  font-size: 1.3rem;
  color: var(--green-light);
  transition: transform 0.3s var(--ease);
  flex-shrink: 0;
  margin-left: 1rem;
}
.faq-item.open .faq-icon{ transform: rotate(45deg); }
.faq-a{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s var(--ease), padding 0.35s var(--ease);
  padding: 0 1.5rem;
}
.faq-item.open .faq-a{ max-height: 240px; padding: 0 1.5rem 1.3rem; }
.faq-a p{ color: var(--ink-soft); margin: 0; font-size: 0.95rem; }

/* Reservation */
.reservation-section{ padding-bottom: 8rem; }
.reservation-grid{
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: start;
}
.info-list{ display: flex; flex-direction: column; gap: 0.9rem; margin-top: 1.5rem; }
.info-list li{ display: flex; align-items: center; gap: 0.7rem; color: var(--ink-soft); font-size: 0.95rem; }
.info-icon{ font-size: 1.1rem; }

.reservation-form{
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  transition: box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
}
.reservation-form.form-highlight{
  border-color: rgba(15,180,82,0.55);
  box-shadow: 0 0 0 4px rgba(15,180,82,0.18), 0 20px 50px -20px rgba(15,180,82,0.5);
  animation: form-highlight-pulse 1.4s var(--ease) 2;
}
@keyframes form-highlight-pulse{
  0%, 100%{ box-shadow: 0 0 0 4px rgba(15,180,82,0.18), 0 20px 50px -20px rgba(15,180,82,0.5); }
  50%{ box-shadow: 0 0 0 8px rgba(15,180,82,0.28), 0 20px 60px -16px rgba(15,180,82,0.65); }
}
.reservation-form label{ display: flex; flex-direction: column; gap: 0.5rem; font-size: 0.85rem; font-weight: 700; color: var(--ink-soft); }
.reservation-form input,
.reservation-form select,
.reservation-form textarea{
  background: var(--surface-soft);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
  color: var(--text-primary);
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease);
}
.reservation-form input:focus,
.reservation-form select:focus,
.reservation-form textarea:focus{
  border-color: rgba(15,180,82,0.5);
  background: var(--surface-soft-strong);
}
.reservation-form select option{ background: var(--surface-panel); color: var(--text-primary); }
.reservation-form textarea{ resize: vertical; }
.form-note{ text-align: center; color: var(--ink-faint); font-size: 0.78rem; margin: 0; }

/* Footer (always dark, independent of theme, to match the logo artwork) */
.footer{ padding: 3.5rem 0 1.6rem; background: #14142a; border-top: 1px solid rgba(255,255,255,0.14); }
.footer-grid-new{
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.2fr;
  gap: 2.5rem;
  padding-bottom: 2.4rem;
}
.footer-brand .logo{ display: inline-flex; margin-bottom: 1rem; }
.footer-tagline{ color: rgba(255,255,255,0.55); font-size: 0.9rem; max-width: 320px; margin: 0 0 1.3rem; line-height: 1.5; }
.footer-social{ display: flex; gap: 0.7rem; }
.footer-social a{
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.8);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}
.footer-social a:hover{ background: rgba(15,180,82,0.18); color: var(--green-light); }
.footer-social svg{ width: 17px; height: 17px; }

.footer-col h4{ font-family: var(--font-head); font-size: 1rem; font-weight: 800; color: var(--green-light); margin: 0 0 1.1rem; }
.footer-links-vertical{ display: flex; flex-direction: column; gap: 0.75rem; }
.footer-links-vertical a{ font-size: 0.92rem; color: rgba(255,255,255,0.72); font-weight: 600; }
.footer-links-vertical a:hover{ color: #ffffff; }
.footer-contact-list{ display: flex; flex-direction: column; gap: 0.9rem; }
.footer-contact-list li{ display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.88rem; color: rgba(255,255,255,0.72); line-height: 1.4; }
.footer-contact-list svg{ width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; color: var(--green-light); }

.footer-bottom{
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
}
.footer-bottom .copyright{ margin: 0 !important; }
.footer-credit{ font-size: 0.74rem !important; color: rgba(255,255,255,0.32) !important; margin: 0 !important; }

.whatsapp-float{
  position: fixed;
  left: 20px; bottom: 20px;
  z-index: 200;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 30px -10px rgba(37,211,102,0.65);
  transition: transform 0.25s var(--ease);
}
.whatsapp-float:hover{ transform: translateY(-3px) scale(1.05); }
.whatsapp-float svg{ width: 28px; height: 28px; }

.scroll-top{
  position: fixed;
  right: 20px; bottom: 20px;
  z-index: 200;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-light), var(--green));
  color: #05170c;
  border: none;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 30px -10px rgba(15,180,82,0.6);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
}
.scroll-top.visible{ opacity: 1; pointer-events: auto; transform: translateY(0); }
.scroll-top:hover{ transform: translateY(-3px); }
.scroll-top svg{ width: 20px; height: 20px; }

/* ===== Helpers ===== */
.center-block{ margin-left: auto; margin-right: auto; }

/* ===== Technologies / Logiciels ===== */
.tools-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 2rem 1rem;
  max-width: 880px;
  margin: 2rem auto 0;
}
.tool-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  text-align: center;
}
.tool-icon{
  width: 64px; height: 64px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px -8px rgba(0,0,0,0.35);
  display: flex; align-items: center; justify-content: center;
  padding: 0.7rem;
  transition: transform 0.25s var(--ease);
}
.tool-item:hover .tool-icon{ transform: translateY(-4px); }
.tool-icon img{ max-width: 100%; max-height: 100%; object-fit: contain; }
.tool-icon-ia{
  background: linear-gradient(135deg, var(--green-light), var(--teal));
  color: #05170c;
  font-size: 1.7rem;
}
.tool-name{
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink-soft);
}

.tech-stats-grid{
  grid-template-columns: repeat(3, 1fr);
  max-width: 700px;
  margin: 3rem auto 0;
  text-align: center;
}
.stat-number-text.small{ font-size: clamp(1.6rem, 3vw, 2.2rem); }

/* ===== Blog ===== */
.blog-grid{ grid-template-columns: repeat(3, 1fr); }
.card .blog-thumb{
  margin: -2rem -1.7rem 1.4rem;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
.card .blog-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.card:hover .blog-thumb img{ transform: scale(1.05); }
.blog-tag{
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.3rem 0.7rem;
  border-radius: var(--radius-pill);
  background: rgba(15,180,82,0.12);
  color: var(--green-light);
  border: 1px solid rgba(15,180,82,0.25);
  margin-bottom: 1rem;
}
.card .blog-tag + h3{ margin-bottom: 0.7rem; }
.blog-soon{
  display: inline-block;
  margin-top: 1.2rem;
  font-size: 0.78rem;
  color: var(--ink-faint);
  font-weight: 700;
}

/* ===== Portfolio card grid (with per-project mini carousel) ===== */
.pc-grid{ grid-template-columns: repeat(2, 1fr); }

.portfolio-card{
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s var(--ease);
}
.portfolio-card:hover{ border-color: rgba(15,180,82,0.35); }

.pc-media{
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--navy-light);
  cursor: pointer;
  overflow: hidden;
}
.pc-media img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.pc-media img.pc-active{ display: block; }

.pc-badge-cat{
  position: absolute;
  top: 0.9rem; left: 0.9rem;
  z-index: 2;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-pill);
  background: rgba(10,10,20,0.7);
  color: var(--green-light);
  backdrop-filter: blur(6px);
}
.pc-counter{
  position: absolute;
  bottom: 0.8rem; right: 0.8rem;
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-pill);
  background: rgba(10,10,20,0.7);
  color: #ffffff;
  backdrop-filter: blur(6px);
}
.pc-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 34px; height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(10,10,20,0.65);
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1;
  backdrop-filter: blur(6px);
}
.pc-arrow:hover{ background: rgba(10,10,20,0.85); }
.pc-prev{ left: 0.7rem; }
.pc-next{ right: 0.7rem; }
.pc-media[data-count="1"] .pc-arrow,
.pc-media[data-count="1"] .pc-counter,
.pc-media:not([data-count]) .pc-arrow,
.pc-media:not([data-count]) .pc-counter{ display: none; }

.pc-overlay{
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(9,9,20,0) 45%, rgba(8,8,18,0.88) 100%);
  opacity: 0;
  transition: opacity 0.3s var(--ease);
}
.pc-media:hover .pc-overlay{ opacity: 1; }
.pc-overlay .pc-details{
  pointer-events: auto;
  width: auto;
  padding-inline: 1.7rem;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.3s var(--ease) 0.05s, transform 0.3s var(--ease) 0.05s;
}
.pc-media:hover .pc-overlay .pc-details{ opacity: 1; transform: translateY(0); }
@media (hover: none){
  .pc-overlay{ opacity: 1; background: linear-gradient(180deg, rgba(9,9,20,0) 58%, rgba(8,8,18,0.82) 100%); }
  .pc-overlay .pc-details{ opacity: 1; transform: none; }
}

.pc-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}
.pc-tag{
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.32rem 0.75rem;
  border-radius: var(--radius-pill);
  background: rgba(15,180,82,0.1);
  color: var(--green-light);
  border: 1px solid rgba(15,180,82,0.25);
}

.pc-body{
  padding: 1.5rem 1.5rem 1.7rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.pc-body h3{ font-size: 1.1rem; margin-bottom: 0.6rem; }
.pc-body p{
  color: var(--ink-soft);
  font-size: 0.9rem;
  margin: 0 0 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== Portfolio carousel (legacy, used on the homepage teaser) ===== */
.portfolio-carousel{ position: relative; }
.portfolio-track{
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.3rem 0.3rem 1rem;
  margin: 0 -0.3rem;
  scrollbar-width: thin;
}
.portfolio-track::-webkit-scrollbar{ height: 6px; }
.portfolio-track::-webkit-scrollbar-thumb{ background: var(--glass-border); border-radius: 4px; }
.portfolio-track::-webkit-scrollbar-track{ background: transparent; }

.carousel-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--border-soft);
  background: var(--surface-panel);
  color: var(--text-primary);
  font-size: 1.6rem;
  line-height: 1;
  z-index: 5;
  box-shadow: var(--shadow-soft);
}
.carousel-arrow:hover{ background: var(--surface-soft-hover); }
.carousel-prev{ left: -14px; }
.carousel-next{ right: -14px; }

.portfolio-item{
  position: relative;
  margin: 0;
  flex: 0 0 260px;
  width: 260px;
  scroll-snap-align: start;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--glass-border);
  background: var(--navy-light);
}
.portfolio-item-link{ display: block; cursor: pointer; }
.portfolio-item img{
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s var(--ease);
}
.portfolio-item:hover img{ transform: scale(1.03); }
.portfolio-item figcaption{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 1.4rem 1.1rem 1.1rem;
  background: linear-gradient(0deg, rgba(15,15,32,0.92), transparent);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-primary);
}
.portfolio-item figcaption span{
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-light);
  font-weight: 700;
  margin-bottom: 0.25rem;
}

/* ===== Page hero (sub-pages) ===== */
.page-hero{ padding: 9rem 0 2rem; }
.page-hero .section-title{ font-size: clamp(1.9rem, 3.6vw, 2.8rem); }

/* ===== About hero (Mohamed Sylla) ===== */
.about-hero-wrap{ padding: 8.5rem 0 1rem; }
.about-hero{
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-soft);
}
.about-hero-left{
  background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 85%, var(--green) 135%);
  padding: 3rem 2.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  color: #ffffff;
}
.about-badge{
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.28);
}
.about-heading{ font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.12; margin: 0; color: #ffffff; }
.about-cta{ align-self: flex-start; }
.about-stats{ display: flex; gap: 1rem; flex-wrap: wrap; margin-top: auto; padding-top: 1rem; }
.about-stat{
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: var(--radius-sm);
  padding: 0.9rem 1.2rem;
}
.about-stat-label{ display: flex; align-items: center; gap: 0.4rem; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; color: rgba(255,255,255,0.75); margin-bottom: 0.3rem; }
.about-stat-label .dot-live{ width: 6px; height: 6px; border-radius: 50%; background: var(--green-light); display: inline-block; flex-shrink: 0; }
.about-stat-value{ font-family: var(--font-head); font-size: 1.3rem; font-weight: 800; }

.about-hero-right{
  position: relative;
  background: var(--surface-panel);
  display: flex;
  flex-direction: column;
}
.about-photo{ overflow: hidden; flex-shrink: 0; aspect-ratio: 4 / 3.4; }
.about-photo img{ width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; }
.about-mission{ padding: 1.8rem 2.2rem 2rem; }
.about-mission-eyebrow{ color: var(--green-light); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.05em; margin: 0 0 0.7rem; }
.about-mission-text{ font-size: 1.25rem; font-weight: 800; line-height: 1.32; margin: 0 0 0.7rem; }
.about-mission-text .accent{ color: var(--green-light); }
.about-mission-sub{ color: var(--ink-faint); font-size: 0.9rem; margin: 0; }

.about-bio p + p{ margin-top: 1rem; }
.about-brands-grid{ display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 2rem; }

/* ===== Catalog layout (Services / Portfolio filters) ===== */
.catalog-section{ padding-top: 1rem; }
.catalog-layout{
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 2.4rem;
  align-items: start;
}
.catalog-sidebar{
  padding: 1.6rem;
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.sidebar-label{
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--ink-faint);
  margin-bottom: 0.7rem;
}
.sidebar-block input[type="search"]{
  width: 100%;
  background: var(--surface-soft);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  padding: 0.7rem 0.9rem;
  color: var(--text-primary);
  font-size: 0.9rem;
  outline: none;
}
.sidebar-block input[type="search"]:focus{ border-color: rgba(15,180,82,0.5); }
.sidebar-list{ display: flex; flex-direction: column; gap: 0.7rem; }
.sidebar-list label{
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.88rem;
  color: var(--ink-soft);
  cursor: pointer;
}
.sidebar-list input[type="checkbox"]{ accent-color: var(--green); width: 15px; height: 15px; flex-shrink: 0; }
.sidebar-list .count{ margin-left: auto; font-size: 0.76rem; color: var(--ink-faint); }
.dot{ width: 9px; height: 9px; border-radius: 50%; display: inline-block; flex-shrink: 0; }
.dot-branding{ background: #ff9a3c; }
.dot-social{ background: #22e07a; }
.dot-print{ background: #31c5f4; }
.dot-direction{ background: #c39bff; }
.dot-motion{ background: #ff6b9a; }
.dot-illustration{ background: #ffd166; }
.dot-mockup{ background: #ff9a3c; }
.dot-template{ background: #31c5f4; }
.dot-guide{ background: #22e07a; }

.catalog-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  align-content: start;
}
.filter-empty{
  grid-column: 1 / -1;
  color: var(--ink-faint);
  font-size: 0.95rem;
  padding: 2rem 0;
  text-align: center;
}

.service-card{
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
}
.service-thumb{
  margin: -1.8rem -1.8rem 1.2rem;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
.service-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.service-card:hover .service-thumb img{ transform: scale(1.05); }
.service-card h3{ font-size: 1.05rem; margin: 0.8rem 0 0.6rem; }
.service-card p{ color: var(--ink-soft); font-size: 0.9rem; flex-grow: 1; }
.service-tag{
  align-self: flex-start;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.3rem 0.7rem;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
}
.tag-branding{ background: rgba(255,154,60,0.14); color: #ff9a3c; }
.tag-social{ background: rgba(34,224,122,0.14); color: var(--green-light); }
.tag-print{ background: rgba(49,197,244,0.14); color: #31c5f4; }
.tag-direction{ background: rgba(195,155,255,0.14); color: #c39bff; }
.tag-motion{ background: rgba(255,107,154,0.14); color: #ff6b9a; }
.tag-illustration{ background: rgba(255,209,102,0.14); color: #ffd166; }
.tag-mockup{ background: rgba(255,154,60,0.14); color: #ff9a3c; }
.tag-template{ background: rgba(49,197,244,0.14); color: #31c5f4; }
.tag-guide{ background: rgba(34,224,122,0.14); color: var(--green-light); }

.resource-format{ font-size: 0.78rem; color: var(--ink-faint); margin-top: -0.3rem; }
.resource-status{ font-size: 0.78rem; font-weight: 700; color: var(--ink-faint); }
.btn-disabled{ opacity: 0.5; pointer-events: none; cursor: not-allowed; }

.service-foot{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.4rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--glass-border);
}
.service-price{ font-weight: 700; font-size: 0.9rem; color: var(--text-primary); text-transform: uppercase; }
.service-link{ font-size: 0.85rem; font-weight: 700; color: var(--green-light); margin-left: auto; }
.service-link:hover{ text-decoration: underline; }

/* ===== Project viewer (Behance-style reading mode) ===== */
.project-viewer{
  position: fixed;
  inset: 0;
  z-index: 320;
  display: none;
  flex-direction: column;
  background: #0a0a12;
}
.project-viewer.open{ display: flex; }
.pv-head{
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.4rem;
  background: rgba(10,10,18,0.92);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
}
.pv-tag{
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-light);
  background: rgba(15,180,82,0.14);
  border: 1px solid rgba(15,180,82,0.3);
  padding: 0.3rem 0.7rem;
  border-radius: var(--radius-pill);
  flex-shrink: 0;
}
.pv-title{ margin: 0; font-size: 1rem; font-weight: 700; color: #ffffff; flex-grow: 1; }
.pv-close{
  flex-shrink: 0;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
}
.pv-close:hover{ background: rgba(255,255,255,0.12); }
.pv-body{
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  scroll-behavior: smooth;
}
.pv-body img{
  width: 100%;
  max-width: 1100px;
  height: auto;
  display: block;
}

/* ===== Contact page ===== */
.contact-cards{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-bottom: 3.5rem;
}
.contact-card{
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease);
}
a.contact-card:hover{ transform: translateY(-4px); border-color: rgba(15,180,82,0.35); }
.contact-card-label{ font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; color: var(--ink-faint); text-transform: uppercase; }
.contact-card-value{ font-size: 0.98rem; font-weight: 700; color: var(--text-primary); }

.info-list-clean{ display: flex; flex-direction: column; gap: 0.7rem; margin-top: 1.6rem; }
.info-list-clean li{
  color: var(--ink-soft);
  font-size: 0.92rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(15,180,82,0.4);
}

/* ===== Blog article page ===== */
.article-section{ padding-top: 1rem; }
.article-body{ max-width: 720px; }
.article-body p{ color: var(--ink-soft); font-size: 1.02rem; margin: 0 0 1.3rem; }
.article-body h2{ font-size: 1.4rem; margin: 2.2rem 0 1rem; }
.article-body ul{ margin: 0 0 1.3rem; padding-left: 1.3rem; list-style: disc; }
.article-body li{ color: var(--ink-soft); font-size: 1rem; margin-bottom: 0.5rem; }
.article-back{ display: inline-block; margin-bottom: 1.6rem; color: var(--green-light); font-weight: 700; font-size: 0.9rem; }
.article-back:hover{ text-decoration: underline; }

/* ===== Reveal animation ===== */
.reveal{
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  transition-delay: var(--delay, 0s);
}
.reveal.in-view{ opacity: 1; transform: translateY(0); }

/* ===== Responsive ===== */
@media (max-width: 980px){
  .hero-inner{ grid-template-columns: 1fr; }
  .services-grid, .profiles-grid{ grid-template-columns: repeat(2, 1fr); }
  .stats-grid{ grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .steps-grid{ grid-template-columns: 1fr; }
  .pricing-grid{ grid-template-columns: repeat(2, 1fr); }
  .blog-grid{ grid-template-columns: 1fr; }
  .reservation-grid{ grid-template-columns: 1fr; }
  .footer-grid-new{ grid-template-columns: 1fr 1fr; }
  .footer-brand{ grid-column: 1 / -1; }
  .catalog-layout{ grid-template-columns: 1fr; }
  .catalog-sidebar{ position: static; }
  .catalog-grid{ grid-template-columns: 1fr; }
  .contact-cards{ grid-template-columns: repeat(2, 1fr); }
  .pc-grid{ grid-template-columns: 1fr; }
  .about-hero{ grid-template-columns: 1fr; }
  .about-hero-left{ padding: 2.4rem; }
  .about-photo{ aspect-ratio: 4 / 3.8; }
}

@media (max-width: 760px){
  .about-stat{ padding: 0.6rem 0.85rem; }
  .about-stat-label{ font-size: 0.6rem; margin-bottom: 0.15rem; }
  .about-stat-value{ font-size: 1rem; }
  .footer-grid-new{ grid-template-columns: 1fr; gap: 2rem; }
  .footer-brand{ grid-column: auto; }
  .whatsapp-float{ width: 50px; height: 50px; left: 14px; bottom: 14px; }
  .whatsapp-float svg{ width: 24px; height: 24px; }
  .scroll-top{ width: 42px; height: 42px; right: 14px; bottom: 14px; }
  .nav-links{
    position: absolute;
    top: calc(100% + 12px);
    left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    background: rgba(15,15,32,0.97);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: var(--radius-md);
    padding: 1rem;
    gap: 0;
    backdrop-filter: blur(20px);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
  }
  .nav-links.open{ opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav-links li{ border-bottom: 1px solid rgba(255,255,255,0.08); }
  .nav-links li:last-child{ border-bottom: none; }
  .nav-links a{ display: block; padding: 0.9rem 0.6rem; }
  .nav-toggle{ display: flex; }
  .nav-cta{ display: none; }
  .services-grid, .profiles-grid{ grid-template-columns: 1fr; }
  .pricing-grid{ grid-template-columns: 1fr; }
  .portfolio-item{ flex-basis: 210px; width: 210px; }
  .tech-stats-grid{ grid-template-columns: 1fr; gap: 1.5rem; }
  .tools-grid{ grid-template-columns: repeat(3, 1fr); gap: 1.6rem 0.8rem; }
  .tool-icon{ width: 54px; height: 54px; }
  .cta-banner{ flex-direction: column; align-items: flex-start; }
  .contact-cards{ grid-template-columns: 1fr; }
  .carousel-prev{ left: 0.2rem; }
  .carousel-next{ right: 0.2rem; }
  .partner-chip{ width: 120px; height: 62px; padding: 0.6rem 0.8rem; }
  .marquee-left, .marquee-right{ animation-duration: 26s; }
}
