@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
body, table, td, a { -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
table, td { mso-table-lspace:0pt; mso-table-rspace:0pt; }
body { margin:0; padding:0; background:#f0ede8; }
.wrap { table-layout:fixed; }

/* Header nav — site link + separate notification icon */
.header-nav-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.header-site-link {
  display: inline-block;
  font-family: 'Ubuntu', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  letter-spacing: -0.01em;
  border-bottom: 1.5px solid #111;
  padding-bottom: 1px;
}
.header-notify-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: inherit;
}
.header-notify-btn:focus-visible {
  outline: 2px solid #e63946;
  outline-offset: 3px;
  border-radius: 4px;
}
.header-notify-btn img {
  display: block;
  width: 16px;
  height: 16px;
}
.header-notify-dot {
  position: absolute;
  top: -1px;
  right: -2px;
  width: 6px;
  height: 6px;
  background: #e63946;
  border-radius: 50%;
  border: 1.5px solid #faf9f6;
  animation: header-notify-dot-pulse 2s ease-in-out infinite;
}
.header-notify-dot::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: rgba(230, 57, 70, 0.45);
  animation: header-notify-dot-ring 2s ease-out infinite;
}
@keyframes header-notify-dot-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(230, 57, 70, 0.45);
  }
  50% {
    transform: scale(1.12);
    box-shadow: 0 0 0 4px rgba(230, 57, 70, 0.18);
  }
}
@keyframes header-notify-dot-ring {
  0% {
    transform: scale(0.55);
    opacity: 0.75;
  }
  70%, 100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

/* Top hero banner — locked to card width (580px) and 4:3 aspect */
.hero-banner-row {
  width:100%;
}
.hero-banner-cell {
  padding:0 !important;
  line-height:0;
  font-size:0;
  width:580px;
  max-width:100%;
  overflow:hidden;
}
.hero-banner-img {
  display:block;
  width:580px;
  max-width:100%;
  height:auto;
  aspect-ratio:4 / 3;
  object-fit:cover;
  object-position:center;
  border:0;
  outline:none;
  margin:0;
  vertical-align:top;
}
.hero-banner-wrap {
  position:relative;
  width:100%;
  line-height:0;
}
.hero-industry-picker {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  width:min(420px, calc(100% - 40px));
  z-index:2;
  line-height:normal;
  opacity:0;
  animation:hero-industry-picker-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.12s forwards;
}
@keyframes hero-industry-picker-in {
  from {
    opacity:0;
    transform:translate(-50%, calc(-50% + 12px)) scale(0.96);
  }
  to {
    opacity:1;
    transform:translate(-50%, -50%) scale(1);
  }
}
.hero-industry-picker-label {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0;
}
.hero-industry-picker-field {
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 16px 11px 14px;
  background:rgba(255, 255, 255, 0.96);
  border:1px solid rgba(255, 255, 255, 0.95);
  border-radius:999px;
  box-shadow:0 10px 32px rgba(17, 17, 17, 0.14);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.28s ease;
}
.hero-industry-picker-field:hover {
  transform:scale(1.015);
  box-shadow:0 14px 36px rgba(17, 17, 17, 0.17);
  background:rgba(255, 255, 255, 0.99);
}
.hero-industry-picker-field:focus-within {
  transform:scale(1.015);
  box-shadow:0 14px 36px rgba(17, 17, 17, 0.18);
  background:#fff;
}
.hero-industry-picker-icon {
  flex-shrink:0;
  display:block;
  width:18px;
  height:18px;
  opacity:0.55;
  pointer-events:none;
  transition:opacity 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-industry-picker-field:hover .hero-industry-picker-icon,
.hero-industry-picker-field:focus-within .hero-industry-picker-icon {
  opacity:0.75;
}
.hero-industry-picker-select {
  flex:1;
  min-width:0;
  margin:0;
  padding:0 24px 0 0;
  border:0;
  background:transparent;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:13px;
  font-weight:700;
  color:#111;
  letter-spacing:-0.01em;
  line-height:1.35;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
  -webkit-tap-highlight-color:transparent;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right center;
  background-size:12px 12px;
  transition:color 0.2s ease;
}
.hero-industry-picker-select:focus,
.hero-industry-picker-select:focus-visible,
.hero-industry-picker-select:active {
  outline:none;
  box-shadow:none;
  border:0;
}
@media (prefers-reduced-motion: reduce) {
  .hero-industry-picker {
    animation:none;
    opacity:1;
    transform:translate(-50%, -50%);
  }
  .hero-industry-picker-field,
  .hero-industry-picker-icon,
  .hero-industry-picker-select {
    transition:none;
  }
  .hero-industry-picker-field:hover,
  .hero-industry-picker-field:focus-within {
    transform:none;
  }
  .whatsapp-fab::before {
    animation:none;
    opacity:0;
  }
}

/* Client logo carousel — under hero banner */
.logo-carousel-cell {
  padding:14px 0 12px !important;
  background:#faf9f7;
  border-bottom:1px solid #ece8e2;
}
.logo-carousel {
  width:100%;
  overflow:hidden;
}
.logo-carousel-fade {
  position:relative;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(
    90deg,
    transparent 0%,
    #000 12%,
    #000 88%,
    transparent 100%
  );
  mask-image:linear-gradient(
    90deg,
    transparent 0%,
    #000 12%,
    #000 88%,
    transparent 100%
  );
}
.logo-carousel-fade::before,
.logo-carousel-fade::after {
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  width:40px;
  z-index:1;
  pointer-events:none;
}
.logo-carousel-fade::before {
  left:0;
  background:linear-gradient(90deg, #faf9f7 0%, rgba(250,249,247,0) 100%);
}
.logo-carousel-fade::after {
  right:0;
  background:linear-gradient(270deg, #faf9f7 0%, rgba(250,249,247,0) 100%);
}
.logo-carousel-track {
  display:flex;
  width:max-content;
  animation:logo-carousel-scroll 55s linear infinite;
  will-change:transform;
}
.logo-carousel-set {
  display:flex;
  flex-shrink:0;
  align-items:center;
  gap:28px;
  padding:0 14px;
}
.logo-carousel-set img {
  display:block;
  height:22px;
  width:auto;
  max-width:76px;
  object-fit:contain;
  opacity:0.72;
  filter:grayscale(20%);
}
@keyframes logo-carousel-scroll {
  0% { transform:translate3d(0, 0, 0); }
  100% { transform:translate3d(-50%, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .logo-carousel-track {
    animation:none;
    flex-wrap:wrap;
    justify-content:center;
    width:100%;
    max-width:100%;
    gap:16px 28px;
    padding:0 24px;
    box-sizing:border-box;
  }
  .logo-carousel-set[aria-hidden='true'] {
    display:none;
  }
  .logo-carousel-fade {
    -webkit-mask-image:none;
    mask-image:none;
  }
}

/* Hero title width */
.h1 { max-width:340px; width:100%; }

/* Section main features (top 3) */
.main-features {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:18px;
}
.main-feature {
  flex:1 1 calc(33.333% - 6px);
  min-width:120px;
  box-sizing:border-box;
  background:#faf9f7;
  border:1px solid #eeebe5;
  border-radius:10px;
  padding:11px 8px;
  text-align:center;
}
.main-feature .feature-icon {
  display:block;
  line-height:0;
  margin:0 auto 6px;
}
.main-feature .feature-icon img {
  display:block;
  width:20px;
  height:20px;
  margin:0 auto;
}
.main-feature .mf-label {
  display:block;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  color:#333;
  line-height:1.35;
  letter-spacing:-0.01em;
}

/* Feature grid cards */
.feature-grid-shell {
  width:100%;
}
.feature-grid-fade {
  position:relative;
  overflow:hidden;
  transition:-webkit-mask-image 0.45s ease, mask-image 0.45s ease;
}
.feature-grid-shell.is-collapsed .feature-grid-fade {
  -webkit-mask-image:linear-gradient(
    180deg,
    #000 0%,
    #000 58%,
    transparent 100%
  );
  mask-image:linear-gradient(
    180deg,
    #000 0%,
    #000 58%,
    transparent 100%
  );
}
.feature-grid-shell.is-expanded .feature-grid-fade {
  -webkit-mask-image:none;
  mask-image:none;
}
.feature-grid-fade::after {
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:80px;
  z-index:1;
  pointer-events:none;
  opacity:0;
  background:linear-gradient(180deg, rgba(250,249,246,0) 0%, #faf9f6 90%);
  transition:opacity 0.45s ease;
}
.feature-grid-shell.is-collapsed .feature-grid-fade::after {
  opacity:1;
}
.feature-grid-shell.is-expanded .feature-grid-fade::after {
  opacity:0;
}
.feature-grid { display:flex; flex-wrap:wrap; gap:8px; }
.feature-grid-more {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  width:100%;
  flex-basis:100%;
  max-height:0;
  opacity:0;
  overflow:hidden;
  transform:translateY(-6px);
  transition:
    max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.45s ease,
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.feature-grid-shell.is-expanded .feature-grid-more {
  max-height:3200px;
  opacity:1;
  transform:translateY(0);
}
.feature-grid-more .grid-cell {
  opacity:0;
  transform:translateY(10px);
  transition:opacity 0.4s ease, transform 0.4s ease;
}
.feature-grid-shell.is-expanded .feature-grid-more .grid-cell {
  opacity:1;
  transform:translateY(0);
}
.feature-grid-shell.is-expanded .feature-grid-more .grid-cell:nth-child(1) { transition-delay:0.03s; }
.feature-grid-shell.is-expanded .feature-grid-more .grid-cell:nth-child(2) { transition-delay:0.06s; }
.feature-grid-shell.is-expanded .feature-grid-more .grid-cell:nth-child(3) { transition-delay:0.09s; }
.feature-grid-shell.is-expanded .feature-grid-more .grid-cell:nth-child(4) { transition-delay:0.12s; }
.feature-grid-shell.is-expanded .feature-grid-more .grid-cell:nth-child(5) { transition-delay:0.15s; }
.feature-grid-shell.is-expanded .feature-grid-more .grid-cell:nth-child(6) { transition-delay:0.18s; }
.feature-grid-shell.is-expanded .feature-grid-more .grid-cell:nth-child(7) { transition-delay:0.21s; }
.feature-grid-shell.is-expanded .feature-grid-more .grid-cell:nth-child(8) { transition-delay:0.24s; }
.feature-grid-shell.is-expanded .feature-grid-more .grid-cell:nth-child(9) { transition-delay:0.27s; }
.feature-grid-shell.is-expanded .feature-grid-more .grid-cell:nth-child(10) { transition-delay:0.30s; }
.feature-grid-shell.is-expanded .feature-grid-more .grid-cell:nth-child(11) { transition-delay:0.33s; }
.feature-grid-shell.is-expanded .feature-grid-more .grid-cell:nth-child(12) { transition-delay:0.36s; }
.feature-grid-shell.is-expanded .feature-grid-more .grid-cell:nth-child(n+13) { transition-delay:0.39s; }
.feature-grid-shell.is-collapsed .feature-grid-more .grid-cell {
  transition-delay:0s;
}
.feature-grid-toggle {
  display:block;
  width:100%;
  margin-top:10px;
  padding:10px 14px;
  border:1px dashed #e0dbd3;
  border-radius:8px;
  background:transparent;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:12px;
  font-weight:600;
  color:#e63946;
  letter-spacing:0.02em;
  cursor:pointer;
  transition:background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.feature-grid-toggle:hover {
  background:#fff;
  border-color:#e63946;
  color:#c1121f;
}
.feature-grid-toggle:focus-visible {
  outline:2px solid #e63946;
  outline-offset:2px;
}
.feature-grid .grid-cell,
.feature-grid-more .grid-cell {
  width:calc(50% - 4px);
  box-sizing:border-box;
  display:flex;
}
@media (prefers-reduced-motion: reduce) {
  .feature-grid-fade,
  .feature-grid-fade::after,
  .feature-grid-more,
  .feature-grid-more .grid-cell {
    transition:none !important;
  }
  .feature-grid-shell.is-collapsed .feature-grid-fade {
    -webkit-mask-image:none;
    mask-image:none;
  }
  .feature-grid-shell.is-collapsed .feature-grid-more {
    max-height:0;
    opacity:0;
  }
  .feature-grid-shell.is-expanded .feature-grid-more {
    max-height:none;
    opacity:1;
    transform:none;
  }
  .feature-grid-shell.is-expanded .feature-grid-more .grid-cell,
  .feature-grid-shell.is-collapsed .feature-grid-more .grid-cell {
    opacity:1;
    transform:none;
  }
}
.grid-card {
  background:#fff;
  border:1px solid #eeebe5;
  border-radius:10px;
  padding:12px 13px;
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:6px;
  box-sizing:border-box;
  transition:border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.grid-card .feature-icon {
  display:block;
  line-height:0;
  flex-shrink:0;
}
.grid-card .feature-icon img {
  display:block;
  width:20px;
  height:20px;
}
.grid-card:hover {
  border-color:#e8d5d8;
  box-shadow:0 4px 14px rgba(230,57,70,0.08);
  transform:translateY(-2px);
}
/* Maintenance — looping website / web system cycle */
.maintenance-cycle-wrap {
  margin-bottom:20px;
}
.maintenance-cycle {
  padding:18px 14px 16px;
  background:#fff;
  border:1px solid #eeebe5;
  border-radius:10px;
  box-sizing:border-box;
}
.maintenance-cycle-eyebrow {
  margin:0 0 6px;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  color:#e63946;
  letter-spacing:0.12em;
  text-transform:uppercase;
  text-align:center;
}
.maintenance-cycle-title {
  margin:0 0 18px;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:12.5px;
  font-weight:700;
  color:#444;
  letter-spacing:-0.01em;
  text-align:center;
  line-height:1.35;
}
.maintenance-cycle-rail {
  position:relative;
  height:2px;
  margin:0 28px 0;
  overflow:hidden;
  border-radius:2px;
}
.maintenance-cycle-rail-track {
  display:block;
  width:100%;
  height:2px;
  background:#ece8e2;
  border-radius:2px;
}
.maintenance-cycle-rail-flow {
  position:absolute;
  top:0;
  left:0;
  width:28%;
  height:2px;
  border-radius:2px;
  background:linear-gradient(90deg, rgba(230,57,70,0.15) 0%, #e63946 50%, rgba(230,57,70,0.15) 100%);
  animation:maintenance-rail-flow 4s linear infinite;
}
.maintenance-cycle-steps {
  display:flex;
  justify-content:space-between;
  gap:6px;
  list-style:none;
  margin:14px 0 0;
  padding:0 4px;
  position:relative;
  z-index:1;
}
.maintenance-cycle-step {
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:7px;
  text-align:center;
}
.maintenance-cycle-node {
  width:40px;
  height:40px;
  border-radius:50%;
  border:2px solid #ece8e2;
  background:#faf9f7;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  animation:maintenance-step-glow 8s ease-in-out infinite;
}
.maintenance-cycle-step:nth-child(1) .maintenance-cycle-node { animation-delay:0s; }
.maintenance-cycle-step:nth-child(2) .maintenance-cycle-node { animation-delay:2s; }
.maintenance-cycle-step:nth-child(3) .maintenance-cycle-node { animation-delay:4s; }
.maintenance-cycle-step:nth-child(4) .maintenance-cycle-node { animation-delay:6s; }
.maintenance-cycle-step:nth-child(1) .maintenance-cycle-node img {
  animation:maintenance-icon-spin 2.8s linear infinite;
}
.maintenance-cycle-node img {
  display:block;
  width:18px;
  height:18px;
  opacity:0.82;
}
.maintenance-cycle-name {
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:10.5px;
  font-weight:600;
  color:#666;
  line-height:1.25;
}
@keyframes maintenance-rail-flow {
  0% { left:-30%; opacity:0.4; }
  10% { opacity:1; }
  90% { opacity:1; }
  100% { left:100%; opacity:0.4; }
}
@keyframes maintenance-step-glow {
  0%, 18%, 100% {
    border-color:#ece8e2;
    background:#faf9f7;
    box-shadow:none;
    transform:scale(1);
  }
  8%, 14% {
    border-color:#e63946;
    background:#fdf0f1;
    box-shadow:0 0 0 5px rgba(230,57,70,0.1);
    transform:scale(1.06);
  }
}
@keyframes maintenance-icon-spin {
  0% { transform:rotate(0deg); }
  100% { transform:rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .maintenance-cycle-rail-flow,
  .maintenance-cycle-node,
  .maintenance-cycle-step:nth-child(1) .maintenance-cycle-node img {
    animation:none !important;
  }
  .maintenance-cycle-step:nth-child(4) .maintenance-cycle-node {
    border-color:#e63946;
    background:#fdf0f1;
  }
}
@media only screen and (max-width:620px) {
  .maintenance-cycle-rail {
    margin:0 12px;
  }
  .maintenance-cycle-name {
    font-size:10px;
  }
  .maintenance-cycle-node {
    width:36px;
    height:36px;
  }
}

.section-showcase-wrap { margin-bottom:20px; }
.section-showcase-wrap + .section-showcase-wrap { margin-top:4px; }
.section-heading-row {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  width:100%;
}
.section-heading-row h2 {
  margin:0;
  flex:1 1 auto;
  min-width:0;
}
.section-heading .featured-badge {
  margin:0;
  flex-shrink:0;
  line-height:1;
}
.featured-badge span {
  display:inline-block;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#e63946;
  background:#fdf0f1;
  border:1px solid #f5d4d7;
  padding:5px 12px;
  border-radius:999px;
}
.section-showcase {
  display:block;
  line-height:0;
  border-radius:8px;
  overflow:hidden;
  transition:opacity 0.25s ease;
}
.section-showcase:hover { opacity:0.92; }
/* Showcase images only — do not apply to .hero-banner-img */
.section-showcase img {
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
}
.section-showcase-caption {
  margin:8px 0 0;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:400;
  color:#888;
  line-height:1.4;
  letter-spacing:0.01em;
  text-align:center;
}

/* Featured projects grid */
.featured-projects-grid {
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}
.featured-project-card {
  display:block;
  text-decoration:none;
  color:inherit;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
  border:1px solid #e8e4dd;
  transition:box-shadow 0.25s ease, transform 0.25s ease;
}
.featured-project-card:hover {
  box-shadow:0 8px 24px rgba(17,17,17,0.08);
  transform:translateY(-2px);
}
.featured-project-cover {
  position:relative;
  display:block;
  aspect-ratio:16 / 10;
  overflow:hidden;
  background:#eee9e2;
}
.featured-project-cover img {
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.featured-project-meta {
  display:block;
  padding:12px 12px 14px;
}
.featured-project-name {
  display:block;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:12px;
  font-weight:700;
  color:#111;
  line-height:1.35;
  margin-bottom:4px;
}
.featured-project-link {
  display:block;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:600;
  color:#e63946;
  line-height:1.3;
}
@media (max-width:620px) {
  .featured-projects-grid {
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
  }
  .featured-project-cover {
    aspect-ratio:3 / 2;
  }
  .featured-project-cover img {
    object-fit:cover;
    object-position:center;
    padding:0;
  }
  .featured-project-meta {
    padding:8px 8px 10px;
  }
  .featured-project-name {
    font-size:11px;
    line-height:1.3;
    margin-bottom:2px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .featured-project-link {
    font-size:10px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .featured-project-card {
    transition:none;
  }
  .featured-project-card:hover {
    transform:none;
  }
}

.section-icon {
  width:44px;
  height:44px;
  max-width:44px;
  max-height:44px;
  display:block;
  object-fit:contain;
  flex-shrink:0;
}
/* maintenance.svg uses 60×60 viewBox; scale to match 52×52 icons at 44px */
.section-icon[src*="maintenance.svg"] {
  width:51px;
  height:51px;
  max-width:51px;
  max-height:51px;
}
.section-heading {
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}
.section-heading .section-heading-row {
  flex:1;
  min-width:0;
}
.section-heading > h2 {
  flex:1;
  min-width:0;
  margin:0;
}
.section-link-wrap {
  text-align:center;
  margin-top:20px;
}
.section-link {
  display:inline-block;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:12px;
  font-weight:700;
  color:#111;
  text-decoration:none;
  letter-spacing:-0.01em;
  transition:color 0.2s ease, opacity 0.2s ease;
}
.section-link:hover {
  color:#e63946;
  opacity:0.85;
}

.bonus-offer {
  text-align:center;
}
.bonus-offer-title {
  margin:0 0 14px;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  color:#e63946;
  letter-spacing:0.1em;
  text-transform:uppercase;
  line-height:1.4;
}
.bundled-services {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  text-align:left;
}
.bundled-service {
  flex:1 1 calc(50% - 4px);
  min-width:200px;
  box-sizing:border-box;
  background:#faf9f7;
  border:1px solid #eeebe5;
  border-radius:10px;
  padding:12px 13px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:6px;
}
.bundled-service-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  gap:8px;
}
.bundled-service .bs-icon {
  display:block;
  line-height:0;
  flex-shrink:0;
}
.bundled-service .bs-icon img {
  display:block;
  width:20px;
  height:20px;
}
.bundled-service .bs-title {
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:12px;
  font-weight:700;
  color:#111;
  line-height:1.35;
  letter-spacing:-0.01em;
}
.bundled-service .bs-desc {
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:10px;
  font-weight:400;
  color:#777;
  line-height:1.45;
}
.bundled-service .bs-badge {
  display:inline-block;
  flex-shrink:0;
  margin:0;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:9px;
  font-weight:700;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:#e63946;
  background:#fdf0f1;
  border:1px solid #f5d4d7;
  padding:3px 8px;
  border-radius:999px;
  line-height:1;
}
.section-subheading {
  margin:0 0 12px;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:19px;
  font-weight:800;
  color:#111;
  letter-spacing:-0.025em;
  line-height:1.2;
}
.importance-block {
  margin-bottom:22px;
  padding:0 0 0 14px;
  border-left:3px solid #e63946;
}
.importance-block p {
  margin:0;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:13px;
  color:#555;
  line-height:1.75;
}

@media only screen and (max-width:620px) {
  .wrap { width:100% !important; }
  .pad  { padding-left:24px !important; padding-right:24px !important; }
  .section-nav-pin { padding-left:24px !important; padding-right:24px !important; }
  .hero-banner-cell {
    width:100% !important;
    max-width:100% !important;
  }
  .hero-banner-img {
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    aspect-ratio:4 / 3;
    object-fit:cover;
  }
  .hero-industry-picker {
    width:calc(100% - 32px);
  }
  .hero-industry-picker-field {
    padding:10px 14px 10px 12px;
  }
  .hero-industry-picker-select {
    font-size:12px;
  }
  .h1   { font-size:28px !important; max-width:100% !important; }
  .btnw { display:block !important; margin-bottom:10px !important; }
  .main-feature { flex:1 1 100% !important; min-width:0 !important; }
  .bundled-service { flex:1 1 100% !important; min-width:0 !important; }
  .feature-grid .grid-cell,
  .feature-grid-more .grid-cell {
    width:100% !important;
    max-width:100%;
  }
  .grid-card {
    flex-direction:column !important;
    align-items:flex-start;
  }
  .grid-card .feature-icon {
    display:block;
    order:-1;
    margin-bottom:2px;
  }
  .grid-card > span:not(.feature-icon) {
    display:block;
    width:100%;
  }
  .contact-item {
    display:block !important;
    width:100% !important;
  }
  .contact-label {
    display:block !important;
    width:100% !important;
    margin:0 0 4px !important;
  }
  .contact-value-wrap {
    display:flex !important;
    flex-wrap:wrap;
    align-items:center !important;
    width:100% !important;
  }
  .contact-value {
    flex:1 1 auto !important;
    min-width:0 !important;
  }
}


/* ── PROCESS SECTION ── */
.process-section {
  width:100%;
}
.process-eyebrow {
  margin:0 0 10px;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  color:#e63946;
  letter-spacing:0.12em;
  text-transform:uppercase;
}
.process-title {
  margin:0 0 12px;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:19px;
  font-weight:800;
  color:#111;
  letter-spacing:-0.025em;
  line-height:1.2;
}
.process-intro {
  margin:0 0 24px;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:13.5px;
  color:#666;
  line-height:1.75;
}
.process-track {
  position:relative;
}
.process-line {
  position:absolute;
  left:17px;
  top:12px;
  bottom:12px;
  width:2px;
  border-radius:2px;
  overflow:hidden;
}
.process-line-track {
  display:block;
  width:100%;
  height:100%;
  background:#ece8e2;
  border-radius:2px;
}
.process-line-flow {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:28%;
  border-radius:2px;
  background:linear-gradient(180deg, rgba(230,57,70,0.15) 0%, #e63946 50%, rgba(230,57,70,0.15) 100%);
  animation:process-line-flow 4s linear infinite;
  animation-play-state:paused;
}
.process-section.is-animated .process-line-flow {
  animation-play-state:running;
}
@keyframes process-line-flow {
  0% { top:-30%; opacity:0.4; }
  10% { opacity:1; }
  90% { opacity:1; }
  100% { top:100%; opacity:0.4; }
}
.process-steps {
  display:flex;
  flex-direction:column;
  gap:18px;
}
.process-step {
  display:flex;
  gap:14px;
  align-items:flex-start;
  opacity:0;
  transform:translateY(14px);
  transition:opacity 0.5s ease, transform 0.5s ease;
}
.process-section.is-animated .process-step {
  opacity:1;
  transform:translateY(0);
}
.process-section.is-animated .process-step:nth-child(1) { transition-delay:0.12s; }
.process-section.is-animated .process-step:nth-child(2) { transition-delay:0.28s; }
.process-section.is-animated .process-step:nth-child(3) { transition-delay:0.44s; }
.process-section.is-animated .process-step:nth-child(4) { transition-delay:0.6s; }
.process-step-marker {
  position:relative;
  z-index:1;
  flex-shrink:0;
  width:36px;
  height:36px;
  border-radius:50%;
  background:#fff;
  border:2px solid #ece8e2;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  transition:border-color 0.45s ease, box-shadow 0.45s ease;
}
.process-section.is-animated .process-step-marker {
  border-color:#f3c4c8;
  box-shadow:0 0 0 4px rgba(230,57,70,0.08);
}
.process-section.is-animated .process-step:last-child .process-step-marker {
  border-color:#e63946;
  animation:process-marker-pulse 2.6s ease-in-out infinite;
}
.process-section.is-animated .process-step:last-child .process-step-marker::before {
  content:'';
  position:absolute;
  inset:-5px;
  border-radius:50%;
  border:2px solid rgba(230,57,70,0.4);
  animation:process-marker-ring 2.6s ease-out infinite;
  pointer-events:none;
}
@keyframes process-marker-pulse {
  0%, 100% {
    transform:scale(1);
    box-shadow:0 0 0 5px rgba(230,57,70,0.14);
  }
  50% {
    transform:scale(1.05);
    box-shadow:0 0 0 11px rgba(230,57,70,0.05);
  }
}
@keyframes process-marker-ring {
  0% {
    transform:scale(0.92);
    opacity:0.65;
  }
  75%, 100% {
    transform:scale(1.45);
    opacity:0;
  }
}
.process-step-num {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.process-step-icon {
  display:block;
  line-height:0;
}
.process-step-icon img {
  display:block;
  width:18px;
  height:18px;
  opacity:0.85;
}
.process-step-body {
  flex:1;
  min-width:0;
  padding-top:2px;
}
.process-step-title {
  margin:0 0 4px;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:13.5px;
  font-weight:700;
  color:#111;
  letter-spacing:-0.01em;
  line-height:1.3;
}
.process-step-desc {
  margin:0;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:12px;
  color:#777;
  line-height:1.55;
}
@media (prefers-reduced-motion: reduce) {
  .process-line-flow,
  .process-step,
  .process-step-marker {
    transition:none !important;
  }
  .process-section.is-animated .process-step:last-child .process-step-marker,
  .process-section.is-animated .process-step:last-child .process-step-marker::before {
    animation:none !important;
  }
  .process-line-flow {
    animation:none !important;
    top:0;
    height:100%;
    opacity:0.35;
    background:linear-gradient(180deg, #e63946 0%, #f4a6ad 100%);
  }
  .process-section.is-animated .process-step {
    opacity:1;
    transform:none;
  }
  .process-section.is-animated .process-step:last-child .process-step-marker {
    box-shadow:0 0 0 5px rgba(230,57,70,0.12);
  }
}

/* ── SCROLL ANIMATIONS ── */
.fade-up {
  opacity:0; transform:translateY(24px);
  transition:opacity 0.55s ease, transform 0.55s ease;
}
.fade-up.visible { opacity:1; transform:none; }

/* ── SECTION NAV (fixed while scrolling content) ── */
.section-nav-sticky {
  padding:0 !important;
  vertical-align:top;
}
.section-nav-pin {
  padding:10px 44px 12px;
  background:#faf9f6;
  border-top:1px solid #e8e4dd;
  box-shadow:0 1px 0 #e8e4dd;
  box-sizing:border-box;
}
.section-nav-pin.is-pinned {
  position:fixed;
  top:0;
  z-index:100;
}
.section-block { scroll-margin-top:56px; }
.section-nav-fade {
  position:relative;
}
.section-nav-fade::before,
.section-nav-fade::after {
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  width:36px;
  z-index:2;
  pointer-events:none;
  opacity:1;
  transition:opacity 0.2s ease;
}
.section-nav-fade::before {
  left:0;
  background:linear-gradient(to right, #faf9f6 0%, rgba(250,249,246,0.85) 35%, rgba(250,249,246,0) 100%);
}
.section-nav-fade::after {
  right:0;
  background:linear-gradient(to left, #faf9f6 0%, rgba(250,249,246,0.85) 35%, rgba(250,249,246,0) 100%);
}
.section-nav-fade.is-at-start::before { opacity:0; }
.section-nav-fade.is-at-end::after { opacity:0; }
.section-nav {
  display:flex;
  flex-wrap:nowrap;
  gap:6px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  scroll-behavior:smooth;
  scrollbar-width:none;
  padding:2px 4px;
}
.section-nav::-webkit-scrollbar { display:none; }
.section-nav-link {
  flex-shrink:0;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  letter-spacing:-0.01em;
  color:#666;
  text-decoration:none;
  padding:7px 12px;
  border-radius:8px;
  border:1px solid #e8e4dd;
  background:#fff;
  transition:color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.section-nav-link:hover {
  color:#111;
  border-color:#ddd8cf;
}
.section-nav-link.is-active {
  color:#e63946;
  border-color:#f5c4c9;
  background:#fdf0f1;
}
/* ── BUTTONS ── */
a[style*="border-radius:8px"],
button[style*="border-radius:8px"] {
  transition: box-shadow 0.18s ease !important;
}
a[style*="border-radius:8px"]:hover,
button[style*="border-radius:8px"]:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.14) !important;
}

/* ── NAV LINK ── */
a[href*="simplesmart.com.au"][style*="border-bottom"] {
  transition: opacity 0.15s ease !important;
}
a[href*="simplesmart.com.au"][style*="border-bottom"]:hover { opacity:0.6; }

.site-footer {
  padding:18px 44px 20px;
  text-align:center;
  background:#f5f3ef;
  border-radius:0 0 4px 4px;
}
.site-footer .footer-logo {
  display:block;
  margin:0 auto 8px;
  max-width:88px;
  height:auto;
  border:0;
}
.site-footer .footer-copy {
  margin:10px 0 0;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  color:#666;
  line-height:1.35;
  letter-spacing:-0.01em;
}
.footer-social {
  margin:0 0 0;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:10px;
  line-height:1.5;
}
.site-footer .footer-link {
  color:#555;
  text-decoration:none;
  font-weight:600;
  transition:color 0.2s ease;
}
.site-footer .footer-link:hover { color:#e63946; }
.site-footer .footer-sep { color:#ccc; padding:0 4px; }
.contact-details {
  display:block;
  margin:0;
  padding:16px 18px;
  background:#fff;
  border:1px solid #eeebe5;
  border-radius:10px;
}
.contact-agency-name {
  margin:0 0 14px;
  padding-bottom:12px;
  border-bottom:1px solid #eeebe5;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:15px;
  font-weight:800;
  color:#111;
  letter-spacing:-0.02em;
  line-height:1.3;
}
.contact-item {
  display:block;
  width:100%;
}
.contact-item + .contact-item {
  margin-top:14px;
}
.contact-label {
  display:block;
  width:100%;
  margin:0 0 4px;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  color:#999;
  letter-spacing:0.04em;
  text-transform:uppercase;
}
.contact-value-wrap {
  display:flex;
  align-items:center;
  gap:8px;
  width:100%;
  min-width:0;
}
.contact-value {
  flex:1;
  min-width:0;
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:13px;
  font-weight:600;
  color:#333;
  line-height:1.5;
}
a.contact-link {
  color:#333;
  text-decoration:none;
  transition:color 0.2s ease;
}
a.contact-link:hover {
  color:#e63946;
  text-decoration:underline;
  text-underline-offset:2px;
}
.contact-copy {
  flex-shrink:0;
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  transition:opacity 0.2s ease;
}
.contact-copy:hover {
  opacity:0.85;
}
.contact-copy.is-copied {
  opacity:1;
}
.contact-copy img {
  display:block;
  width:16px;
  height:16px;
  border:0;
  pointer-events:none;
  opacity:0.7;
}
.contact-copy-label {
  font-family:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:600;
  color:#999;
  letter-spacing:0.04em;
  line-height:1;
  text-transform:uppercase;
  transition:color 0.2s ease;
}
.contact-copy:hover .contact-copy-label {
  color:#e63946;
}
.contact-copy:hover img {
  opacity:1;
}
.contact-copy.is-copied .contact-copy-label {
  color:#3d7a46;
}
.contact-copy.is-copied img {
  opacity:0.45;
}

/* Page card shell — FAB stays aligned to this width */
.page-container {
  position:relative;
  width:100%;
  max-width:580px;
  margin:0 auto;
}

/* Floating WhatsApp contact button (inside .page-container) */
.whatsapp-fab {
  position:fixed;
  bottom:20px;
  z-index:200;
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:50%;
  background:#e63946;
  color:#fff;
  text-decoration:none;
  box-shadow:0 3px 12px rgba(0,0,0,0.18), 0 2px 6px rgba(230,57,70,0.35);
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  isolation:isolate;
  transition:opacity 0.25s ease, visibility 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.whatsapp-fab::before {
  content:'';
  position:absolute;
  inset:0;
  border-radius:50%;
  background:rgba(230, 57, 70, 0.5);
  pointer-events:none;
  z-index:-1;
  animation:whatsapp-fab-pulse 2.6s ease-out 1.2s infinite;
}
@keyframes whatsapp-fab-pulse {
  0% {
    transform:scale(1);
    opacity:0.55;
  }
  70%, 100% {
    transform:scale(1.85);
    opacity:0;
  }
}
.whatsapp-fab.is-attention-off::before {
  animation:none;
  opacity:0;
}
.whatsapp-fab:hover {
  background:#cf2f3e;
  transform:scale(1.05);
  box-shadow:0 4px 16px rgba(0,0,0,0.2), 0 3px 8px rgba(230,57,70,0.4);
}
.whatsapp-fab:focus-visible {
  outline:2px solid #111;
  outline-offset:3px;
}
.whatsapp-fab.is-hidden {
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:scale(0.9);
}
.whatsapp-fab svg {
  display:block;
  width:22px;
  height:22px;
  flex-shrink:0;
}
@media (max-width:600px) {
  .whatsapp-fab {
    bottom:16px;
    width:40px;
    height:40px;
  }
  .whatsapp-fab svg {
    width:20px;
    height:20px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .whatsapp-fab {
    transition:opacity 0.15s ease, visibility 0.15s ease;
  }
  .whatsapp-fab:hover {
    transform:none;
  }
  .whatsapp-fab.is-hidden {
    transform:none;
  }
}

/* Discount notification modal */
body.is-discount-modal-open {
  overflow: hidden;
}
.discount-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}
.discount-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.discount-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.52);
  border: 0;
  padding: 0;
  cursor: pointer;
}
.discount-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 380px);
  box-sizing: border-box;
  background: #faf9f6;
  border-radius: 12px;
  padding: 36px 28px 32px;
  text-align: center;
  box-shadow: 0 24px 64px rgba(17, 17, 17, 0.22);
  transform: translateY(16px) scale(0.98);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.discount-modal.is-open .discount-modal-panel {
  transform: translateY(0) scale(1);
}
.discount-modal-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #e63946;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 4px 14px rgba(230, 57, 70, 0.35);
}
.discount-modal-close:hover {
  background: #cf2f3e;
  color: #fff;
}
.discount-modal-close:focus-visible {
  outline: 2px solid #e63946;
  outline-offset: 2px;
}
.discount-modal-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(230, 57, 70, 0.1);
  color: #e63946;
  font-family: 'Ubuntu', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.discount-modal-title {
  margin: 0 0 12px;
  font-family: 'Ubuntu', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #111;
  letter-spacing: -0.04em;
  line-height: 1;
}
.discount-modal-text {
  margin: 0 0 24px;
  font-family: 'Ubuntu', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
.discount-modal-cta {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 13px 28px;
  border-radius: 8px;
  background: #e63946;
  color: #fff !important;
  font-family: 'Ubuntu', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 0;
  cursor: pointer;
  line-height: 1.4;
  transition: background 0.2s ease;
}
.discount-modal-cta:hover {
  background: #cf2f3e;
  transform: none;
}
.discount-modal-cta:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .discount-modal,
  .discount-modal-panel {
    transition: none;
  }
  .discount-modal-panel {
    transform: none;
  }
}
