/* DRE Medical — International Hub shared stylesheet
   Palette + type captured from live dremed.com (Hello Elementor build). */

:root {
  --navy: #001d42;
  --navy-mid: #002f68;
  --blue: #006db8;
  --cyan: #00b1cc;
  --cyan-dark: #009bb4;
  --text: #333;
  --muted: #5b6b7d;
  --line: #e3e8ef;
  --bg-soft: #f3f7fb;
  --container: 1200px;
  --radius: 6px;
  --shadow: 0 8px 28px rgba(0, 29, 66, .10);
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "Inter", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
  font-size: 16px;
}

img { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-weight: 800; line-height: 1.15; color: var(--navy); margin: 0 0 .5em; }
h2 { font-size: 30px; }
h3 { font-size: 21px; }
p { margin: 0 0 1em; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.btn {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  border-radius: var(--radius);
  padding: 14px 22px;
  cursor: pointer;
  border: 0;
  text-align: center;
  transition: background .15s ease, transform .15s ease;
}
.btn-quote { background: var(--cyan); color: #fff; }
.btn-quote:hover { background: var(--cyan-dark); text-decoration: none; transform: translateY(-1px); }
.btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.6); }
.btn-outline:hover { background: rgba(255,255,255,.12); text-decoration: none; }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.75);
  font-size: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; height: 34px; }
.topbar a { color: rgba(255,255,255,.8); }
.topbar .top-contact { display: flex; gap: 16px; align-items: center; }

