/* ==========================================================================
   SVAAHI.CSS — Editorial Luxury Design System
   Aesthetic: Refined editorial meets private wealth intelligence
   ========================================================================== */

:root {
  /* Color System — warm editorial palette, not cold tech */
  --sv-ink: #0C0F16;
  --sv-ink-deep: #12101C;
  --sv-paper: #F7F5F0;
  --sv-paper-warm: #EDE9E2;
  --sv-accent: #7341B4;
  --sv-accent-soft: #C4A7E1;
  --sv-accent-glow: rgba(115, 65, 180, 0.15);
  --sv-text: #2A2A35;
  --sv-text-muted: #7A7A8A;
  --sv-border: #E0DDD6;
  --sv-white: #FFFFFF;
  --sv-white-60: rgba(255, 255, 255, 0.6);
  --sv-white-30: rgba(255, 255, 255, 0.3);
  --sv-white-08: rgba(255, 255, 255, 0.08);
  --sv-white-04: rgba(255, 255, 255, 0.04);

  /* Typography */
  --sv-serif: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  --sv-sans: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Spacing */
  --sv-section-pad: 9rem;
  --sv-container: 1140px;
}


/* ==========================================================================
   BASE & RESETS
   ========================================================================== */

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

body {
  font-family: var(--sv-sans) !important;
  color: var(--sv-text);
  background: var(--sv-paper) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.body-inner {
  background: transparent !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--sv-serif) !important;
  font-weight: 400;
  letter-spacing: -0.01em;
}

em {
  font-family: var(--sv-serif);
  font-style: italic;
}

/* Only apply serif to i tags inside our custom sections, NOT Font Awesome icons */
.sv-hero i,
.sv-about i,
.sv-services i,
.sv-trade i,
.sv-contact i {
  font-family: var(--sv-serif);
  font-style: italic;
}

p {
  margin: 0 0 1.5rem;
}

a {
  transition: all 0.3s ease;
}


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

.sv-container {
  max-width: var(--sv-container);
  margin: 0 auto;
  padding: 0 2.5rem;
}


/* ==========================================================================
   HEADER — Override Polo template (aggressive overrides needed)
   ========================================================================== */

/* Force header to stay fixed at top */
#header,
header#header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
}

/* Kill ALL default header backgrounds from Polo */
#header,
#header .header-inner,
#header #header-wrap,
#header.dark .header-inner,
#header.dark #header-wrap,
header#header .header-inner,
header#header #header-wrap {
  background: rgba(12, 15, 22, 0.85) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

/* Scrolled / active state — slightly more opaque */
#header.header-active .header-inner,
#header.header-active #header-wrap {
  background: rgba(12, 15, 22, 0.95) !important;
}

/* Nav text: always white/light on dark header */
#header #logo a span,
#header #logo a span.logo-default,
#header #logo a span.logo-dark {
  font-family: var(--sv-serif) !important;
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: -0.04em;
  color: #fff !important;
}

#header #mainMenu nav > ul > li > a,
#header #mainMenu nav > ul > li > span,
#header.dark #mainMenu nav > ul > li > a {
  font-family: var(--sv-sans) !important;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8) !important;
}

#header #mainMenu nav > ul > li:hover > a,
#header #mainMenu nav > ul > li.current > a,
#header #mainMenu nav > ul > li.hover-active > a {
  color: #fff !important;
}

/* Dropdown menu styling */
#header #mainMenu nav > ul > li .dropdown-menu {
  background: rgba(12, 15, 22, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

#header #mainMenu nav > ul > li .dropdown-menu > li > a {
  font-family: var(--sv-sans) !important;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.7) !important;
}

#header #mainMenu nav > ul > li .dropdown-menu > li > a:hover,
#header #mainMenu nav > ul > li .dropdown-menu > li > a:focus,
#header #mainMenu nav > ul > li .dropdown-menu > li.current > a {
  color: #fff !important;
  background: rgba(115, 65, 180, 0.15) !important;
}

