    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --navy: var(--estmate-navy, #0F1F3D);
      --navy-mid: var(--estmate-navy-mid, #1B3360);
      --gold: var(--estmate-accent-text-aaa, #7C2D12);
      --gold-cta: var(--estmate-accent-bg-aaa, #FBBF24);
      --bg: var(--estmate-background, #F7F6F3);
      --white: var(--estmate-white, #FFFFFF);
      --text: var(--estmate-text, #141210);
      --muted: var(--estmate-muted-aaa, #475569);
      --border: var(--estmate-border, #E8E6E1);
      --success: #065F46;
      --warning-bg: #FFF7ED;
      --success-bg: #ECFDF5;
      --navy-soft: #EDF2F7;
      --gold-light: #FDF0D9;
      --navy-dark: #080F1E;
      --shadow: var(--estmate-shadow-card, 0 1px 4px rgba(15, 31, 61, 0.06), 0 8px 24px rgba(15, 31, 61, 0.06));
      --shadow-lg: 0 8px 32px rgba(15, 31, 61, 0.12);
      --radius: var(--estmate-radius-small, 8px);
      --max: 1120px;
      --text-muted: #374151;
      --estmate-font-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
      --estmate-font-body: var(--estmate-font-ui);
      --estmate-font-heading: var(--estmate-font-ui);
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: var(--estmate-font-body);
      color: var(--text);
      background: #FAFAF9;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }

    h1, h2, h3 {
      font-family: var(--estmate-font-heading);
      line-height: 1.2;
      color: var(--navy);
      letter-spacing: 0;
    }

    a { color: inherit; }

    .icon-sprite {
      position: absolute;
      width: 0;
      height: 0;
      overflow: hidden;
    }

    .rental-icon {
      width: 20px;
      height: 20px;
      display: block;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      flex-shrink: 0;
    }

    .skip-link {
      position: absolute;
      top: 12px;
      left: 12px;
      transform: translateY(-140%);
      background: var(--navy);
      color: #fff;
      padding: 10px 14px;
      border-radius: var(--radius);
      z-index: 200;
      transition: transform .15s;
    }

    .skip-link:focus { transform: translateY(0); }

    .site-nav {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(250, 250, 249, .92);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border);
      transition: box-shadow .2s;
    }

    .nav-inner {
      max-width: var(--max);
      height: 64px;
      margin: 0 auto;
      padding: 0 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .brand-link {
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      gap: 10px;
      color: var(--navy);
      text-decoration: none;
      font-weight: 850;
      font-size: 1.35rem;
      letter-spacing: 0;
    }

    .brand-link img {
      width: 28px;
      height: 28px;
      display: block;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 28px;
      list-style: none;
      margin-left: auto;
    }

    .pricing-language {
      margin-left: -10px;
      flex: 0 0 auto;
    }

    .pricing-language.estmate-language-switcher .estmate-language-btn {
      color: #141210 !important;
    }

    .nav-links a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 44px;
      min-height: 44px;
      text-decoration: none;
      color: var(--muted);
      font-size: .88rem;
      font-weight: 600;
    }

    .nav-links a:hover,
    .nav-links a[aria-current="page"] { color: var(--navy); }

    .nav-links a.nav-cta,
    .nav-links a.nav-cta:hover {
      color: var(--navy);
      font-weight: 700;
    }

    .nav-cta,
    .btn-primary,
    .btn-secondary,
    .btn-light {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      border-radius: var(--radius);
      font-weight: 800;
      text-decoration: none;
      transition: transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
    }

    .nav-cta,
    .btn-primary {
      background: var(--navy);
      color: #fff;
      padding: 12px 22px;
      box-shadow: 0 12px 26px rgba(15, 31, 61, .16);
    }

    .nav-cta {
      min-height: 44px;
      padding: 9px 20px;
      background: var(--gold-cta);
      color: var(--navy);
      box-shadow: none;
      font-size: .85rem;
    }

    .nav-cta:hover {
      background: #FACC15;
      color: var(--navy);
      transform: translateY(-1px);
    }

    .btn-primary:hover {
      background: var(--navy-dark);
      transform: translateY(-1px);
    }

    .btn-secondary {
      color: var(--navy);
      background: #fff;
      border: 1.5px solid rgba(15, 31, 61, .18);
      padding: 11px 20px;
    }

    .btn-secondary:hover {
      border-color: var(--navy);
      transform: translateY(-1px);
    }

    .btn-light {
      color: var(--navy);
      background: #fff;
      padding: 12px 22px;
    }

    :is(a, button):focus-visible {
      outline: 3px solid rgba(217, 119, 6, .42);
      outline-offset: 3px;
    }

    .hero-wrap {
      background:
        radial-gradient(circle at 76% 20%, rgba(217, 119, 6, .08), transparent 28%),
        linear-gradient(135deg, #FBFAF8 0%, #F2F5F9 62%, #F7F1E8 100%);
      border-bottom: 1px solid rgba(15, 31, 61, .06);
    }

    .hero {
      max-width: var(--max);
      margin: 0 auto;
      padding: 62px 24px 58px;
      display: grid;
      grid-template-columns: minmax(0, .98fr) minmax(360px, .78fr);
      gap: 48px;
      align-items: center;
    }

    .hero-main {
      max-width: 660px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 20px;
      color: #5C2E00;
      background: var(--gold-light);
      border: 0;
      border-radius: 20px;
      padding: 6px 14px;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
    }

    .hero h1 {
      max-width: 650px;
      margin-bottom: 20px;
      font-size: clamp(2.35rem, 4.7vw, 4.05rem);
      line-height: 1.02;
    }

    .hero-copy {
      max-width: 600px;
      color: var(--muted);
      font-size: 1.1rem;
      line-height: 1.75;
    }

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

    .hero-note {
      margin-top: 14px;
      color: var(--muted);
      font-size: .92rem;
    }

    .hero-link {
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      color: var(--navy);
      font-size: .94rem;
      font-weight: 700;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .trust-strip {
      margin-top: 18px;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
    }

    .trust-item {
      display: flex;
      align-items: center;
      gap: 8px;
      min-height: 36px;
      padding: 8px 11px;
      background: rgba(255, 255, 255, .72);
      border: 1px solid rgba(15, 31, 61, .09);
      border-radius: 999px;
      color: var(--navy);
      font-size: .8rem;
      font-weight: 780;
      line-height: 1.35;
      box-shadow: 0 1px 4px rgba(15, 31, 61, .04);
    }

    .trust-item .rental-icon {
      width: 15px;
      height: 15px;
      color: var(--gold);
    }

    .hero-panel {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      box-shadow: var(--shadow-lg);
      padding: 22px;
      align-self: center;
    }

    .panel-kicker {
      color: var(--muted);
      font-size: .74rem;
      font-weight: 850;
      letter-spacing: .14em;
      text-transform: uppercase;
      margin-bottom: 16px;
    }

    .starter-proof {
      display: grid;
      gap: 16px;
    }

    .starter-proof__hero {
      display: grid;
      grid-template-columns: 48px 1fr;
      gap: 14px;
      align-items: center;
      padding: 16px;
      border-radius: 16px;
      background:
        radial-gradient(circle at top right, rgba(217,119,6,.10), transparent 36%),
        linear-gradient(180deg, #FBFAF8 0%, #F5F7FA 100%);
      border: 1px solid rgba(15, 31, 61, .08);
    }

    .starter-proof__icon {
      width: 48px;
      height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      background: var(--navy);
      color: #fff;
      box-shadow: 0 12px 24px rgba(15,31,61,.16);
    }

    .starter-proof__icon .rental-icon {
      width: 23px;
      height: 23px;
    }

    .starter-proof__hero strong {
      display: block;
      color: var(--navy);
      font-size: 1.05rem;
      line-height: 1.25;
    }

    .starter-proof__hero span:last-child {
      display: block;
      margin-top: 3px;
      color: var(--muted);
      font-size: .88rem;
      line-height: 1.45;
      font-weight: 650;
    }

    .starter-flow {
      display: grid;
      gap: 10px;
      list-style: none;
      counter-reset: start-flow;
    }

    .starter-flow li {
      position: relative;
      display: grid;
      grid-template-columns: 36px 1fr;
      gap: 12px;
      align-items: start;
      padding: 12px 0;
      border-bottom: 1px solid var(--border);
    }

    .starter-flow li:last-child {
      border-bottom: 0;
    }

    .starter-flow__step {
      counter-increment: start-flow;
      width: 36px;
      height: 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: #FFF4E6;
      color: #8A4700;
      font-size: .84rem;
      font-weight: 900;
    }

    .starter-flow__step::before {
      content: counter(start-flow);
    }

    .starter-flow strong {
      display: block;
      color: var(--navy);
      font-size: .94rem;
      line-height: 1.25;
    }

    .starter-flow small {
      display: block;
      margin-top: 3px;
      color: var(--muted);
      font-size: .82rem;
      line-height: 1.45;
      font-weight: 600;
    }

    .upgrade-signal {
      display: grid;
      grid-template-columns: 34px 1fr;
      gap: 12px;
      align-items: center;
      padding: 13px 14px;
      border-radius: 14px;
      background: var(--navy-soft);
      color: var(--navy);
    }

    .upgrade-signal .rental-icon {
      width: 18px;
      height: 18px;
      color: var(--gold);
    }

    .upgrade-signal__icon {
      width: 34px;
      height: 34px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      background: #fff;
      border: 1px solid rgba(15,31,61,.08);
    }

    .upgrade-signal span:last-child {
      font-size: .86rem;
      line-height: 1.45;
      font-weight: 800;
    }

    .section {
      max-width: var(--max);
      margin: 0 auto;
      padding: 56px 24px;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 28px;
    }

    .section-head h2 {
      font-size: clamp(1.8rem, 3.5vw, 2.72rem);
      margin-top: 10px;
    }

    .section-head p {
      max-width: 560px;
      color: var(--muted);
      font-size: 1.02rem;
    }

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

    .pricing-card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-height: 100%;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      padding: 24px;
    }

    .pricing-card.is-featured {
      border: 2px solid var(--navy);
      box-shadow: var(--shadow-lg);
    }

    .recommended-badge {
      position: absolute;
      top: 16px;
      right: 16px;
      border-radius: 999px;
      background: var(--gold-cta);
      color: var(--navy);
      padding: 6px 10px;
      font-size: .72rem;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .plan-heading {
      display: flex;
      align-items: center;
      gap: 12px;
      min-height: 46px;
      margin-bottom: 10px;
      padding-right: 104px;
    }

    .pricing-card:not(.is-featured) .plan-heading { padding-right: 0; }

    .plan-icon {
      width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      color: var(--navy);
      background: var(--navy-soft);
      border: 1px solid rgba(15, 31, 61, .08);
      flex-shrink: 0;
    }

    .plan-icon .rental-icon {
      width: 22px;
      height: 22px;
    }

    .pricing-card.is-featured .plan-icon {
      color: #6B3A00;
      background: #FFF4E6;
      border-color: #FAD7A6;
    }

    .plan-name {
      font-family: var(--estmate-font-body);
      font-size: 1.12rem;
      font-weight: 800;
      color: var(--navy);
      margin: 0;
    }

    .plan-copy {
      color: var(--muted);
      font-size: .94rem;
      min-height: 48px;
    }

    .price-line {
      display: flex;
      align-items: baseline;
      gap: 8px;
      margin: 22px 0 6px;
      color: var(--navy);
    }

    .price {
      font-family: var(--estmate-font-heading);
      font-size: 3.15rem;
      font-weight: 800;
      letter-spacing: 0;
      line-height: .95;
    }

    .period {
      color: var(--muted);
      font-weight: 700;
    }

    .tax-note {
      color: var(--muted);
      font-size: .84rem;
      margin-bottom: 22px;
    }

    .feature-list {
      display: grid;
      gap: 10px;
      list-style: none;
      margin: 22px 0 26px;
      flex: 1;
    }

    .feature-list li {
      display: grid;
      grid-template-columns: 24px 1fr;
      gap: 10px;
      align-items: start;
      color: var(--text);
      font-size: .94rem;
    }

    .feature-icon {
      width: 24px;
      height: 24px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 7px;
      background: var(--success-bg);
      color: var(--success);
    }

    .pricing-card .btn-primary {
      box-shadow: 0 12px 26px rgba(15, 31, 61, .16);
    }

    .feature-icon .rental-icon {
      width: 15px;
      height: 15px;
    }

    .pricing-card .btn-primary,
    .pricing-card .btn-secondary {
      width: 100%;
    }

    .process-shell {
      display: grid;
      gap: 18px;
    }

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

    .step-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 22px;
      box-shadow: var(--shadow);
    }

    .step-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      margin-bottom: 14px;
      border-radius: 999px;
      background: var(--navy);
      color: #fff;
      font-size: .92rem;
      font-weight: 800;
    }

    .step-card h3,
    .outcome-card h3 {
      font-family: var(--estmate-font-body);
      font-size: 1rem;
      margin-bottom: 8px;
    }

    .step-card p,
    .outcome-card p {
      color: var(--muted);
      font-size: .94rem;
      line-height: 1.6;
    }

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

    .outcome-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 20px;
      min-height: 162px;
    }

    .outcome-icon {
      width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: var(--radius);
      margin-bottom: 14px;
      background: #FFF4E6;
      color: var(--gold);
    }

    .outcome-icon .rental-icon {
      width: 22px;
      height: 22px;
    }

    .comparison-note {
      margin-top: 10px;
      color: var(--muted);
      font-size: .94rem;
      line-height: 1.6;
    }

    .comparison-wrap {
      overflow-x: auto;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    table {
      width: 100%;
      min-width: 760px;
      border-collapse: collapse;
      text-align: left;
    }

    caption {
      text-align: left;
      padding: 20px 22px 0;
      color: var(--muted);
      font-size: .9rem;
    }

    th,
    td {
      padding: 16px 22px;
      border-bottom: 1px solid var(--border);
      vertical-align: top;
    }

    th {
      color: var(--navy);
      font-size: .82rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      background: #FBFAF8;
    }

    td {
      color: var(--text);
      font-size: .95rem;
    }

    tbody tr:last-child td { border-bottom: none; }

    td:first-child {
      color: var(--navy);
      font-weight: 800;
    }

    .comparison-feature {
      display: inline-flex;
      align-items: center;
      gap: 9px;
    }

    .comparison-icon {
      width: 28px;
      height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      color: var(--navy);
      background: var(--navy-soft);
      flex-shrink: 0;
    }

    .comparison-icon .rental-icon {
      width: 16px;
      height: 16px;
    }

    .yes {
      color: var(--success);
      font-weight: 850;
    }

    .limited {
      color: #6B3A00;
      font-weight: 800;
    }

    .decision-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }

    .decision-card {
      display: flex;
      flex-direction: column;
      gap: 10px;
      min-height: 245px;
      padding: 22px;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      background: var(--white);
      box-shadow: 0 1px 4px rgba(15, 31, 61, .04);
    }

    .decision-card strong {
      color: var(--navy);
      font-size: 1.02rem;
      line-height: 1.25;
    }

    .decision-card p {
      margin: 0;
      color: var(--muted);
      font-size: .94rem;
      line-height: 1.6;
    }

    .decision-card span {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      min-height: 32px;
      margin-top: auto;
      padding: 6px 10px;
      border-radius: 999px;
      background: var(--navy-soft);
      color: var(--navy);
      font-size: .78rem;
      font-weight: 850;
      text-transform: uppercase;
      letter-spacing: .04em;
    }

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

    .faq-item {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 22px;
      box-shadow: 0 1px 4px rgba(15, 31, 61, .04);
    }

    .faq-item h3 {
      font-family: var(--estmate-font-body);
      font-size: 1rem;
      margin-bottom: 8px;
    }

    .faq-item p {
      color: var(--muted);
      font-size: .94rem;
    }

    .final-cta {
      margin: 54px auto 0;
      max-width: var(--max);
      border-radius: var(--radius);
      background: linear-gradient(135deg, var(--navy), var(--navy-mid));
      color: #fff;
      padding: 46px 32px;
      text-align: center;
    }

    .final-cta h2 {
      color: #fff;
      font-size: clamp(1.8rem, 4vw, 3rem);
      margin-bottom: 12px;
    }

    .final-cta p {
      color: rgba(255, 255, 255, .76);
      max-width: 640px;
      margin: 0 auto 26px;
      font-size: 1.02rem;
    }

    .final-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
    }

    .btn-outline-light {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 12px 22px;
      border-radius: var(--radius);
      border: 1.5px solid rgba(255, 255, 255, .42);
      color: #fff;
      font-weight: 800;
      text-decoration: none;
      transition: transform .15s ease, border-color .15s ease, background .15s ease;
    }

    .btn-outline-light:hover {
      background: rgba(255, 255, 255, .08);
      border-color: rgba(255, 255, 255, .66);
      transform: translateY(-1px);
    }

    footer {
      background: var(--navy);
      color: #fff;
      margin-top: 0;
      padding: 38px 24px;
    }

    .footer-inner {
      max-width: var(--max);
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    .footer-logo {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: #fff;
      text-decoration: none;
      font-size: 1.14rem;
      font-weight: 850;
      min-height: 44px;
    }

    .footer-logo img {
      width: 28px;
      height: 28px;
      display: block;
    }

    .footer-links {
      display: flex;
      gap: 22px;
      flex-wrap: wrap;
    }

    .footer-links a {
      color: rgba(255, 255, 255, .66);
      text-decoration: none;
      font-size: .86rem;
      font-weight: 650;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 44px;
      min-height: 44px;
    }

    .footer-links a:hover { color: #fff; }

    .footer-copy {
      color: rgba(255, 255, 255, .82);
      font-size: .82rem;
    }

    @media (max-width: 940px) {
      .hero,
      .steps-grid,
      .outcome-grid {
        grid-template-columns: 1fr;
      }

      .pricing-grid,
      .trust-strip {
        grid-template-columns: 1fr 1fr;
      }

      .hero {
        gap: 28px;
      }

      .hero-main {
        max-width: none;
      }

      .pricing-card.is-featured {
        order: -1;
      }
    }

    @media (max-width: 700px) {
      .nav-inner {
        height: 64px;
        min-height: 66px;
        align-items: center;
      }

      .nav-links {
        gap: 0;
        flex-wrap: nowrap;
        justify-content: flex-end;
      }

      .pricing-language.estmate-language-switcher {
        padding: 3px;
        gap: 0;
      }

      .pricing-language.estmate-language-switcher .estmate-language-btn {
        min-width: 44px;
        min-height: 44px;
        padding-left: 8px;
        padding-right: 8px;
      }

      .nav-links li:not(:last-child) {
        display: none;
      }

      .hero {
        padding-top: 44px;
        padding-bottom: 48px;
        grid-template-columns: 1fr;
      }

      .hero h1 {
        font-size: clamp(2.15rem, 10vw, 3rem);
      }

      .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
      }

      .pricing-grid,
      .decision-grid,
      .faq-grid {
        grid-template-columns: 1fr;
      }

      .trust-strip {
        gap: 7px;
      }

      .trust-item {
        flex: 1 1 100%;
        border-radius: 12px;
      }

      .hero-panel {
        display: none;
      }

      .section-head {
        display: block;
      }

      .pricing-card {
        padding: 22px;
      }

      .comparison-wrap {
        overflow: visible;
        background: transparent;
        border: 0;
        box-shadow: none;
      }

      table {
        min-width: 0;
      }

      caption {
        display: block;
        padding: 0 0 12px;
      }

      thead {
        display: none;
      }

      tbody {
        display: grid;
        gap: 12px;
      }

      tr {
        display: block;
        overflow: hidden;
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: var(--radius);
      }

      td {
        display: grid;
        grid-template-columns: 112px 1fr;
        gap: 12px;
        padding: 12px 14px;
        border-bottom: 1px solid var(--border);
      }

      td:first-child {
        display: block;
        padding: 14px;
        background: #FBFAF8;
      }

      td:nth-child(2)::before,
      td:nth-child(3)::before,
      td:nth-child(4)::before {
        color: var(--muted);
        font-size: .72rem;
        font-weight: 850;
        letter-spacing: .1em;
        text-transform: uppercase;
      }

      td:nth-child(2)::before { content: "Gratis"; }
      td:nth-child(3)::before { content: "Pro"; }
      td:nth-child(4)::before { content: "Portfolio"; }

      .price {
        font-size: 2.75rem;
      }
    }

    @media (max-width: 430px) {
      .nav-inner,
      .hero,
      .section {
        padding-left: 18px;
        padding-right: 18px;
      }

      .nav-inner {
        position: relative;
      }

      .brand-link {
        font-size: 1.15rem;
      }

      .nav-links {
        width: auto;
        margin-left: auto;
        justify-content: flex-end;
      }

      .pricing-language.estmate-language-switcher {
        position: absolute;
        top: 50%;
        right: 18px;
        transform: translateY(-50%);
      }

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

      .recommended-badge {
        position: static;
        align-self: flex-start;
        margin-bottom: 12px;
      }

      .plan-heading {
        padding-right: 0;
      }
    }
