:root{
      --bg: #f3f8fb;
      --card: #ffffff;
      --border: #d6e2f1;
      --text: #0f172a;
      --muted: #5b6b7f;

      --navy: #0b1f3a;
      --blue: #1f6fea;
      --green:#16a34a;
      --orange:#f59e0b;

      --panel: #eaf2ff;
    }

    *{ box-sizing: border-box; }
    html, body{ height:100%; }
    body{
      margin:0;
      background: var(--bg);
      font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
      color: var(--text);
    }

    .wrap{
      max-width: 1700px;
      margin: 0 auto;
      padding: 0;
    }

    .header{
      background: var(--navy);
      color: #fff;
      padding: 24px 0;
    }
    .header-inner{
      max-width: 1700px;
      margin: 0 auto;
      padding: 0 26px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }
    .brand h1{
      margin: 0;
      font-size: 74px;
      font-weight: 950;
      letter-spacing: .2px;
      line-height: 1;
    }
    .brand .tagline{
      margin-top: 14px;
      font-size: 26px;
      color: rgba(255,255,255,.85);
    }
    .call-pill{
      background: #fff;
      color: var(--navy);
      font-weight: 950;
      font-size: 28px;
      padding: 18px 34px;
      border-radius: 999px;
      border: 2px solid rgba(0,0,0,.08);
      white-space: nowrap;
    }

    .section-title{
      font-size: 34px;
      font-weight: 900;
      padding: 0 26px;
      margin: 6px 0 18px;
    }

    .featured-grid{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 36px;
      margin: 0 26px 24px;
    }
    .special{
      position: relative;
      background: var(--card);
      border: 2px solid var(--border);
      border-radius: 26px;
      padding: 38px 34px 28px;
      min-height: 260px;
    }
    .special::before{
      content:"";
      position:absolute;
      top: 12px;
      left: 26px;
      right: 26px;
      height: 14px;
      border-radius: 999px;
      background: var(--bar);
    }
    .special h3{
      margin: 0;
      font-size: 40px;
      font-weight: 950;
      letter-spacing: .1px;
    }
    .price{
      margin: 6px 0 14px;
      font-size: 54px;
      font-weight: 950;
      line-height: 1;
      color: var(--accent);
    }
    .bullets{
      margin: 0;
      padding-left: 22px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.55;
    }
    .bullets li{ margin: 2px 0; }

    .lower-grid{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 24px;
      margin: 0 26px 22px;
    }
    .card{
      background: var(--card);
      border: 2px solid var(--border);
      border-radius: 26px;
      padding: 34px;
      min-height: 520px;
    }
    .services-title{
      font-size: 30px;
      font-weight: 950;
      text-align: center;
      margin: 0 auto 16px auto;
      text-decoration: none;
    }
    .block{ margin-top: 14px; }
    .block:first-child{ margin-top: 0; }
    .block h4{
      margin: 0 0 8px;
      font-size: 20px;
      font-weight: 950;
    }
    .svc{
      margin: 0;
      padding-left: 22px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.55;
    }
    .svc li{ margin: 2px 0; }

    .panel{
      background: var(--panel);
      border: 2px solid var(--border);
      border-radius: 26px;
      padding: 34px;
      min-height: 520px;
    }
    .panel h3{
      margin: 0 0 8px;
      font-size: 32px;
      font-weight: 950;
      letter-spacing: .1px;
    }

    .notice{
      max-width: 1700px;
      margin: 0 auto;
      padding: 0 26px 8px;
    }
    .notice p{
      margin: 0 auto;
      color: var(--muted);
      font-size: 18px;
      text-align: center;
      font-weight: 600;
      line-height: 1.6;
    }

    img.qrcode{
      width: 300px;
      height: 300px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .footer{
      max-width: 1700px;
      margin: 0 auto;
      padding: 0 26px;
    }
    .footer hr{
      border: none;
      height: 2px;
      background: var(--border);
      margin: 18px 0 14px;
    }
    .footer p{
      margin: 0 0 8px;
      color: var(--muted);
      font-size: 18px;
    }
    .footer .disclaimer h4{
      margin: 0 0 8px;
      font-size: 16px;
      font-weight: 950;
    }
    .footer .disclaimer p{
      margin: 0;
      color: var(--muted);
      font-size: 15.5px;
      line-height: 1.6;
    }
    .footer .disclaimer{
      padding: 0 0 24px 0;
      margin-top: 12px;
      font-size: 8.4px;
    }

    p.about-us{
      margin-top: 18px;
      line-height: 1.7;
      color: var(--muted);
      font-size: 18px;
    }

    .intro{
      max-width: 1700px;
      margin: 0 auto;
      padding: 22px 26px 8px;
    }
    .intro-card{
      background: #ffffff;
      border: 2px solid var(--border);
      border-radius: 26px;
      padding: 26px 30px;
    }
    .intro-title{
      margin: 0 0 10px;
      font-size: 32px;
      font-weight: 950;
      color: var(--text);
    }
    .intro-copy{
      margin: 0;
      color: var(--muted);
      font-size: 19px;
      line-height: 1.7;
    }
    .intro-meta{
      margin: 14px 0 0;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.6;
      font-weight: 700;
    }

    .contact-card{
      text-align: center;
    }
    .contact-card .services-title{
      margin-bottom: 18px;
    }
    .contact-phone{
      margin: 0 0 18px;
      font-size: 22px;
      font-weight: 900;
      color: var(--navy);
    }
    .contact-phone a{
      color: inherit;
      text-decoration: none;
    }
    .contact-phone a:hover{
      text-decoration: underline;
    }
    .contact-note{
      margin: 16px 0 0;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.6;
    }

    @media (max-width: 1200px){
      .header-inner{ flex-direction: column; align-items: flex-start; }
      .featured-grid{ grid-template-columns: 1fr; }
      .lower-grid{ grid-template-columns: 1fr; }
      .card, .panel{ min-height: 0; }
      .brand h1{ font-size: 56px; }
      .featured-grid,
      .lower-grid{
        margin-left: 26px;
        margin-right: 26px;
      }
    }