/* =====================================================
   ATLAS DIGITAL BOOST - CLEAN FINAL STYLE.CSS
   No Duplicate / Clean Images / Responsive
===================================================== */

/* ---------- VARIABLES ---------- */
:root {
  --dark: #050f1c;
  --dark-2: #071827;
  --dark-3: #0b2034;

  --white: #ffffff;
  --soft: #e5edf8;
  --muted: #a9b6c8;

  --orange: #ffad1f;
  --orange-2: #ff7a18;
  --pink: #ff2f78;
  --green: #25d366;

  --card: rgba(255, 255, 255, 0.075);
  --line: rgba(255, 255, 255, 0.13);

  --gradient: linear-gradient(135deg, #ffb51f 0%, #ff7a18 45%, #ff2f78 100%);
  --gradient-soft: linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.045));

  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.22);
}

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

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 173, 31, 0.13), transparent 32%),
    radial-gradient(circle at 88% 3%, rgba(255, 47, 120, 0.12), transparent 35%),
    linear-gradient(180deg, #050f1c 0%, #071827 48%, #050f1c 100%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

p {
  color: var(--muted);
  line-height: 1.75;
  text-wrap: pretty;
}

/* =====================================================
   GENERAL LAYOUT
===================================================== */

.container {
  width: 100%;
  margin: 0 auto;
}

.section,
.about-section,
.why-section,
.trust-section,
.cta-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 90px 0;
}

.section-head {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-head span,
.section-label,
.about-title span,
.why-copy span,
.cta-card span,
.slide-content span,
.page-hero-content span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.4;
}

.section-label {
  margin-bottom: 20px;
}

.section-head h2,
.about-title h2,
.about-grid h2,
.why-copy h2,
.cta-card h2 {
  max-width: 900px;
  margin: 14px auto;
  color: var(--white);
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.section-head p,
.about-text p,
.about-grid p,
.why-copy p,
.cta-card p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

/* =====================================================
   WHATSAPP FLOAT
===================================================== */

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--green);
  color: #06111f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  box-shadow: 0 18px 45px rgba(37, 211, 102, 0.28);
}

/* =====================================================
   HEADER
===================================================== */

.topbar {
  position: sticky;
  top: 0;
  z-index: 999;
  min-height: 82px;
  padding: 12px clamp(16px, 4vw, 54px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: rgba(5, 15, 28, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-logo-img {
  width: auto;
  height: 64px;
  max-width: 190px;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(255, 122, 24, 0.2));
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 26px);
}

.nav-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--orange);
}

.quote-btn {
  padding: 13px 20px;
  border-radius: 999px;
  background: var(--gradient);
  color: #08111f;
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(255, 92, 60, 0.28);
  transition: 0.25s ease;
}

.quote-btn:hover {
  transform: translateY(-3px);
}

.mobile-menu {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 22px;
}

/* =====================================================
   HOME HERO SLIDER
===================================================== */

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  overflow: hidden;
  background: var(--dark);
}

.hero-slider,
.hero-slide,
.slide-bg,
.slide-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
}

.slide-bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transform: scale(1.07);
  filter: saturate(1.18) contrast(1.08) brightness(0.95);
  transition: transform 7s ease;
}

.hero-slide.active .slide-bg {
  transform: scale(1);
}

.slide-overlay {
  background:
    linear-gradient(90deg, rgba(5, 15, 28, 0.82), rgba(5, 15, 28, 0.42), rgba(5, 15, 28, 0.74)),
    radial-gradient(circle at 40% 50%, rgba(255, 122, 24, 0.08), rgba(5, 15, 28, 0.48));
}

