/* ==========================================================================
   Gayux — Design System & Styles (Pure, clean dark theme with solid #FDC729)
   ========================================================================== */

:root {
  /* Brand Colors */
  --accent: #fdc729;
  /* Jaune or pur extrait de icon.png */
  --accent-hover: #e5b322;

  /* Background & Surfaces */
  --bg: #08090c;
  /* Fond noir uni épuré */
  --surface: #0e1017;
  --surface-card: #11131a;
  /* Surface de carte sombre unie */
  --surface-card-hover: #161822;

  /* Typography & Lines */
  --text: #f7f8fa;
  --text-dim: #c8cad2;
  --muted: #8e92a4;
  --line: rgba(255, 255, 255, 0.09);
  --line-accent: rgba(253, 199, 41, 0.35);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

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

/* ==========================================================================
   Header & Navigation
   ========================================================================== */

.navbar {
  height: 80px;
  padding: 0 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 9, 12, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.logo {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  transition: opacity 0.2s ease;
}

.logo:hover {
  opacity: 0.92;
}

.logo-icon,
.footer-logo-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 6px;
}

.logo span.dot {
  color: var(--accent);
}

nav {
  display: flex;
  gap: 36px;
  color: #c4c7d4;
  font-size: 14px;
  font-weight: 500;
}

nav a {
  position: relative;
  transition: color 0.2s ease;
  padding: 4px 0;
}

nav a:hover,
.footer-links a:hover {
  color: var(--accent);
}

.nav-button {
  border: 1px solid var(--line-accent);
  background: transparent;
  color: var(--accent);
  padding: 9px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.nav-button:hover {
  background: var(--accent);
  color: #08090c;
  transform: translateY(-1px);
}

/* ==========================================================================
   Hero Section
   ========================================================================== */

.hero {
  min-height: calc(100vh - 80px);
  padding: 45px 8% 60px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 60px;
  position: relative;
  overflow: hidden;
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  background: #08090c;
}

/* Discreet Ambient Background Animations */
.hero-ambient-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.ambient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  will-change: transform, opacity;
}

.orb-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(253, 199, 41, 0.22) 0%, rgba(253, 199, 41, 0) 70%);
  top: 5%;
  left: 10%;
  animation: floatOrb1 18s ease-in-out infinite alternate;
}

.orb-2 {
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(229, 168, 18, 0.18) 0%, rgba(229, 168, 18, 0) 70%);
  bottom: 10%;
  right: 12%;
  animation: floatOrb2 22s ease-in-out infinite alternate;
}

.orb-3 {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
  top: 40%;
  left: 50%;
  animation: floatOrb3 15s ease-in-out infinite alternate;
}

@keyframes floatOrb1 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.7;
  }

  50% {
    transform: translate(50px, -30px) scale(1.12);
    opacity: 1;
  }

  100% {
    transform: translate(-30px, 40px) scale(0.92);
    opacity: 0.8;
  }
}

@keyframes floatOrb2 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.6;
  }

  50% {
    transform: translate(-40px, -50px) scale(1.15);
    opacity: 1;
  }

  100% {
    transform: translate(30px, 20px) scale(0.9);
    opacity: 0.7;
  }
}

@keyframes floatOrb3 {
  0% {
    transform: translate(0, 0) scale(0.95);
    opacity: 0.5;
  }

  50% {
    transform: translate(-30px, 30px) scale(1.2);
    opacity: 0.9;
  }

  100% {
    transform: translate(25px, -20px) scale(1);
    opacity: 0.6;
  }
}

.ambient-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.45;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
  animation: gridDrift 24s linear infinite;
}

@keyframes gridDrift {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(50px);
  }
}

.ambient-particles {
  position: absolute;
  inset: 0;
}

.particle {
  position: absolute;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(253, 199, 41, 0.7);
  opacity: 0;
  animation: particleShimmer 7s ease-in-out infinite;
}

