:root {
  --primary: #4fc3f7;
  --secondary: #0288d1;
  --background: #e1f5fe;
  --surface: #ffffff;
  --text: #1a237e;
  --accent: #039be5;
  --shadow: 0 18px 40px rgba(2, 136, 209, 0.12);
  --border: rgba(2, 136, 209, 0.14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(79, 195, 247, 0.22), transparent 32%),
    radial-gradient(circle at top right, rgba(3, 155, 229, 0.12), transparent 28%),
    linear-gradient(180deg, #f7fdff 0%, var(--background) 100%);
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section {
  padding: 5.5rem 1.25rem;
}

.section-heading,
.hero,
.footer-inner,
.contact-layout,
.about-layout {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.section-heading {
  margin-bottom: 1.75rem;
}

.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(79, 195, 247, 0.16);
  color: var(--secondary);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.section-heading h2,
.hero h1 {
  margin: 0.75rem 0 0;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.section-heading h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

p {
  line-height: 1.7;
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(18px);
  background: rgba(225, 245, 254, 0.82);
  border-bottom: 1px solid rgba(2, 136, 209, 0.1);
}

.exchange-rate-note {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: 0.5rem 1.25rem 0.25rem;
}

.exchange-rate-note p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(3, 155, 229, 0.12);
  color: var(--secondary);
  font-size: 0.88rem;
  font-weight: 600;
}

.header-inner {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 12px 24px rgba(2, 136, 209, 0.22);
}

.brand-text {
  font-size: 1.1rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.site-nav a,
.footer-nav a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.footer-nav a:hover {
  color: var(--secondary);
  transform: translateY(-1px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.language-toggle,
.cart-button,
.menu-toggle {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  box-shadow: 0 10px 22px rgba(2, 136, 209, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.language-toggle,
.cart-button {
  min-height: 44px;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font-weight: 700;
  text-decoration: none;
}

.auth-entry.logged-in {
  width: 44px;
  min-width: 44px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  font-size: 1.1rem;
}

.language-toggle:hover,
.cart-button:hover,
.menu-toggle:hover,
.btn:hover,
.filter-btn:hover,
.category-card:hover,
.service-card:hover,
.feature-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(2, 136, 209, 0.14);
}

.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.cart-count {
  min-width: 1.6rem;
  height: 1.6rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--secondary);
  color: white;
  font-size: 0.85rem;
  padding: 0 0.35rem;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  padding: 0.55rem;
  flex-direction: column;
  justify-content: center;
  gap: 0.28rem;
}

.menu-toggle span {
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: center;
  gap: 2.2rem;
  min-height: calc(100vh - 76px);
  padding: 5rem 1.25rem 4rem;
}

.hero-content h1 {
  font-size: clamp(2.7rem, 7vw, 5.3rem);
}

.hero-content p {
  max-width: 42rem;
  margin-top: 1rem;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--secondary));
  color: white;
  box-shadow: 0 18px 34px rgba(3, 155, 229, 0.24);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.82);
  color: var(--secondary);
  border-color: rgba(2, 136, 209, 0.18);
}

.hero-art {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.hero-device,
.hero-glow {
  position: absolute;
  border-radius: 38px;
}

.hero-device-one {
  width: min(76%, 380px);
  height: 520px;
  background: linear-gradient(160deg, #ffffff 0%, #dff7ff 100%);
  border: 1px solid rgba(2, 136, 209, 0.14);
  box-shadow: 0 24px 50px rgba(2, 136, 209, 0.16);
  transform: rotate(-8deg);
}

.hero-device-one::before,
.hero-device-two::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(79, 195, 247, 0.45), rgba(2, 136, 209, 0.08)),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.95), transparent 24%),
    linear-gradient(140deg, #0d47a1, #4fc3f7 64%, #e1f5fe);
}

.hero-device-two {
  width: min(60%, 275px);
  height: 430px;
  background: linear-gradient(160deg, #ffffff 0%, #d9f4ff 100%);
  border: 1px solid rgba(2, 136, 209, 0.12);
  box-shadow: 0 20px 42px rgba(2, 136, 209, 0.14);
  transform: rotate(13deg) translate(110px, 36px);
}

.hero-device-two::before {
  inset: 16px;
}

.hero-glow {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(79, 195, 247, 0.34), transparent 68%);
  filter: blur(8px);
}

.categories-section,
.services-section,
.about-section,
.contact-section {
  position: relative;
}

.category-grid,
.service-grid,
.feature-grid {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: grid;
  gap: 1.2rem;
}

.category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-card,
.service-card,
.feature-item,
.info-card,
.map-placeholder,
.filters-panel,
.contact-form {
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.category-card,
.service-card,
.feature-item {
  padding: 1.5rem;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.category-card {
  min-height: 200px;
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.category-icon,
.service-icon,
.feature-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(79, 195, 247, 0.16);
  font-size: 1.4rem;
}

.category-card h3,
.service-card h3,
.feature-item h3,
.info-card h3 {
  margin: 0;
  font-size: 1.1rem;
}

.filters-panel {
  width: min(100%, var(--max-width));
  margin: 0 auto 1.5rem;
  padding: 1.25rem;
}

.search-wrap input,
.sort-wrap select,
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(2, 136, 209, 0.16);
  background: #fafdff;
  color: var(--text);
  padding: 0.9rem 1rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-wrap input:focus,
.sort-wrap select:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(3, 155, 229, 0.62);
  box-shadow: 0 0 0 4px rgba(79, 195, 247, 0.18);
}

.filters-row {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: end;
}

.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.filter-btn {
  border: 1px solid rgba(2, 136, 209, 0.14);
  background: rgba(255, 255, 255, 0.85);
  color: var(--text);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.filter-btn.active {
  background: linear-gradient(135deg, var(--accent), var(--secondary));
  color: white;
}

.sort-wrap {
  min-width: 220px;
}

.sort-wrap label,
.price-wrap label,
.contact-form label span {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.price-wrap {
  margin-top: 1rem;
}

.price-slider {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.price-slider input[type="range"] {
  width: 100%;
  accent-color: var(--secondary);
}

.price-value {
  min-width: 220px;
  font-weight: 700;
  text-align: right;
}

.product-grid {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.product-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: grid;
}

.product-media {
  aspect-ratio: 1 / 0.86;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(79, 195, 247, 0.16), rgba(2, 136, 209, 0.08));
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-body {
  padding: 1.15rem;
  display: grid;
  gap: 0.75rem;
}

.product-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.product-top h3,
.product-top p,
.service-card p {
  margin: 0;
}

.product-top h3 {
  font-size: 1rem;
}

.category-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(79, 195, 247, 0.14);
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 700;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.price-tag {
  font-size: 1.2rem;
  font-weight: 800;
}

.product-actions {
  display: flex;
  gap: 0.75rem;
}

.product-actions .btn {
  width: 100%;
  min-height: 44px;
  border-radius: 14px;
}

.empty-state {
  width: min(100%, var(--max-width));
  margin: 1.5rem auto 0;
  text-align: center;
  padding: 1.4rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.8);
  border: 1px dashed rgba(2, 136, 209, 0.24);
}

.hidden {
  display: none;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  display: grid;
  gap: 0.8rem;
}

.service-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.service-price {
  font-weight: 800;
  color: var(--secondary);
}

.about-layout,
.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.3rem;
}

.about-text,
.contact-info {
  display: grid;
  gap: 1rem;
}

.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-item {
  display: grid;
  gap: 0.7rem;
}

.contact-form {
  padding: 1.4rem;
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.55rem;
}

.challenge-field {
  padding: 1rem;
  border-radius: 16px;
  background: rgba(79, 195, 247, 0.08);
  border: 1px solid rgba(2, 136, 209, 0.12);
}

.challenge-question {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px dashed rgba(2, 136, 209, 0.28);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.challenge-hint {
  color: rgba(26, 35, 126, 0.72);
  font-size: 0.92rem;
}

.form-submit {
  width: fit-content;
}

.form-feedback {
  min-height: 1.5rem;
  font-weight: 700;
}

.modal-open {
  overflow: hidden;
}

.service-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.service-modal.hidden {
  display: none;
}

.service-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 48, 107, 0.34);
  backdrop-filter: blur(4px);
}

.service-modal-panel {
  position: relative;
  width: min(100%, 600px);
  max-height: calc(100vh - 2.5rem);
  overflow: auto;
  z-index: 1;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  padding: 1.3rem;
}

.service-modal-header {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.service-modal-header h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.03em;
}

.service-modal-header .section-kicker {
  width: fit-content;
}

.service-modal-text {
  color: rgba(26, 35, 126, 0.72);
}

.service-modal-selected {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  background: rgba(79, 195, 247, 0.14);
  color: var(--secondary);
  font-weight: 700;
}

.service-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  border: 1px solid rgba(2, 136, 209, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  font-size: 1.25rem;
  line-height: 1;
}

.service-modal-form {
  padding: 1.4rem;
  display: grid;
  gap: 0.9rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.service-modal-form .form-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-modal-row-single {
  grid-template-columns: 1fr;
}

.service-modal-submit {
  width: 100%;
}

.service-modal-feedback {
  margin-top: -0.15rem;
}

.service-modal-form label {
  display: grid;
  gap: 0.55rem;
}

.service-modal-form .challenge-field {
  background: rgba(79, 195, 247, 0.06);
}

.service-modal-form label span {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
}

.info-card {
  padding: 1.4rem;
  text-align: center;
}

.info-card ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.9rem;
}

.info-card li {
  display: grid;
  gap: 0.35rem;
  justify-items: center;
}

.info-card a,
.map-link {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
}

.info-card a:hover,
.info-card a:focus-visible,
.map-link:hover,
.map-link:focus-visible {
  color: var(--text);
  text-decoration: none;
}

.map-placeholder {
  min-height: 220px;
  overflow: hidden;
  position: relative;
  align-content: stretch;
  justify-items: stretch;
  gap: 0.75rem;
  display: grid;
  text-align: center;
  padding: 1.4rem;
  color: var(--secondary);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.75), rgba(79, 195, 247, 0.12)),
    repeating-linear-gradient(45deg, rgba(2, 136, 209, 0.04) 0 10px, transparent 10px 20px);
}

.map-placeholder iframe {
  width: 100%;
  min-height: 260px;
  border: 0;
  border-radius: 16px;
}

.map-link {
  display: inline-flex;
  justify-self: center;
  width: fit-content;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  box-shadow: 0 10px 28px rgba(2, 136, 209, 0.12);
}

.site-footer {
  padding: 2.2rem 1.25rem 2.8rem;
}

.site-footer-dark {
  background: linear-gradient(180deg, #0d47a1 0%, #08306b 100%);
  color: #ffffff;
}

.site-footer-dark .copyright {
  color: rgba(255, 255, 255, 0.82);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr auto;
  gap: 1.4rem;
  align-items: start;
  border-top: 1px solid rgba(2, 136, 209, 0.12);
  padding-top: 1.5rem;
}

.site-footer-dark .footer-inner {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  border-top-color: rgba(255, 255, 255, 0.16);
}

.footer-col {
  display: grid;
  gap: 0.95rem;
}

.site-footer-dark .footer-col h3,
.site-footer-dark .footer-col p,
.site-footer-dark .footer-col a {
  color: #ffffff;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
  align-content: flex-start;
  padding-top: 0.2rem;
}

.footer-nav-compact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  justify-content: flex-start;
  justify-items: start;
  padding-top: 0;
}

.footer-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: transparent;
  border: 0;
}

