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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #e0f2fe 0, #eff6ff 40%, #f9fafb 100%);
  color: #111827;
}

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

button {
  font-family: inherit;
}

.site-header {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(229, 231, 235, 0.8);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  position: sticky;
  top: 0;
  z-index: 40;
}

.site-header-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0.9rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: auto;
  width: auto;
  max-height: 80px;
  max-width: 250px;
  object-fit: contain;
}

.logo-main {
  color: #111827;
}

.logo-emphasis {
  color: #2563eb;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  font-size: 0.9rem;
}

.nav-link {
  padding-bottom: 0.15rem;
  border-bottom: 2px solid transparent;
  color: #4b5563;
  font-weight: 500;
}

.nav-link:hover {
  color: #111827;
}

.nav-link-active {
  color: #1d4ed8;
  border-bottom-color: #2563eb;
}

.nav-cta {
  margin-left: 0.5rem;
  padding: 0.4rem 1.1rem;
  border-radius: 999px;
  border-bottom-color: transparent;
  background: linear-gradient(90deg, #2563eb, #1d4ed8);
  color: #f9fafb;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.4);
}

.nav-cta:hover {
  color: #f9fafb;
  background: linear-gradient(90deg, #1d4ed8, #1d4ed8);
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.5);
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background-color: #ffffff;
  padding: 0;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background-color: #111827;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle span + span {
  margin-top: 3px;
}

.nav-toggle-open span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.nav-toggle-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle-open span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.hero {
  background: radial-gradient(circle at 0% 0%, #2563eb 0, #1d4ed8 25%, #0f172a 70%);
  color: #f9fafb;
  padding: 3.25rem 1.5rem 4rem;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
}

.hero-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.hero-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-title {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
}

.hero-subtitle {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2rem;
  color: #e5e7eb;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 2rem;
}

.hero-badge {
  font-size: 0.8rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background-color: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.6);
}

.hero-side-card {
  justify-self: end;
  width: 260px;
  max-width: 100%;
  border-radius: 1.6rem;
  padding: 1.1rem 1.2rem;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.85), rgba(30, 64, 175, 0.9));
  box-shadow: 0 32px 80px rgba(15, 23, 42, 0.9);
  position: relative;
  overflow: hidden;
}

.hero-side-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  color: #cbd5f5;
}

.hero-side-title {
  font-weight: 600;
}

.hero-side-tag {
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background-color: rgba(37, 99, 235, 0.9);
  font-size: 0.75rem;
}