/* Mobile menu overrides */
@media (max-width: 1024px) {
  /* Mobile menu panel */
  #header #mainMenu,
  #header .menu-one-page {
    background: rgba(12, 15, 22, 0.98) !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    height: 100vh !important;
    z-index: 10000 !important;
    overflow-y: auto !important;
  }

  #header #mainMenu nav,
  #header #mainMenu .container {
    background: transparent !important;
    padding: 0 !important;
  }

  #header #mainMenu nav > ul {
    padding-top: 1rem !important;
  }

  #header #mainMenu nav > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  }

  #header #mainMenu nav > ul > li > a,
  #header #mainMenu nav > ul > li > span {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.85rem !important;
    padding: 14px 20px !important;
  }

  #header #mainMenu nav > ul > li:hover > a,
  #header #mainMenu nav > ul > li.current > a {
    color: #fff !important;
    background: rgba(115, 65, 180, 0.1) !important;
  }

  /* Mobile dropdown submenu */
  #header #mainMenu nav > ul > li .dropdown-menu {
    background: rgba(255, 255, 255, 0.03) !important;
    border: none !important;
    position: static !important;
    box-shadow: none !important;
  }

  #header #mainMenu nav > ul > li .dropdown-menu > li > a {
    color: rgba(255, 255, 255, 0.7) !important;
    padding: 10px 20px 10px 32px !important;
    font-size: 0.8rem !important;
  }

  #header #mainMenu nav > ul > li .dropdown-menu > li > a:hover {
    color: #fff !important;
  }

  /* Hamburger icon */
  #header #mainMenu-trigger {
    display: block !important;
  }

  #header #mainMenu-trigger a,
  #header #mainMenu-trigger a.lines-button {
    padding: 0 !important;
  }

  #header #mainMenu-trigger a .lines,
  #header #mainMenu-trigger a .lines::before,
  #header #mainMenu-trigger a .lines::after {
    background: #fff !important;
  }

  /* Header itself on mobile */
  #header .header-inner .container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  /* Logo size on mobile */
  #header #logo a span {
    font-size: 1.8rem !important;
  }
}


/* ==========================================================================
   MICRO-COMPONENTS
   ========================================================================== */

/* Label — small caps accent label */
.sv-label {
  display: inline-block;
  font-family: var(--sv-sans);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sv-accent);
}

.sv-label--ruled {
  padding-bottom: 0.75rem;
  border-bottom: 1.5px solid var(--sv-accent);
}

.sv-label--light {
  color: var(--sv-accent-soft);
}

.sv-label--light.sv-label--ruled {
  border-color: var(--sv-accent-soft);
}

/* Divider line */
.sv-divider {
  width: 48px;
  height: 1.5px;
  background: var(--sv-accent);
  border: none;
  margin: 2rem 0;
}

/* Button */
.sv-btn {
  display: inline-block;
  font-family: var(--sv-sans) !important;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 1.2rem 3.2rem;
  color: var(--sv-white) !important;
  background: var(--sv-accent) !important;
  border: 1.5px solid var(--sv-accent) !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
}

.sv-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--sv-white);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.sv-btn:hover {
  color: var(--sv-accent) !important;
  border-color: var(--sv-accent) !important;
}

.sv-btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.sv-btn span {
  position: relative;
  z-index: 1;
}


/* ==========================================================================
   HERO
   ========================================================================== */

section.sv-hero,
.sv-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sv-ink) !important;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
}

/* Atmospheric gradient — deep purple glow anchored bottom-left */
.sv-hero__atmosphere {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 15% 85%, rgba(115, 65, 180, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 85% 15%, rgba(115, 65, 180, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse 100% 80% at 50% 120%, rgba(18, 16, 28, 0.8) 0%, transparent 60%);
  animation: sv-atmo-breathe 14s ease-in-out infinite alternate;
}

@keyframes sv-atmo-breathe {
  0%   { opacity: 0.5; }
  100% { opacity: 1; }
}

/* Noise texture for depth */
.sv-hero__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.5;
}

/* Horizontal rule — golden ratio position */
.sv-hero__rule {
  position: absolute;
  top: 66%;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(196, 167, 225, 0.15) 20%,
    rgba(196, 167, 225, 0.25) 50%,
    rgba(196, 167, 225, 0.15) 80%,
    transparent 100%
  );
}

.sv-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem;
  max-width: 860px;
}

.sv-hero__eyebrow {
  font-family: var(--sv-sans);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sv-white-30);
  margin-bottom: 2.5rem;
  animation: sv-rise 1s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

.sv-hero__title {
  font-family: var(--sv-serif) !important;
  font-size: clamp(2.8rem, 6.5vw, 5.2rem);
  font-weight: 400;
  line-height: 1.08;
  color: var(--sv-white);
  margin-bottom: 2rem;
  letter-spacing: -0.025em;
  animation: sv-rise 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s both;
}

.sv-hero__title em {
  color: var(--sv-accent-soft);
  font-style: italic;
}

.sv-hero__subtitle {
  font-family: var(--sv-sans);
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--sv-white-60);
  margin-bottom: 3.5rem;
  animation: sv-rise 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
}

.sv-hero__geo {
  font-family: var(--sv-sans);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sv-white-30);
  animation: sv-rise 1s cubic-bezier(0.16, 1, 0.3, 1) 0.55s both;
}

/* Scroll cue */
.sv-hero__scroll-cue {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  animation: sv-rise 1s cubic-bezier(0.16, 1, 0.3, 1) 0.7s both;
  text-decoration: none;
}

