:root {
  --ink: #101a2b;
  --muted: #5f6b7a;
  --line: #dbe2ea;
  --soft: #f1f5f9;
  --blue: #0c3f78;
  --blue-dark: #082c55;
  --accent: #c81e2a;
  --white: #ffffff;
  --shell: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.65 "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.utility-bar { min-height: 34px; display: flex; justify-content: center; gap: 42px; align-items: center; background: var(--blue-dark); color: #dce9f7; font-size: .78rem; letter-spacing: .04em; }
.utility-bar p { margin: 0; }
.utility-bar a { color: white; }
.site-header { background: rgba(255,255,255,.97); position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); }
.nav { min-height: 80px; display: flex; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--blue) 0 72%, var(--accent) 72%); font: 700 .82rem/1 "Manrope"; }
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { letter-spacing: .12em; font: 700 .95rem "Manrope"; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .54rem; letter-spacing: .13em; }
.nav-links { display: flex; gap: 30px; font-size: .9rem; }
.nav-links a { padding-block: 8px; }
.nav-links a:hover { color: var(--blue); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--accent); background: var(--accent); color: white; font-weight: 700; cursor: pointer; transition: .2s ease; }
.button:hover { background: #a81621; border-color: #a81621; transform: translateY(-1px); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .88rem; }
.hero { overflow: hidden; background: #eef1f5; border-bottom: 1px solid var(--line); }
.hero-inner { min-height: 600px; display: grid; grid-template-columns: 42% 58%; align-items: stretch; }
.hero-content { display: flex; flex-direction: column; justify-content: center; padding: 64px 54px 64px 0; }
.hero-media { position: relative; display: grid; place-items: center; min-width: 0; background: #e8ebf0; }
.hero-media::before { content: ""; position: absolute; inset: 0 auto 0 0; z-index: 1; width: 52px; background: linear-gradient(90deg, #eef1f5, rgba(238,241,245,0)); pointer-events: none; }
.hero-image { width: 100%; height: auto; object-fit: contain; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, blockquote { font-family: "Manrope", sans-serif; }
h1 { max-width: 680px; margin: 0; font-size: clamp(3.5rem, 7vw, 6.5rem); line-height: .96; letter-spacing: -.06em; }
.hero-copy { max-width: 430px; margin: 28px 0 0; color: #3f4c5c; font-size: 1.1rem; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { font-weight: 700; border-bottom: 1px solid var(--ink); }
.concept-note { max-width: 500px; margin-top: 25px; color: #687585; font-size: .75rem; }
.trust-strip { color: white; background: var(--blue); }
.trust-grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { margin: 0; padding: 24px 28px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.2); }
.trust-grid p:last-child { border-right: 1px solid rgba(255,255,255,.2); }
.trust-grid strong { font: 700 1.9rem "Manrope"; }
.trust-grid span { color: #d7e6f4; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.section { padding-block: 110px; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
h2 { margin: 0; font-size: clamp(2.35rem, 4vw, 4.2rem); line-height: 1.08; letter-spacing: -.045em; }
.lead { margin-top: 0; color: var(--ink); font-size: 1.35rem; line-height: 1.5; }
.body-copy > p:not(.lead) { color: var(--muted); }
.about-intro { max-width: 520px; margin: 28px 0 0; color: var(--muted); font-size: 1.05rem; }
.about-values { max-width: 520px; margin-top: 48px; padding: 22px 0; border-block: 1px solid var(--line); }
.about-values span { display: block; margin-bottom: 9px; color: #555; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.about-values p { margin: 0; font-weight: 600; line-height: 1.6; }
.about-list { border-top: 1px solid var(--line); }
.about-list article { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.about-list article > span { padding-top: 4px; color: #666; font-size: .76rem; font-weight: 700; }
.about-list h3 { margin: 5px 0 10px; font-size: 1.18rem; line-height: 1.4; }
.about-list article p:last-child { margin: 0; color: var(--muted); }
.about-label { margin: 0; color: #555; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.check-list { margin-top: 40px; border-top: 1px solid var(--line); }
.check-list p { display: grid; grid-template-columns: 42px 1fr; gap: 16px; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); }
.check-list span { color: var(--accent); font-size: .78rem; font-weight: 700; }
.section-blue { color: white; background: var(--blue-dark); }
.eyebrow-light { color: #90bce8; }
.section-heading-row { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 100px; margin-bottom: 58px; }
.section-heading-row > p { margin: 0; color: #c1d2e3; }
.scenario-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.scenario-grid article { min-height: 280px; padding: 28px; border-left: 1px solid rgba(255,255,255,.22); }
.scenario-grid article:last-child { border-right: 1px solid rgba(255,255,255,.22); }
.scenario-grid span { color: #88b7e4; font-size: .75rem; }
.scenario-image { display: block; width: 100%; aspect-ratio: 1 / .82; margin: 18px 0 22px; object-fit: cover; object-position: center; background: #e4e5e8; }
.scenario-grid h3 { margin: 0 0 16px; font-size: 1.3rem; }
.scenario-grid p { margin: 0; color: #bed0e1; font-size: .92rem; }
.scenario-note { margin: 28px 0 0; font-weight: 700; }
.process-title { max-width: 700px; }
.steps { margin-top: 70px; border-top: 1px solid var(--line); }
.steps article { display: grid; grid-template-columns: 100px 1fr; gap: 36px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.steps article > span { color: var(--accent); font-weight: 700; }
.steps h3 { margin: 0 0 8px; font-size: 1.25rem; }
.steps p { max-width: 660px; margin: 0; color: var(--muted); }
.section-soft { background: var(--soft); }
.statement { text-align: center; }
.statement blockquote { margin: 25px 0 30px; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.05; letter-spacing: -.055em; }
.statement > p:last-child { max-width: 650px; margin: auto; color: var(--muted); font-size: 1.1rem; }
.values-intro { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.values-intro h2 { margin: 18px 0 16px; }
.values-intro > p:last-child { max-width: 620px; margin: 0 auto; color: var(--muted); font-size: 1.05rem; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.values-grid article { min-height: 220px; padding: 28px 28px 24px 0; border-bottom: 1px solid var(--line); }
.values-grid article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.values-grid h3 { margin: 0 0 18px; font-size: 1.3rem; }
.values-grid p { margin: 0; color: var(--muted); line-height: 1.75; }
.order-section { display: grid; grid-template-columns: 1fr 430px; gap: 110px; align-items: center; }
.order-copy ul { padding: 0; margin: 34px 0; list-style: none; border-top: 1px solid var(--line); }
.order-copy li { padding: 14px 0 14px 30px; border-bottom: 1px solid var(--line); position: relative; }
.order-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.shipping-note { color: var(--muted); font-size: .78rem; }
.order-card { padding: 34px; border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(20,38,60,.1); background: white; }
.price-row { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.price-row span { font-weight: 700; }
.price-row strong { font: 700 2.1rem "Manrope"; }
.price-row strong small { font-size: .7rem; letter-spacing: .08em; }
.order-card label { display: block; margin: 18px 0 7px; font-size: .86rem; font-weight: 700; }
.order-card input[type="text"], .order-card input[type="email"], .order-card select, .order-card textarea { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid #bec9d6; border-radius: 0; color: var(--ink); background: white; font: inherit; }
.order-card textarea { min-height: 112px; resize: vertical; }
.order-card input:focus, .order-card select:focus, .order-card textarea:focus { outline: 3px solid rgba(12,63,120,.15); border-color: var(--blue); }
.box-style-fieldset { margin: 18px 0 0; padding: 0; border: 0; }
.box-style-fieldset legend { margin-bottom: 9px; font-size: .86rem; font-weight: 700; }
.box-style-options { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.box-style-options label { display: flex; align-items: center; gap: 9px; min-height: 46px; margin: 0; padding: 9px 11px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); cursor: pointer; }
.box-style-options input { width: 17px; height: 17px; margin: 0; accent-color: #303030; }
.optional { color: var(--muted); font-weight: 400; }
.button-full { width: 100%; margin-top: 24px; }
.secure-note, .form-status { text-align: center; font-size: .76rem; }
.secure-note { color: var(--muted); }
.form-status { min-height: 20px; color: var(--blue); font-weight: 700; }
footer { padding: 70px 0 24px; color: #dce5ee; background: #0b1524; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 60px; }
.brand-footer { color: white; }
.brand-footer small { color: #9eabb9; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a, .footer-grid span, .footer-grid p { color: #aab7c5; font-size: .88rem; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 54px; padding-top: 22px; border-top: 1px solid #283342; color: #7f8b98; font-size: .75rem; }
@media (max-width: 920px) {
  .nav-links { display: none; }
  .hero { min-height: 670px; align-items: flex-start; }
  .hero-image { object-position: 62% bottom; opacity: .65; }
  .hero-overlay { background: linear-gradient(180deg, rgba(244,248,252,.98) 0%, rgba(244,248,252,.9) 50%, rgba(244,248,252,.2) 100%); }
  .hero-content { padding-top: 72px; }
  .split, .section-heading-row, .order-section { grid-template-columns: 1fr; gap: 44px; }
  .scenario-grid { grid-template-columns: 1fr 1fr; }
  .scenario-grid article:nth-child(3) { border-top: 1px solid rgba(255,255,255,.22); }
  .scenario-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.22); }
  .order-card { max-width: 560px; }
}
@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .utility-bar { justify-content: center; }
  .utility-bar p { display: none; }
  .nav { min-height: 68px; }
  .nav > .button { display: none; }
  .hero { min-height: 730px; }
  .hero-content { padding-top: 58px; }
  h1 { font-size: 3.5rem; }
  .hero-copy { font-size: 1.05rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid p { border-bottom: 1px solid rgba(255,255,255,.2); }
  .section { padding-block: 76px; }
  .scenario-grid { grid-template-columns: 1fr; }
  .scenario-grid article { min-height: 210px; border-right: 1px solid rgba(255,255,255,.22); border-top: 1px solid rgba(255,255,255,.22); }
  .scenario-grid h3 { margin-top: 0; }
  .steps article { grid-template-columns: 45px 1fr; gap: 15px; }
  .order-card { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* Harvest-inspired neutral product presentation. Brand color stays in the mark only. */
:root { --blue: #2f2f2f; --blue-dark: #252525; --accent: #303030; --soft: #f5f5f5; --line: #dedede; }
.brand-mark { background: linear-gradient(135deg, #0c3f78 0 72%, #c81e2a 72%); }
.utility-bar { background: #f3f3f3; color: #555; border-bottom: 1px solid #e2e2e2; }
.utility-bar a { color: #222; }
.button { border-color: #303030; background: #303030; }
.button:hover { border-color: #111; background: #111; }
.eyebrow { color: #555; }
.trust-strip { color: #222; background: #f1f1f1; border-block: 1px solid #dedede; }
.trust-grid p { border-color: #d8d8d8; }
.trust-grid p:last-child { border-right-color: #d8d8d8; }
.trust-grid span { color: #666; }
.section-blue { color: #222; background: #f3f3f3; }
.eyebrow-light { color: #666; }
.section-heading-row > p, .scenario-grid p { color: #666; }
.scenario-grid { border-color: #d7d7d7; }
.scenario-grid article, .scenario-grid article:last-child { border-color: #d7d7d7; }
.scenario-grid span, .check-list span, .steps article > span { color: #555; }
.order-copy li::before { color: #333; }

.product-hero { padding: 52px 0 72px; background: #f6f6f6; border-bottom: 1px solid #e2e2e2; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); gap: 74px; align-items: start; }
.product-gallery { min-width: 0; display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 22px; }
.thumbnails { display: flex; flex-direction: column; gap: 12px; }
.thumbnail { width: 82px; aspect-ratio: 1; padding: 6px; border: 1px solid transparent; background: white; cursor: pointer; }
.thumbnail.active, .thumbnail:hover, .thumbnail:focus-visible { border-color: #777; outline: none; }
.thumbnail img { width: 100%; height: 100%; object-fit: contain; }
.main-product-image { min-height: 560px; display: grid; place-items: center; padding: 28px; background: white; }
.main-product-image img { width: 100%; max-height: 520px; object-fit: contain; }
.product-summary { padding-top: 10px; }
.product-summary h1 { max-width: 560px; margin: 0; font-size: clamp(2.35rem, 4vw, 4.35rem); line-height: 1.04; letter-spacing: -.05em; }
.product-subtitle { margin: 18px 0 0; color: #555; font-size: 1.1rem; }
.product-price { margin: 20px 0; font: 600 1.8rem "Manrope", sans-serif; color: #555; }
.summary-rule { height: 1px; margin: 24px 0; background: #d6d6d6; }
.summary-label { margin: 0 0 12px; font-weight: 700; }
.scenario-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.scenario-pills a { min-height: 46px; display: flex; align-items: center; padding: 8px 13px; border: 1px solid #d5d5d5; background: white; font-size: .88rem; }
.scenario-pills a:hover { border-color: #555; }
.product-cta { width: 100%; margin-top: 24px; }
.hero-advantages { margin-top: 26px; border-top: 1px solid #d6d6d6; }
.hero-advantages p { display: grid; grid-template-columns: 34px 1fr; gap: 12px; margin: 0; padding: 13px 0; border-bottom: 1px solid #d6d6d6; color: #4f4f4f; font-size: .92rem; }
.hero-advantages span { font-size: .72rem; color: #777; }

@media (max-width: 920px) {
  .product-layout { grid-template-columns: 1fr; gap: 44px; }
  .main-product-image { min-height: 500px; }
}
@media (max-width: 620px) {
  .product-hero { padding: 24px 0 54px; }
  .product-gallery { grid-template-columns: 1fr; }
  .thumbnails { order: 2; flex-direction: row; overflow-x: auto; }
  .thumbnail { flex: 0 0 72px; width: 72px; }
  .main-product-image { min-height: 360px; padding: 18px; }
  .product-summary h1 { font-size: 2.7rem; }
  .scenario-pills { grid-template-columns: 1fr; }
}

/* Shared responsive layout: one site, optimized from phone to desktop. */
@media (min-width: 921px) {
  .hero-content { max-width: none; }
  h1 { max-width: 520px; font-size: clamp(4rem, 4.7vw, 4.75rem); line-height: 1.08; }
}

@media (max-width: 920px) {
  .nav { min-height: 72px; gap: 18px; }
  .nav-links { display: none; }
  .hero { background: #eef1f5; }
  .hero-inner { width: 100%; min-height: 0; display: flex; flex-direction: column; }
  .hero-content { width: var(--shell); margin-inline: auto; padding: 56px 0 44px; }
  .hero-media { width: 100%; }
  .hero-media::before { display: none; }
  .hero-image { width: 100%; height: auto; object-fit: contain; }
  h1 { max-width: 650px; font-size: clamp(3.4rem, 10vw, 5.2rem); }
  .hero-copy { max-width: 620px; }
  .section { padding-block: 84px; }
  .order-section { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .order-card { width: 100%; max-width: 620px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .values-grid article:nth-child(3) { border-left: 0; }
}

@media (max-width: 620px) {
  .site-header { position: sticky; }
  .utility-bar { min-height: 30px; padding-inline: 14px; font-size: .7rem; }
  .nav { min-height: 66px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand strong { font-size: .82rem; }
  .brand small { display: none; }
  .nav > .button { display: inline-flex; min-height: 38px; padding-inline: 14px; font-size: .78rem; }
  .hero-content { padding: 42px 0 34px; }
  h1 { font-size: clamp(2.5rem, 11vw, 2.875rem); line-height: 1.05; }
  .hero-copy { margin: 22px 0 0; font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .trust-grid p { min-height: 108px; padding: 18px; }
  .trust-grid strong { font-size: 1.6rem; }
  .split { gap: 34px; }
  .section-heading-row { gap: 30px; margin-bottom: 38px; }
  .scenario-grid article { min-height: 185px; padding: 20px; }
  .scenario-image { aspect-ratio: 4 / 3; margin: 16px 0 20px; }
  .scenario-grid h3 { margin-top: 0; }
  .statement blockquote { font-size: clamp(2.25rem, 12vw, 3.5rem); }
  .values-intro { margin-bottom: 38px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article, .values-grid article + article { min-height: 0; padding: 26px 0; border-left: 0; }
  .order-card { box-shadow: none; }
  .price-row { gap: 18px; align-items: flex-start; }
  .price-row strong { text-align: right; white-space: nowrap; }
  .box-style-options { grid-template-columns: 1fr; }
  .about-list article { grid-template-columns: 34px 1fr; gap: 10px; padding: 22px 0; }
}

/* Full-width photographic hero and customization layout. */
section[id] { scroll-margin-top: 120px; }
.hero { min-height: 650px; background: linear-gradient(90deg, rgba(244,248,252,.98) 0%, rgba(244,248,252,.92) 34%, rgba(244,248,252,.16) 65%, transparent 100%), url('public/casefit-hero-4k.png') center / cover no-repeat; }
.hero-inner { display: block; min-height: 650px; }
.hero-content { width: 650px; max-width: 100%; margin-left: 24%; padding: 90px 0; }
.hero h1 { max-width: 620px; font-size: clamp(3.5rem, 5vw, 4.75rem); line-height: 1.02; }
.hero-copy { max-width: 570px; margin: 28px 0 30px; font-size: 1.1rem; }
.hero-actions { flex-wrap: wrap; gap: 20px; }
.trust-grid strong { font-size: 1.5rem; }
.trust-grid span { text-transform: none; letter-spacing: 0; overflow-wrap: anywhere; }
.customize-section { display: grid; grid-template-columns: minmax(0, 3.2fr) minmax(240px, 1fr); gap: 32px; padding: 56px 36px 40px; margin-block: 64px; background: #fafbfd; }
.custom-heading .eyebrow { font-size: 11px; letter-spacing: .25em; margin-bottom: 12px; }
.custom-heading h2 { font-size: clamp(2rem, 3.3vw, 3.1rem); line-height: 1; }
.custom-heading > p:last-child { color: var(--muted); line-height: 1.35; margin: 14px 0 24px; }
.custom-steps { display: grid; grid-template-columns: 1fr 20px 1fr 20px 1fr; gap: 8px; align-items: center; }
.custom-product { aspect-ratio: 1; background-image: url('public/customize-products-premium.png'); background-repeat: no-repeat; background-size: 300% auto; }
.product-test { background-position: 0% center; }
.product-select { background-position: 50% center; }
.product-customize { background-position: 100% center; }
.custom-arrow { font-size: 28px; align-self: center; margin-top: -45px; }
.custom-caption { display: flex; gap: 12px; margin-top: 14px; }
.custom-caption > span { border-radius: 50%; background: #d4e4f5; width: 32px; height: 32px; flex-shrink: 0; display: grid; place-items: center; font-size: 13px; font-weight: 700; }
.custom-caption h3 { font-size: 15px; margin: 0; }
.custom-caption p { font-size: 14px; color: var(--muted); margin: 0; }
.custom-options { border-left: 1px solid #cdd5df; padding-left: 26px; margin-top: 52px; }
.custom-options > h3 { font-size: 17px; margin: 0 0 20px; }
.custom-option { display: flex; gap: 20px; align-items: center; margin-bottom: 22px; }
.custom-option h4 { margin: 0; font-size: 16px; font-weight: 500; }
.custom-option p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.35; }
.option-icon { width: 38px; flex-shrink: 0; font-size: 38px; line-height: 1; }
.color-icon { height: 36px; position: relative; }
.color-icon i { width: 21px; height: 21px; border: 1.5px solid var(--ink); border-radius: 50%; position: absolute; left: 9px; top: 0; }
.color-icon i:nth-child(2) { left: 1px; top: 13px; }
.color-icon i:nth-child(3) { left: 17px; top: 13px; }
.logo-icon { width: 38px; flex-shrink: 0; border: 1.5px solid var(--ink); text-align: center; font-size: 10px; padding: 4px 0; font-weight: 700; }
.custom-contact { background: #eff5fc; padding: 14px; border-radius: 8px; }
.custom-contact > div { display: flex; gap: 12px; }
.custom-contact p { font-size: 13px; line-height: 1.35; color: var(--muted); margin: 0 0 12px; }
.custom-contact strong { color: var(--ink); font-weight: 500; }
.chat-icon { display: block; width: 32px; height: 25px; flex-shrink: 0; border: 1.5px solid var(--ink); border-radius: 50%; font-size: 0; position: relative; }
.chat-icon::after { content: ''; position: absolute; bottom: -5px; left: 3px; width: 8px; height: 8px; border-left: 1.5px solid var(--ink); transform: skewY(-35deg); background: #eff5fc; }
.custom-contact .button { background: #081c3a; border-color: #081c3a; width: 100%; min-height: 42px; padding: 8px; font-size: 13px; border-radius: 4px; }
.custom-timeline { grid-column: 1 / -1; display: flex; align-items: center; gap: 24px; color: #8897ad; font-size: 12px; letter-spacing: .07em; font-weight: 700; margin-top: 24px; }
.timeline-rule { flex: 1; height: 1px; background: #b9c3d1; }
.custom-timeline b { font-size: 22px; font-weight: 400; }
.custom-timeline small { font-size: 9px; }
@media (max-width: 920px) { .customize-section { grid-template-columns: 1fr; padding: 32px 20px; } .custom-options { border-left: 0; border-top: 1px solid #cdd5df; padding: 24px 0 0; margin: 0; } .custom-timeline { flex-wrap: wrap; gap: 14px; } }
@media (max-width: 620px) { .custom-steps { grid-template-columns: 1fr; } .custom-arrow { display: none; } .custom-product { max-width: 320px; } .custom-caption { margin-bottom: 24px; } .desktop-break { display: none; } .timeline-rule { display: none; } }
@media (max-width: 920px) {
  .hero-content { margin-inline: auto; width: var(--shell); padding: 72px 0; }
  .hero-inner { width: var(--shell); }
  .hero { background-position: 60% center; }
  .customize-section { padding-block: 40px; }
  .custom-request { position: static; width: auto; min-height: 48px; font-size: .9rem; margin-top: 20px; }
}
@media (max-width: 620px) {
  .hero, .hero-inner { min-height: 620px; }
  .hero { background-image: linear-gradient(90deg, rgba(244,248,252,.96), rgba(244,248,252,.72)), url('public/casefit-hero-4k.png'); }
  .hero h1 { font-size: clamp(2.6rem, 10vw, 3.5rem); }
  .hero-content { padding-block: 60px; }
  .nav { flex-wrap: wrap; padding-block: 10px; }
  .nav-links { display: flex; order: 3; width: 100%; justify-content: space-between; gap: 12px; }
  .trust-grid strong { font-size: 1.25rem; }
}

/* Product artwork will be added after the replacement assets arrive. */
.hero { background: linear-gradient(110deg, #f4f8fc, #edf2f8); }
.hero { position: relative; }
.banner-cutout { position: absolute; right: 1%; top: 50%; transform: translateY(-50%); width: 51%; max-height: 620px; object-fit: contain; }
.hero-inner { position: relative; z-index: 1; }
@media (max-width: 920px) {
  .banner-cutout { position: relative; top: auto; right: auto; transform: none; width: 100%; max-height: 480px; margin: 0 auto; order: 2; }
  .hero { display: flex; flex-direction: column; }
  .hero-inner { order: 1; min-height: 0; }
}
@media (min-width: 921px) {
  .hero h1 { transform: translateX(-151px); }
  .hero-copy, .hero-actions { transform: translateX(-151px); }
}

.panda-brand { display: block; position: relative; width: 300px; height: 56px; overflow: hidden; flex-shrink: 0; }
.panda-brand img { position: absolute; width: 330px; max-width: none; height: auto; left: -16px; top: -25px; }
.brand-footer.panda-brand { background: transparent; border-radius: 0; }
.site-header .panda-brand { transform: scale(.9); transform-origin: left center; }
footer { background: #f3f3f3; color: #101a2b; }
.footer-grid a, .footer-grid span, .footer-grid p { color: #5f6b7a; }
.footer-bottom { border-top-color: #d8d8d8; color: #66717e; }
@media (max-width: 620px) { .panda-brand { width: 220px; height: 42px; } .panda-brand img { width: 242px; left: -12px; top: -18px; } }

/* Center the complete banner composition within the shared page shell. */
.hero .hero-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 24px; min-height: 650px; }
.hero .hero-content { grid-column: 1; grid-row: 1; width: 100%; max-width: none; margin: 0; padding: 64px 0; }
.hero .banner-cutout { grid-column: 2; grid-row: 1; position: static; transform: none; width: 100%; max-height: 600px; margin: 0; object-fit: contain; }
.hero h1, .hero .hero-copy, .hero .hero-actions { transform: none; }
.hero h1 { font-size: clamp(3rem, 4.5vw, 4.4rem); }
@media (max-width: 920px) {
  .hero .hero-inner { grid-template-columns: 1fr; gap: 0; min-height: 0; }
  .hero .hero-content { grid-column: 1; grid-row: 1; padding: 48px 0 24px; }
  .hero .banner-cutout { grid-column: 1; grid-row: 2; max-height: 460px; margin: 0 auto 32px; }
}