.slide-content {
  position: relative;
  z-index: 3;
  min-height: calc(100vh - 82px);
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide-content h1 {
  max-width: 880px;
  margin: 18px 0 20px;
  color: #ffffff;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 0.96;
  letter-spacing: -0.065em;
  text-shadow: 0 12px 35px rgba(0, 0, 0, 0.55);
  text-wrap: balance;
}

.slide-content p {
  max-width: 680px;
  color: var(--soft);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.75;
  text-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.slide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 10;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  transition: 0.25s ease;
}

.dot.active {
  width: 34px;
  background: var(--orange);
}

/* =====================================================
   PAGE HERO FOR ALL INNER PAGES
===================================================== */

.page-hero,
.services-hero,
.contact-hero,
.portfolio-hero,
.service-detail-hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 620px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Default image */
.page-hero {
  background-image:
    linear-gradient(90deg, rgba(5, 15, 28, 0.78), rgba(5, 15, 28, 0.38), rgba(5, 15, 28, 0.70)),
    url("images/DIGETALM.jpg");
}

/* Main page heroes */
.services-hero {
  background-image:
    linear-gradient(90deg, rgba(5, 15, 28, 0.78), rgba(5, 15, 28, 0.38), rgba(5, 15, 28, 0.70)),
    url("images/DIGITAL_MARKETING_BY_CERTIPROF.webp");
}

.contact-hero {
  background-image:
    linear-gradient(90deg, rgba(5, 15, 28, 0.78), rgba(5, 15, 28, 0.38), rgba(5, 15, 28, 0.70)),
    url("images/The-Ultimate-Guide-to-Digital-Marketing-Platforms-Definition-and-Example.png");
}

.portfolio-hero {
  background-image:
    linear-gradient(90deg, rgba(5, 15, 28, 0.78), rgba(5, 15, 28, 0.38), rgba(5, 15, 28, 0.70)),
    url("images/marketing_digital999.jpeg");
}

/* Service detail default */
.service-detail-hero {
  background-image:
    linear-gradient(90deg, rgba(5, 15, 28, 0.78), rgba(5, 15, 28, 0.38), rgba(5, 15, 28, 0.70)),
    url("images/DIGETALM.jpg");
}

/* Specific service pages */
body.brand-page .service-detail-hero {
  background-image:
    linear-gradient(90deg, rgba(5, 15, 28, 0.78), rgba(5, 15, 28, 0.38), rgba(5, 15, 28, 0.70)),
    url("images/DIGETALM.jpg");
}

body.website-page .service-detail-hero {
  background-image:
    linear-gradient(90deg, rgba(5, 15, 28, 0.78), rgba(5, 15, 28, 0.38), rgba(5, 15, 28, 0.70)),
    url("images/UF_Digital-Marketing-Strategy.jpg");
}

body.seo-page .service-detail-hero {
  background-image:
    linear-gradient(90deg, rgba(5, 15, 28, 0.78), rgba(5, 15, 28, 0.38), rgba(5, 15, 28, 0.70)),
    url("images/The-Ultimate-Guide-to-Digital-Marketing-Platforms-Definition-and-Example.png");
}

body.qr-page .service-detail-hero {
  background-image:
    linear-gradient(90deg, rgba(5, 15, 28, 0.78), rgba(5, 15, 28, 0.38), rgba(5, 15, 28, 0.70)),
    url("images/marketing-numerique-icones-hommes-affaires_53876-94833.avif");
}

body.google-page .service-detail-hero {
  background-image:
    linear-gradient(90deg, rgba(5, 15, 28, 0.78), rgba(5, 15, 28, 0.38), rgba(5, 15, 28, 0.70)),
    url("images/strategies-digitales-pour-les-entreprises-scaled.jpg");
}

body.ads-page .service-detail-hero {
  background-image:
    linear-gradient(90deg, rgba(5, 15, 28, 0.78), rgba(5, 15, 28, 0.38), rgba(5, 15, 28, 0.70)),
    url("images/marketing_digital999.jpeg");
}

/* Extra hero glow */
.page-hero::before,
.services-hero::before,
.contact-hero::before,
.portfolio-hero::before,
.service-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 173, 31, 0.12), transparent 34%),
    radial-gradient(circle at 85% 20%, rgba(255, 47, 120, 0.10), transparent 34%);
}

