:root {
      --yellow: #ffd900;
      --yellow-soft: #ffe958;
      --yellow-card: rgba(255, 242, 111, 0.82);
      --black: #050505;
      --red: #ef1d2f;
      --red-dark: #c9101f;
      --line: rgba(0, 0, 0, 0.12);
      --radius-lg: 22px;
      --radius-md: 16px;
      --shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
      --max-width: 1180px;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      color: var(--black);
      background:
        radial-gradient(circle at 38% 10%, rgba(255, 255, 255, 0.5), transparent 26%),
        radial-gradient(circle at 72% 54%, rgba(255, 246, 128, 0.9), transparent 34%),
        linear-gradient(180deg, #ffe100 0%, #ffd200 100%);
    }

    .page {
      width: min(100%, var(--max-width));
      margin: 0 auto;
      padding: 28px 36px 42px;
    }

    .topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px 24px;
        margin-bottom: 18px;
        flex-wrap: wrap;
    }

    .brand-title {
        margin: 0;
        font-size: clamp(28px, 4.2vw, 42px);
        line-height: 0.95;
        font-weight: 900;
        letter-spacing: -2px;
        white-space: normal;
        max-width: 100%;
    }

    .phone-pill {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 12px 22px;
      border: 2px solid var(--black);
      border-radius: 999px;
      color: var(--black);
      font-size: 21px;
      font-weight: 800;
      text-decoration: none;
      white-space: nowrap;
      flex-shrink: 0;
      background: rgba(255, 224, 0, 0.35);
    }

    .phone-pill svg,
    .small-call svg {
      flex: 0 0 auto;
    }

    .hero {
      display: grid;
      grid-template-columns: 48% 52%;
      align-items: end;
      min-height: 640px;
      margin-top: -4px;
      position: relative;
    }

    .hero-visual {
      position: relative;
      min-height: 640px;
      align-self: end;
    }

    .asset-placeholder {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      border: 3px dashed rgba(0, 0, 0, 0.35);
      color: rgba(0, 0, 0, 0.5);
      background: rgba(255, 255, 255, 0.18);
      font-weight: 800;
    }

    .pig-placeholder {
      position: absolute;
      left: -40px;
      bottom: -100px;
      width: min(680px, 120%);
      height: auto;
      max-height: 760px;
      object-fit: contain;
      object-position: left bottom;
      display: block;
      border: 0;
      background: transparent;
    }

    .hero-copy {
      padding: 18px 0 34px 10px;
    }

    .hero-copy h2 {
      margin: 0 0 18px;
      font-size: clamp(54px, 7vw, 92px);
      line-height: 0.98;
      font-weight: 950;
      letter-spacing: -2px;
    }

    .hero-copy .sub {
      margin: 0;
      font-size: clamp(28px, 3vw, 39px);
      font-weight: 700;
      line-height: 1.1;
    }

    .hero-copy .red {
      display: block;
      margin-top: 6px;
      color: var(--red);
      font-size: clamp(28px, 3.2vw, 40px);
      font-weight: 950;
    }

    .cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 26px;
      min-width: 475px;
      margin-top: 32px;
      padding: 28px 38px;
      border: 0;
      border-radius: 16px;
      color: #fff;
      background: linear-gradient(180deg, #ff2537 0%, #e41628 100%);
      box-shadow: 0 7px 0 var(--red-dark), var(--shadow);
      text-decoration: none;
      font-size: 31px;
      font-weight: 950;
      line-height: 1.05;
      text-transform: uppercase;
    }

    .cta-icon {
      width: 136px;
      height: 76px;
      object-fit: contain;
      display: block;
      flex: 0 0 auto;
    }

    .small-call {
      display: flex;
      align-items: center;
      gap: 14px;
      margin: 28px 0 0 8px;
      font-size: 25px;
      font-weight: 850;
    }

    .feature-strip,
    .services,
    .bottom-grid > section {
      background: var(--yellow-card);
      border-radius: var(--radius-lg);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    }

    .feature-strip {
      overflow: hidden;
      margin-top: 0;
      padding-top: 16px;
    }

    .feature-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }


    .feature,
    .service {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 26px 25px 23px;
      border-right: 1px solid var(--line);
    }

    .feature:last-child,
    .service:last-child {
      border-right: 0;
    }

    .icon-slot {
      width: 90px;
      height: 70px;
      margin-bottom: 12px;
      border-radius: 14px;
      font-size: 12px;
      object-fit: contain;
      display: block;
    }

    .feature h3,
    .service h3 {
      margin: 0 0 10px;
      font-size: 23px;
      line-height: 1.08;
      font-weight: 950;
    }

    .feature p,
    .service p,
    .about p,
    .choose p {
      margin: 0;
      font-size: 17px;
      line-height: 1.34;
    }

    .services {
      margin-top: 14px;
      padding-top: 12px;
      overflow: hidden;
      width: 100%;
    }

    .section-title {
      margin: 0 0 4px;
      text-align: center;
      font-size: clamp(30px, 3.2vw, 39px);
      line-height: 1.05;
      font-weight: 950;
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      width: 100%;
    }

    .service {
      padding-top: 8px;
      min-width: 0;
    }

    .service .icon-slot {
      width: 105px;
      height: 70px;
      margin-bottom: 8px;
    }

    .service h3 {
      font-size: 19px;
    }

    .service p {
      font-size: 15px;
    }

    .bottom-grid {
      display: grid;
      grid-template-columns: 1fr 1.12fr;
      gap: 16px;
      margin-top: 14px;
    }

    .about,
    .choose {
      position: relative;
      min-height: 232px;
      padding: 22px 28px;
    }

    .card-heading {
      display: grid;
      grid-template-columns: 72px 1fr;
      align-items: center;
      gap: 14px;
      margin-bottom: 8px;
    }

    .round-icon {
      width: 58px;
      height: 58px;
      border: 2px solid rgba(0, 0, 0, 0.18);
      border-radius: 50%;
      font-size: 11px;
      object-fit: contain;
      display: block;
    }

    .card-heading h2 {
      margin: 0;
      font-size: 30px;
      line-height: 1.05;
      font-weight: 950;
    }

    .signature {
      width: 170px;
      height: 54px;
      margin: 8px 0 0 140px;
      object-fit: contain;
      display: block;
    }

    .portrait {
      position: absolute;
      right: 22px;
      bottom: 18px;
      width: 72px;
      height: 72px;
      border-radius: 50%;
      font-size: 10px;
    }

    .choose-list {
      display: grid;
      gap: 11px;
      margin-top: 5px;
    }

    .choose-item {
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 14px;
      align-items: start;
    }

    .check {
      width: 30px;
      height: 30px;
      border: 3px solid var(--black);
      border-radius: 50%;
      display: grid;
      place-items: center;
      font-weight: 950;
      line-height: 1;
    }

    .choose-item p {
      font-size: 16px;
    }

    .choose-item strong {
      font-weight: 950;
    }

    .footer {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 18px;
      margin-top: 18px;
      padding: 18px 0 0;
      font-size: 18px;
      font-weight: 850;
    }

    .footer-legal {
      justify-self: start;
    }

    .footer-title {
      justify-self: center;
      text-align: center;
      font-size: 22px;
      font-weight: 950;
    }

    .footer-phone {
      justify-self: end;
      padding: 10px 18px;
      font-size: 18px;
    }

    @media (max-width: 980px) {
      .page {
        padding: 22px 18px 34px;
      }

      .topbar,
      .hero {
        grid-template-columns: 1fr;
      }

      .topbar {
        align-items: flex-start;
      }

      .hero {
        display: block;
        position: relative;
        min-height: 580px;
      }

      .hero-visual {
        position: absolute;
        top: -40px;
        right: 0;
        z-index: 0;
        width: 45%;
        min-height: 640px;
        pointer-events: none;
      }

      .pig-placeholder {
        position: absolute;
        left: auto;
        right: 0;
        bottom: auto;
        top: 0;
        width: 100%;
        max-height: 640px;
        object-fit: contain;
        object-position: right top;
      }

      .hero-copy {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 10px 0 24px;
      }

      .hero-copy h2 {
        max-width: 58%;
      }

      .hero-copy .sub {
        max-width: 72%;
      }

        .cta {
        width: min(58%, 520px);
        min-width: 0;
        }

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

      .bottom-grid {
        grid-template-columns: 1fr;
      }

      .feature,
      .service {
        border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
      }

      .feature:nth-child(2n),
      .service:nth-child(2n),
      .feature:last-child,
      .service-grid .service:last-child {
        border-right: 0;
      }

      .feature:nth-last-child(-n + 2),
      .service-grid .service:last-child {
        border-bottom: 0;
      }

      .service-grid .service:last-child {
        grid-column: 1 / -1;
      }
    }

 @media (max-width: 620px) {
      .hero {
        min-height: 680px;
      }

      .hero-visual {
        top:50px;
        width: 45%;
        right: -15px;
        min-height: 390px;
      }

      .pig-placeholder {
        width: 125%;
        max-height: 390px;
      }

      .hero-copy h2 {
        max-width: 80%;
        font-size: clamp(44px, 13vw, 62px);
      }

      .hero-copy .sub {
        max-width: 52%;
        font-size: clamp(24px, 6vw, 31px);
      }

      .brand-title {
        font-size: clamp(18px, 7vw, 32px);
        letter-spacing: -1px;
        white-space: normal;
        max-width: 100%;
      }

      .phone-pill {
        width: 100%;
        justify-content: center;
        font-size: 18px;
      }

      .feature-grid,
      .bottom-grid {
        grid-template-columns: 1fr;
      }

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

      .feature {
        border-right: 0;
        border-bottom: 1px solid var(--line);
      }

      .service {
        border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
        padding: 24px 14px 22px;
      }

      .service:nth-child(2n) {
        border-right: 0;
      }

      .service-grid .service:last-child {
        grid-column: 1 / -1;
        border-right: 0;
        border-bottom: 0;
        max-width: 100%;
      }

      .service h3 {
        font-size: 20px;
      }

      .service p {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
      }

      .feature:last-child,
      .service:last-child {
        border-bottom: 0;
        grid-column: auto;
      }

      .cta {
        display: flex;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        gap: 12px;
        padding: 24px;
        font-size: 26px;
        text-align: center;
      }

      .cta-icon {
        margin-left: auto;
        margin-right: auto;
      }

      .small-call {
        max-width: 100%;
      }

      .small-call {
        font-size: 20px;
      }

      .about,
      .choose {
        padding: 20px;
      }

      .card-heading {
        grid-template-columns: 52px 1fr;
      }

      .round-icon {
        width: 46px;
        height: 46px;
      }

      .signature {
        margin-left: 0;
      }

      .footer {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 12px;
        text-align: center;
      }

      .footer-legal,
      .footer-title,
      .footer-phone {
        justify-self: center;
      }
    }
