/* Theme */
:root {
  --white: #FEFEFEff;
  --orange-web: #FBAD38ff;
  --antiflash-white: #EDEDEDff;
  --carrot-orange: #F89B26ff;
  --jet: #333333ff;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--jet);
  background: linear-gradient(180deg, #fff, #fff 30%, #fff8ed 100%);
}

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

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: #ffffff; border-bottom: 1px solid #f2f2f2; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; }
.brand-logo { height: 40px; width: auto; display: block; }
.nav { position: relative; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle .bar { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--jet); transition: 0.3s; }
.nav-menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 20px; align-items: center; }
.nav-link { text-decoration: none; color: var(--jet); font-weight: 600; padding: 10px 12px; border-radius: 8px; }
.nav-link:hover { background: var(--antiflash-white); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .1s ease, box-shadow .2s ease; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: linear-gradient(135deg, var(--carrot-orange), var(--orange-web)); color: white; box-shadow: 0 8px 20px rgba(248,155,38,.35); }
.btn-primary:hover { box-shadow: 0 10px 24px rgba(248,155,38,.45); }
.btn-outline { background: #fff; color: var(--jet); border: 2px solid var(--antiflash-white); }
.btn-outline:hover { border-color: var(--orange-web); color: #000; box-shadow: 0 8px 20px rgba(0,0,0,.06); }

/* Hero */
.hero { position: relative; padding: 88px 0 40px; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 40px; position: relative; z-index: 1; }
.hero-copy .eyebrow { color: var(--carrot-orange); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; }
.hero h1 { font-size: clamp(32px, 5vw, 56px); line-height: 1.05; margin: 10px 0 14px; }
.lead { font-size: clamp(16px, 2.2vw, 20px); color: #555; }
.tagline-badge { display: inline-block; margin-top: 10px; padding: 6px 12px; border-radius: 999px; background: rgba(251,173,56,.12); color: #a05a00; font-weight: 700; border: 1px solid rgba(251,173,56,.35); }
.cta-group { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.store-badges img { height: 40px; margin-top: 14px; }
.hero-media { display: grid; place-items: center; }
.device-card { position: relative; border-radius: 24px; padding: 24px; background: white; border: 1px solid #f0f0f0; box-shadow: 0 30px 60px rgba(0,0,0,.08); }
.device-card img { display: block; width: clamp(220px, 40vw, 360px); height: auto; border-radius: 16px; }
.device-card .glow { position: absolute; inset: -20%; z-index: -1; background: radial-gradient(closest-side at 50% 50%, rgba(251,173,56,.35), transparent 70%); filter: blur(20px); }
.video-card { position: relative; border-radius: 24px; padding: 0; background: #000; border: 1px solid #0d0d0d; box-shadow: 0 30px 60px rgba(0,0,0,.2); overflow: hidden; }
.video-card .video-aspect { position: relative; width: clamp(220px, 32vw, 340px); }
.video-card .video-aspect::before { content: ""; display: block; padding-top: 177.78%; }
.video-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-card .glow { position: absolute; inset: -20%; z-index: -1; background: radial-gradient(closest-side at 50% 50%, rgba(251,173,56,.35), transparent 70%); filter: blur(26px); }
.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; height: 140px; background: linear-gradient(180deg, rgba(251,173,56,.08), rgba(251,173,56,0)); pointer-events: none; }

/* Sections */
.section { padding: 64px 0; }
.section-title { font-size: clamp(22px, 3vw, 34px); margin: 0 0 24px; }
.section-subtitle { font-size: clamp(18px, 2.4vw, 24px); margin: 28px 0 14px; color: #444; }
.about-rich { display: grid; gap: 10px; margin-bottom: 10px; color: #444; }
.about-intro { margin: 0 0 16px; color: #444; }
.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 16px; }

/* Why */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature { background: #fff; border: 1px solid #f0f0f0; border-radius: 14px; padding: 18px; box-shadow: 0 10px 24px rgba(0,0,0,.04); }
.feature .icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--carrot-orange), var(--orange-web)); margin-bottom: 10px; }
.feature h3 { margin: 8px 0 6px; font-size: 18px; }
.feature p { margin: 0; color: #555; }

/* Services */
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { background: #fff; border: 1px solid #f0f0f0; border-radius: 16px; padding: 20px; text-align: left; transition: transform .2s ease, box-shadow .2s ease; box-shadow: 0 12px 26px rgba(0,0,0,.05); }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(0,0,0,.07); }
.service-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, var(--orange-web), var(--carrot-orange)); color: #fff; margin-bottom: 12px; font-size: 22px; }

/* Testimonials */
:root {
  --orange-web: #ff7a00;
  --nav-bg: rgba(255,255,255,0.95);
}

/* container styling stays mostly as-is */
.testimonials {
  background: linear-gradient(180deg, #fff, #fff5e6);
  padding: 48px 0;
}

.slider {
  position: relative;
  width: 100%;       /* full width */
  max-width: none;   /* remove cap */
  margin: 0 0;    /* vertical space only */
  padding: 0;        /* let buttons sit at edges */
}

/* viewport hides overflow so only one slide shows */
.slides-viewport {
  overflow: hidden;
  border-radius: 18px;
}

/* track */
.slides {
  display: flex;                 /* align slides horizontally */
  transition: transform .5s ease-in-out;
  will-change: transform;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 28px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0,0,0,.06);
  flex: 0 0 100%;
}

.slide blockquote {
  margin: 0 0 12px;
  font-size: 1.05rem;
  line-height: 1.4;
}

.slide figcaption {
  font-size: .95rem;
  color: #666;
}

/* nav buttons - positioned on top of slider */
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: var(--nav-bg);
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.slider-nav.prev { left: 8px; }
.slider-nav.next { right: 8px; }

.slider-nav i { font-size: 16px; }

/* dots - centered bottom */
.slider-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  display: flex;
  gap: 8px;
  z-index: 11;
}

.slider-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #d9d9d9;
  cursor: pointer;
  padding: 0;
}

.slider-dots button.active {
  background: var(--orange-web);
}

.slider-dots { display: none !important; }

.slider {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 0;
}

.slide {
  flex: 0 0 100%;
  min-width: 100%;
  box-sizing: border-box;
  padding: 28px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0,0,0,.06);
}

.slider-dots {
  display: none !important;
}

.slides {
  display: flex;
  width: 80vw; /* let JS control width properly */
  transition: transform .5s ease-in-out;
  margin: 0 auto;
}
.slide {
  flex: 0 0 100%;  /* exactly one viewport wide */
  width: 100%;
}



/* responsive tweaks */
@media (max-width: 640px) {
  .slider { padding: 0 14px; }
  .slider-nav { width: 40px; height: 40px; }
  .slide { padding: 18px; }
}

/* FAQ styles */
.faq .accordion { display: grid; gap: 10px; }
.accordion-item { background: #fff; border: 1px solid #eee; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 20px rgba(0,0,0,.04); max-height: 44px; transition: max-height .25s ease; }
.accordion-item.expanded { max-height: 1000px; }
.accordion-header { width: 100%; text-align: left; background: #fff; padding: 10px 16px; min-height: 44px; border: none; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: space-between; }
.accordion-header::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; transition: transform .2s ease; }
.accordion-header[aria-expanded="true"]::after { transform: rotate(180deg); }
.accordion-panel { padding: 0 16px 14px; }
.accordion-panel p { margin: 0; color: #555; }
.slide blockquote { margin: 0 0 10px; font-size: clamp(16px, 2.4vw, 20px); line-height: 1.5; }
.slide figcaption { color: #666; font-weight: 600; }
.slider-nav { background: #fff; border: 1px solid #eee; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; }
.slider-nav:hover { border-color: var(--orange-web); color: var(--orange-web); }

/* Partners */
.partners .partner-logos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: center; }
.partners img { width: 100%; max-width: 160px; justify-self: center; opacity: .8; filter: grayscale(100%); transition: opacity .2s ease, filter .2s ease; }
.partners img:hover { opacity: 1; filter: grayscale(0%); }

/* Riders */
.riders { background: radial-gradient(120% 120% at 20% 0%, rgba(251,173,56,.18), transparent 60%); }
.riders-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: center; }
.riders-media img { width: clamp(220px, 50vw, 360px); height: auto; border-radius: 16px; border: 1px solid #f0f0f0; background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,.06); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; }
.contact-card { background: #fff; border: 1px solid #f0f0f0; border-radius: 16px; padding: 20px; box-shadow: 0 10px 24px rgba(0,0,0,.05); }
.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.contact-list a { color: inherit; text-decoration: none; font-weight: 600; }
.contact-form { background: #fff; border: 1px solid #f0f0f0; border-radius: 16px; padding: 20px; box-shadow: 0 10px 24px rgba(0,0,0,.05); }
.form-row { display: grid; gap: 6px; margin-bottom: 14px; }
.form-row input, .form-row textarea { width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid #e6e6e6; font: inherit; }
.form-row input:focus, .form-row textarea:focus { outline: none; border-color: var(--orange-web); box-shadow: 0 0 0 3px rgba(251,173,56,.2); }

/* Footer */
.site-footer { background: #0f0f0f; color: #e7e7e7; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 40px 0 16px; }
.footer-logo { height: 34px; width: auto; }
.social { display: flex; gap: 12px; margin-top: 12px; }
.social a { color: #bbb; font-size: 18px; }
.social a:hover { color: #fff; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.footer-links .col h4 { margin: 0 0 10px; color: #fff; }
.footer-links a { display: block; color: #cfcfcf; text-decoration: none; padding: 6px 0; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #1e1e1e; padding: 12px 0 36px; text-align: center; color: #9a9a9a; }

/* Responsive */
@media (max-width: 960px) {
  .hero-inner, .riders-inner, .contact-grid { grid-template-columns: 1fr; }
  .features, .service-grid, .partners .partner-logos { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .nav-toggle { display: inline-block; }
  .nav-menu { position: absolute; right: 0; top: calc(100% + 8px); background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 8px; display: grid; gap: 4px; width: 200px; box-shadow: 0 12px 24px rgba(0,0,0,.08); opacity: 0; transform: translateY(-6px); pointer-events: none; transition: .2s ease; }
  .nav.open .nav-menu { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav-link { padding: 10px 10px; }
  .features, .service-grid, .partners .partner-logos { grid-template-columns: 1fr; }
}