.sv-hero__scroll-cue span {
  display: block;
  width: 1px;
  height: 56px;
  background: linear-gradient(180deg, var(--sv-accent-soft), transparent);
  animation: sv-pulse-line 2.4s ease-in-out infinite;
}

@keyframes sv-rise {
  from {
    opacity: 0;
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sv-pulse-line {
  0%   { transform: scaleY(0); transform-origin: top; opacity: 1; }
  45%  { transform: scaleY(1); transform-origin: top; opacity: 1; }
  46%  { transform-origin: bottom; }
  90%  { transform: scaleY(0); transform-origin: bottom; opacity: 0.3; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 0.3; }
}


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

section.sv-about,
.sv-about {
  padding: var(--sv-section-pad) 0 !important;
  background: var(--sv-paper) !important;
}

.sv-about__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.sv-about__columns {
  display: grid;
  grid-template-columns: 52% 1fr;
  gap: 5rem;
  align-items: start;
  margin-top: 1rem;
}

.sv-about__heading h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.12;
  color: var(--sv-ink);
  margin: 0;
}

.sv-about__heading em {
  color: var(--sv-accent);
}

.sv-about__body {
  padding-top: 0.5rem;
  border-left: 1.5px solid var(--sv-border);
  padding-left: 2.5rem;
}

.sv-about__founder {
  margin-bottom: 2rem;
}

.sv-about__photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(30%);
  border: 2px solid var(--sv-border);
}

.sv-about__body p {
  font-size: 1.15rem;
  line-height: 1.85;
  color: var(--sv-text-muted);
}

.sv-about__body p:last-child {
  margin-bottom: 0;
}


/* ==========================================================================
   SERVICES
   ========================================================================== */

section.sv-services,
.sv-services {
  padding: var(--sv-section-pad) 0 !important;
  background: var(--sv-paper) !important;
}

.sv-services__header {
  text-align: center;
  margin-bottom: 5rem;
}

.sv-services__title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.12;
  color: var(--sv-ink);
  margin: 1.5rem 0 2rem;
}

.sv-services__title em {
  color: var(--sv-accent);
}

.sv-services__intro {
  font-size: 1.15rem;
  line-height: 1.85;
  color: var(--sv-text-muted);
  max-width: 580px;
  margin: 0 auto;
}

.sv-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: 5rem;
  background: var(--sv-border);
}

.sv-services__grid .sv-card {
  background: var(--sv-paper);
  padding: 3rem 2.5rem;
}

.sv-services__grid .sv-card:hover {
  background: var(--sv-paper-warm);
}

.sv-services__grid .sv-card h3 {
  color: var(--sv-ink);
}

.sv-services__grid .sv-card p {
  color: var(--sv-text-muted);
}

.sv-services__cta {
  text-align: center;
}

.sv-services__cta .sv-btn {
  border-color: var(--sv-ink);
  color: var(--sv-ink);
}

.sv-services__cta .sv-btn::before {
  background: var(--sv-ink);
}

.sv-services__cta .sv-btn:hover {
  color: var(--sv-paper);
}


/* ==========================================================================
   SVAAHITRADE
   ========================================================================== */

section.sv-trade,
.sv-trade {
  position: relative;
  padding: var(--sv-section-pad) 0 !important;
  background: var(--sv-ink-deep) !important;
  overflow: hidden;
}

/* Top accent line */
.sv-trade::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 5%,
    var(--sv-accent) 50%,
    transparent 95%
  );
}

/* Ambient glow behind title */
.sv-trade::after {
  content: '';
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 300px;
  background: radial-gradient(ellipse, var(--sv-accent-glow), transparent 70%);
  pointer-events: none;
  filter: blur(60px);
}

.sv-trade__header {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 4rem;
}

.sv-trade__title {
  font-size: clamp(2.8rem, 5.5vw, 4.2rem);
  color: var(--sv-white);
  margin: 1.5rem 0 1rem;
  letter-spacing: -0.02em;
}

.sv-trade__tagline {
  font-family: var(--sv-serif);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--sv-accent-soft);
  letter-spacing: 0.01em;
}

.sv-trade__body {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto 5rem;
  text-align: center;
}

.sv-trade__body p {
  font-size: 1.15rem;
  line-height: 1.85;
  color: var(--sv-white-60);
}

/* Feature cards — numbered, minimal */
.sv-trade__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-bottom: 5rem;
  background: var(--sv-white-08);
}

.sv-card {
  padding: 3rem 2.5rem;
  background: var(--sv-ink-deep);
  transition: background 0.5s ease;
}

.sv-card:hover {
  background: rgba(115, 65, 180, 0.06);
}

.sv-card__idx {
  font-family: var(--sv-sans);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--sv-accent);
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
  display: block;
}