.site-footer-dark .footer-nav a {
  background: transparent;
  border: 0;
}

.socials {
  display: flex;
  gap: 0.7rem;
}

.socials a {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--secondary);
  flex: 0 0 auto;
}

.socials a img {
  width: 1.1rem;
  height: 1.1rem;
  object-fit: contain;
}

.site-footer-dark .socials a {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

copyright,
.copyright {
  width: min(100%, var(--max-width));
  margin: 1.3rem auto 0;
  text-align: center;
  color: rgba(26, 35, 126, 0.72);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .hero,
  .about-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 4rem;
  }

  .hero-art {
    min-height: 420px;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 1rem;
    right: 1rem;
    display: grid;
    gap: 0;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(2, 136, 209, 0.14);
    border-radius: 22px;
    box-shadow: var(--shadow);
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s ease;
  }

  .site-nav.open {
    max-height: 300px;
  }

  .site-nav a {
    padding: 1rem 1.1rem;
    border-bottom: 1px solid rgba(2, 136, 209, 0.08);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .header-inner {
    position: relative;
  }

  .category-grid,
  .product-grid,
  .service-grid,
  .feature-grid,
  .footer-inner,
  .form-row,
  .filters-row {
    grid-template-columns: 1fr;
  }

  .price-slider {
    flex-direction: column;
    align-items: stretch;
  }

  .price-value {
    text-align: left;
  }

  .sort-wrap {
    min-width: 0;
  }

  .service-modal-panel {
    padding: 1rem;
    border-radius: 20px;
  }

  .hero-content h1 {
    font-size: clamp(2.4rem, 11vw, 4.4rem);
  }
}

@media (max-width: 560px) {
  .section {
    padding: 4rem 1rem;
  }

  .header-inner {
    padding-inline: 1rem;
    gap: 0.75rem;
  }

  .brand-text {
    font-size: 1rem;
  }

  .language-toggle {
    padding-inline: 0.9rem;
  }

  .service-modal {
    padding: 0.75rem;
  }

  .service-modal-panel {
    max-height: calc(100vh - 1.5rem);
    padding: 1rem;
  }

  .service-modal-close {
    top: 0.75rem;
    right: 0.75rem;
  }

  .hero-art {
    min-height: 340px;
  }

  .hero-device-one {
    width: 72%;
    height: 360px;
  }

  .hero-device-two {
    width: 48%;
    height: 285px;
    transform: rotate(13deg) translate(76px, 44px);
  }

  .product-body,
  .contact-form,
  .filters-panel,
  .service-card,
  .category-card,
  .feature-item,
  .info-card {
    padding: 1rem;
  }
}
