:root {
  --orange: #f5921e;
  --orange-dark: #d97b10;
  --blue: #00a7e1;
  --blue-dark: #0091c4;
  --dark: #1a1a1a;
  --dark2: #2a2a2a;
  --dark3: #3a3a3a;
  --gray-bg: #f5f5f5;
  --gray-border: #e0e0e0;
  --text-dark: #1a1a1a;
  --text-gray: #666;
  --white: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
}

/* ─── TOPBAR ─────────────────────────────────── */
.topbar {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--dark);
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  justify-content: space-between;
}
.topbar-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.logo-sq {
  width: 34px;
  height: 34px;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 13px;
  color: var(--white);
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
}
.logo-name {
  font-weight: 700;
  font-size: 17px;
  color: var(--white);
  letter-spacing: -0.3px;
}

/* ─── SECTION TAGS ─────────────────────────── */
.section-tag {
  font-family: "Montserrat", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}
.section-tag-dark {
  font-family: "Montserrat", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}

/* ─── HERO (fons blau fosc per a cos policial) ── */
.hero {
  position: relative;
  background-color: #0a0f1a;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://www.aulacat.cat/images/fotoscursos/1651/Mossos_dEsquadra_patrulla.webp")
    center/cover no-repeat;
  opacity: 0.28;
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10, 15, 26, 0.75) 0%,
    rgba(0, 0, 0, 0.18) 100%
  );
  z-index: 0;
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 60px 30px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  justify-content: space-between;
}
.hero-text {
  flex: 1;
  max-width: 600px;
  padding-top: 20px;
}
.hero-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: var(--orange);
}
.hero h1 {
  font-size: clamp(34px, 5.2vw, 72px);
  font-weight: 900;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 22px;
}
.hero h1 span {
  color: var(--orange);
}
.hero-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 22px;
  line-height: 1.7;
}
.hero-desc strong {
  color: var(--white);
}
.hero-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  margin-bottom: 32px;
}
.hero-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13.5px;
  font-weight: 500;
}
.hero-feature-icon {
  width: 32px;
  height: 32px;
  background: rgba(245, 146, 30, 0.18);
  border: 1px solid rgba(245, 146, 30, 0.35);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-feature-icon svg {
  width: 16px;
  height: 16px;
  fill: var(--orange);
}
.hero-stats {
  display: flex;
  gap: 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.hero-stat-num {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
}
.hero-stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 3px;
}

/* ─── HERO FORM ────────────────────────────── */
.hero-form-box {
  background: var(--white);
  border-radius: 12px;
  padding: 30px 28px;
  width: 340px;
  flex-shrink: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.form-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 6px;
  line-height: 1.2;
}
.form-subtitle {
  font-size: 12.5px;
  color: var(--text-gray);
  margin-bottom: 20px;
  line-height: 1.5;
}
.form-group {
  margin-bottom: 12px;
}
.form-group label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 4px;
}
.form-group input,
.form-group select {
  width: 100%;
  padding: 10px 13px;
  border: 1px solid var(--gray-border);
  border-radius: 6px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: var(--text-dark);
  background: #fafafa;
  outline: none;
  transition: border-color 0.2s;
}
.form-group input:focus,
.form-group select:focus {
  border-color: var(--orange);
  background: #fff;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.form-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 12px 0;
}
.form-check input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  accent-color: var(--orange);
  flex-shrink: 0;
}
.form-check label {
  font-size: 11px;
  color: var(--text-gray);
  line-height: 1.5;
}
.form-check a {
  color: var(--orange);
}
.btn-cta {
  display: block;
  width: 100%;
  padding: 14px;
  background: var(--blue);
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition:
    background 0.2s,
    transform 0.15s;
}
.btn-cta:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
}
.form-badges {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.form-badge {
  font-size: 11.5px;
  color: var(--text-gray);
  display: flex;
  align-items: center;
  gap: 5px;
}
.form-badge::before {
  content: "✓";
  color: var(--orange);
  font-weight: 700;
}

/* ─── FUNCIONS (bloc específic Mossos d'Esquadra) ── */
.funcions {
  padding: 80px 30px;
  background: var(--white);
}
.funcions-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.funcions-text {
  flex: 1;
}
.funcions-text h2 {
  font-size: 34px;
  font-weight: 900;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 14px;
}
.funcions-text h2 span {
  color: var(--orange);
}
.funcions-text > p {
  font-size: 14.5px;
  color: var(--text-gray);
  line-height: 1.7;
  margin-bottom: 28px;
}
.funcions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.funcio-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: var(--gray-bg);
  border-radius: 8px;
  border: 1px solid var(--gray-border);
  transition: border-color 0.2s;
}
.funcio-item:hover {
  border-color: var(--orange);
}
.funcio-dot {
  width: 8px;
  height: 8px;
  background: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
}
.funcio-item span {
  font-size: 13px;
  color: var(--text-dark);
  font-weight: 500;
  line-height: 1.4;
}
.funcions-aside {
  flex-shrink: 0;
  width: 300px;
}
.avantatges-card {
  background: var(--dark);
  border-radius: 14px;
  padding: 32px 28px;
  color: var(--white);
}
.avantatges-card h3 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 6px;
}
.avantatges-card .sub {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 22px;
}
.avantatge-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.avantatge-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.av-icon {
  width: 34px;
  height: 34px;
  background: rgba(245, 146, 30, 0.15);
  border: 1px solid rgba(245, 146, 30, 0.3);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.av-icon svg {
  width: 16px;
  height: 16px;
  fill: var(--orange);
}
.av-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 2px;
}
.av-val {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.55);
}