.page-hero::after,
.services-hero::after,
.contact-hero::after,
.portfolio-hero::after,
.service-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 15, 28, 0.10), rgba(5, 15, 28, 0.28));
}

.page-hero-content {
  position: relative;
  z-index: 5;
  width: min(1180px, calc(100% - 32px));
  max-width: 900px;
  margin: 0 auto;
  padding: 90px 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.page-hero-content h1 {
  max-width: 900px;
  margin: 18px 0 20px;
  color: #ffffff;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  text-shadow: 0 12px 35px rgba(0, 0, 0, 0.55);
  text-wrap: balance;
}

.page-hero-content p {
  max-width: 700px;
  color: var(--soft);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.75;
  text-shadow: 0 8px 25px rgba(0, 0, 0, 0.45);
}

/* =====================================================
   BUTTONS
===================================================== */

.btn,
.package-card a,
.cta-actions a {
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  text-align: center;
  transition: 0.25s ease;
}

.btn.primary,
.cta-actions .primary,
.package-card.featured a {
  background: var(--gradient);
  color: #08111f;
  box-shadow: 0 18px 45px rgba(255, 92, 60, 0.28);
}

.btn.outline,
.cta-actions .outline {
  background: rgba(255, 255, 255, 0.08);
  color: white;
  border: 1px solid var(--line);
}

.btn:hover,
.package-card a:hover,
.cta-actions a:hover {
  transform: translateY(-3px);
}

/* =====================================================
   ABOUT
===================================================== */

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  align-items: center;
}

.about-title,
.about-text {
  text-align: center;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.about-points span {
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--card);
  color: var(--soft);
  border: 1px solid var(--line);
  font-weight: 850;
}

/* =====================================================
   QUICK PACKS
===================================================== */

.quick-strip {
  width: min(1180px, calc(100% - 32px));
  margin: -42px auto 78px;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.quick-strip article {
  padding: 24px;
  border-radius: 24px;
  background: var(--gradient-soft);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  text-align: center;
  transition: 0.3s ease;
}

.quick-strip article:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 173, 31, 0.38);
}

.pack-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 16px;
  background: rgba(255, 173, 31, 0.14);
  color: var(--orange);
  font-size: 23px;
}

.quick-strip h3 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 20px;
}

.quick-strip p {
  margin: 0 auto 16px;
  color: var(--muted);
  line-height: 1.6;
}

.quick-strip strong {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--gradient);
  color: #08111f;
  font-size: 14px;
  font-weight: 950;
}

/* =====================================================
   SERVICES + PORTFOLIO CARDS
===================================================== */

.services-grid,
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-card,
.portfolio-card {
  overflow: hidden;
  border-radius: 28px;
  background: var(--gradient-soft);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  transition: 0.3s ease;
}

.service-card:hover,
.portfolio-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 173, 31, 0.38);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

.service-photo,
.portfolio-photo {
  height: 235px;
  overflow: hidden;
  position: relative;
  background: #071827;
}

.service-photo img,
.portfolio-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.18) contrast(1.08) brightness(1.05);
  transform: scale(1.01);
  transition: transform 0.55s ease, filter 0.55s ease;
}

.service-photo::after,
.portfolio-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 15, 28, 0.00), rgba(5, 15, 28, 0.38)),
    radial-gradient(circle at top left, rgba(255, 173, 31, 0.10), transparent 38%);
}

.service-card:hover .service-photo img,
.portfolio-card:hover .portfolio-photo img {
  transform: scale(1.09);
  filter: saturate(1.24) contrast(1.10) brightness(1.10);
}

.service-content,
.portfolio-content {
  padding: 26px;
  text-align: center;
}