.p1 {
  width: 3px;
  height: 3px;
  top: 22%;
  left: 18%;
  animation-delay: 0s;
  animation-duration: 8s;
}

.p2 {
  width: 4px;
  height: 4px;
  top: 58%;
  left: 32%;
  animation-delay: 1.5s;
  animation-duration: 9s;
}

.p3 {
  width: 2px;
  height: 2px;
  top: 38%;
  left: 72%;
  animation-delay: 3s;
  animation-duration: 7s;
}

.p4 {
  width: 3px;
  height: 3px;
  top: 76%;
  left: 82%;
  animation-delay: 2s;
  animation-duration: 10s;
}

.p5 {
  width: 2px;
  height: 2px;
  top: 14%;
  left: 58%;
  animation-delay: 4.5s;
  animation-duration: 8.5s;
}

.p6 {
  width: 4px;
  height: 4px;
  top: 82%;
  left: 14%;
  animation-delay: 2.8s;
  animation-duration: 9.5s;
}

.p7 {
  width: 3px;
  height: 3px;
  top: 48%;
  left: 48%;
  animation-delay: 5s;
  animation-duration: 7.5s;
}

.p8 {
  width: 2px;
  height: 2px;
  top: 28%;
  left: 86%;
  animation-delay: 1s;
  animation-duration: 11s;
}

@keyframes particleShimmer {
  0% {
    transform: translateY(0) scale(0.6);
    opacity: 0;
  }

  35% {
    opacity: 0.75;
    transform: translateY(-16px) scale(1);
  }

  70% {
    opacity: 0.4;
    transform: translateY(-34px) scale(0.85);
  }

  100% {
    transform: translateY(-50px) scale(0.4);
    opacity: 0;
  }
}

.hero-video-bg video,
.hero-video-bg iframe {
  width: 177.78vmax;
  height: 100vmax;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  border: 0;
  pointer-events: none;
  z-index: 1;
}

@media (min-aspect-ratio: 16/9) {
  .hero-video-bg video,
  .hero-video-bg iframe {
    width: max(100vw, 100%);
    height: max(56.25vw, calc(100% * 0.5625));
    min-width: 100%;
    min-height: 100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .hero-video-bg video,
  .hero-video-bg iframe {
    width: max(177.78vh, 177.78vw, 177.78vmax);
    height: max(100vh, 100vmax, 100%);
    min-width: 100%;
    min-height: 100%;
  }
}

.hero-video-bg iframe.loaded,
.hero-video-bg video {
  opacity: 0.38;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 9, 12, 0.55);
  z-index: 2;
}

.hero-glow {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 750px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 11px;
  color: var(--accent);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.eyebrow span {
  width: 24px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}

h1 {
  font-size: clamp(44px, 5.8vw, 80px);
  line-height: 1.05;
  letter-spacing: -3px;
  max-width: 800px;
  font-weight: 900;
  color: #ffffff;
}

h1 em,
h2 em {
  font-style: normal;
  color: var(--accent);
}

.hero-content>p {
  color: var(--muted);
  font-size: 17px;
  max-width: 580px;
  margin: 28px 0 34px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
}

.primary {
  background: var(--accent);
  color: #08090c;
  border: 1px solid var(--accent);
}

.primary:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
}

.secondary {
  border: 1px solid var(--line);
  background: #11131a;
  color: #fff;
}

.secondary:hover {
  border-color: var(--line-accent);
  color: var(--accent);
}

.trust-row {
  display: flex;
  gap: 40px;
  margin-top: 60px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}

.trust-row div {
  display: flex;
  flex-direction: column;
}

.trust-row strong {
  font-size: 13px;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 1px;
}

.trust-row span {
  font-size: 13px;
  color: var(--text-dim);
  margin-top: 3px;
  font-weight: 500;
}

/* ==========================================================================
   Hero Visual Card
   ========================================================================== */

.hero-card-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.hero-card {
  width: min(390px, 90vw);
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--surface-card);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  transform: rotate(2.5deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.hero-card:hover {
  transform: rotate(0deg) scale(1.02);
  border-color: var(--line-accent);
}

.card-top,
.card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px 12px;
}