/* ─── WHY (bloc corporatiu — no modificar) ─── */
.why-section {
  background: #fafaf8;
  padding: 88px 30px;
}
.why-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: center;
}
.why-intro {
  flex: 0 0 360px;
}
.why-number {
  font-size: 120px;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -2px;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
}
.why-number span {
  font-size: 52px;
}
.why-title {
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 800;
  color: var(--dark);
  line-height: 1.15;
  letter-spacing: -0.8px;
  margin-bottom: 12px;
}
.why-title em {
  font-style: normal;
  color: var(--orange);
}
.why-desc {
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.75;
}
.why-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--gray-border);
  border: 1px solid var(--gray-border);
  border-radius: 12px;
  overflow: hidden;
}
.why-item {
  background: var(--white);
  padding: 26px 22px;
  transition: background 0.15s;
}
.why-item:hover {
  background: #fff8f0;
}
.why-num-badge {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--dark);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.why-item h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
  font-family: "Montserrat", sans-serif;
}
.why-item p {
  font-size: 12px;
  color: var(--text-gray);
  line-height: 1.65;
  margin: 0;
}

/* ─── REQUISITS ─────────────────────────────── */
.requisits {
  padding: 80px 30px;
  background: var(--white);
}
.requisits-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.requisits-text {
  flex: 1;
}
.requisits-text h2 {
  font-size: 34px;
  font-weight: 900;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 20px;
}
.requisits-text h2 span {
  color: var(--orange);
}
.requisits-text > p {
  font-size: 14.5px;
  color: var(--text-gray);
  line-height: 1.7;
  margin-bottom: 24px;
}
.requisit-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.requisit-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--text-dark);
}
.req-check {
  width: 22px;
  height: 22px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.req-check svg {
  width: 12px;
  height: 12px;
  fill: white;
}
.req-note {
  margin-top: 20px;
  padding: 14px 16px;
  background: #fff8f0;
  border-left: 3px solid var(--orange);
  border-radius: 4px;
  font-size: 12.5px;
  color: var(--text-gray);
  line-height: 1.6;
}
.requisits-card {
  flex-shrink: 0;
  width: 320px;
  background: var(--dark);
  border-radius: 14px;
  padding: 32px 28px;
  color: var(--white);
}
.requisits-card h3 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 8px;
}
.requisits-card .sub {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.dades-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dada-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.dada-name {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}
.dada-val {
  font-size: 12px;
  font-weight: 700;
  color: var(--orange);
  white-space: nowrap;
}

/* ─── PROCESS (bloc corporatiu — no modificar) ─ */
.process {
  padding: 80px 30px;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.process::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(245, 146, 30, 0.12),
    transparent 70%
  );
  pointer-events: none;
}
.process-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.process-header h2 {
  font-size: 36px;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.2;
}
.process-header h2 span {
  color: var(--orange);
}
.process-header p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 50px;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.process-steps::before {
  content: "";
  position: absolute;
  top: 28px;
  left: calc(12.5% + 20px);
  right: calc(12.5% + 20px);
  height: 2px;
  background: linear-gradient(90deg, var(--orange), rgba(245, 146, 30, 0.2));
  z-index: 0;
}
.process-step {
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.step-num {
  width: 56px;
  height: 56px;
  background: var(--orange);
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}
.process-step:not(:first-child) .step-num {
  background: var(--dark3);
  border: 2px solid rgba(245, 146, 30, 0.4);
  color: var(--orange);
}
.process-step h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.process-step p {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}

/* ─── TEMARI CARDS ─────────────────────────── */
.temari {
  padding: 80px 30px;
  background: var(--white);
}
.temari-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.temari-header {
  margin-bottom: 40px;
}
.temari-header h2 {
  font-size: 36px;
  font-weight: 900;
  color: var(--dark);
  line-height: 1.2;
}
.temari-header h2 span {
  color: var(--orange);
}
.temari-header p {
  font-size: 14.5px;
  color: var(--text-gray);
  margin-top: 10px;
  line-height: 1.7;
  max-width: 680px;
}
.temari-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.temari-card {
  background: var(--gray-bg);
  border: 1px solid var(--gray-border);
  border-radius: 10px;
  padding: 22px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.temari-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
}
.temari-icon {
  width: 38px;
  height: 38px;
  background: rgba(245, 146, 30, 0.12);
  border: 1px solid rgba(245, 146, 30, 0.25);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.temari-icon svg {
  width: 18px;
  height: 18px;
  fill: var(--orange);
}
.temari-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
}
.temari-card p {
  font-size: 12px;
  color: var(--text-gray);
  line-height: 1.55;
  margin: 0;
}

/* ─── PLA D'ESTUDIS ACORDIÓ ────────────────── */
.pla-estudis {
  padding: 80px 30px;
  background: var(--gray-bg);
}
.pla-estudis-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.pla-estudis-header {
  margin-bottom: 40px;
}
.pla-estudis-header h2 {
  font-size: 36px;
  font-weight: 900;
  color: var(--dark);
  line-height: 1.2;
}
.pla-estudis-header h2 span {
  color: var(--orange);
}
.pla-estudis-header p {
  font-size: 14.5px;
  color: var(--text-gray);
  margin-top: 10px;
  line-height: 1.7;
  max-width: 680px;
}
.modul-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modul-item {
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: 10px;
  overflow: hidden;
}
.modul-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  gap: 16px;
  transition: background 0.15s;
}
.modul-header:hover {
  background: #fff8f0;
}
.modul-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.modul-badge {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 800;
  color: var(--orange);
  background: rgba(245, 146, 30, 0.1);
  border: 1px solid rgba(245, 146, 30, 0.25);
  border-radius: 4px;
  padding: 3px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  flex-shrink: 0;
}
.modul-header h4 {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--dark);
}
.modul-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--dark);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    transform 0.3s;
}
.modul-icon svg {
  width: 14px;
  height: 14px;
  fill: var(--white);
}
.modul-item.open .modul-icon {
  background: var(--orange);
  transform: rotate(45deg);
}
.modul-body {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.38s ease,
    padding 0.25s;
}
.modul-item.open .modul-body {
  max-height: 1200px;
  padding-bottom: 20px;
}
.modul-topics {
  list-style: none;
  padding: 0 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-top: 1px solid var(--gray-border);
  padding-top: 14px;
}
.modul-topics li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--text-gray);
  line-height: 1.5;
}
.modul-topics li::before {
  content: "—";
  color: var(--orange);
  font-weight: 700;
  flex-shrink: 0;
}

