  :root {
      --navy: #13344e;
      --navy2: #1d4a65;
      --teal: #1aa59f;
      --teal2: #5bcac0;
      --gold: #f5bd35;
      --ink: #263b4d;
      --muted: #657983;
      --line: #dde8ea;
      --soft: #f6fbfc;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-width: 320px;
      background: var(--soft);
      color: var(--ink);
      font-family: Poppins, sans-serif;
      overflow-x: hidden;
    }

    a {
      -webkit-tap-highlight-color: transparent;
    }

    /* Fixed content width: it remains exactly 1200px on desktop and only shrinks on smaller screens. */
    .site-container {
      width: 1200px;
      max-width: calc(100% - 40px);
      margin-inline: auto;
    }

    .disclosure-bar {
      background: #f9fbfb;
      border-bottom: 3px solid var(--navy);
      color: #6c7a80;
      font-size: 10px;
      line-height: 1.35;
      text-align: center;
      padding: 7px 14px;
    }

    .disclosure-bar a {
      color: var(--navy);
      font-weight: 600;
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    .header {
      background: #fff;
      border-bottom: 1px solid #e2ecee;
      box-shadow: 0 2px 12px rgba(21, 52, 78, .035);
      position: relative;
      z-index: 20;
    }

    .header-main {
      height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 11px;
      color: var(--navy);
      font-size: 25px;
      font-weight: 700;
      letter-spacing: -1.05px;
      text-decoration: none;
      white-space: nowrap;
    }

    .brand .online {
      color: var(--teal);
    }

    .brand-icon {
      position: relative;
      width: 39px;
      height: 33px;
      color: var(--teal);
      flex: 0 0 auto;
    }

    .brand-icon:before {
      content: '';
      position: absolute;
      left: 2px;
      right: 2px;
      bottom: 1px;
      height: 20px;
      border: 3px solid currentColor;
      border-radius: 4px 4px 13px 13px;
      transform: skew(-10deg);
    }

    .brand-icon:after {
      content: '+';
      position: absolute;
      left: 10px;
      top: -8px;
      width: 18px;
      height: 18px;
      text-align: center;
      line-height: 18px;
      border-radius: 50%;
      background: #fff;
      font-size: 21px;
      font-weight: 700;
    }

    .main-nav {
      display: flex;
      align-items: stretch;
      height: 100%;
    }

    .main-nav a {
      display: flex;
      align-items: center;
      padding: 0 18px;
      color: #36505d;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .05px;
      text-decoration: none;
      border-left: 1px solid #edf2f3;
      transition: background .2s, color .2s;
    }

    .main-nav a:hover,
    .main-nav a.active {
      color: var(--teal);
      background: #f3fbfb;
    }

    .nav-toggle {
      display: none;
      border: 0;
      background: transparent;
      color: var(--navy);
      font-size: 25px;
      cursor: pointer;
    }

    .banner {
      position: relative;
      overflow: hidden;
      background: linear-gradient(115deg, #edf9fb 0%, #dceffa 53%, #d5ebf7 100%);
      border-bottom: 1px solid #cfe4eb;
    }

    .banner:before {
      content: '';
      position: absolute;
      width: 470px;
      height: 470px;
      border: 1px solid rgba(34, 150, 163, .15);
      border-radius: 50%;
      right: 5%;
      top: -280px;
    }

    .banner:after {
      content: '';
      position: absolute;
      width: 260px;
      height: 260px;
      background: rgba(255, 255, 255, .32);
      border-radius: 50%;
      right: 19%;
      bottom: -175px;
    }

    .banner-inner {
      min-height: 333px;
      display: grid;
      grid-template-columns: minmax(0, 1.24fr) minmax(290px, .76fr);
      align-items: center;
      gap: 45px;
      position: relative;
      z-index: 1;
    }

    .breadcrumbs {
      color: #5f8792;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .7px;
      text-transform: uppercase;
      margin-bottom: 13px;
    }

    .breadcrumbs span {
      color: #8da4aa;
      padding: 0 5px;
    }

    h1 {
      margin: 0 0 13px; 
      color: #253e53;
      font-size: 43px;
      line-height: 1.14;
      letter-spacing: -1.35px;
    }

    .banner-text {
      max-width: 725px;
      margin: 0;
      color: #2f3b41;
      font-size: 17px;
      line-height: 1.72;
    }

    .updated {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      margin-top: 17px;
      padding: 6px 10px;
      border: 1px solid #c4e2e1;
      border-radius: 20px;
      background: rgba(255, 255, 255, .68);
      color: #397d7b;
      font-size: 10px;
      font-weight: 700;
    }

    .updated:before {
      content: '✓';
      display: grid;
      place-items: center;
      width: 15px;
      height: 15px;
      background: var(--teal);
      color: #fff;
      border-radius: 50%;
      font-size: 9px;
    }

    .banner-visual {
      position: relative;
      height: 220px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .visual-ring {
      width: 210px;
      height: 210px;
      border-radius: 50%;
      background: rgba(255, 255, 255, .57);
      border: 1px solid rgba(112, 193, 192, .45);
      box-shadow: inset 0 0 0 15px rgba(255, 255, 255, .18);
      animation: drift 5s ease-in-out infinite;
    }

    .visual-leaf {
      position: absolute;
      width: 96px;
      height: 54px;
      background: #4db8ad;
      border-radius: 100% 0 100% 0;
      transform: rotate(-31deg);
      top: 70px;
      left: calc(50% - 74px);
      opacity: .93;
    }

    .visual-leaf.two {
      width: 74px;
      height: 43px;
      background: #91d6ca;
      top: 62px;
      left: calc(50% + 2px);
      transform: rotate(35deg);
    }

    .visual-stem {
      position: absolute;
      width: 5px;
      height: 103px;
      border-radius: 5px;
      background: #2a928d;
      top: 76px;
      left: 50%;
      transform: rotate(14deg);
    }

    .main-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 280px;
      gap: 22px;
      padding: 31px 0 44px;
    }

    .list-heading {
      min-height: 39px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 14px;
      border-radius: 4px 4px 0 0;
      background: linear-gradient(90deg, #18b605, #4ebdb7);
      color: #fff;
    }

    .list-heading strong {
      font-size: 13px;
    }

    .list-heading span {
      font-size: 10px;
      opacity: .9;
    }

    .listing-grid {
      display: flex;
      flex-direction: column;
      gap: 13px;
      margin-top: 0;
    }

    .listing {
      display: grid;
      grid-template-columns:30px 160px minmax(0, 1fr) 160px;
      align-items: center;
      column-gap: 15px;
      min-height: 142px;
      padding: 15px 14px;
      background: #fff;
      border: 1px solid var(--line);
      border-top: 0;
      box-shadow: 0 4px 12px rgba(22, 58, 78, .075);
      animation: enter .55s both;
      transition: transform .24s ease, box-shadow .24s ease;
    }

    .listing+.listing {
      border-top: 1px solid var(--line);
    }

    .listing:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 24px rgba(22, 58, 78, .13);
    }

    .rank {
      align-self: start;
      color: #9ca9ae;
      font-size: 18px;
      font-weight: 600;
    }

    .brand-place {
      min-height: 72px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: var(--navy);
      font-size: 19px;
      font-weight: 700;
      letter-spacing: -.55px;
      line-height: 1.05;
    }

    .brand-place small {
      display: block;
      color: var(--teal);
      font-size: 9px;
      letter-spacing: 1.2px;
      margin-top: 4px;
    }

    .brand-place .logo-symbol {
      color: var(--teal);
      margin-right: 3px;
      font-size: 24px;
    }

    .listing-info h2 {
      margin: 0 0 4px;
      color: var(--navy);
      font-size: 15px;
      font-weight: 700;
    }

    .listing-info p {
      margin: 0 0 7px;
      color: #2e383d;
      font-size: 12.5px;
      line-height: 1.5;
    }

    .listing-info ul {
      margin: 0;
      padding: 0;
      list-style: none;
      color: #23282b;
      font-size: 12.7px;
      line-height: 1.8;
    }

    .listing-info li:before {
      content: '✓';
      margin-right: 6px;
      color: #25a69d;
      font-size: 11px;
      font-weight: 800;
    }

    .listing-score {
      text-align: center;
    }

    .rating-word {
      color: #263b4d;
      font-size: 13px;
      font-weight: 700;
    }

    .stars {
      color: var(--gold);
      letter-spacing: -2px;
      font-size: 22px;
      white-space: nowrap;
    }

    .rating-value {
      display: inline-block;
      margin-left: 3px;
      color: #263b4d;
      font-size: 24px;
      font-weight: 700;
      line-height: 1;
      vertical-align: -2px;
    }

    .visit-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      width: 100%;
      margin-top: 9px;
      padding: 9px 6px;
      border-radius: 3px;
      background: #1137de;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: .15px;
      text-decoration: none;
      text-transform: uppercase;
      transition: background .2s ease, transform .2s ease;
    }

    .visit-btn:hover {
      background: var(--teal);
      transform: scale(1.035);
    }

    .visit-btn b {
      font-size: 16px;
      line-height: 10px;
    }

    .inline-promo {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      min-height: 59px;
      margin: 0;
      padding: 10px;
      border: 1px solid #d4e8e9;
      background: #effafa;
      color: var(--navy);
      box-shadow: 0 3px 10px rgba(25, 62, 75, .06);
    }

    .inline-promo strong {
      font-size: 20px;
      letter-spacing: -.3px;
    }

    .inline-promo span {
      color: #519b97;
      font-size: 11px;
    }

    .sidebar {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .side-card {
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: 0 3px 10px rgba(22, 58, 78, .06);
      padding: 17px;
    }

    .side-card h3 {
      margin: 0 0 9px;
      color: var(--navy);
      font-size: 16px;
      font-weight: 700;
    }

    .side-card p { 
    margin: 0;
    color: #29373e;
    font-size: 12.5px;
    line-height: 1.65;
}

    .side-offer {
      min-height: 194px;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: linear-gradient(145deg, #069c1e, #168d90);
      color: #fff;
    }

    .side-offer:before,
    .side-offer:after {
      content: '';
      position: absolute;
      width: 115px;
      height: 115px;
      border: 1px solid rgba(255, 255, 255, .26);
      border-radius: 50%;
    }

    .side-offer:before {
      top: -60px;
      left: -40px;
    }

    .side-offer:after {
      bottom: -70px;
      right: -42px;
    }

    .side-offer>* {
      position: relative;
      z-index: 1;
    }

    .side-offer small {
      font-size: 9px;
      font-weight: 700;
      letter-spacing: 1px;
    }

    .side-offer strong {
      margin: 9px 0 2px;
      font-size: 31px;
      line-height: 1.1;
    }

    .side-offer span {
      font-size: 14px;
    }

    .side-link {
      display: inline-block;
      margin-top: 13px;
      padding: 8px 19px;
      border: 1px solid #a6b7bd;
      border-radius: 3px;
      color: #58707c;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      transition: .2s;
    }

    .side-link:hover {
      border-color: var(--teal);
      background: var(--teal);
      color: #fff;
    }

    .side-offer .side-link {
      border-color: rgba(255, 255, 255, .75);
      color: #fff;
    }

    .side-offer .side-link:hover {
      background: #fff;
      color: #178f91;
    }

    .reading-list {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .reading-list li {
      padding: 9px 0;
      border-bottom: 1px solid #e7eef0;
    }

    .reading-list li:last-child {
      padding-bottom: 0;
      border: 0;
    }

    .reading-list a {
      color: #385262;
      font-size: 13.5px;
      font-weight: 600;
      line-height: 1.4;
      text-decoration: none;
    }

    .reading-list a:hover {
      color: var(--teal);
    }

    .reading-list small {
      display: block;
      color: #91a0a6;
      font-size: 12px;
      margin-top: 3px;
    }

    .site-footer {
      background: var(--navy);
      color: #c9dce0;
    }

    .footer-main {
      display: grid;
      grid-template-columns: 1.6fr 1fr 1fr 1.15fr;
      gap: 34px;
      padding: 46px 0 34px;
    }

    .footer-brand {
      color: #fff;
      font-size: 21px;
      font-weight: 700;
      letter-spacing: -.7px;
      line-height: 1.2;
    }

    .footer-brand .online {
      color: #75d8d0;
    }

    .footer-about {
      max-width: 350px;
      margin: 12px 0 0;
      color: #aac3c9;
      font-size: 11px;
      line-height: 1.75;
    }

    .footer-title {
      margin: 0 0 13px;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .2px;
      text-transform: uppercase;
    }

    .footer-links {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .footer-links li {
      margin: 0 0 8px;
    }

    .footer-links a {
      color: #b5cbd0;
      font-size: 11px;
      text-decoration: none;
      transition: color .2s;
    }

    .footer-links a:hover {
      color: #6fe0d6;
    }

    .footer-note {
      color: #a8c3c8;
      font-size: 11px;
      line-height: 1.7;
      margin: 0;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, .14);
    }

    .footer-bottom-inner {
      min-height: 62px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      color: #a8c2c8;
      font-size: 10px;
    }

    .footer-bottom a {
      color: #bde5e2;
      text-decoration: none;
    }

    .footer-bottom a:hover {
      color: #fff;
    }

    @keyframes enter {
      from {
        opacity: 0;
        transform: translateY(15px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes drift {

      0%,
      100% {
        transform: translateY(0) rotate(-2deg);
      }

      50% {
        transform: translateY(-9px) rotate(2deg);
      }
    }

    @media (max-width:1000px) {
      .main-layout {
        grid-template-columns: 1fr;
      }

      .sidebar {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: start;
      }

      .footer-main {
        grid-template-columns: 1.4fr 1fr 1fr;
      }

      .footer-main> :last-child {
        grid-column: 1/-1;
      }
    }

    @media (max-width:760px) {
      .site-container {
        max-width: calc(100% - 28px);
      }

      .header-main {
        height: 65px;
      }

      .brand {
        font-size: 19px;
        letter-spacing: -.8px;
      }

      .brand-icon {
        transform: scale(.83);
        transform-origin: left center;
        width: 31px;
      }

      .nav-toggle {
        display: block;
      }

      .main-nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 65px;
        height: auto;
        padding: 7px 14px 14px;
        background: #fff;
        border-bottom: 1px solid var(--line);
        box-shadow: 0 8px 13px rgba(22, 58, 78, .08);
      }

      .main-nav.open {
        display: block;
      }

      .main-nav a {
        min-height: 42px;
        padding: 0 12px;
        border-left: 0;
        border-bottom: 1px solid #eef3f4;
      }

      .banner-inner {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 34px 0 39px;
      }

      .banner-visual {
        display: none;
      }

      h1 {
        font-size: 31px;
        letter-spacing: -.8px;
      }

      .banner-text {
        font-size: 12.5px;
      }

      .main-layout {
        padding: 21px 0 32px;
      }

      .listing {
        grid-template-columns: 30px minmax(0, 1fr) 104px;
        column-gap: 9px;
        min-height: 0;
        padding: 13px 10px;
      }

      .rank {
        font-size: 16px;
      }

      .brand-place {
        grid-column: 2;
        grid-row: 1;
        justify-content: flex-start;
        min-height: 35px;
        font-size: 16px;
        text-align: left;
      }

      .brand-place small {
        display: inline;
        margin-left: 4px;
      }

      .listing-info {
        grid-column: 1/-1;
        grid-row: 2;
        padding: 7px 0 0 39px;
      }

      .listing-info h2 {
        font-size: 13px;
      }

      .listing-info p {
        font-size: 9.5px;
      }

      .listing-info ul {
        font-size: 8.8px;
      }

      .listing-score {
        grid-column: 3;
        grid-row: 1; padding-top: 15px;
      }

      .stars {
        font-size: 12px;
      }

      .rating-value {
        font-size: 21px;
      }

      .rating-word {
        font-size: 9.5px;
      }

      .visit-btn {
        margin-top: 5px;
        padding: 8px 4px;
        font-size: 9.5px;
      }

      .sidebar {
        grid-template-columns: 1fr;
      }

      .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 27px 18px;
        padding: 34px 0 25px;
      }

      .footer-main> :first-child,
      .footer-main> :last-child {
        grid-column: 1/-1;
      }

      .footer-bottom-inner {
        min-height: 75px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding: 12px 0;
        gap: 5px;
      }
    }

    @media (max-width:420px) {
      .site-container {
        max-width: calc(100% - 20px);
      }

      .brand {
        font-size: 16px;
      }

      .disclosure-bar {
        font-size: 8.5px;
      }

      h1 {
        font-size: 28px;
      }

      .listing {
        grid-template-columns: 25px minmax(0, 1fr) 91px;
        padding: 11px 7px;
      }

      .listing-info {
        padding-left: 31px;
      }

      .listing-info ul {
        display: none;
      }

      .inline-promo {
        flex-direction: column;
        gap: 2px;
        text-align: center;
      }

      .footer-main {
        grid-template-columns: 1fr;
      }

      .footer-main> :first-child,
      .footer-main> :last-child {
        grid-column: auto;
      }
    }
 
.why-compare-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-compare-list li {
    padding: 16px 0;
    border-bottom: 1px solid #e5e7eb;
}

.why-compare-list li:last-child {
    border-bottom: none;
}

.compare-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.compare-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f3f7ff;
    color: #2563eb;
}

.compare-content strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.compare-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
} 
