 :root {
     --color-primary: #1d4ed8;
     /* blue */
     --color-accent: #f97316;
     /* orange */
     --color-dark: #0f172a;
     --color-light: #f3f4f6;
     --radius-pill: 999px;
     --shadow-soft: 0 12px 30px rgba(15, 23, 42, 0.12);
 }

 * {
     box-sizing: border-box;
 }

 /* html {
     scroll-behavior: smooth;
     scroll-padding-top: 70px;
 } */

 body {
     margin: 0;
     font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     background: #e5e7eb;
     color: #111827;
 }

 a {
     color: inherit;
     text-decoration: none;
 }

 .container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 0 1.5rem;
 }

 /* Top bar + nav */
 /* .top-bar {
     background: #020617;
     color: #e5e7eb;
     font-size: 0.85rem;
     padding: 0.35rem 0;
 }

 .top-bar-inner {
     max-width: 1100px;
     margin: 0 auto;
     padding: 0 1.5rem;
     display: flex;
     justify-content: space-between;
     gap: 1rem;
 }

 header {
     background: white;
     border-bottom: 1px solid #e5e7eb;
 }

 .nav {
     max-width: 1100px;
     margin: 0 auto;
     padding: 0.75rem 1.5rem;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 1rem;
 }

 .nav-left {
     display: flex;
     align-items: center;
     gap: 0.6rem;
 }

 .logo-mark {
     width: 36px;
     height: 36px;
     border-radius: 999px;
     border: 2px solid #111827;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: 700;
 }

 .nav-menu {
     display: flex;
     gap: 1.25rem;
     font-size: 0.9rem;
 }

 .nav-cta {
     display: flex;
     gap: 0.75rem;
 } */

 .submit-row .pill {
     border-radius: var(--radius-pill);
     padding: 0.45rem 1.1rem;
     font-size: 0.85rem;
     font-weight: 600;
     border: 1px solid transparent;
     cursor: pointer;
 }

 .submit-row .pill-primary {
     background: var(--color-accent);
     color: #111827;
     border-color: var(--color-accent);
 }

 .submit-row .pill-outline {
     background: transparent;
     color: #111827;
     border-color: #cbd5f5;
 }

 /* Hero */
 .hero {
     background: white;
     padding: 2.5rem 0 2rem;
     border-bottom: 1px solid #e5e7eb;
 }

 .hero-inner {
     display: flex;
     gap: 2rem;
     align-items: center;
 }

 .hero-left,
 .hero-right {
     flex: 1;
 }

 .kicker {
     font-size: 0.8rem;
     letter-spacing: 0.18em;
     text-transform: uppercase;
     color: #6b7280;
     margin-bottom: 0.5rem;
 }

 .hero-title {
     margin: 0 0 0.5rem;
     font-size: 2rem;
 }

 .hero-sub {
     font-size: 0.95rem;
     color: #4b5563;
     margin-bottom: 1.25rem;
 }

 .hero-list {
     font-size: 0.9rem;
     color: #4b5563;
     padding-left: 1.1rem;
     margin-bottom: 1.25rem;
 }

 .hero-card {
     background: #0f172a;
     color: #e5e7eb;
     border-radius: 1.25rem;
     padding: 1.25rem 1.5rem;
     box-shadow: var(--shadow-soft);
     font-size: 0.9rem;
 }

 .hero-card p {
     margin: 0.4rem 0 0;
     font-size: 0.85rem;
     color: #cbd5f5;
 }

 /* Section wrapper */
 .section {
     padding: 2.5rem 0;
 }

 .section-title {
     margin: 0 0 0.25rem;
     font-size: 1.5rem;
 }

 .section-sub {
     margin: 0 0 1.5rem;
     font-size: 0.9rem;
     color: #4b5563;
 }

 /* Booking layout */
 .booking-layout {
     display: grid;
     grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
     gap: 2rem;
 }

 .form-card {
     background: white;
     border-radius: 1.25rem;
     padding: 1.3rem 1.4rem 1.6rem;
     border: 1px solid #e5e7eb;
     box-shadow: var(--shadow-soft);
     font-size: 0.9rem;
 }

 .form-section-title {
     margin: 0 0 0.8rem;
     font-size: 1rem;
 }

 .form-grid-two {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 0.75rem 0.9rem;
 }

 .form-field {
     margin-bottom: 0.8rem;
 }

 .form-field label {
     display: block;
     font-size: 0.8rem;
     color: #4b5563;
     margin-bottom: 0.15rem;
 }

 .form-field input,
 .form-field select,
 .form-field textarea {
     width: 100%;
     padding: 0.4rem 0.55rem;
     border-radius: 0.6rem;
     border: 1px solid #d1d5db;
     font-size: 0.86rem;
     font-family: inherit;
 }

 .form-field textarea {
     min-height: 70px;
     resize: vertical;
 }

 .radio-row {
     display: flex;
     flex-wrap: wrap;
     gap: 1rem;
     font-size: 0.85rem;
 }

 .radio-row label {
     display: inline-flex;
     align-items: center;
     gap: 0.3rem;
 }

 .form-note {
     font-size: 0.78rem;
     color: #6b7280;
     margin-top: 0.25rem;
 }

 .disclaimer-block {
     font-size: 0.78rem;
     color: #6b7280;
     margin-top: 0.6rem;
     border-top: 1px dashed #e5e7eb;
     padding-top: 0.5rem;
 }

 .submit-row {
     margin-top: 1.2rem;
     display: flex;
     flex-wrap: wrap;
     gap: 0.75rem;
     align-items: center;
 }

 .submit-row small {
     font-size: 0.78rem;
     color: #6b7280;
 }

 /* Sidebar summary / estimator */
 .sidebar-card {
     background: white;
     border-radius: 1.25rem;
     padding: 1.2rem 1.3rem;
     border: 1px solid #e5e7eb;
     box-shadow: var(--shadow-soft);
     font-size: 0.88rem;
     margin-bottom: 1rem;
 }

 .sidebar-card h3 {
     margin: 0 0 0.55rem;
     font-size: 1rem;
 }

 .sidebar-card p {
     margin: 0 0 0.4rem;
     color: #4b5563;
 }

 .sidebar-list {
     margin: 0.4rem 0 0;
     padding-left: 1.1rem;
     font-size: 0.84rem;
     color: #4b5563;
 }

 /* Reuse the estimator styles from mobile page */
 .estimator-card {
     background: white;
     border-radius: 1.1rem;
     padding: 0.9rem 1rem 1rem;
     border: 1px solid #e5e7eb;
     box-shadow: var(--shadow-soft);
     font-size: 0.86rem;
     margin-bottom: 0.75rem;
 }

 .estimator-card h3 {
     margin: 0 0 0.35rem;
     font-size: 0.95rem;
 }

 .estimator-fields {
     display: flex;
     flex-wrap: wrap;
     gap: 0.5rem;
     margin: 0.5rem 0 0.75rem;
 }

 .estimator-input {
     flex: 1 1 120px;
     min-width: 0;
 }

 .estimator-input label {
     display: block;
     font-size: 0.75rem;
     color: #6b7280;
     margin-bottom: 0.1rem;
 }

 .estimator-input input {
     width: 100%;
     padding: 0.35rem 0.5rem;
     border-radius: 0.55rem;
     border: 1px solid #d1d5db;
     font-size: 0.85rem;
 }

 .estimator-result {
     font-size: 0.8rem;
     color: #4b5563;
 }

 /* Footer */
 footer {
     background: #020617;
     color: #9ca3af;
     font-size: 0.8rem;
     padding: 1.1rem 0;
     /* margin-top: 2.5rem; */
 }

 .footer-inner {
     max-width: 1100px;
     margin: 0 auto;
     padding: 0 1.5rem;
     display: flex;
     justify-content: space-between;
     gap: 1rem;
 }

 @media (max-width: 900px) {

     .hero-inner,
     .booking-layout,
     .footer-inner {
         flex-direction: column;
         display: flex;
     }

     /* .nav-menu {
         display: none;
     } */

     .form-grid-two {
         grid-template-columns: minmax(0, 1fr);
     }
 }