@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --coral: #e96c4c;
  --coral-dark: #c84d31;
  --navy: #26384a;
  --muted: #756a64;
  --line: #eadbd3;
  --cream: #fff8f3;
  --peach: #ffd9c9;
  --yellow: #f7c861;
  --mint: #d9eee5;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(76, 45, 32, .10);
  --font: 'DM Sans', Arial, sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; color: var(--navy); background: var(--cream); font: 16px/1.55 var(--font); }
button, input { font: inherit; }
button, a, input, label { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }

.header { border-bottom: 1px solid rgba(234,219,211,.85); background: rgba(255,248,243,.93); backdrop-filter: blur(14px); }
.header-inner { max-width: 1260px; margin: auto; padding: 0 42px; min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-family: 'Manrope', Arial, sans-serif; font-weight: 800; font-size: 26px; letter-spacing: -1px; display: flex; align-items: center; gap: 9px; text-decoration: none; }
.brand-icon { background: var(--coral); color: white; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; font-size: 24px; line-height: 1; padding-bottom: 4px; transform: rotate(-4deg); }
nav { display: flex; gap: 34px; }
nav a { font-size: 14px; font-weight: 700; text-decoration: none; color: var(--muted); padding: 8px 0; }
nav a.active { color: var(--coral-dark); }
.demo-label { padding: 7px 12px; border: 1px solid #e9c8ba; background: #fff0e8; border-radius: 999px; font-size: 12px; color: #8c513f; font-weight: 700; }

.container { max-width: 1260px; margin: auto; padding: 0 42px; }
.intro { padding: 52px 0 38px; position: relative; }
.intro::after { content: ''; position: absolute; right: 2%; top: 28px; width: 116px; height: 116px; border-radius: 44% 56% 60% 40%; background: var(--peach); opacity: .55; z-index: -1; transform: rotate(16deg); }
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: 1.6px; color: var(--coral-dark); margin: 0 0 13px; }
.eyebrow.small { font-size: 11px; letter-spacing: 1.4px; }
h1, h2, h3 { font-family: 'Manrope', Arial, sans-serif; letter-spacing: -.6px; }
h1 { font-size: 48px; line-height: 1.14; font-weight: 800; margin: 0 0 16px; letter-spacing: -1.8px; }
h2 { font-size: 22px; font-weight: 800; line-height: 1.35; margin: 0; }
.intro > p:last-child { color: var(--muted); margin: 0; font-size: 17px; line-height: 1.65; max-width: 650px; }
.mobile-break { display: none; }

.workspace { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 42px; align-items: start; }
.configurator { min-width: 0; background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 0 30px; box-shadow: var(--shadow); }
.step { padding: 31px 0 34px; border-top: 1px solid var(--line); }
.step:first-child { border-top: 0; }
.section-title { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 23px; }
.step-number { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; background: var(--coral); color: white; border-radius: 11px; font-weight: 800; font-size: 14px; margin-top: 1px; transform: rotate(-3deg); }
.section-title p { color: var(--muted); margin: 4px 0 0; font-size: 14px; }

