  @font-face {
    font-family: "VTC Ruben";
    src:
      url("/fonts/VTCRuben-Regular.woff2") format("woff2"),
      url("/fonts/VTCRuben-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  
  
  :root{
    --bg: #10223B;
    --panel: rgba(0,0,0,0.22);
    --card: rgba(0,0,0,0.28);
  
    --text: #FFF9F2;
    --muted: rgba(244, 246, 248, 0.78);
  
    --btn: #6394D8;
    --btnText: #FFF9F2;
  
    --radius: 22px;
    --radiusSm: 16px;
  
    --pad: 18px;
    --gap: 14px;
  }
  
  *{ box-sizing: border-box; }
  html, body{ height: 100%; }
  
  .container{
    width: calc(100% - 160px);
    margin: 0 auto;
  }
  
  body{
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  }
  
  a{ color: inherit; text-decoration: none; }
  
  .page{
    min-height: 100vh;
    display: grid;
    place-items: start center;
    padding: 22px 14px 40px;
  }
  
  .topbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 4px 12px;
    margin-right: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 80px;
  }
  
  .logo {
    height: 50px;
    width: auto;
    display: block;
  }   
  
  .brand{
    font-family: "Playfair Display", serif;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-size: 26px;
    line-height: 1;
  }
  
  .brand-mark-2{
    margin-left: 6px;
    opacity: 0.95;
  }
  
  .hero-media{
    height: 600px;
    display: flex;
    align-items: center;
    position: relative;
    background-image:
      linear-gradient(90deg, rgba(37, 37, 37, 0.7), rgba(0,0,0,0.18) 70%),
      url("/images/Dog.webp");
    background-size: cover;
    background-position: center;
    border-radius: 0 0 22px 22px;
    overflow: hidden;
  }
  
  .hero-copy{
    font-family: 'VTC Ruben';
    font-size: 64px;
    line-height: .8;
    position: absolute;
    color: var(--text);
  }
  
  .hero-topbar{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  
    display: flex;
    align-items: center;
    justify-content: space-between;
  
    padding: 16px 20px;
    z-index: 5;
  }
  
  .hero-title{
    margin: 0 0 6px 0;
    margin-left: 110px;
    margin-right: 110px;
    font-weight: 400;
  }
  
  .hero-sub{
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: auto;
    margin-left: 115px;
    line-height: 16px;
  }  

  .hero-copy,
  .section-title,
  .trust-item,
  .btn {
    font-family: "VTC Ruben", "Montserrat", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  }

  .font-loading .hero-copy {
    visibility: hidden;
  }
  
  .section{
    padding: 12px 4px;
    margin-left: 80px;
  }
  
  .section-title{
    font-size: 32px;
    text-transform: uppercase;
    font-family: "VTC Ruben", Montserrat, sans-serif;
    font-weight: 400;
    margin-left: 30px;
    margin-bottom: 5px;
  }
  
  .section-title-tight{
    margin-bottom: 15px;
    margin-left: 15px;
  }
  
  .section-body{
    margin: 5px;
    color: var(--muted);
    line-height: 1.6;
    font-size: 16px;
    max-width: 100ch;
    margin-left: 30px;
    margin-right: 30px;
  }
  
  .card{
    border-radius: var(--radius);
    padding: 16px var(--pad);
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 16px 34px rgba(0,0,0,0.28);
    margin-right: 80px;
  
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
 
  .steps{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
    margin-left: 15px;
    margin-bottom: 30px;
  }
  
  .step{
    display: flex;
    align-items: baseline;
    gap: 10px;
  }
  
  .step-num{
    font-weight: 900;
    font-size: 18px;
  }
  
  .step-text{
    color: var(--muted);
    font-size: 16px;
    line-height: 1.5;
  }
  
  .bullets{
    margin: 0 0 14px;
    padding-left: 18px;
    color: var(--muted);
    line-height: 1.6;
    margin-left: 30px;
    font-size: 16px;
  }
  
  .cta-row{
    display: grid;
    gap: 12px;
    align-items: start;
    margin-left: 30px;
    margin-right: 30px;
  }
  
  .fineprint{
    margin: 0;
    font-size: 11.5px;
    line-height: 1.45;
    color: rgba(244, 246, 248, 0.66);
  }
  
  .trust{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
    margin-left: 30px;
    margin-top: 30px;
  }
  
  .trust-item{
    display: flex;
    align-items: center;
    font-family: "VTC Ruben", serif;
    font-size: 32px;
    line-height: .8;
  }
  
  .trust-icon {
    margin-right: 12px;
    font-size: 24px;
  }
  
  .footer{
    margin-top: 30px;
    padding: 18px 4px 8px;
    margin-left: 115px;
  }
  
  .footer-row{
    display: flex;
    align-items: center;
  }
  
  .footer-row .btn{
    margin-left: auto;
    margin-right: 80px;
  }
  
  .footer-q{
    margin: 0;
    color: rgba(244, 246, 248, 0.70);
    font-size: 16px;
  }
  
  .footer-mini{
    margin: 50px 0 0;
    color: rgba(244, 246, 248, 0.55);
    font-size: 12px;
    margin-bottom: 50px;
  }
  
  /* Buttons */
  .btn{
    font-family: "VTC Ruben", serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 12px 14px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    user-select: none;
    overflow: hidden;
    cursor: pointer;
  }
  
  .btn-primary{
    background: var(--btn);
    color: var(--btnText);
    border: 0;
    transition: background-color 0.2s ease, opacity 0.2s ease;
  }
  
  .btn-primary:hover{
    background: #445d80;
  }
  
  .btn-outline{
    border: 1px solid rgba(255, 255, 255, 0.92);
    color: rgba(255, 255, 255, 0.92);
    transition: border-color 0.2s ease;
  }
  
  .btn-outline:hover{
    border: 1px solid rgba(83, 154, 230, 0.92);
  }
  
  .btn-simple{
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: none;
    overflow: hidden;
    border: 0;
  
    background: white;
    color: rgba(0, 0, 0, 0.85);
  
    padding: 12px 10px;
    border-radius: 10px;
  
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  
  .btn-simple:hover{
    background: rgba(74, 74, 74, 0.556);
    color: #ffffff;
  }
  
  .btn-simple:active,
  .btn-simple:focus{
    transform: none;
    box-shadow: none;
    outline: none;
  }
  
  .btn-wide{
    width: 180px;
  }
  
  .quote-result #textUsBtn {
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
  
  button:disabled,
  .btn.is-disabled,
  a[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: 0.6;
  }
  
  /* Form elements */
  .required {
    color: #ff6b6b;
    font-weight: 600;
  }
  
  .error-msg {
    display: none;
    font-size: 12px;
    color: #ff6b6b;
    margin-top: 4px;
  }
  
  .hidden {
    display: none !important;
  }
  
  /* Tablet & below */
  @media (max-width: 1024px){
    .container{
      width: calc(100% - 30px);
    }
  
    .topbar{
      margin: 0;
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .section{
      margin-left: 15px;
    }
  
    .section-body{
      max-width: 100%;
      margin-left: 30px;
      margin-right: 30px;
      font-size: 15px;
      line-height: 1.6;
    }
  
    .card{
      margin-right: 15px;
    }
      
    .step-text{
      color: var(--muted);
      font-size: 15px;
      line-height: 1.5;
    }
  
    .footer{
      margin-left: 45px;
    }
  
    .footer-row .btn{
      margin-right: 35px;
    }
  
    .hero-title,
    .hero-sub{
      margin-left: 45px;
      margin-right: 45px;
    }
  
    .hero-sub{
      font-size: 15px;
    }
  
    .bullets{
      font-size: 15px;
    }
  
    .footer-q{
      font-size: 15px;
    }
  }
  
  @media (max-width: 600px){
    .hero-media{
      height: 420px;
    }
  
    .hero-copy{
      font-size: 32px;
    }

  }
  
  /* Popup modal */
  .modal{
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
  }
  
  .modal.is-open{
    display: block;
  }
  
  .modal-backdrop{
    position: absolute;
    inset: 0;
    background: rgba(37, 37, 37, 0);
    backdrop-filter: blur(6px);
    cursor: pointer;
  }
  
  .modal-card{
    position: relative;
    width: min(92vw, 520px);
    margin: 10vh auto;
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.629);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 30px 80px rgba(0,0,0,0.5);
    padding: 16px;
  
    max-height: 80vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .modal-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 6px 12px;
  }
  
  .modal-title{
    margin: 0;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 26px;
  }
  
  .modal-x{
    border: 0;
    background: transparent;
    color: var(--text);
    font-size: 20px;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 12px;
    transition: background 0.2s ease;
  }
  
  .modal-x:hover{
    background: rgba(255,255,255,0.08);
  }
  
  /* Form styling */
  .quote-form{
    display: grid;
    gap: 12px;
    padding: 0 6px 10px;
  }
  
  .field {
    position: relative;
  }
  
  .field span{
    display: block;
    font-size: 12px;
    opacity: 0.8;
    margin-bottom: 6px;
  }
  
  .field input,
  .field select{
    width: 100%;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(0,0,0,0.18);
    color: var(--text);
    font-family: inherit;
    transition: border-color 0.2s ease;
  }
  
  .field input:focus,
  .field select:focus {
    outline: none;
    border-color: rgba(255,255,255,0.4);
  }
  
  .field input.error,
  .field select.error {
    border-color: #ff6b6b;
  }
  
  .quote-result{
    margin: 12px 6px 6px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(0,0,0,0.20);
    border: 1px solid rgba(255,255,255,0.10);
  }
  
  .quote-price{
    margin: 0 0 6px;
    font-family: "Montserrat", serif;
    font-size: 28px;
    line-height: 1;
  }
  
  #payBtn{
    margin-top: 16px;
    width: 100%;
  }
  
  .radio-card {
    display: block;
    cursor: pointer;
    margin-bottom: 8px;
  }
  
  .radio-card input {
    display: none;
  }
  
  .radio-content {
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px;
    padding: 14px;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
  
  .radio-card:hover .radio-content {
    border-color: rgba(255,255,255,0.35);
  }
  
  .radio-card input:checked + .radio-content {
    border-color: #fff;
    background: rgba(255,255,255,0.08);
  }
  
  .radio-content strong {
    display: block;
    margin-bottom: 2px;
    font-weight: 500;
  }
  
  .radio-content p {
    margin: 0;
    opacity: 0.85;
    line-height: 1.4;
    font-size: 14px;
  }

  /* Mobile button sizing */
@media (max-width: 768px) {
  .btn {
    padding: 10px 10px;     /* taller button */
    font-size: 24px;        /* easier to read */
    border-radius: 25px;    /* softer, more tappable */
    min-height: 50px;       /* thumb-friendly */
    font-weight: normal;
  }

  .btn-wide {
    width: 39%;
  }
}

@media (max-width: 768px){
  .cta-row .btn-wide{
    width: 100%;
    margin-right: 5px;

  }
}

@media (max-width: 768px) {
  .modal .btn {
    font-size: 16px;          /* smaller text */
    padding: 12px 12px;       /* form-like spacing */
    border-radius: 12px;      /* tighter radius */
    min-height: 44px;         /* still tap-friendly */
    font-weight: 500;
  }

  .modal .btn-wide {
    width: 100%;              /* full width in modal */
  }
}

.section-manage {
  padding: 12px 4px;
}

.manage-card {
  margin-top: 30px;
  margin-right: 80px; /* match .card behavior */
  max-width: none;    /* let it behave like the other card */
}

@media (max-width: 1024px) {
  .manage-card {
    margin-right: 15px; /* match the .card rule in tablet */
  }
}

.manage-card {
  gap: 0; /* reset if needed */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.manage-title {
  font-family: "VTC Ruben", Montserrat, sans-serif;
  font-size: 32px;
  margin-left: 15px;
  margin-bottom: 4px;
  font-weight: 400;
}

.manage-text {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px; /* space before button */
  color: var(--muted);
  margin-left: 15px;
  margin-top: 0;
}

.manage-btn {
  display: block;
  margin-top: 1px;
  margin-bottom: 10px;
  margin-left: 12px;
  border-radius: 10px;
  font-size: 12px;
  padding: 12px 24px;
}


/* mobile manage subscription btn. */
@media (max-width: 768px) {
  .manage-card {
    align-items: stretch; /* let children use full width */
  }

  .manage-btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 16px;
    padding: 14px 20px;
    border-radius: 999px; /* perfect pill */

  }

  .manage-text {
    margin-bottom: 10px;
  }
}

/* FAQ (matches Scoop Bros style) */
.faq{
  display: grid;
  gap: 12px;
  margin-right: 80px;
  margin-top: 16px;
}

.faq-item{
  border-radius: var(--radius);
  padding: 16px var(--pad);
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 16px 34px rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.10);
}

.faq-q{
  margin: 0 0 6px;
  font-family: "VTC Ruben", "Montserrat", system-ui, sans-serif;
  font-size: 26px;
  line-height: .9;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-left: 15px;
}

.faq-a{
  margin: 0;
  color: var(--muted);
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-left: 15px;
}

/* Tablet */
@media (max-width: 1024px){
  .faq{
    margin-right: 15px; /* match your .card tablet behavior */
  }

  .faq-q{
    font-size: 24px;
  }

  .faq-a{
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 600px){
  .faq{
    margin-right: 15px;
    
  }

  .faq-q{
    font-size: 20px;
  }
}

/* FAQ section title tweak */
.faq-section .section-title{
  font-size: 28px;              /* slightly smaller than others */
  letter-spacing: 0.6px;
  margin-bottom: 12px;
  opacity: 0.95;
}

@media (max-width: 1024px){
  .trust{
    margin-right: 15px;
  }
}

@media (max-width: 1024px){
  .section-title{
    margin-right: 30px;
  }
}

@media (max-width: 1024px){
  .bullets{
    margin-right: 30px;
  }
}
