:root {
  --ink: #16202b;
  --muted: #65717f;
  --line: #d8e0e7;
  --paper: #f3f7f8;
  --white: #ffffff;
  --night: #07131c;
  --deep: #0f2630;
  --mist: #dfecef;
  --cyan: #73c4d1;
  --gold: #c9a76a;
  --green: #1b6f62;
  --shadow: 0 28px 80px rgba(9, 25, 36, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f7fafb 0%, #eef5f6 46%, #f7fafb 100%);
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
}

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 60px);
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(248, 251, 252, 0.88);
  box-shadow: 0 18px 48px rgba(7, 19, 28, 0.1);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 170px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 50%;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: currentColor;
  font-size: 0.76rem;
  opacity: 0.75;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  font-weight: 650;
  font-size: 0.9rem;
}

.nav a {
  opacity: 0.9;
}

.nav a:hover {
  opacity: 1;
  color: var(--gold);
}

.header-actions {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  white-space: nowrap;
}

.site-header.is-scrolled .header-phone {
  color: var(--deep);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 13px 22px;
  font-weight: 760;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
}

.site-header.is-scrolled .header-cta {
  color: var(--night);
  border-color: rgba(201, 167, 106, 0.5);
  background: #f7f3ea;
}

.btn.primary {
  color: var(--night);
  background: linear-gradient(135deg, #ecd9ae, var(--gold));
  box-shadow: 0 18px 42px rgba(201, 167, 106, 0.22);
}

.btn.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.btn:hover,
.header-cta:hover,
.header-phone:hover {
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: inherit;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 94vh;
  overflow: hidden;
  color: var(--white);
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  transform: scale(1.02);
  background: url("assets/roof-snow-removal-hero.png") center / cover no-repeat;
  filter: saturate(0.82) contrast(1.03);
}

.hero-shade {
  background:
    radial-gradient(circle at 72% 45%, rgba(223, 236, 239, 0.06) 0%, rgba(7, 19, 28, 0) 26%),
    linear-gradient(90deg, rgba(5, 12, 18, 0.94) 0%, rgba(6, 16, 25, 0.82) 39%, rgba(6, 16, 25, 0.2) 74%),
    linear-gradient(0deg, rgba(5, 12, 18, 0.86) 0%, rgba(5, 12, 18, 0) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(790px, 100%);
  padding: 166px clamp(18px, 5vw, 76px) 74px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.process h2,
.area h2,
.contact h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.02;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 540;
}

.hero h1 {
  font-size: clamp(2.9rem, 6vw, 6.35rem);
  max-width: 940px;
}

.hero h1 span {
  display: block;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.06rem, 2vw, 1.22rem);
}

.hero-tagline {
  max-width: 620px;
  margin: 18px 0 0;
  color: #e5d0a1;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 760;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 680px;
  margin: 66px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-stats div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding: 18px 20px;
}

.hero-stats div:first-child {
  border-left: 0;
  padding-left: 0;
}

.hero-stats dt {
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.hero-stats dd {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.92rem;
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: linear-gradient(90deg, #07131c 0%, #102832 100%);
  color: var(--white);
}

.strip-item {
  padding: 30px clamp(18px, 3vw, 44px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.strip-item span,
.strip-item strong {
  display: block;
}

.strip-item span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.strip-item strong {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  font-weight: 520;
}

.section,
.process,
.area,
.contact {
  padding: clamp(72px, 9vw, 120px) clamp(18px, 5vw, 76px);
}

.section,
.process,
.area,
.contact {
  scroll-margin-top: 86px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 1.18fr);
  gap: clamp(20px, 5vw, 70px);
  align-items: end;
  margin-bottom: 44px;
}

.section-heading h2,
.process h2,
.area h2,
.contact h2 {
  font-size: clamp(2.15rem, 4vw, 4rem);
}

.section-intro {
  max-width: 860px;
  margin: -16px 0 34px;
  color: var(--muted);
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card,
.price-card {
  min-height: 270px;
  border: 1px solid rgba(216, 224, 231, 0.82);
  border-radius: 8px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 54px rgba(13, 35, 47, 0.06);
  backdrop-filter: blur(16px);
}

.icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(201, 167, 106, 0.42);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.62);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.card h3,
.price-card h3 {
  margin: 28px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  font-weight: 700;
}

.card p,
.price-card p,
.process-copy p,
.roof-list,
.area p,
.contact-copy p {
  color: var(--muted);
}

.roof-types {
  background: #f9fbfb;
}

.roof-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.roof-group {
  border: 1px solid rgba(216, 224, 231, 0.9);
  border-radius: 8px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 246, 247, 0.78));
  box-shadow: 0 16px 54px rgba(13, 35, 47, 0.05);
}

.roof-group h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.78rem);
  line-height: 1.16;
}