.mini-logo {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #000;
  border: 1px solid var(--line);
}

.mini-logo img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.live {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(253, 199, 41, 0.1);
  border: 1px solid rgba(253, 199, 41, 0.25);
  padding: 3px 10px;
  border-radius: 999px;
}

.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse-dot 1.8s infinite;
}

@keyframes pulse-dot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.3;
    transform: scale(0.75);
  }
}

.screen {
  height: 390px;
  border-radius: 16px;
  background: #07080b;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
}

.screen-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.screen-icon {
  width: 86px;
  height: 86px;
  object-fit: contain;
  animation: float-logo 4s ease-in-out infinite;
}

@keyframes float-logo {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.screen-brand>span {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -1.5px;
  color: #fff;
}

.screen-orb,
.screen-lines {
  display: none;
}

.card-bottom {
  padding: 16px 8px 6px;
}

.card-bottom small {
  display: block;
  color: var(--muted);
  font-size: 11px;
}

.card-bottom strong {
  font-size: 13px;
  color: #fff;
}

.arrow {
  font-size: 20px;
  color: var(--accent);
  transition: transform 0.2s ease;
}

.hero-card:hover .arrow {
  transform: translateX(4px);
}

/* ==========================================================================
   Services Section
   ========================================================================== */

.section {
  padding: 120px 8%;
}

.services {
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 55px;
}

h2 {
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 1.08;
  letter-spacing: -2.5px;
  font-weight: 800;
  color: #ffffff;
}

.section-heading>p {
  color: var(--muted);
  max-width: 440px;
  font-size: 15px;
  line-height: 1.7;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.service-card {
  min-height: 380px;
  padding: 38px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--surface-card);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: var(--line-accent);
}

.service-card:before {
  display: none;
}

.service-number {
  font-size: 12px;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 1.5px;
}

.service-icon {
  font-size: 34px;
  color: var(--accent);
  margin-top: 15px;
  display: inline-block;
}

.service-card h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.service-card p {
  color: var(--muted);
  font-size: 14.5px;
  max-width: 480px;
  margin-bottom: 24px;
  line-height: 1.6;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  transition: color 0.2s ease;
}

.service-card a span {
  margin-left: 7px;
  color: var(--accent);
  transition: transform 0.2s ease;
}

.service-card a:hover {
  color: var(--accent);
}

.service-card a:hover span {
  transform: translate(2px, -2px);
}

/* ==========================================================================
   About Section
   ========================================================================== */

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.about-visual {
  height: 480px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transition: border-color 0.25s ease;
}

.about-visual:hover {
  border-color: var(--line-accent);
}

.about-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 24px;
  display: block;
  background: #000;
}

.about-copy p {
  color: var(--muted);
  font-size: 15.5px;
  margin: 20px 0;
  max-width: 530px;
  line-height: 1.7;
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  transition: color 0.2s ease;
}

.text-link span {
  margin-left: 8px;
  color: var(--accent);
  transition: transform 0.2s ease;
}

.text-link:hover {
  color: var(--accent);
}

.text-link:hover span {
  transform: translateX(4px);
}

/* ==========================================================================
   Call To Action (CTA) Section
   ========================================================================== */

.cta {
  padding-top: 60px;
  padding-bottom: 100px;
}

.cta-inner {
  text-align: center;
  padding: 90px 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface-card);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.cta-inner .eyebrow {
  justify-content: center;
}

.cta-inner h2 {
  font-size: clamp(42px, 5.8vw, 72px);
  color: #ffffff;
}

.cta-inner p {
  color: var(--muted);
  margin: 20px auto 32px;
  font-size: 16px;
  max-width: 500px;
}

.cta-inner .hero-actions {
  justify-content: center;
}

.cta-whatsapp-wrap {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}