.sv-card h3 {
  font-size: 1.4rem;
  color: var(--sv-white);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.sv-card p {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--sv-white-60);
  margin: 0;
}

.sv-trade__cta {
  position: relative;
  z-index: 1;
  text-align: center;
}


/* ==========================================================================
   CONTACT
   ========================================================================== */

section.sv-contact,
.sv-contact {
  padding: var(--sv-section-pad) 0 !important;
  background: var(--sv-paper) !important;
}

.sv-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.sv-contact__heading h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.12;
  color: var(--sv-ink);
  margin-top: 1.5rem;
}

.sv-contact__details {
  padding-top: 1.5rem;
}

.sv-contact__block {
  margin-bottom: 3rem;
}

.sv-contact__block:last-child {
  margin-bottom: 0;
}

.sv-contact__block h4 {
  font-family: var(--sv-sans) !important;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sv-text-muted);
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.sv-contact__block a {
  display: inline-block;
  margin-top: 0;
  font-size: 1.25rem;
  color: var(--sv-accent) !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.sv-contact__block a:hover {
  border-color: var(--sv-accent) !important;
}

.sv-contact__block address {
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--sv-text-muted);
  margin: 0;
  padding: 0;
}


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

footer.sv-footer,
#footer.sv-footer,
.sv-footer {
  padding: 2.5rem 0 !important;
  background: var(--sv-ink) !important;
}

/* Kill Polo's default footer sections */
#footer .footer-content,
#footer .copyright-content {
  display: none !important;
}

.sv-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sv-footer__wordmark {
  font-family: var(--sv-serif);
  font-size: 1.8rem;
  color: var(--sv-white);
  letter-spacing: -0.04em;
}

.sv-footer__legal {
  font-size: 0.78rem;
  color: var(--sv-white-30);
  letter-spacing: 0.02em;
}


/* ==========================================================================
   SCROLL REVEAL
   ========================================================================== */

.sv-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.sv-reveal.sv-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delays for card groups */
.sv-reveal-d1 { transition-delay: 0.08s; }
.sv-reveal-d2 { transition-delay: 0.16s; }
.sv-reveal-d3 { transition-delay: 0.24s; }
.sv-reveal-d4 { transition-delay: 0.32s; }


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

@media (max-width: 1024px) {
  :root {
    --sv-section-pad: 6rem;
  }

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

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

@media (max-width: 768px) {
  :root {
    --sv-section-pad: 4.5rem;
  }

  .sv-container {
    padding: 0 1.25rem;
  }

  /* Hero mobile */
  .sv-hero__content {
    padding: 1.5rem;
  }

  .sv-hero__title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .sv-hero__eyebrow {
    font-size: 0.6rem;
    margin-bottom: 1.5rem;
  }

  .sv-hero__subtitle {
    font-size: 0.95rem;
    margin-bottom: 2rem;
  }

  .sv-hero__subtitle br {
    display: none;
  }

  .sv-hero__scroll-cue {
    bottom: 1.5rem;
  }

  /* About mobile */
  .sv-about__columns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .sv-about__body {
    border-left: none;
    padding-left: 0;
    border-top: 1.5px solid var(--sv-border);
    padding-top: 2rem;
  }

  .sv-about__heading h2 {
    font-size: 1.8rem;
  }

  /* Services mobile */
  .sv-services__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sv-services__grid .sv-card {
    padding: 2rem 1.5rem;
  }

  .sv-services__header {
    margin-bottom: 2.5rem;
  }

  .sv-services__title {
    font-size: 1.8rem;
  }

  /* SvaahiTrade mobile */
  .sv-trade__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sv-card {
    padding: 2rem 1.5rem;
  }

  .sv-trade__header {
    margin-bottom: 2.5rem;
  }

  .sv-trade__title {
    font-size: 2.2rem;
  }

  .sv-trade__body {
    margin-bottom: 3rem;
  }

  .sv-trade__body p {
    font-size: 0.92rem;
  }

  /* Contact mobile */
  .sv-contact__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .sv-contact__heading h2 {
    font-size: 1.8rem;
  }

  /* Footer mobile */
  .sv-footer__inner {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  /* Button mobile */
  .sv-btn {
    padding: 1rem 2rem;
    font-size: 0.7rem;
    width: 100%;
    text-align: center;
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  :root {
    --sv-section-pad: 3.5rem;
  }

  .sv-hero__title {
    font-size: 1.8rem;
  }

  .sv-hero__geo {
    font-size: 0.6rem;
  }

  .sv-about__heading h2,
  .sv-contact__heading h2,
  .sv-services__title {
    font-size: 1.5rem;
  }

  .sv-trade__title {
    font-size: 1.8rem;
  }

  .sv-trade__tagline {
    font-size: 0.9rem;
  }
}