/* ─── TESTIMONIALS ─────────────────────────── */
.testimonials {
  padding: 80px 30px;
  background: var(--white);
}
.testimonials-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.testimonials-header {
  margin-bottom: 40px;
}
.testimonials-header h2 {
  font-size: 36px;
  font-weight: 900;
  color: var(--dark);
  line-height: 1.2;
}
.testimonials-header h2 span {
  color: var(--orange);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: var(--gray-bg);
  border-radius: 12px;
  padding: 26px;
  border: 1px solid var(--gray-border);
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.testimonial-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.testimonial-card.featured {
  background: var(--dark);
  border-color: transparent;
}
.stars {
  color: #ffb800;
  font-size: 14px;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.testimonial-text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-dark);
  margin-bottom: 20px;
  font-style: italic;
}
.testimonial-card.featured .testimonial-text {
  color: rgba(255, 255, 255, 0.88);
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.author-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: var(--white);
  flex-shrink: 0;
}
.author-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
}
.testimonial-card.featured .author-name {
  color: var(--white);
}
.author-info {
  font-size: 11.5px;
  color: var(--text-gray);
}
.testimonial-card.featured .author-info {
  color: rgba(255, 255, 255, 0.5);
}

/* ─── FAQ ─────────────────────────────────── */
.faq {
  padding: 80px 30px;
  background: var(--gray-bg);
}
.faq-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 70px;
  align-items: flex-start;
}
.faq-left {
  flex-shrink: 0;
  width: 280px;
}
.faq-left h2 {
  font-size: 36px;
  font-weight: 900;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 14px;
}
.faq-left h2 span {
  color: var(--orange);
}
.faq-left p {
  font-size: 13.5px;
  color: var(--text-gray);
  line-height: 1.7;
}
.faq-list {
  flex: 1;
}
.faq-item {
  border-bottom: 1px solid var(--gray-border);
  overflow: hidden;
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  cursor: pointer;
  gap: 16px;
}
.faq-question span {
  font-family: "Montserrat", sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--dark);
}
.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background 0.2s,
    transform 0.3s;
}
.faq-icon svg {
  width: 14px;
  height: 14px;
  fill: var(--white);
}
.faq-item.open .faq-icon {
  background: var(--orange);
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.25s;
}
.faq-item.open .faq-answer {
  max-height: 500px;
  padding-bottom: 18px;
}
.faq-answer p {
  font-size: 13.5px;
  color: var(--text-gray);
  line-height: 1.7;
}
.faq-answer ul {
  margin-top: 8px;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.faq-answer ul li {
  font-size: 13.5px;
  color: var(--text-gray);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.faq-answer ul li::before {
  content: "·";
  color: var(--orange);
  font-weight: 900;
  flex-shrink: 0;
}

/* ─── FINAL CTA ─────────────────────────────── */
.final-cta {
  background: var(--orange);
  padding: 70px 30px;
  text-align: center;
}
.final-cta h2 {
  font-size: 38px;
  font-weight: 900;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 12px;
}
.final-cta p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 30px;
}
.btn-final {
  display: inline-block;
  padding: 16px 36px;
  background: var(--blue);
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 800;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.btn-final:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

/* ─── FOOTER ─────────────────────────────────── */
.footer {
  background: var(--dark);
  padding: 28px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer .fl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .fl .logo-name {
  font-weight: 700;
  font-size: 15px;
  color: var(--white);
}
.footer .fr {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.7;
  text-align: right;
}
.footer .fr a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: underline;
}
.footer .fr a:hover {
  color: var(--orange);
}

/* ─── RESPONSIVE ─────────────────────────────── */
@media (max-width: 900px) {
  .hero-inner,
  .funcions-inner,
  .requisits-inner,
  .faq-inner {
    flex-direction: column;
    gap: 40px;
  }
  .hero-form-box {
    width: 100%;
    max-width: 480px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .why-section-inner {
    flex-direction: column;
  }
  .why-intro {
    flex: 0 0 auto;
    width: 100%;
  }
  .funcions-aside,
  .requisits-card {
    width: 100%;
  }
  .faq-left {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .temari-grid {
    grid-template-columns: 1fr 1fr;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .process-steps {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .process-steps::before {
    display: none;
  }
  .funcions-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .temari-grid {
    grid-template-columns: 1fr;
  }
  .hero-features {
    grid-template-columns: 1fr;
  }
  .hero-stats {
    flex-direction: column;
    gap: 16px;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .process-steps {
    grid-template-columns: 1fr;
  }
  .topbar,
  .footer {
    padding: 0 20px;
  }
  .footer {
    padding: 20px;
  }
  .footer .fr {
    text-align: left;
  }
}