.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: -54px auto 20px;
  position: relative;
  z-index: 2;
  border-radius: 18px;
  background: var(--gradient);
  color: #08111f;
  font-size: 24px;
  box-shadow: 0 14px 34px rgba(255, 92, 60, 0.24);
}

.service-content h3,
.portfolio-content h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 22px;
  line-height: 1.25;
}

.service-content p,
.portfolio-content p {
  margin: 0 auto 22px;
  color: var(--muted);
  line-height: 1.7;
}

.service-content a {
  margin-top: 6px;
  padding: 11px 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 173, 31, 0.12);
  border: 1px solid rgba(255, 173, 31, 0.24);
  color: var(--orange);
  font-weight: 950;
  transition: 0.25s ease;
}

.service-content a:hover {
  background: var(--gradient);
  color: #08111f;
  transform: translateY(-3px);
}

.service-content a::after {
  content: " →";
}

/* Portfolio tags */
.portfolio-content span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portfolio-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.portfolio-tags small {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 173, 31, 0.12);
  border: 1px solid rgba(255, 173, 31, 0.22);
  color: var(--orange);
  font-weight: 850;
}

/* =====================================================
   SERVICE LINKS
===================================================== */

.service-links-grid {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.service-links-grid a {
  padding: 16px 18px;
  border-radius: 18px;
  text-align: center;
  background: var(--gradient-soft);
  border: 1px solid var(--line);
  color: var(--soft);
  font-weight: 850;
  transition: 0.25s ease;
}

.service-links-grid a:hover {
  transform: translateY(-4px);
  color: var(--orange);
  border-color: rgba(255, 173, 31, 0.38);
}

/* =====================================================
   PACKAGES
===================================================== */

.packages-section {
  padding: 100px clamp(16px, 4vw, 60px);
  background:
    radial-gradient(circle at center, rgba(255, 122, 24, 0.10), transparent 38%),
    rgba(255, 255, 255, 0.025);
}

.packages-grid {
  width: min(1180px, 100%);
  margin: 44px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
}

.single-package-grid {
  width: min(430px, 100%);
  grid-template-columns: 1fr;
}

.package-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 32px;
  background: var(--gradient-soft);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  text-align: center;
  transition: 0.3s ease;
}

.package-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 173, 31, 0.45);
}

.package-card.featured {
  transform: translateY(-18px);
  border-color: rgba(255, 173, 31, 0.58);
  background:
    linear-gradient(180deg, rgba(255, 173, 31, 0.16), rgba(255, 47, 120, 0.07)),
    var(--gradient-soft);
}

.package-card.featured:hover {
  transform: translateY(-26px);
}

.badge {
  width: fit-content;
  margin: 0 auto 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--gradient);
  color: #08111f;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.package-top {
  min-height: 122px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.package-card h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 27px;
  letter-spacing: -0.03em;
}

.package-desc {
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.65;
}

.price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  margin: 22px 0 8px;
}

.price strong,
.package-card strong {
  display: block;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 0.9;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.price span {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 4px;
}

.package-note {
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.package-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  gap: 13px;
  text-align: left;
}

.package-card li {
  position: relative;
  padding-left: 30px;
  color: var(--soft);
  line-height: 1.55;
}

.package-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 173, 31, 0.14);
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
}

.package-card a {
  width: 100%;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  border: 1px solid var(--line);
}

.package-card:not(.featured) a:hover {
  background: var(--gradient);
  color: #08111f;
}

/* =====================================================
   WHY / PROCESS / CONTACT / REVIEWS / LEGAL
===================================================== */

.why-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: start;
}

.why-grid,
.service-detail-grid,
.service-process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: min(960px, 100%);
  margin: 0 auto;
}

.why-grid article,
.legal-content article,
.review-card,
.contact-card {
  padding: 26px;
  border-radius: 24px;
  background: var(--gradient-soft);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.why-grid h3,
.legal-content h2,
.contact-card h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 22px;
}