.button-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.08);
  border: 1px solid rgba(37, 211, 102, 0.35);
  color: #25d366;
  font-size: 13.5px;
  font-weight: 700;
  transition: all 0.25s ease;
  text-decoration: none;
}

.button-whatsapp .whatsapp-icon {
  width: 19px;
  height: 19px;
  fill: #25d366;
  transition: transform 0.25s ease, fill 0.25s ease;
}

.button-whatsapp .wa-arrow {
  font-size: 15px;
  transition: transform 0.25s ease;
}

.button-whatsapp:hover {
  background: #25d366;
  color: #08090c;
  border-color: #25d366;
  transform: translateY(-2px);
}

.button-whatsapp:hover .whatsapp-icon {
  fill: #08090c;
  transform: scale(1.1);
}

.button-whatsapp:hover .wa-arrow {
  transform: translate(2px, -2px);
}

.dark {
  background: #0b0c12;
  border-color: var(--line);
}

/* ==========================================================================
   How It Works (Comment ça marche ?) - YouTube Shorts Section
   ========================================================================== */

.how-it-works {
  border-top: 1px solid var(--line);
  position: relative;
}

.tutorials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.tutorial-card {
  background: var(--surface-card);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.tutorial-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-accent);
  box-shadow: 0 18px 45px rgba(253, 199, 41, 0.09);
}

.tutorial-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 4px 0;
}

.tutorial-step {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent);
}

.tutorial-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ff334b;
  background: rgba(255, 51, 75, 0.1);
  border: 1px solid rgba(255, 51, 75, 0.28);
  padding: 3px 9px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
}

.tutorial-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tutorial-video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
}

.tutorial-card-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 4px 2px;
}

.tutorial-card-footer h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
}

.tutorial-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  transition: color 0.2s ease;
  width: fit-content;
}

.tutorial-link .tuto-arrow {
  color: var(--accent);
  transition: transform 0.2s ease;
}

.tutorial-link:hover {
  color: var(--accent);
}

.tutorial-link:hover .tuto-arrow {
  transform: translate(2px, -2px);
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer {
  border-top: 1px solid var(--line);
  padding: 38px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  color: #8e92a4;
  font-size: 13.5px;
  background: #08090c;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-brand p {
  color: #6b6e7e;
  font-size: 12.5px;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c4c7d4;
  font-size: 13.5px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-contact-item svg {
  color: var(--accent);
  flex-shrink: 0;
}

.footer-contact-item:hover {
  color: var(--accent);
}

.footer-links {
  display: flex;
  gap: 22px;
  font-weight: 500;
}

.footer-links a {
  color: #c4c7d4;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--accent);
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */

@media (max-width: 1100px) {
  .tutorials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 900px) {
  nav {
    display: none;
  }

  .navbar {
    padding: 0 5%;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 60px 6% 50px;
    gap: 40px;
  }

  .orb-1 {
    top: 60px;
    left: 0;
    width: 320px;
    height: 320px;
  }

  .orb-2 {
    top: 180px;
    right: 0;
    width: 280px;
    height: 280px;
  }

  .orb-3 {
    top: 120px;
    left: 30%;
    width: 220px;
    height: 220px;
  }

  .hero-card-wrap {
    margin-top: 20px;
  }

  .hero-card {
    transform: rotate(0deg);
  }

  .trust-row {
    margin-top: 40px;
    gap: 25px;
  }

  .section {
    padding: 80px 6%;
  }

  .section-heading,
  .about {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

  .service-card {
    min-height: 300px;
  }

  .about-visual {
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 380px;
    width: 100%;
  }

  footer {
    padding: 30px 6%;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .footer-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 580px) {
  .tutorials-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {

  h1 {
    letter-spacing: -2px;
  }

  .hero-actions .button {
    width: 100%;
    text-align: center;
  }

  .trust-row {
    justify-content: space-between;
  }

  .trust-row div:last-child {
    display: none;
  }

  .screen {
    height: 320px;
  }

  .service-card {
    padding: 28px;
  }

  .cta-inner {
    padding: 65px 20px;
  }
}