.hero-phone {
  margin-top: 0.5rem;
  width: 100%;
  height: 180px;
  border-radius: 1.4rem;
  background: radial-gradient(circle at 20% 0%, #60a5fa, #0f172a);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-phone-inner {
  width: 54%;
  height: 78%;
  border-radius: 1.2rem;
  border: 2px solid rgba(148, 163, 184, 0.7);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.8);
  background: radial-gradient(circle at 0% 0%, #0ea5e9, #1d4ed8 40%, #020617 100%);
}

.hero-side-footer {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: #cbd5f5;
}

.hero-side-label {
  font-weight: 500;
}

.hero-side-pill {
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background-color: rgba(15, 23, 42, 0.9);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.8rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #1d4ed8);
  color: #f9fafb;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(37, 99, 235, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 55px rgba(37, 99, 235, 0.5);
  background: linear-gradient(90deg, #1d4ed8, #1d4ed8);
}

.btn-full {
  width: 100%;
}

.page {
  max-width: 1200px;
  margin: 2rem auto 0;
  padding: 0 1.5rem 3.5rem;
}

.section {
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 2rem 1.5rem 2.4rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
  margin-bottom: 1.75rem;
}

.section-muted {
  background: linear-gradient(to bottom, #f9fafb, #f3f4f6);
}

.section-header {
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
}

.section-subtitle {
  margin: 0;
  font-size: 0.95rem;
  color: #6b7280;
}

.text-body {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4b5563;
  margin: 0 0 0.6rem;
}

.link-inline {
  color: #2563eb;
  font-weight: 500;
}

.link-inline:hover {
  text-decoration: underline;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1.25rem;
}

.brand-card {
  border: 2px solid #e5e7eb;
  border-radius: 1.4rem;
  padding: 1.4rem 1.2rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  transition: all 0.25s ease;
}

.brand-card.active {
  border-color: #0ea5e9;
  box-shadow: 0 20px 48px rgba(37, 99, 235, 0.45);
  background-color: #eff6ff;
}

.brand-name {
  font-weight: 600;
  font-size: 0.9rem;
  color: #4b5563;
  margin-top: 0.8rem;
}

.brand-logo {
  height: 36px;
  max-width: 110px;
  object-fit: contain;
  display: block;
}

.brand-logo-samsung {
  height: 24px;
  max-width: 140px;
}

.brand-logo-container {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo-svg {
  height: 36px;
  width: 36px;
  color: #1e293b;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
}

@media (min-width: 960px) {
  .dashboard-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.3fr);
    align-items: start;
  }
}

.dashboard-panel {
  border-radius: 1.25rem;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  padding: 1.1rem 1.2rem;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.dashboard-row + .dashboard-row {
  margin-top: 0.9rem;
}

.dashboard-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.35rem;
}

.dashboard-input,
.dashboard-select {
  width: 100%;
  border-radius: 0.9rem;
  border: 1px solid #d1d5db;
  padding: 0.75rem 0.85rem;
  font-size: 0.95rem;
  background-color: #ffffff;
}

.dashboard-select {
  cursor: pointer;
}

.dashboard-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background-color: #f8fafc;
  color: #0f172a;
  font-weight: 600;
  cursor: pointer;
}

.dashboard-button:hover {
  background-color: #eef2ff;
  border-color: #c7d2fe;
}

.dashboard-note {
  padding: 0.7rem 0.9rem;
  border-radius: 1rem;
  background-color: #f8fafc;
  border: 1px solid #e5e7eb;
  color: #334155;
  font-size: 0.9rem;
}

.dashboard-note-ok {
  background-color: #ecfdf5;
  border-color: #bbf7d0;
  color: #065f46;
}

.dashboard-note-info {
  background-color: #eff6ff;
  border-color: #bfdbfe;
  color: #1d4ed8;
}

.dashboard-note-error {
  background-color: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

.dashboard-table {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.dashboard-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.6rem;
  padding: 0.9rem;
  border-radius: 1.1rem;
  border: 1px solid #e5e7eb;
  background: linear-gradient(to bottom, #ffffff, #f8fafc);
}

@media (min-width: 720px) {
  .dashboard-item {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
  }
}

.dashboard-item-title {
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.15rem;
}

.dashboard-item-hint {
  font-size: 0.85rem;
  color: #64748b;
}

.dashboard-empty {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px dashed #cbd5e1;
  color: #64748b;
  text-align: center;
}

.flow-select {
  opacity: 0.6;
  transform: translateY(4px);
  transition: all 0.25s ease;
}

.flow-select-ready {
  opacity: 1;
  transform: translateY(0);
}

.flow-panel {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e5e7eb;
}

.flow-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.flow-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.flow-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #374151;
}

.flow-field select {
  border-radius: 0.85rem;
  border: 1px solid #d1d5db;
  padding: 0.65rem 0.75rem;
  font-size: 0.9rem;
  background-color: #ffffff;
}

.flow-field select:disabled {
  background-color: #f3f4f6;
  color: #9ca3af;
}

.flow-price {
  border-radius: 1.1rem;
  background: radial-gradient(circle at 0% 0%, #eff6ff, #dbeafe);
  border: 1px solid #bfdbfe;
  padding: 0.9rem 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flow-price-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1d4ed8;
  margin-bottom: 0.25rem;
}

.flow-price-value {
  font-size: 1.4rem;
  font-weight: 700;
  color: #111827;
}

.flow-price-note {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #4b5563;
}

.models-list-wrapper {
  border-radius: 1.1rem;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 1.1rem 1.25rem 1.3rem;
  min-height: 3rem;
}

.models-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.models-list-item {
  padding: 0.75rem 0.9rem;
  border-radius: 1.2rem;
  background-color: #ffffff;
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid #e5e7eb;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  flex: 1 1 calc(33.333% - 0.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 180px;
  max-width: 220px;
  background-image: radial-gradient(circle at 0% 0%, rgba(59, 130, 246, 0.05), transparent 60%);
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease, background-color 0.12s ease;
}

.models-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  align-items: flex-start;
}

.models-filter {
  border-radius: 1.25rem;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  padding: 1.1rem 1.2rem;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.models-filter-group + .models-filter-group {
  margin-top: 1rem;
}

.models-filter-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
  margin-bottom: 0.35rem;
}

.models-filter-search {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid #d1d5db;
  padding: 0.6rem 0.75rem;
  font-size: 0.9rem;
}

.models-filter-brand-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #111827;
}

.models-filter-count {
  font-size: 0.8rem;
  color: #6b7280;
}

.models-filter-hint {
  margin: 0;
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.5;
}

.filter-type-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-chip {
  border-radius: 999px;
  border: 1px solid #d1d5db;
  padding: 0.25rem 0.8rem;
  font-size: 0.8rem;
  background-color: #ffffff;
  cursor: pointer;
}

.filter-chip-primary {
  background-color: #2563eb;
  border-color: #2563eb;
  color: #f9fafb;
}

.filter-brand-option {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  cursor: pointer;
}

.models-main {
  min-height: 260px;
}

.model-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1.4rem 1.2rem;
}