.why-grid p,
.legal-content p,
.contact-card p {
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.75;
}

/* Trust */
.trust-section {
  text-align: center;
  padding-top: 40px;
}

.trust-section h2 {
  max-width: 800px;
  margin: 0 auto;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.trust-grid span {
  padding: 16px;
  border-radius: 18px;
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--soft);
  font-weight: 850;
  text-align: center;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.contact-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  background: var(--gradient);
  color: #08111f;
  font-size: 25px;
}

.contact-card a,
.contact-card span {
  color: var(--orange);
  font-weight: 950;
}

/* CTA */
.cta-card {
  padding: clamp(28px, 5vw, 58px);
  border-radius: 34px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 34px;
  align-items: center;
  text-align: center;
  background:
    radial-gradient(circle at top right, rgba(255, 47, 120, 0.18), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255, 173, 31, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.065);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.cta-actions {
  display: grid;
  gap: 14px;
}

/* Reviews */
.reviews-section {
  padding-top: 70px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.review-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 173, 31, 0.38);
}

.review-stars {
  margin-bottom: 16px;
  color: var(--orange);
  font-size: 20px;
  letter-spacing: 0.08em;
}

.review-card p {
  margin: 0 auto 22px;
  color: var(--soft);
}

.review-user {
  display: grid;
  gap: 4px;
}

.review-user strong {
  color: var(--white);
  font-size: 17px;
}

.review-user span {
  color: var(--muted);
  font-size: 14px;
}

/* Legal */
.legal-section {
  padding-top: 70px;
}

.legal-content {
  width: min(900px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

/* =====================================================
   FOOTER
===================================================== */

.footer {
  padding: 46px clamp(16px, 4vw, 54px);
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 34px;
  align-items: start;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at top left, rgba(255, 173, 31, 0.10), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 47, 120, 0.08), transparent 30%),
    #030812;
}

.footer-brand {
  max-width: 420px;
}

.footer-logo {
  width: auto;
  height: 72px;
  max-width: 190px;
  object-fit: contain;
  margin-bottom: 16px;
  filter: drop-shadow(0 10px 24px rgba(255, 122, 24, 0.18));
}

.footer p,
.footer span,
.footer a {
  color: var(--muted);
  line-height: 1.7;
  font-size: 15px;
}

.footer p {
  margin: 0;
}

.footer strong {
  display: block;
  color: #ffffff;
  margin-bottom: 14px;
  font-size: 18px;
}

.footer-info,
.footer-links {
  display: grid;
  gap: 8px;
}

.footer-info a,
.footer-links a {
  width: fit-content;
  transition: 0.25s ease;
}

.footer-info a:hover,
.footer-links a:hover {
  color: var(--orange);
  transform: translateX(4px);
}

/* Social icons */
.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.footer-social a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 173, 31, 0.24);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  transition: 0.25s ease;
}

.footer-social a:hover {
  transform: translateY(-4px);
  background: var(--gradient);
  border-color: transparent;
  box-shadow: 0 18px 40px rgba(255, 122, 24, 0.28);
}

.footer-social img {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: 0.25s ease;
}

.footer-social a:hover img {
  filter: brightness(0) invert(0);
  transform: scale(1.08);
}

/* =====================================================
   RESPONSIVE TABLET
===================================================== */

@media (max-width: 1024px) {
  .brand-logo-img {
    height: 58px;
    max-width: 165px;
  }

  .quick-strip,
  .services-grid,
  .portfolio-grid,
  .packages-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-grid,
  .why-section,
  .cta-card {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .why-grid,
  .service-detail-grid,
  .service-process-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .package-card.featured,
  .package-card.featured:hover {
    transform: none;
  }

  .footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    max-width: 100%;
  }
}

/* =====================================================
   RESPONSIVE PHONE
===================================================== */