.pet-list { display: grid; gap: 15px; }
.pet-form-card { padding: 20px; border: 1.5px solid var(--line); border-radius: 17px; background: #fffdfb; }
.pet-form-card:nth-child(3n+1) { border-left: 5px solid var(--coral); }
.pet-form-card:nth-child(3n+2) { border-left: 5px solid var(--yellow); }
.pet-form-card:nth-child(3n) { border-left: 5px solid #75b79f; }
.pet-form-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.pet-form-top > div { display: flex; flex-direction: column; }
.pet-form-top strong { font-size: 18px; }
.pet-count { color: var(--coral-dark); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.remove-pet { border: 0; background: transparent; color: #9b4e3c; padding: 6px; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.pet-fields { display: grid; grid-template-columns: 1.25fr .9fr 1fr .65fr; gap: 14px; align-items: end; }
.type-choice { border: 0; padding: 0; margin: 0; min-width: 0; }
.type-choice legend, .text-field > span { display: block; padding: 0; margin: 0 0 7px; color: var(--navy); font-size: 13px; font-weight: 700; }
.text-field small { color: var(--muted); font-weight: 500; }
.type-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.type-option { position: relative; display: flex; align-items: center; gap: 9px; min-height: 54px; padding: 6px 10px; border: 1.5px solid var(--line); border-radius: 12px; background: white; cursor: pointer; font-weight: 700; }
.type-option img { width: 38px; height: 38px; object-fit: cover; border-radius: 50%; }
.type-option input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.type-option:has(input:checked) { border-color: var(--coral); background: #fff1ea; box-shadow: inset 0 0 0 1px var(--coral); }
.type-option:has(input:focus-visible) { outline: 3px solid #f6a790; outline-offset: 3px; }
.text-field { min-width: 0; }
.text-field input { width: 100%; height: 54px; border: 1.5px solid var(--line); border-radius: 12px; padding: 0 13px; color: var(--navy); background: white; outline: none; }
.text-field input:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(233,108,76,.15); }
.weight-input { position: relative; display: block; }
.weight-input input { padding-right: 38px; }
.weight-input b { position: absolute; right: 12px; top: 16px; color: var(--muted); font-size: 13px; }
.add-pet-button { width: 100%; min-height: 51px; margin-top: 15px; border: 1.5px dashed #dc907a; border-radius: 13px; background: #fff4ee; color: var(--coral-dark); font-weight: 800; }
.add-pet-button:hover { background: #ffe7dc; }
.add-pet-button span { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 6px; border-radius: 50%; background: var(--coral); color: white; }
.add-pet-button:disabled { cursor: not-allowed; opacity: .65; }

.plan-group { border: 0; margin: 0; padding: 0; min-width: 0; }
.plan-group + .plan-group { margin-top: 28px; padding-top: 25px; border-top: 1px dashed var(--line); }
.plan-group legend { font-size: 15px; font-weight: 800; margin: 0 0 13px; padding: 0; }
.plan-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.plan-card { position: relative; border: 1.5px solid var(--line); border-radius: 14px; cursor: pointer; padding: 18px 15px 17px; display: flex; flex-direction: column; min-width: 0; min-height: 185px; background: #fffdfb; transition: border-color .15s, background .15s, transform .15s; }
.plan-card:hover { border-color: #de927d; transform: translateY(-2px); }
.plan-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.radio-indicator { display: grid; place-items: center; width: 20px; height: 20px; border: 1.5px solid #c9b6ad; border-radius: 50%; background: #fff; margin-bottom: 22px; }
.plan-card:has(input:checked) { border-color: var(--coral); background: #fff0e8; box-shadow: inset 0 0 0 1px var(--coral); }
.plan-card:has(input:checked) .radio-indicator { border-color: var(--coral); background: var(--coral); }
.plan-card:has(input:checked) .radio-indicator::after { content: ''; width: 7px; height: 7px; background: #fff; border-radius: 50%; }
.plan-card:has(input:focus-visible) { outline: 3px solid #f6a790; outline-offset: 4px; }
.plan-card strong { font-size: 16px; line-height: 1.4; margin-bottom: 5px; }
.plan-description { font-size: 14px; color: var(--muted); line-height: 1.6; overflow-wrap: anywhere; }
.bundle-label { position: absolute; top: 17px; right: 10px; background: var(--yellow); color: #664800; border-radius: 999px; padding: 3px 8px; font-size: 11px; font-weight: 800; }
.care-note { display: flex; gap: 12px; background: var(--mint); border-radius: 13px; padding: 18px; margin: 0 0 30px; }
.info-icon { width: 21px; height: 21px; border: 1.5px solid #4d7b69; border-radius: 50%; display: grid; place-items: center; flex: 0 0 21px; font-size: 12px; font-weight: 800; margin-top: 2px; }
.care-note p { font-size: 13px; color: #50675e; margin: 0; line-height: 1.65; }
.care-note strong { display: block; color: var(--navy); margin-bottom: 3px; }

.summary { border: 1px solid #e6cfc4; border-radius: 22px; overflow: hidden; position: sticky; top: 24px; background: white; box-shadow: var(--shadow); }
.photo-banner { height: 172px; display: flex; position: relative; overflow: hidden; background: var(--peach); }
.photo-banner img { display: block; object-fit: cover; width: 50%; height: 100%; }
.photo-banner::after { content: ''; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(38,56,74,.8)); }
.photo-banner span { position: absolute; z-index: 1; bottom: 15px; left: 20px; color: white; font-weight: 700; font-size: 14px; }
.summary-body { padding: 25px; }
.summary h2 { font-size: 27px; margin-bottom: 22px; }
.summary-item { padding: 17px 0; border-bottom: 1px solid var(--line); }
.summary-item:first-child { padding-top: 0; }
.summary-item-header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 4px; }
.summary-item-header strong { font-size: 16px; }
.pet-chip { font-size: 12px; padding: 3px 9px; border-radius: 999px; background: var(--peach); color: #81432f; font-weight: 700; }
.pet-weight { margin: 0 0 7px; color: var(--muted); font-size: 13px; }
.summary-plan { margin: 7px 0 10px; color: var(--coral-dark); font-size: 13px; font-weight: 800; }
.summary-products { display: grid; gap: 9px; }
.summary-product { display: grid; grid-template-columns: 58px 1fr; gap: 10px; align-items: center; padding: 8px; border-radius: 11px; background: var(--cream); }
.summary-product img { width: 58px; height: 58px; object-fit: contain; border-radius: 8px; background: white; }
.product-copy { min-width: 0; display: flex; flex-direction: column; }
.product-copy strong { font-size: 12px; line-height: 1.35; }
.product-copy span { color: var(--muted); font-size: 11px; line-height: 1.45; }
.included { display: flex; align-items: flex-start; gap: 8px; color: var(--muted); font-size: 14px; margin: 4px 0; }
.included::before { content: '✓'; color: var(--coral-dark); font-weight: 800; }
.price-row { margin-top: 22px; display: flex; flex-direction: column; gap: 3px; }
.price-row > span { font-size: 13px; color: var(--muted); }
.price-row strong { font-size: 17px; }
.price-row.third-month { margin-top: 9px; padding-top: 10px; border-top: 1px dashed var(--line); }
.price-note { font-size: 13px; color: var(--muted); margin: 9px 0 20px; line-height: 1.6; }
.primary-button { width: 100%; border: 0; border-radius: 12px; background: var(--coral); color: white; font-weight: 800; font-size: 15px; min-height: 51px; display: flex; align-items: center; justify-content: center; gap: 20px; padding: 12px 15px; box-shadow: 0 9px 20px rgba(200,77,49,.22); }
.primary-button:hover { background: var(--coral-dark); }
.primary-button:disabled { background: #ead8d1; color: #8e7d76; cursor: not-allowed; box-shadow: none; }
.primary-button span { font-size: 21px; font-weight: 400; }
.demo-note { text-align: center; font-size: 12px; line-height: 1.6; color: var(--muted); margin: 12px 0 0; }
.empty-message { font-size: 14px; color: #8a3c2b; padding: 14px 16px; background: #fff0e8; border-radius: 10px; }
.next-button { margin: 0 0 8px; }
.form-demo-note { margin-bottom: 28px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.check-list li { display: flex; gap: 9px; align-items: flex-start; color: var(--muted); }
.check-list li::before { content: '✓'; display: grid; place-items: center; width: 22px; height: 22px; flex: 0 0 22px; border-radius: 50%; color: white; background: #75b79f; font-size: 12px; font-weight: 800; }
.privacy-note { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }

.result-main { padding-top: 50px; padding-bottom: 70px; }
.result-heading { display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; margin-bottom: 34px; }
.result-heading h1 { margin-bottom: 8px; }
.result-heading p:last-child { color: var(--muted); margin: 0; }
.secondary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 16px; border: 1.5px solid var(--line); border-radius: 12px; background: white; color: var(--navy); text-decoration: none; font-weight: 800; white-space: nowrap; }
.result-overview, .year-section { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.result-title-row, .year-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.annual-total { min-width: 220px; padding: 14px 18px; border-radius: 13px; background: var(--mint); display: flex; flex-direction: column; align-items: flex-end; }
.annual-total span { color: var(--muted); font-size: 13px; }
.annual-total strong { font: 800 25px/1.2 'Manrope', sans-serif; }
.pet-results { display: grid; gap: 18px; }
.pet-result { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fffdfb; }
.pet-result-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.pet-result-heading > div { display: flex; align-items: center; gap: 10px; }
.pet-result-heading h2 { font-size: 20px; }
.pet-result-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.result-products { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.result-product { display: grid; grid-template-columns: 105px 1fr; align-items: center; gap: 15px; padding: 13px; border-radius: 13px; background: var(--cream); }
.result-product img { width: 105px; height: 105px; object-fit: contain; border-radius: 10px; background: white; }
.result-product h3 { margin: 2px 0 5px; font-size: 15px; line-height: 1.4; }
.result-product p { margin: 0 0 5px; color: var(--muted); font-size: 13px; }
.result-product strong { color: var(--coral-dark); }
.product-kind { color: #598270; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.price-explanation { display: flex; flex-wrap: wrap; gap: 9px 24px; align-items: center; margin-top: 20px; padding: 17px; border-radius: 13px; background: #fff0e8; font-size: 14px; }
.price-explanation strong { margin-right: 6px; }
.price-explanation small { width: 100%; color: var(--muted); font-size: 12px; }
.year-section { margin-top: 25px; }
.year-heading p { margin: 2px 0 0; max-width: 390px; color: var(--muted); font-size: 14px; }
.year-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.month-card { position: relative; min-height: 155px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #fffdfb; }
.month-card.worm-month { border-color: #e7af83; background: #fff5e8; }
.month-top { display: flex; justify-content: space-between; gap: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.month-top span { font-weight: 800; }
.month-top strong { color: var(--coral-dark); }
.month-card ul { padding: 0; margin: 11px 0 25px; list-style: none; color: var(--muted); font-size: 12px; line-height: 1.45; }
.month-card li + li { margin-top: 5px; }
.month-card li::before { content: '•'; color: var(--coral); margin-right: 6px; }
.month-label { position: absolute; left: 16px; bottom: 13px; padding: 3px 8px; border-radius: 999px; background: var(--yellow); color: #664800; font-size: 10px; font-weight: 800; }
.result-disclaimer, .warning-box { margin-top: 24px; padding: 20px 22px; border-radius: 15px; background: var(--mint); }
.result-disclaimer p, .warning-box p { margin: 5px 0; color: #50675e; }
.result-disclaimer a, .honest-note a { color: var(--coral-dark); font-weight: 800; }
.missing-result { max-width: 540px; margin: 70px auto; padding: 35px; text-align: center; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); }
.missing-result .primary-button { margin-top: 20px; text-decoration: none; }

.content-page { padding-bottom: 70px; }
.content-hero { max-width: 800px; padding: 62px 0 38px; }
.content-hero h1 { margin-bottom: 15px; }
.content-hero > p:last-child { max-width: 700px; color: var(--muted); font-size: 18px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.benefit-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.benefit-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; border-radius: 12px; background: var(--peach); color: var(--coral-dark); font-weight: 800; }
.benefit-grid h2 { font-size: 19px; margin-bottom: 9px; }
.benefit-grid p { margin: 0; color: var(--muted); }
.content-callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 24px; padding: 30px; border-radius: 20px; background: var(--navy); color: white; }
.content-callout p:last-child { margin: 8px 0 0; color: #d9e1e8; }
.primary-link { padding: 13px 18px; border-radius: 11px; background: var(--coral); color: white; text-decoration: none; font-weight: 800; white-space: nowrap; }
.honest-note { max-width: 860px; margin: 45px auto 0; text-align: center; }
.honest-note h2 { margin-bottom: 10px; }
.honest-note p { color: var(--muted); }
.medical-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.medical-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.medical-card-top { display: flex; align-items: center; gap: 18px; margin-bottom: 17px; }
.medical-card-top img { width: 105px; height: 105px; object-fit: contain; border-radius: 12px; background: var(--cream); }
.medical-card p, .medical-card li { color: var(--muted); }
.medical-card ul { padding-left: 20px; }
.medical-card li + li { margin-top: 8px; }
.attachment-section { margin-top: 28px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.attachment-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.attachment-card { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 13px; padding: 15px; border: 1px solid var(--line); border-radius: 13px; color: var(--navy); text-decoration: none; background: #fffdfb; }
.attachment-card:hover { border-color: var(--coral); background: #fff3ed; }
.attachment-card > span { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 10px; background: var(--coral); color: white; font-size: 12px; font-weight: 800; }
.attachment-card div { display: flex; min-width: 0; flex-direction: column; }
.attachment-card small { color: var(--muted); }
.attachment-card b { color: var(--coral-dark); font-size: 19px; }

.how { border-top: 1px solid var(--line); margin: 58px 0 60px; padding-top: 44px; }
.how > h2 { font-size: 29px; margin-bottom: 29px; }
.how-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.how-grid article { padding: 23px; border-radius: 17px; background: white; border: 1px solid var(--line); }
.how-grid article:nth-child(1) { border-top: 5px solid var(--coral); }
.how-grid article:nth-child(2) { border-top: 5px solid var(--yellow); }
.how-grid article:nth-child(3) { border-top: 5px solid #75b79f; }
.how-number { font-size: 13px; color: var(--coral-dark); font-weight: 800; }
.how-grid h3 { font-size: 17px; margin: 9px 0; }
.how-grid p { font-size: 14px; line-height: 1.7; color: var(--muted); margin: 0; }

.footer { max-width: 1260px; margin: auto; padding: 30px 42px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 14px; }
.footer .brand { font-size: 21px; color: var(--navy); gap: 0; }
.brand-dot { color: var(--coral); }
.footer-small { font-size: 12px; }
.footer-contact { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 17px; }
.footer-contact strong { width: 100%; text-align: center; color: var(--navy); }
.footer-contact a { color: var(--coral-dark); font-weight: 700; }

dialog { border: 0; border-radius: 20px; padding: 30px; width: calc(100% - 32px); max-width: 490px; color: var(--navy); background: var(--cream); box-shadow: 0 25px 80px rgba(38,56,74,.25); max-height: 90vh; overflow: auto; }
dialog::backdrop { background: rgba(38,56,74,.55); backdrop-filter: blur(3px); }
.dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.dialog-top .eyebrow { margin: 0; }
.close-button { border: 0; background: var(--peach); color: var(--navy); width: 36px; height: 36px; border-radius: 50%; font-size: 26px; display: grid; place-items: center; line-height: 1; }
dialog h2 { font-size: 28px; margin: 10px 0 24px; }
.review-prices { margin-top: 18px; padding: 15px 17px; border-radius: 12px; background: #fff0e8; }
.review-price-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 14px; }
.review-price-row + .review-price-row { margin-top: 8px; padding-top: 8px; border-top: 1px dashed #e9c4b5; }
.review-info { padding: 17px; background: var(--mint); border-radius: 11px; font-size: 14px; line-height: 1.65; margin: 22px 0; }
.review-info p { margin: 5px 0 0; color: var(--muted); }
a:focus-visible, button:focus-visible { outline: 3px solid #f3a38c; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.noscript { padding: 20px; background: #fff0da; text-align: center; }
[hidden] { display: none !important; }

@media (max-width: 1050px) {
  .workspace { grid-template-columns: minmax(0,1fr) 310px; gap: 25px; }
  .header-inner, .container { padding-left: 28px; padding-right: 28px; }
  .pet-fields { grid-template-columns: 1fr 1fr; }
  .type-choice { grid-column: 1 / -1; }
  .plan-grid { gap: 8px; }
  .plan-card { padding: 17px 10px; }
  .bundle-label { font-size: 10px; right: 6px; }
  .summary-body { padding: 20px; }
  .year-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 850px) {
  .header-inner { min-height: 80px; }
  .header nav { gap: 20px; }
  .header nav a { font-size: 13px; }
  .demo-label { display: none; }
  .workspace { grid-template-columns: minmax(0,1fr) 285px; gap: 22px; }
  .configurator { padding: 0 22px; }
  .plan-grid { grid-template-columns: 1fr; gap: 9px; }
  .plan-card { min-height: 0; padding: 15px 14px 15px 46px; }
  .radio-indicator { position: absolute; left: 15px; top: 18px; margin: 0; }
  .bundle-label { top: 14px; right: 12px; font-size: 11px; }
  .intro h1 { font-size: 41px; }
  .how-grid { gap: 12px; }
  .header nav { gap: 13px; }
  .header nav a { font-size: 12px; }
  .year-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .benefit-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .header-inner { padding: 0 20px; min-height: 75px; }
  .brand { font-size: 24px; }
  .header-inner { flex-wrap: wrap; padding-top: 12px; padding-bottom: 10px; }
  .header nav { order: 3; width: 100%; display: flex; gap: 18px; overflow-x: auto; white-space: nowrap; padding-bottom: 2px; }
  .header nav a { font-size: 12px; }
  .container { padding: 0 20px; }
  .intro { padding: 35px 0 28px; }
  .eyebrow { font-size: 10px; letter-spacing: 1.25px; }
  h1 { font-size: 36px !important; letter-spacing: -1px; }
  .mobile-break { display: block; }
  .intro > p:last-child { font-size: 15px; }
  .workspace { display: flex; flex-direction: column; gap: 18px; }
  .configurator, .summary { width: 100%; }
  .configurator { padding: 0 18px; border-radius: 18px; }
  .summary { position: static; }
  .pet-form-card { padding: 17px 14px; }
  .pet-fields { grid-template-columns: 1fr; }
  .type-choice { grid-column: auto; }
  .type-option { min-height: 58px; }
  .section-title p { font-size: 13px; }
  .step { padding: 25px 0 28px; }
  .section-title { margin-bottom: 19px; }
  h2 { font-size: 20px; }
  .plan-card { padding-top: 16px; padding-bottom: 16px; }
  .radio-indicator { top: 20px; }
  .plan-description { font-size: 14px; }
  .plan-card strong { font-size: 16px; }
  .bundle-label { top: 17px; }
  .photo-banner { height: 155px; }
  .summary-body { padding: 23px; }
  .how { margin-top: 42px; }
  .how > h2 { font-size: 25px; }
  .how-grid { grid-template-columns: 1fr; gap: 14px; }
  .footer { padding: 25px 20px; flex-wrap: wrap; gap: 13px; }
  .footer > span:nth-child(2) { width: 100%; order: 3; }
  .footer-small { margin-left: auto; }
  .footer-contact { width: 100%; order: 3; justify-content: flex-start; }
  .footer-contact strong { text-align: left; }
  dialog { padding: 23px; }
  .result-main { padding-top: 34px; }
  .result-heading, .result-title-row, .year-heading, .content-callout { align-items: stretch; flex-direction: column; }
  .result-heading h1 { font-size: 34px !important; }
  .annual-total { align-items: flex-start; min-width: 0; }
  .result-overview, .year-section { padding: 20px 16px; }
  .pet-result { padding: 15px; }
  .pet-result-heading { align-items: flex-start; flex-direction: column; }
  .result-products, .medical-grid, .attachment-grid { grid-template-columns: 1fr; }
  .result-product { grid-template-columns: 82px 1fr; }
  .result-product img { width: 82px; height: 82px; }
  .year-grid { grid-template-columns: 1fr; }
  .month-card { min-height: 135px; }
  .content-hero { padding: 42px 0 28px; }
  .content-hero > p:last-child { font-size: 16px; }
  .medical-card { padding: 18px; }
  .medical-card-top img { width: 82px; height: 82px; }
  .attachment-section { padding: 20px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