.phone-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}

.phone-card-caption {
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
}

.phone-card-frame {
  width: 110px;
  height: 210px;
  border-radius: 28px;
  background-color: #0f172a;
  padding: 6px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-card-screen {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
  text-align: center;
}

.phone-card-model {
  font-size: 0.8rem;
  font-weight: 600;
  color: #f9fafb;
}

.phone-card-iphone .phone-card-screen {
  background: linear-gradient(180deg, #f97316, #ef4444);
}

.phone-card-samsung .phone-card-screen {
  background: linear-gradient(180deg, #38bdf8, #0ea5e9);
}

.phone-card-huawei .phone-card-screen {
  background: linear-gradient(180deg, #fb7185, #ec4899);
}

.phone-card-oneplus .phone-card-screen {
  background: linear-gradient(180deg, #ef4444, #b91c1c);
}

.phone-card-motorola .phone-card-screen {
  background: linear-gradient(180deg, #22c55e, #15803d);
}

.phone-card-google .phone-card-screen {
  background: linear-gradient(180deg, #4285F4, #EA4335);
}

.phone-card-oppo .phone-card-screen {
  background: linear-gradient(180deg, #009B77, #006B52);
}

.phone-card-sony .phone-card-screen {
  background: linear-gradient(180deg, #6366f1, #4f46e5);
}

.phone-card-ipad .phone-card-frame {
  width: 150px;
  height: 200px;
  border-radius: 24px;
}

.phone-card-ipad .phone-card-screen {
  border-radius: 18px;
  background: linear-gradient(180deg, #8b5cf6, #6d28d9);
}

.model-card-active .phone-card-frame {
  box-shadow: 0 20px 55px rgba(37, 99, 235, 0.5);
}

.models-list-item-active {
  background-color: #eff6ff;
  color: #0f172a;
  border-color: #0ea5e9;
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.35);
}

.models-list-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
  border-color: #60a5fa;
}

.model-title {
  font-size: 0.95rem;
  margin-bottom: 0.45rem;
}

.model-tag {
  font-size: 0.8rem;
  color: #2563eb;
  align-self: flex-start;
  padding: 0.2rem 0.75rem;
  border-radius: 999px;
  background-color: #e0f2fe;
}

.prices-wrapper {
  margin-top: 1.5rem;
}

.prices-title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #111827;
}

.prices-note {
  font-size: 0.85rem;
  color: #6b7280;
  margin-bottom: 0.9rem;
}
.repairs-grid {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
}

.repair-card {
  position: relative;
  border-radius: 1.2rem;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 1.1rem 1rem 1.35rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.repair-price-pill {
  position: absolute;
  top: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  background-color: #ef4444;
  color: #f9fafb;
  font-size: 0.8rem;
  font-weight: 600;
}

.repair-icon {
  font-size: 1.8rem;
  color: #0f172a;
  margin-top: 0.4rem;
  display: none;
}

.repair-image {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}

.repair-title {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  color: #111827;
}

@media (hover: hover) {
  .repair-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  color: #6b7280;
}

.breadcrumb-link {
  color: #2563eb;
  text-decoration: none;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-current {
  color: #111827;
  font-weight: 500;
}

.breadcrumb-separator {
  color: #9ca3af;
}

.model-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.4fr);
  gap: 1.5rem;
  align-items: flex-start;
}

.model-aside {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.model-phone {
  border-radius: 1.5rem;
  background: radial-gradient(circle at 20% 0%, #60a5fa, #0f172a);
  padding: 1.3rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.6);
}

.model-phone-inner {
  position: relative;
  border-radius: 1.2rem;
  border: 2px solid rgba(148, 163, 184, 0.7);
  background: radial-gradient(circle at 0% 0%, #1e293b, #020617);
  min-height: 190px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1rem;
}

.model-phone-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background-color: transparent;
  padding: 1.5rem;
}

.model-phone-label {
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: inline-flex;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background-color: rgba(15, 23, 42, 0.9);
  color: #e5e7eb;
  font-size: 0.75rem;
  font-weight: 500;
}

.model-meta {
  border-radius: 1.2rem;
  border: 1px solid #e5e7eb;
  background-color: #f9fafb;
  padding: 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.model-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.88rem;
}

.model-meta-label {
  color: #6b7280;
}

.model-meta-value {
  font-weight: 500;
  color: #111827;
}

.model-main-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
}

.model-main-subtitle {
  margin: 0 0 0.9rem;
  font-size: 0.9rem;
  color: #6b7280;
}

@media (max-width: 768px) {
  .model-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .model-phone {
    max-width: 280px;
  }
}

.appointment-form {
  margin-top: 1.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-field {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
}

.form-field label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.35rem;
}

.form-field input,
.form-field textarea {
  border-radius: 0.75rem;
  border: 1px solid #d1d5db;
  padding: 0.65rem 0.75rem;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
  background-color: #f9fafb;
}

.form-note {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #6b7280;
}

.footer {
  padding: 1.75rem 1.5rem 2rem;
  color: #6b7280;
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  font-size: 0.85rem;
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

.service-card {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 1rem 1.1rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.service-title {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 600;
}

.service-text {
  margin: 0;
  font-size: 0.9rem;
  color: #4b5563;
}

.whatsapp-float {
  position: fixed;
  right: 1.5rem;
  bottom: 1.75rem;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 60;
  box-shadow: 0 18px 40px rgba(22, 163, 74, 0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-icon {
  width: 100%;
  height: 100%;
}

@media (hover: hover) {
  .brand-card:hover {
    border-color: #2563eb;
    box-shadow: 0 20px 50px rgba(37, 99, 235, 0.35);
    transform: translateY(-4px) scale(1.05);
    background-color: #f9fafb;
  }

  .whatsapp-float:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 24px 60px rgba(22, 163, 74, 0.7);
  }
}

@media (hover: none) {
  .brand-card:active {
    transform: scale(0.97);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.22);
  }

  .whatsapp-float:active {
    transform: scale(0.96);
  }
}

.cta-strip {
  margin-top: 1.5rem;
  border-radius: 1.5rem;
  padding: 1.1rem 1.4rem;
  background: linear-gradient(90deg, #2563eb, #1d4ed8);
  color: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.4);
}

.cta-strip-text {
  max-width: 420px;
}

.cta-strip-text-main {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.cta-strip-text-sub {
  font-size: 0.85rem;
  opacity: 0.9;
}

.cta-strip-actions {
  flex-shrink: 0;
}

.hero-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image {
  max-width: 100%;
  height: auto;
  max-height: 450px;
  border-radius: 1.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

@media (max-width: 640px) {
  .hero {
    padding-top: 2.6rem;
    padding-bottom: 1rem;
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
    text-align: left;
  }

  .hero-image-container {
    display: none;
  }

  .page {
    margin-top: 1.2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .site-header-inner {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  
  .logo img {
    height: auto !important;
    max-height: 55px !important;
    max-width: 180px !important;
    width: auto !important;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    position: fixed;
    top: 56px;
    left: 0.75rem;
    right: 0.75rem;
    padding: 0.75rem 0.9rem;
    border-radius: 1.2rem;
    background-color: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.3);
    flex-direction: column;
    gap: 0.6rem;
    display: none;
    z-index: 50;
  }

  .nav.nav-open {
    display: flex;
  }

  .section {
    padding: 1.6rem 1.1rem 1.9rem;
  }

  .brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .flow-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .flow-price {
    order: -1;
  }

  .models-list-item {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .services-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cta-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-strip-actions {
    width: 100%;
  }

  .models-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}
