:root {
  color-scheme: light;
  --ink: #102330;
  --muted: #637787;
  --line: #d8e4e8;
  --sea: #007d8c;
  --sea-dark: #075563;
  --aqua: #c9f4f0;
  --ice: #eefafb;
  --paper: #fbfdfd;
  --coral: #ed8f72;
  --gold: #f4c56a;
  --shadow: 0 18px 50px rgba(9, 53, 64, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.page { min-height: 100vh; overflow: hidden; }
.hero { position: relative; min-height: 430px; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 36px; align-items: center; padding: 64px clamp(20px, 5vw, 76px); background: linear-gradient(120deg, #e8fbfb 0%, #d6f5f2 48%, #f8fcfb 100%); border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: auto 0 0; height: 96px; background: repeating-linear-gradient(90deg, rgba(0,125,140,.12) 0 2px, transparent 2px 28px); mask-image: linear-gradient(transparent, black); }
.hero-copy, .service-meter { position: relative; z-index: 1; }
.eyebrow, .section-title p, .package-band p { margin: 0 0 8px; color: var(--sea); font-weight: 850; text-transform: uppercase; letter-spacing: 0; font-size: 12px; }
h1 { margin: 0; font-size: clamp(54px, 9vw, 112px); line-height: .86; color: var(--sea-dark); }
.intro { max-width: 760px; margin: 22px 0 0; color: #2c4a58; font-size: 21px; line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; align-items: center; }
.hero-actions a, .hero-actions span { border-radius: 999px; padding: 11px 15px; font-weight: 900; text-decoration: none; }
.hero-actions a { background: var(--sea-dark); color: #fff; }
.hero-actions span { background: rgba(255,255,255,.72); border: 1px solid rgba(0,125,140,.22); color: var(--sea-dark); }
.service-meter { background: rgba(255,255,255,.78); border: 1px solid rgba(0,125,140,.2); border-radius: 8px; padding: 24px; box-shadow: var(--shadow); display: grid; gap: 18px; }
.dial { width: 116px; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(var(--sea) 0 78%, #d9eef1 78%); padding: 12px; }
.dial span { display: block; width: 100%; height: 100%; border-radius: 50%; background: #fff; position: relative; }
.dial span::after { content: "SG"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--sea-dark); font-weight: 950; font-size: 28px; }
.service-meter p { margin: 0; color: var(--muted); font-weight: 850; }
.service-meter strong { display: block; color: var(--sea-dark); font-size: 36px; }
.service-meter small { color: var(--muted); line-height: 1.4; }
.package-band { max-width: 1240px; margin: -34px auto 0; position: relative; z-index: 2; padding: 0 clamp(16px, 4vw, 32px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.package-band article { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 20px; box-shadow: 0 12px 30px rgba(9,53,64,.08); }
.package-band h2 { margin: 0 0 6px; font-size: 34px; color: var(--sea-dark); }
.package-band span { color: var(--muted); line-height: 1.4; }
.layout { display: grid; grid-template-columns: .92fr 1.08fr .86fr; gap: 24px; max-width: 1440px; margin: 0 auto; padding: 38px clamp(16px, 4vw, 44px) 62px; }
.vendors, .booking, .chat-card { min-width: 0; }
.section-title h2 { margin: 0 0 20px; font-size: 27px; color: var(--sea-dark); }
.vendor-grid { display: grid; gap: 14px; }
.vendor { border: 1px solid var(--line); background: linear-gradient(180deg, #fff, #f7fcfc); border-radius: 8px; padding: 16px; display: grid; gap: 11px; box-shadow: 0 10px 28px rgba(9,53,64,.06); }
.vendor h3 { margin: 0; font-size: 18px; color: var(--ink); }
.vendor p { margin: 0; color: var(--muted); }
.packages { display: flex; gap: 9px; flex-wrap: wrap; }
.pill { background: var(--ice); color: var(--sea-dark); border: 1px solid #b9e2e5; border-radius: 999px; padding: 7px 10px; font-weight: 900; font-size: 13px; }
.booking, .chat-card { border: 1px solid var(--line); border-radius: 8px; padding: 22px; background: #fff; box-shadow: var(--shadow); }
.form { display: grid; gap: 14px; }
label { display: grid; gap: 7px; color: #3e5260; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid #cad8dd; border-radius: 8px; padding: 12px 13px; background: #fbfdfd; color: var(--ink); outline-color: var(--sea); }
textarea { min-height: 86px; resize: vertical; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form button, .composer button { border: 0; border-radius: 8px; background: var(--sea); color: #fff; padding: 13px 16px; font-weight: 950; box-shadow: 0 10px 22px rgba(0,125,140,.2); }
.form button:hover, .composer button:hover { background: var(--sea-dark); }
.status { min-height: 24px; color: var(--sea-dark); font-weight: 800; line-height: 1.4; }
.chat { min-height: 290px; max-height: 430px; overflow: auto; display: grid; align-content: start; gap: 12px; background: linear-gradient(180deg, #f2fbfb, #f8fcfc); border: 1px solid var(--line); border-radius: 8px; padding: 14px; }
.message { padding: 12px 14px; border-radius: 8px; line-height: 1.45; }
.assistant { background: #fff; border: 1px solid var(--line); }
.user { background: var(--sea-dark); color: #fff; justify-self: end; max-width: 86%; }
.suggestions { display: flex; gap: 8px; flex-wrap: wrap; margin: 12px 0; }
.suggestions button { border: 1px solid #b6dce0; background: #fff; color: var(--sea-dark); border-radius: 999px; padding: 8px 11px; font-weight: 850; }
.composer { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: end; }
.composer textarea { min-height: 46px; max-height: 130px; }
@media (max-width: 1120px) { .layout { grid-template-columns: 1fr; } .vendors { order: 2; } .booking { order: 1; } .chat-card { order: 3; } .vendor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .hero { grid-template-columns: 1fr; min-height: auto; padding: 42px 18px 72px; } .service-meter { max-width: 380px; } .package-band { margin-top: -44px; grid-template-columns: 1fr; } .two, .composer { grid-template-columns: 1fr; } .layout { padding: 28px 16px 46px; } .vendor-grid { grid-template-columns: 1fr; } h1 { font-size: 58px; } .intro { font-size: 17px; } .booking, .chat-card { padding: 18px; } }