/* ---------- Header ---------- */
.site-header { background: var(--navy); color: #fff; position: sticky; top: 0; z-index: 50; }
.site-header .container { display: flex; align-items: center; gap: 24px; min-height: 84px; }
.brand img { height: 46px; width: auto; }
.nav { display: flex; gap: 26px; margin-left: 8px; flex: 1; }
.nav a {
  color: #fff; font-weight: 600; font-size: 13px; letter-spacing: .04em;
  text-transform: uppercase; padding: 8px 0; position: relative;
}
.nav a:hover { color: var(--cyan); text-decoration: none; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.call-box { text-align: right; font-size: 12px; color: rgba(255,255,255,.85); line-height: 1.3; }
.call-box strong { display: block; color: #fff; font-size: 15px; }
.icon-circle {
  width: 38px; height: 38px; border-radius: 50%; display: inline-flex;
  align-items: center; justify-content: center; color: #fff; font-size: 16px;
}
.icon-circle.wa { background: #25d366; }
.icon-circle.ph { background: var(--cyan); }
.contact-icons { display: flex; gap: 8px; }
.nav-toggle {
  display: none; background: none; border: 0; color: #fff; font-size: 26px;
  cursor: pointer; margin-left: auto;
}

/* ---------- Search band ---------- */
.searchband { background: linear-gradient(180deg, #eef5fb 0%, #ffffff 100%); border-bottom: 1px solid var(--line); }
.searchband .container { padding-top: 18px; padding-bottom: 18px; }
.searchbox { display: flex; box-shadow: var(--shadow); border-radius: var(--radius); overflow: hidden; }
.searchbox input {
  flex: 1; border: 1px solid var(--line); border-right: 0; padding: 15px 18px;
  font-size: 15px; font-family: inherit; outline: none;
}
.searchbox button { background: var(--cyan); color: #fff; border: 0; padding: 0 24px; font-size: 18px; cursor: pointer; }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff;
  background: linear-gradient(rgba(0,29,66,.86), rgba(0,45,104,.80)), var(--hero-img, none);
  background-size: cover; background-position: center;
}
.hero .container { padding-top: 86px; padding-bottom: 86px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(0,177,204,.16); border: 1px solid rgba(0,177,204,.5);
  color: #8fe6f4; font-size: 12px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; padding: 9px 18px; border-radius: 999px; margin-bottom: 24px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); }
.hero h1 { color: #fff; font-size: 46px; max-width: 14ch; margin-bottom: 22px; }
.hero h1 .accent { color: var(--cyan); display: block; }
.hero .sub { font-size: 19px; color: rgba(255,255,255,.86); max-width: 60ch; margin-bottom: 30px; }

.stats { display: flex; gap: 56px; margin-top: 46px; flex-wrap: wrap; }
.stats .num { font-size: 38px; font-weight: 800; color: #fff; line-height: 1; }
.stats .lbl { font-size: 13px; color: rgba(255,255,255,.72); margin-top: 6px; }

/* ---------- Slim split hero (International hub) ---------- */
.hero-split {
  color: #fff; overflow: hidden;
  background:
    radial-gradient(900px 320px at 82% -10%, rgba(0,177,204,.20), transparent 60%),
    linear-gradient(118deg, var(--navy) 0%, var(--navy-mid) 58%, #013a7a 100%);
}
.hero-split .container { padding-top: 44px; padding-bottom: 0; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.hero-copy { padding: 8px 0 34px; }
.hero-split h1 { color: #fff; font-size: 40px; margin-bottom: 16px; max-width: 18ch; }
.hero-split h1 .accent { color: var(--cyan); display: block; }
.hero-split .sub { font-size: 17px; color: rgba(255,255,255,.85); max-width: 48ch; margin-bottom: 24px; }
.hero-art { display: flex; align-items: center; justify-content: center; }
.hero-art svg { width: 100%; max-width: 360px; height: auto; filter: drop-shadow(0 12px 34px rgba(0,0,0,.4)); }
.hero-statstrip { display: flex; border-top: 1px solid rgba(255,255,255,.12); }
.hero-statstrip .s { flex: 1; padding: 16px 10px; border-right: 1px solid rgba(255,255,255,.1); }
.hero-statstrip .s:last-child { border-right: 0; }
.hero-statstrip .num { font-size: 24px; font-weight: 800; color: #fff; line-height: 1; }
.hero-statstrip .lbl { font-size: 12px; color: rgba(255,255,255,.7); margin-top: 5px; }
.hero-art svg text { font-family: "Inter", sans-serif; }
.hero-copy .byline { color: rgba(255,255,255,.72); font-size: 14px; margin: -8px 0 18px; }

/* ---------- Sections ---------- */
.section { padding: 76px 0; }
.section.soft { background: var(--bg-soft); }
.section .lead { color: var(--muted); font-size: 18px; max-width: 70ch; }
.eyebrow { color: var(--cyan); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: 13px; margin-bottom: 12px; }
.section-head { max-width: 760px; margin-bottom: 44px; }

/* card grids */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 30px;
  box-shadow: var(--shadow);
}
.card .ico {
  width: 52px; height: 52px; border-radius: 12px; background: rgba(0,177,204,.12);
  color: var(--cyan); display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 18px;
}
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); margin: 0; font-size: 15px; }

/* country selector grid */
.country-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.country-card {
  display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--line);
  border-radius: 10px; padding: 22px 24px; box-shadow: var(--shadow); color: var(--navy);
  font-weight: 700; font-size: 18px; transition: border-color .15s, transform .15s;
}
.country-card:hover { border-color: var(--cyan); transform: translateY(-2px); text-decoration: none; }
.country-card .flag { font-size: 34px; line-height: 1; }
.country-card .go { margin-left: auto; color: var(--cyan); font-weight: 800; }
.country-select { display: none; }
.country-select select { width: 100%; padding: 15px; font-size: 16px; border: 1px solid var(--line); border-radius: var(--radius); font-family: inherit; }

/* value blocks (stacked) */
.value-block { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.value-item { padding: 26px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--cyan); border-radius: 8px; }
.value-item h3 { margin-bottom: 8px; }
.value-item p { color: var(--muted); margin: 0; }

/* ---------- Lead form ---------- */
.lead-wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
.lead-form { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 32px; box-shadow: var(--shadow); }
.lead-form h3 { margin-bottom: 6px; }
.lead-form .note { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius);
  font-family: inherit; font-size: 15px; outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* equipment matrix */
.equip-matrix { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.equip-link {
  display: block; background: #fff; border: 1px solid var(--line); border-radius: 8px;
  padding: 20px; font-weight: 700; color: var(--navy); text-align: center; box-shadow: var(--shadow);
}
.equip-link:hover { border-color: var(--cyan); color: var(--cyan); text-decoration: none; }
.equip-link .ico { display: block; font-size: 28px; margin-bottom: 12px; color: var(--cyan); line-height: 1; }
.equip-link:hover .ico { color: var(--cyan-dark); }

/* spotlight */
.spotlight { background: var(--navy); color: #fff; border-radius: 12px; padding: 40px; }
.spotlight .eyebrow { color: var(--cyan); }
.spotlight h3 { color: #fff; }
.spotlight p { color: rgba(255,255,255,.85); margin: 0; }

/* CTA band */
.cta-band { background: linear-gradient(120deg, var(--navy), var(--blue)); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.85); max-width: 56ch; margin: 0 auto 26px; }

/* ---------- Article ---------- */
.article { max-width: 760px; margin: 0 auto; }
.article .byline { color: var(--muted); font-size: 14px; margin-bottom: 30px; }
.article p { font-size: 17px; color: #2c3a48; }
.article h1 { font-size: 38px; }
.backlink { display: inline-block; margin-top: 30px; font-weight: 700; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: rgba(255,255,255,.72); padding-top: 56px; }
.footer-cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 40px; }
.footer-brand img { height: 44px; margin-bottom: 16px; }
.footer-brand p { font-size: 14px; max-width: 34ch; }
.site-footer h4 { color: #fff; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 16px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: rgba(255,255,255,.72); font-size: 14px; }
.site-footer a:hover { color: var(--cyan); text-decoration: none; }
.certs { display: flex; gap: 18px; margin-top: 14px; }
.cert { font-size: 12px; color: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.18); padding: 6px 12px; border-radius: 6px; }
.brandbar { border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; gap: 22px; padding: 18px 0; font-size: 13px; }
.brandbar a { color: rgba(255,255,255,.7); }
.footer-base { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; font-size: 13px; color: rgba(255,255,255,.55); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .nav, .header-actions .call-box, .header-actions .contact-icons { display: none; }
  .nav-toggle { display: block; }
  .site-header .container { min-height: 64px; }
  .nav.nav--open {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--navy-mid); padding: 16px 24px; gap: 4px; box-shadow: var(--shadow);
  }
  .nav.nav--open a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero h1 { font-size: 34px; }
  .hero-grid { grid-template-columns: 1fr; gap: 8px; }
  .hero-art { order: -1; }
  .hero-art svg { max-width: 220px; }
  .hero-split h1 { font-size: 32px; }
  .card-grid, .country-grid, .equip-matrix, .value-block, .lead-wrap, .footer-cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  h2 { font-size: 25px; }
  .hero h1 { font-size: 28px; }
  .hero .sub { font-size: 17px; }
  .hero-split h1 { font-size: 27px; }
  .hero-art svg { max-width: 170px; }
  .hero-statstrip .num { font-size: 20px; }
  .stats { gap: 28px; }
  .stats .num { font-size: 30px; }
  .card-grid, .country-grid, .equip-matrix, .value-block, .lead-wrap, .footer-cols, .field-row { grid-template-columns: 1fr; }
  .country-select { display: block; margin-top: 18px; }
  .section { padding: 52px 0; }
  .spotlight, .lead-form { padding: 26px; }
}