.roof-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.roof-list li {
  padding-top: 14px;
  border-top: 1px solid rgba(15, 38, 48, 0.1);
}

.roof-list li:first-child {
  padding-top: 0;
  border-top: 0;
}

.roof-list strong {
  color: var(--ink);
}

.process {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(230, 241, 244, 0.9));
}

.process-copy p {
  max-width: 640px;
}

.steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px 18px;
  align-items: start;
  border: 1px solid rgba(216, 224, 231, 0.86);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 42px rgba(13, 35, 47, 0.05);
}

.steps span {
  grid-row: span 2;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 8px;
  color: var(--night);
  background: linear-gradient(135deg, #eef6f7, #d7e8eb);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.steps strong {
  font-size: 1.1rem;
}

.steps p {
  margin: 0;
  color: var(--muted);
}

.pricing {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 19, 28, 0.96), rgba(13, 40, 50, 0.94)),
    url("assets/roof-snow-removal-hero.png") center 64% / cover no-repeat;
}

.pricing .section-heading h2,
.pricing .section-heading p {
  color: inherit;
}

.pricing .eyebrow {
  color: var(--gold);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pricing-note {
  max-width: 890px;
  margin: -18px 0 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
}

.price-card {
  min-height: 248px;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.price-card.featured {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(201, 167, 106, 0.58);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.2);
}

.price-card p,
.price-card.featured p {
  color: rgba(255, 255, 255, 0.66);
}

.price {
  margin: 12px 0;
  color: #e5d0a1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 700;
}

.price-card.featured .price {
  color: #f0dbad;
}

.area {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(300px, 1.12fr);
  gap: clamp(24px, 6vw, 90px);
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(rgba(7, 19, 28, 0.84), rgba(7, 19, 28, 0.84)),
    url("assets/roof-snow-removal-hero.png") center 64% / cover no-repeat;
}

.area p {
  color: rgba(255, 255, 255, 0.76);
}

.area-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.area-list span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.07);
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.gallery-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f8f9 100%);
}

.gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 0.82fr));
  grid-auto-rows: clamp(170px, 18vw, 255px);
  gap: 14px;
}

.gallery-item {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 224, 231, 0.86);
  border-radius: 8px;
  background: #e8eef0;
  box-shadow: 0 18px 58px rgba(13, 35, 47, 0.08);
}

.gallery-item-large {
  grid-row: span 2;
}

.gallery-item::after {
  position: absolute;
  content: "";
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 14, 22, 0) 48%, rgba(4, 14, 22, 0.24) 100%);
  pointer-events: none;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 260ms ease, filter 260ms ease;
}

.gallery-item:hover img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.045);
}

.search-section {
  background: #f7fafb;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid rgba(216, 224, 231, 0.9);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(238, 246, 247, 0.78));
  box-shadow: 0 16px 54px rgba(13, 35, 47, 0.05);
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 34px;
  gap: 18px;
  align-items: center;
  border: 0;
  padding: 24px 28px;
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.faq-item button span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.32rem, 2vw, 1.72rem);
  font-weight: 700;
  line-height: 1.16;
}

.faq-item button i {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(201, 167, 106, 0.46);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
}

.faq-item button i::before,
.faq-item button i::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  background: var(--deep);
  transform: translate(-50%, -50%);
}

.faq-item button i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 160ms ease;
}

.faq-item.is-open button i::after {
  opacity: 0;
}

.faq-answer {
  padding: 0 28px 26px;
}

.faq-answer p {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
}