@media (max-width: 760px) {
  .topbar {
    min-height: 72px;
    padding: 9px 14px;
  }

  .brand-logo-img {
    height: 50px;
    max-width: 145px;
  }

  .quote-btn {
    display: none;
  }

  .mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-links {
    position: fixed;
    top: 72px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border-radius: 22px;
    background: rgba(5, 15, 28, 0.97);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links a {
    padding: 14px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
    text-align: center;
  }

  .hero,
  .hero-slider,
  .hero-slide {
    min-height: calc(100vh - 72px);
  }

  .slide-content {
    min-height: calc(100vh - 72px);
    width: calc(100% - 28px);
    padding: 70px 0 88px;
    text-align: center;
    align-items: center;
  }

  .slide-content h1,
  .page-hero-content h1 {
    font-size: clamp(32px, 11vw, 50px);
    line-height: 1.04;
    letter-spacing: -0.035em;
  }

  .slide-content p,
  .page-hero-content p {
    font-size: 16px;
    line-height: 1.75;
  }

  .slide-actions {
    width: 100%;
    display: grid;
    gap: 12px;
  }

  .slide-actions a,
  .btn {
    width: 100%;
  }

  .slider-dots {
    bottom: 22px;
  }

  .page-hero,
  .services-hero,
  .contact-hero,
  .portfolio-hero,
  .service-detail-hero {
    min-height: 620px;
    text-align: center;
    background-position: center !important;
  }

  .page-hero-content {
    width: calc(100% - 28px);
    padding: 70px 0 86px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-section,
  .section,
  .why-section,
  .trust-section,
  .cta-section {
    width: calc(100% - 28px);
    padding: 62px 0;
  }

  .section-head {
    margin-bottom: 32px;
  }

  .section-head h2,
  .about-title h2,
  .about-grid h2,
  .why-copy h2,
  .cta-card h2 {
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.025em;
  }

  .section-head p,
  .about-text p,
  .about-grid p,
  .why-copy p,
  .cta-card p,
  .service-content p,
  .portfolio-content p {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .about-grid,
  .about-points,
  .quick-strip,
  .services-grid,
  .portfolio-grid,
  .packages-grid,
  .why-grid,
  .service-detail-grid,
  .service-process-grid,
  .trust-grid,
  .service-links-grid,
  .reviews-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .quick-strip {
    width: calc(100% - 28px);
    margin: 24px auto 54px;
    gap: 14px;
  }

  .service-photo,
  .portfolio-photo {
    height: 205px;
  }

  .service-content,
  .portfolio-content {
    padding: 22px;
  }

  .packages-section {
    padding: 72px 14px;
  }

  .package-card {
    padding: 26px;
    border-radius: 26px;
  }

  .package-top {
    min-height: auto;
  }

  .cta-card {
    padding: 28px 18px;
    border-radius: 26px;
  }

  .footer {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 38px 18px;
    gap: 28px;
  }

  .footer-logo {
    height: 58px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-info a,
  .footer-links a {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-info a:hover,
  .footer-links a:hover {
    transform: none;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-social a {
    width: 42px;
    height: 42px;
  }

  .footer-social img {
    width: 21px;
    height: 21px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
    min-height: 54px;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
  }

  .whatsapp-float::after {
    content: "☘";
    font-size: 24px;
  }
}

/* =====================================================
   SMALL PHONE
===================================================== */

@media (max-width: 390px) {
  .brand-logo-img {
    height: 45px;
    max-width: 125px;
  }

  .slide-content h1,
  .page-hero-content h1 {
    font-size: 31px;
  }

  .section-head h2,
  .about-title h2,
  .about-grid h2,
  .why-copy h2,
  .cta-card h2 {
    font-size: 26px;
  }

  p {
    font-size: 14.5px;
  }

  .service-photo,
  .portfolio-photo {
    height: 180px;
  }

  .price strong,
  .package-card strong {
    font-size: 35px;
  }
}