.keyword-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.keyword-panel span {
  border: 1px solid rgba(15, 38, 48, 0.12);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--deep);
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 650;
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 1.14fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: start;
  background: #f9fbfb;
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 900;
}

.contact-lines div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
}

.contact-lines span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.contact-lines a {
  color: var(--deep);
}

.contact-lines strong,
.contact-lines address {
  margin: 0;
  color: var(--deep);
  font-style: normal;
}

.contact-form {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(216, 224, 231, 0.92);
  border-radius: 8px;
  padding: clamp(20px, 4vw, 34px);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 680;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d3dde4;
  border-radius: 8px;
  padding: 14px 15px;
  color: var(--ink);
  background: #fbfdfd;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201, 167, 106, 0.14);
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.privacy-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.privacy-note a,
footer a,
.policy-content a {
  color: var(--deep);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

footer a {
  color: #f0dbad;
}

.form-note.is-error {
  color: #a64232;
}

.policy-page {
  background: #f7fafb;
}

.policy-main {
  padding: 132px clamp(18px, 5vw, 72px) 72px;
}

.policy-content {
  width: min(100%, 980px);
  margin: 0 auto;
  border: 1px solid rgba(216, 224, 231, 0.92);
  border-radius: 8px;
  padding: clamp(24px, 5vw, 58px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.policy-content h1 {
  max-width: 780px;
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.3rem);
  line-height: 0.98;
}

.policy-content h2 {
  margin: 34px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.32rem, 2vw, 1.78rem);
  line-height: 1.14;
}

.policy-content p,
.policy-content li {
  color: var(--muted);
}

.policy-content ul {
  display: grid;
  gap: 8px;
  padding-left: 22px;
}

.policy-date {
  margin-top: 0;
  color: var(--deep);
  font-weight: 800;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 26px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.7);
  background: var(--night);
}

footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    gap: 14px;
  }

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

  .nav,
  .header-cta {
    display: none;
  }

  .header-actions {
    order: 2;
    margin-left: auto;
  }

  .header-phone {
    min-height: 38px;
    font-size: 0.92rem;
  }

  .nav.is-open {
    position: absolute;
    top: 78px;
    left: 18px;
    right: 18px;
    display: grid;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 12px;
    color: var(--ink);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .nav.is-open a {
    padding: 12px;
  }

  .section-heading,
  .process,
  .area,
  .contact {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .pricing-grid,
  .roof-groups,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-item-large {
    grid-column: span 2;
    grid-row: span 1;
  }

  .service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body {
    width: 100%;
  }

  .site-header {
    padding: 12px 16px;
    grid-template-columns: auto auto;
  }

  .header-actions {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: flex-start;
  }

  .header-phone {
    min-height: 32px;
    font-size: 0.9rem;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-bg {
    background-position: 61% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 13, 25, 0.94), rgba(5, 13, 25, 0.62)),
      linear-gradient(0deg, rgba(5, 13, 25, 0.72) 0%, rgba(5, 13, 25, 0) 38%);
  }

  .hero-content {
    width: min(100%, 354px);
    padding: 112px 18px 44px;
  }

  .hero h1 {
    max-width: 318px;
    font-size: clamp(1.76rem, 8.7vw, 2.34rem);
    line-height: 1.08;
  }

  .hero-copy {
    max-width: 318px;
    font-size: 1rem;
  }

  .hero-tagline {
    max-width: 318px;
    font-size: 0.98rem;
  }

  .hero-actions {
    max-width: 318px;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    margin-top: 34px;
    border-bottom: 0;
  }

  .hero-stats div,
  .hero-stats div:first-child {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 18px 0;
  }

  .service-strip,
  .service-grid,
  .pricing-grid,
  .roof-groups,
  .gallery-grid,
  .area-list {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: 235px;
  }

  .gallery-item-large {
    grid-column: auto;
  }

  .faq-item button {
    grid-template-columns: 1fr 30px;
    padding: 20px;
  }

  .faq-item button i {
    width: 30px;
    height: 30px;
  }

  .faq-answer {
    padding: 0 20px 22px;
  }

  .strip-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .card,
  .price-card {
    min-height: auto;
  }

  footer {
    display: grid;
  }
}
