/* =====================================================================
   Co-Create — Homepage Redesign (matches Website Design Recommendation PDF)
   Loaded after style.css to override the base template on index.html only.
   Scope: sections prefixed with .rd-  +  refreshed header tweaks.
   ===================================================================== */

:root {
  --rd-gold: #c9a14a;
  --rd-gold-deep: #b8862f;
  --rd-gold-soft: #d8b876;
  --rd-ink: #1c1c1c;
  --rd-ink-soft: #2a2a2a;
  --rd-body: #6c7178;
  --rd-cream: #fbf8f2;
  --rd-cream-2: #f6f1e7;
  --rd-line: #ece6da;
  --rd-dark: #1b1b1b;
  --rd-dark-2: #161616;
  --rd-serif: "Playfair Display", Georgia, serif;
  --rd-sans: "Inter", sans-serif;
  --rd-script: "Great Vibes", cursive;
  --rd-shadow: 0 24px 60px rgba(26, 22, 12, 0.10);
  --rd-shadow-sm: 0 12px 30px rgba(26, 22, 12, 0.08);
}

/* ---------- shared scaffolding ---------- */
.rd { font-family: var(--rd-sans); color: var(--rd-body); }
.rd-container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; }

.rd h1, .rd h2, .rd h3, .rd h4, .rd h5, .rd h6 { font-family: var(--rd-serif); color: var(--rd-ink); margin: 0; }
.rd p { margin: 0; font-family: var(--rd-sans); color: var(--rd-body); line-height: 1.75; font-size: 16px; }

.rd-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--rd-sans); font-weight: 600; letter-spacing: 2.5px;
  text-transform: uppercase; font-size: 12.5px; color: var(--rd-gold-deep);
}
.rd-label::before { content: ""; width: 26px; height: 2px; background: var(--rd-gold); display: inline-block; }
.rd-label.is-pill {
  background: #fff; border: 1px solid var(--rd-line); border-radius: 40px;
  padding: 9px 20px; box-shadow: var(--rd-shadow-sm);
}
.rd-label.is-pill::before { display: none; }

.rd-accent { color: var(--rd-gold-deep); }

.rd-dotgrid {
  background-image: radial-gradient(var(--rd-gold) 1.7px, transparent 1.8px);
  background-size: 15px 15px; opacity: .45; display: block;
}

.rd-btn {
  display: inline-flex; align-items: center; gap: 12px; cursor: pointer;
  font-family: var(--rd-sans); font-weight: 600; font-size: 15px;
  padding: 15px 30px; border-radius: 40px; border: none; transition: all .3s ease;
  text-decoration: none; line-height: 1;
}
.rd-btn .ic {
  width: 30px; height: 30px; border-radius: 50%; display: inline-flex;
  align-items: center; justify-content: center; font-size: 13px; transition: all .3s ease;
}
.rd-btn-gold { background: linear-gradient(135deg, var(--rd-gold-soft), var(--rd-gold-deep)); color: #fff; box-shadow: 0 14px 26px rgba(184, 134, 47, .28); }
.rd-btn-gold .ic { background: rgba(255,255,255,.22); color: #fff; }
.rd-btn-gold:hover { color:#fff; transform: translateY(-3px); box-shadow: 0 20px 34px rgba(184, 134, 47, .38); }
.rd-btn-ghost { background: #fff; color: var(--rd-ink); border: 1px solid var(--rd-line); }
.rd-btn-ghost .ic { background: linear-gradient(135deg, var(--rd-gold-soft), var(--rd-gold-deep)); color: #fff; }
.rd-btn-ghost:hover { color: var(--rd-ink); border-color: var(--rd-gold); transform: translateY(-3px); }

/* ============================ HERO ============================ */
.rd-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, var(--rd-cream) 100%);
  padding: 70px 0 0;
}
.rd-hero .dots-tl { position: absolute; left: 22px; top: 120px; width: 100px; height: 70px; }
.rd-hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; }
.rd-hero-copy { padding: 10px 0 40px; }
.rd-hero h1 {
  font-size: 62px; line-height: 1.08; font-weight: 800; letter-spacing: -.5px;
  margin: 22px 0 0;
}
.rd-hero h1 .rd-accent { font-style: italic; font-weight: 700; }
.rd-hero-copy > p { margin-top: 22px; max-width: 480px; font-size: 16.5px; }
.rd-hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }

.rd-hero-features {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
  margin-top: 44px; padding-top: 30px; border-top: 1px solid var(--rd-line);
}
.rd-feat { display: flex; gap: 12px; align-items: flex-start; }
.rd-feat .fic { color: var(--rd-gold-deep); font-size: 24px; line-height: 1; margin-top: 2px; flex: 0 0 auto; }
.rd-feat h5 { font-family: var(--rd-sans); font-weight: 700; font-size: 14.5px; color: var(--rd-ink); line-height: 1.25; }
.rd-feat span { display: block; font-size: 12.5px; color: var(--rd-body); margin-top: 3px; }

/* hero image with gold arc */
.rd-hero-visual { position: relative; align-self: stretch; min-height: 520px; }
.rd-hero-arc {
  position: absolute; right: -40px; top: 0; width: 560px; height: 560px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, transparent 63%, rgba(201,161,74,.0) 63%),
    conic-gradient(from -40deg, var(--rd-gold) 0deg, var(--rd-gold-soft) 70deg, transparent 150deg);
  -webkit-mask: radial-gradient(circle at center, transparent 60%, #000 60.5%);
          mask: radial-gradient(circle at center, transparent 60%, #000 60.5%);
  z-index: 0; opacity: .9;
}
.rd-hero-photo {
  position: relative; z-index: 1; margin: 40px 0 0 40px;
  border-radius: 280px 280px 18px 18px; overflow: hidden;
  box-shadow: var(--rd-shadow); aspect-ratio: 1/1; max-width: 520px;
}
.rd-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rd-vision-badge {
  position: absolute; right: 8px; bottom: 26px; z-index: 3;
  background: #fff; border-radius: 14px; box-shadow: var(--rd-shadow);
  padding: 12px 18px; display: flex; align-items: center; gap: 12px;
}
.rd-vision-badge .vb-ic { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, var(--rd-gold-soft), var(--rd-gold-deep)); display: flex; align-items: center; justify-content: center; color: #fff; }
.rd-vision-badge span { font-family: var(--rd-sans); font-weight: 700; font-size: 13px; color: var(--rd-ink); line-height: 1.3; }

/* ============================ TRUSTED BY ============================ */
.rd-trusted { background: var(--rd-cream); padding: 26px 0 60px; }
.rd-trusted-box {
  background: #fff; border-radius: 16px; box-shadow: var(--rd-shadow-sm);
  padding: 26px 30px; position: relative;
}
.rd-trusted-title { text-align: center; font-family: var(--rd-sans); font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; font-size: 12px; color: var(--rd-body); margin-bottom: 18px; }
.rd-trusted-track { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.rd-trusted-track .brand-block { flex: 1; display: flex; align-items: center; justify-content: center; padding: 0 8px; border-left: 1px solid var(--rd-line); }
.rd-trusted-track .brand-block:first-of-type { border-left: none; }
.rd-trusted-track img { max-height: 64px; width: auto; max-width: 130px; object-fit: contain; filter: saturate(.9); }
.rd-trusted-arrow { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--rd-gold); background: #fff; color: var(--rd-gold-deep); display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; cursor: pointer; transition: all .3s; }
.rd-trusted-arrow:hover { background: var(--rd-gold); color: #fff; }

/* ============================ ABOUT ============================ */
.rd-about { background: #fff; padding: 110px 0 0; position: relative; }
.rd-about-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 56px; align-items: center; }
.rd-about-visual { position: relative; }
.rd-about-dots { position: absolute; left: -8px; top: -8px; width: 90px; height: 70px; z-index: 2; }
.rd-about-arc {
  position: absolute; left: -26px; top: -26px; width: 230px; height: 230px;
  border-radius: 50%;
  background: conic-gradient(from 140deg, var(--rd-gold) 0deg, var(--rd-gold-soft) 80deg, transparent 150deg);
  -webkit-mask: radial-gradient(circle at center, transparent 66%, #000 66.5%);
          mask: radial-gradient(circle at center, transparent 66%, #000 66.5%);
  z-index: 0;
}
.rd-about-photo { position: relative; z-index: 1; border-radius: 22px 140px 22px 22px; overflow: hidden; box-shadow: var(--rd-shadow); aspect-ratio: 1.02/1; }
.rd-about-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rd-about h2 { font-size: 44px; line-height: 1.12; font-weight: 800; margin-top: 18px; letter-spacing: -.5px; }
.rd-about h2 .rd-accent { font-style: italic; }
.rd-about-copy > p { margin-top: 20px; max-width: 520px; }
.rd-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.rd-stat { border-left: 2px solid var(--rd-line); padding-left: 18px; }
.rd-stat .num { font-family: var(--rd-serif); font-weight: 800; font-size: 42px; color: var(--rd-gold-deep); line-height: 1; }
.rd-stat h5 { font-family: var(--rd-sans); font-weight: 700; font-size: 15px; color: var(--rd-ink); margin: 8px 0 6px; }
.rd-stat p { font-size: 13.5px; line-height: 1.55; }
.rd-about-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 36px; }
.rd-callpill { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--rd-line); border-radius: 44px; padding: 10px 26px 10px 12px; box-shadow: var(--rd-shadow-sm); }
.rd-callpill .cp-ic { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--rd-gold-soft), var(--rd-gold-deep)); color: #fff; display: flex; align-items: center; justify-content: center; }
.rd-callpill small { display: block; font-size: 12px; color: var(--rd-body); }
.rd-callpill a { display: block; font-family: var(--rd-sans); font-weight: 700; color: var(--rd-ink); font-size: 17px; text-decoration: none; }

/* about feature cards strip */
.rd-about-cards-wrap { background: #fff; padding: 70px 0 110px; }
.rd-about-cards {
  background: #fff; border: 1px solid var(--rd-line); border-radius: 20px; box-shadow: var(--rd-shadow);
  display: grid; grid-template-columns: repeat(5, 1fr);
}
.rd-acard { padding: 32px 24px; border-right: 1px solid var(--rd-line); }
.rd-acard:last-child { border-right: none; }
.rd-acard .ac-ic { color: var(--rd-gold-deep); font-size: 30px; margin-bottom: 16px; }
.rd-acard h5 { font-family: var(--rd-sans); font-weight: 700; font-size: 15.5px; color: var(--rd-ink); line-height: 1.3; margin-bottom: 10px; }
.rd-acard p { font-size: 13.5px; line-height: 1.6; }

/* ============================ SERVICES ============================ */
.rd-services { background: var(--rd-cream); padding: 110px 0; position: relative; overflow: hidden; }
.rd-services .dots { position: absolute; left: 32%; top: 70px; width: 100px; height: 70px; }
.rd-services-grid { display: grid; grid-template-columns: 1fr 0.78fr 1.1fr; gap: 36px; align-items: center; }
.rd-services h2 { font-size: 42px; line-height: 1.12; font-weight: 800; margin-top: 18px; letter-spacing: -.5px; }
.rd-services-copy > p { margin-top: 18px; }
.rd-mini-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; margin-top: 30px; }
.rd-mini { display: flex; gap: 12px; align-items: flex-start; }
.rd-mini .mic { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--rd-line); background:#fff; color: var(--rd-gold-deep); display: flex; align-items: center; justify-content: center; font-size: 17px; flex: 0 0 auto; }
.rd-mini span { font-family: var(--rd-sans); font-weight: 700; font-size: 14px; color: var(--rd-ink); line-height: 1.3; }
.rd-services-copy .rd-btn { margin-top: 34px; }

.rd-services-photo { position: relative; }
.rd-services-photo .ph { border-radius: 200px 200px 18px 18px; overflow: hidden; box-shadow: var(--rd-shadow); aspect-ratio: .72/1; }
.rd-services-photo .ph img { width: 100%; height: 100%; object-fit: cover; }
.rd-services-photo .arc { position: absolute; left: -22px; bottom: -22px; width: 170px; height: 170px; border-radius: 50%; background: conic-gradient(from 60deg, var(--rd-gold) 0deg, var(--rd-gold-soft) 80deg, transparent 150deg); -webkit-mask: radial-gradient(circle at center, transparent 66%, #000 66.5%); mask: radial-gradient(circle at center, transparent 66%, #000 66.5%); z-index: -1; }

/* services accordion */
.rd-acc { background:#fff; border-radius: 18px; box-shadow: var(--rd-shadow); overflow: hidden; }
.rd-acc-item { border-bottom: 1px solid var(--rd-line); }
.rd-acc-item:last-child { border-bottom: none; }
.rd-acc-head { width: 100%; background: none; border: none; cursor: pointer; display: flex; align-items: center; gap: 16px; padding: 22px 26px; text-align: left; }
.rd-acc-head .ic { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--rd-line); display: flex; align-items: center; justify-content: center; color: var(--rd-gold-deep); font-size: 18px; flex: 0 0 auto; transition: all .3s; }
.rd-acc-head .ttl { flex: 1; font-family: var(--rd-serif); font-weight: 700; font-size: 19px; color: var(--rd-ink); transition: color .3s; }
.rd-acc-head .no { font-family: var(--rd-sans); font-weight: 700; color: #c9c4b8; font-size: 16px; }
.rd-acc-head .chev { color: var(--rd-gold-deep); margin-left: 6px; transition: transform .3s; }
.rd-acc-body { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.rd-acc-body p { padding: 0 26px 24px 88px; font-size: 14.5px; }
.rd-acc-item.is-open { background: linear-gradient(135deg, var(--rd-gold-soft), var(--rd-gold-deep)); }
.rd-acc-item.is-open .rd-acc-head .ic { background: rgba(255,255,255,.2); border-color: transparent; color:#fff; }
.rd-acc-item.is-open .rd-acc-head .ttl,
.rd-acc-item.is-open .rd-acc-head .no { color: #fff; }
.rd-acc-item.is-open .rd-acc-head .chev { display: none; }
.rd-acc-item.is-open .rd-acc-body { max-height: 240px; }
.rd-acc-item.is-open .rd-acc-body p { color: rgba(255,255,255,.92); padding-bottom: 26px; }

/* ============================ DIGITAL SERVICES ============================ */
.rd-dservices { background: #fff; padding: 110px 0; }
.rd-ds-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.rd-ds-head .rd-label.is-pill { margin-bottom: 16px; }
.rd-ds-head h2 { font-size: 42px; line-height: 1.14; font-weight: 800; letter-spacing: -.5px; }
.rd-ds-head h2 .rd-accent { font-style: italic; }
.rd-ds-head p { margin-top: 16px; font-size: 16px; }
.rd-ds-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.rd-ds-card {
  background: #fff; border: 1px solid var(--rd-line); border-radius: 18px; overflow: hidden;
  display: flex; flex-direction: column; transition: transform .35s ease, box-shadow .35s ease;
}
.rd-ds-card:hover { transform: translateY(-8px); box-shadow: var(--rd-shadow); border-color: transparent; }
.rd-ds-media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.rd-ds-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.rd-ds-card:hover .rd-ds-media img { transform: scale(1.06); }
.rd-ds-ic {
  position: absolute; left: 24px; bottom: -26px; width: 56px; height: 56px; border-radius: 14px;
  background: linear-gradient(135deg, var(--rd-gold-soft), var(--rd-gold-deep)); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 22px;
  box-shadow: 0 12px 24px rgba(184,134,47,.4); z-index: 2;
}
.rd-ds-body { padding: 42px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.rd-ds-body h3 { font-family: var(--rd-serif); font-weight: 700; font-size: 21px; color: var(--rd-ink); }
.rd-ds-body > p { margin-top: 12px; font-size: 14.5px; line-height: 1.65; }
.rd-ds-body ul { list-style: none; margin: 18px 0 0; padding: 0; }
.rd-ds-body ul li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--rd-ink); margin-bottom: 10px; }
.rd-ds-body ul li i { color: var(--rd-gold-deep); font-size: 13px; }
.rd-ds-link {
  margin-top: auto; padding-top: 20px; display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--rd-sans); font-weight: 700; font-size: 14.5px; color: var(--rd-gold-deep);
  text-decoration: none; transition: gap .25s ease;
}
.rd-ds-link:hover { color: var(--rd-gold-deep); gap: 16px; }

/* ============================ WHY CHOOSE ============================ */
.rd-choose { background: #fff; padding: 110px 0; position: relative; }
.rd-choose-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 50px; align-items: center; }
.rd-choose h2 { font-size: 44px; line-height: 1.14; font-weight: 800; margin-top: 18px; letter-spacing: -.5px; }
.rd-choose-copy > p { margin-top: 18px; max-width: 480px; }
.rd-contact-row { display: flex; gap: 40px; margin-top: 30px; flex-wrap: wrap; }
.rd-contact-row .ci { display: flex; gap: 14px; align-items: flex-start; }
.rd-contact-row .ci .ic { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--rd-gold-soft), var(--rd-gold-deep)); color: #fff; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.rd-contact-row .ci h5 { font-family: var(--rd-sans); font-weight: 700; font-size: 15px; color: var(--rd-ink); margin-bottom: 4px; }
.rd-contact-row .ci p { font-size: 13.5px; line-height: 1.5; max-width: 220px; }
.rd-adv-title { font-family: var(--rd-sans); font-weight: 700; font-size: 18px; color: var(--rd-ink); margin: 38px 0 18px; position: relative; padding-bottom: 12px; }
.rd-adv-title::after { content:""; position:absolute; left:0; bottom:0; width: 46px; height: 2px; background: var(--rd-gold); }
.rd-adv { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 30px; }
.rd-adv li { list-style: none; display: flex; gap: 10px; align-items: center; font-size: 14.5px; color: var(--rd-ink); }
.rd-adv li i { color: var(--rd-gold-deep); }

.rd-choose-visual { position: relative; align-self: stretch; min-height: 540px; }
.rd-choose-visual .top-btn { position: absolute; left: 0; top: 8px; z-index: 4; }
.rd-choose-arc { position: absolute; right: 0; top: 30px; width: 470px; height: 470px; border-radius: 50%; background: conic-gradient(from -30deg, var(--rd-gold) 0deg, var(--rd-gold-soft) 70deg, transparent 150deg); -webkit-mask: radial-gradient(circle at center, transparent 62%, #000 62.5%); mask: radial-gradient(circle at center, transparent 62%, #000 62.5%); z-index: 0; }
.rd-choose-dots { position: absolute; right: 20px; top: 0; width: 100px; height: 70px; }
.rd-choose-photo { position: absolute; right: 20px; bottom: 0; z-index: 1; width: 78%; }
.rd-choose-photo img { width: 100%; display: block; }
.rd-growth-card { position: absolute; right: 0; top: 130px; z-index: 3; background: #fff; border-radius: 14px; box-shadow: var(--rd-shadow); padding: 16px 18px; width: 180px; }
.rd-growth-card small { font-family: var(--rd-sans); font-size: 12px; color: var(--rd-body); font-weight: 600; }
.rd-growth-card .g-val { font-family: var(--rd-serif); font-weight: 800; font-size: 26px; color: var(--rd-ink); }
.rd-growth-card .g-val em { font-style: normal; font-size: 12px; color: var(--rd-gold-deep); font-family: var(--rd-sans); font-weight: 700; }
.rd-growth-card svg { width: 100%; height: 40px; margin-top: 6px; }
.rd-badge-circle { position: absolute; left: 40px; bottom: 6px; z-index: 4; width: 120px; height: 120px; }
.rd-badge-circle img { width: 100%; }

/* ============================ APPOINTMENT ============================ */
.rd-appt { position: relative; padding: 110px 0; background: var(--rd-cream-2); overflow: hidden; }
.rd-appt-map { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .35; }
.rd-appt::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(251,248,242,.9), rgba(251,248,242,.55) 60%, rgba(251,248,242,.2)); }
.rd-appt .rd-container { position: relative; z-index: 2; }
.rd-appt-card { background: #fff; border-radius: 22px; box-shadow: var(--rd-shadow); max-width: 720px; margin: 0 auto; padding: 46px 50px 50px; }
.rd-appt-card .rd-label.is-pill { display: flex; margin: 0 auto 16px; width: max-content; }
.rd-appt-card h2 { text-align: center; font-size: 42px; font-weight: 800; }
.rd-appt-card h2 .rd-accent { font-style: italic; }
.rd-appt-card .sub { text-align: center; margin: 14px auto 30px; font-size: 14.5px; max-width: 460px; }
.rd-appt-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rd-appt-form .full { grid-column: 1 / -1; }
.rd-field { position: relative; }
.rd-field i { position: absolute; left: 18px; top: 17px; color: var(--rd-gold-deep); font-size: 15px; }
.rd-field input, .rd-field select, .rd-field textarea {
  width: 100%; border: 1px solid var(--rd-line); border-radius: 10px; background: var(--rd-cream);
  padding: 14px 16px 14px 44px; font-family: var(--rd-sans); font-size: 14.5px; color: var(--rd-ink);
}
.rd-field textarea { min-height: 120px; resize: vertical; }
.rd-field input:focus, .rd-field select:focus, .rd-field textarea:focus { outline: none; border-color: var(--rd-gold); background: #fff; }
.rd-appt-form .submit-wrap { grid-column: 1 / -1; text-align: center; margin-top: 6px; }

/* ============================ FOOTER ============================ */
.rd-footer { background: var(--rd-dark); color: #b9bcc2; position: relative; }
.rd-foot-contact { background: var(--rd-cream-2); }
.rd-foot-contact .rd-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-top: 30px; padding-bottom: 30px; }
.rd-fc { display: flex; align-items: center; gap: 16px; }
.rd-fc .ic { width: 52px; height: 52px; border-radius: 50%; background:#fff; box-shadow: var(--rd-shadow-sm); color: var(--rd-gold-deep); display: flex; align-items: center; justify-content: center; font-size: 19px; flex: 0 0 auto; }
.rd-fc small { display: block; text-transform: uppercase; letter-spacing: 1.5px; font-size: 11.5px; font-weight: 700; color: var(--rd-gold-deep); }
.rd-fc a, .rd-fc span.v { color: var(--rd-ink); font-family: var(--rd-sans); font-weight: 700; font-size: 16px; text-decoration: none; }

.rd-foot-main { position: relative; }
.rd-foot-main .rd-container { display: grid; grid-template-columns: 1.1fr 0.8fr 1.1fr; gap: 36px; padding-top: 64px; padding-bottom: 56px; padding-right: 40%; }
.rd-foot-col h4 { font-family: var(--rd-sans); font-weight: 700; color: #fff; font-size: 17px; margin-bottom: 22px; display: flex; align-items: center; gap: 10px; }
.rd-foot-col h4 i { color: var(--rd-gold); }
.rd-foot-col ul { margin: 0; padding: 0; list-style: none; }
.rd-foot-col ul li { margin-bottom: 13px; display: flex; gap: 10px; align-items: flex-start; }
.rd-foot-col ul li i { color: var(--rd-gold); font-size: 12px; margin-top: 6px; }
.rd-foot-col ul li a { color: #b9bcc2; text-decoration: none; font-size: 14.5px; transition: color .25s; }
.rd-foot-col ul li a:hover { color: var(--rd-gold); }
.rd-news-form { position: relative; margin-bottom: 18px; }
.rd-news-form input { width: 100%; border: none; border-radius: 40px; padding: 16px 56px 16px 22px; font-family: var(--rd-sans); font-size: 14px; }
.rd-news-form button { position: absolute; right: 6px; top: 6px; width: 38px; height: 38px; border-radius: 50%; border: none; background: linear-gradient(135deg, var(--rd-gold-soft), var(--rd-gold-deep)); color: #fff; cursor: pointer; }
.rd-news-signup { width: 100%; justify-content: center; margin-top: 4px; }
.rd-foot-social { display: flex; gap: 12px; margin-top: 20px; }
.rd-foot-social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); color: #cfd2d8; display: flex; align-items: center; justify-content: center; transition: all .3s; }
.rd-foot-social a:hover { background: var(--rd-gold); border-color: var(--rd-gold); color: #fff; }

/* curved CTA panel */
.rd-foot-cta {
  position: absolute; right: 0; top: 0; bottom: 0; width: 38%;
  background-size: cover; background-position: center;
  border-top-left-radius: 220px;
  display: flex; flex-direction: column; justify-content: center; padding: 48px 56px;
}
.rd-foot-cta::before { content:""; position:absolute; inset:0; border-top-left-radius: 220px; background: linear-gradient(160deg, rgba(28,24,16,.55), rgba(28,24,16,.30)); }
.rd-foot-cta > * { position: relative; z-index: 2; }
.rd-foot-cta .script { font-family: var(--rd-script); color: var(--rd-gold-soft); font-size: 34px; line-height: 1; }
.rd-foot-cta h3 { font-family: var(--rd-serif); color: #fff; font-size: 34px; font-weight: 800; line-height: 1.1; margin-top: 4px; }
.rd-foot-cta p { color: #e7e3da; font-size: 14.5px; margin-top: 14px; max-width: 240px; }
.rd-cta-circle { margin-top: 22px; width: 142px; height: 142px; border-radius: 50%; background: linear-gradient(135deg, var(--rd-gold-soft), var(--rd-gold-deep)); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; text-decoration: none; box-shadow: 0 20px 40px rgba(184,134,47,.4); transition: transform .3s; }
.rd-cta-circle:hover { transform: scale(1.05); color:#fff; }
.rd-cta-circle .ar { font-size: 20px; margin-bottom: 6px; }
.rd-cta-circle span { font-family: var(--rd-sans); font-weight: 700; font-size: 14px; line-height: 1.2; }
.rd-foot-cta .helper { font-family: var(--rd-script); color: var(--rd-gold-soft); font-size: 24px; margin-top: 16px; }

.rd-foot-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.rd-foot-bottom .rd-container { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; padding-bottom: 22px; }
.rd-foot-bottom .lg { display: flex; align-items: center; gap: 16px; }
.rd-foot-bottom .lg img { height: 46px; width: auto; }
.rd-foot-bottom .cp { font-size: 13px; color: #9a9da4; line-height: 1.4; }
.rd-foot-bottom .mission { font-family: var(--rd-script); color: var(--rd-gold-soft); font-size: 28px; }

/* ============================ SERVICE DETAIL PAGES ============================ */
.rd-page-hero { position: relative; padding: 150px 0 80px; background-size: cover; background-position: center; }
.rd-page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(20,18,12,.88), rgba(20,18,12,.58)); }
.rd-page-hero .rd-container { position: relative; z-index: 2; }
.rd-page-hero .rd-label { color: var(--rd-gold-soft); }
.rd-page-hero .rd-label::before { background: var(--rd-gold-soft); }
.rd-page-hero h1 { color: #fff; font-size: 52px; font-weight: 800; margin-top: 14px; max-width: 780px; line-height: 1.1; letter-spacing: -.5px; }
.rd-page-hero .crumb { margin-top: 18px; display: flex; gap: 10px; align-items: center; font-family: var(--rd-sans); font-size: 14px; color: #e7e3da; }
.rd-page-hero .crumb a { color: var(--rd-gold-soft); text-decoration: none; }
.rd-page-hero .crumb i { font-size: 10px; color: var(--rd-gold-soft); }

.rd-overview { padding: 90px 0; background: #fff; }
.rd-overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.rd-overview-img { border-radius: 20px; overflow: hidden; box-shadow: var(--rd-shadow); }
.rd-overview-img img { width: 100%; display: block; }
.rd-overview h2 { font-size: 36px; font-weight: 800; line-height: 1.18; letter-spacing: -.4px; }
.rd-overview .rd-label { margin-bottom: 14px; }
.rd-overview-copy > p { margin-top: 16px; }
.rd-overview .lists { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 28px; }
.rd-overview .lists h5 { font-family: var(--rd-sans); font-weight: 700; color: var(--rd-ink); margin-bottom: 14px; font-size: 15px; }
.rd-overview .lists ul { list-style: none; margin: 0; padding: 0; }
.rd-overview .lists li { display: flex; gap: 10px; font-size: 14px; color: var(--rd-ink); margin-bottom: 11px; align-items: flex-start; line-height: 1.4; }
.rd-overview .lists li i { color: var(--rd-gold-deep); margin-top: 4px; font-size: 12px; flex: 0 0 auto; }

.rd-pricing { padding: 90px 0; background: var(--rd-cream); }
.rd-pricing .rd-ds-head { margin-bottom: 46px; }
.rd-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.rd-price-card { background: #fff; border: 1px solid var(--rd-line); border-radius: 18px; padding: 36px 28px; display: flex; flex-direction: column; position: relative; transition: all .3s; }
.rd-price-card:hover { box-shadow: var(--rd-shadow); }
.rd-price-card.popular { border-color: var(--rd-gold); box-shadow: var(--rd-shadow); }
.rd-price-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--rd-gold-soft), var(--rd-gold-deep)); color: #fff; font-family: var(--rd-sans); font-weight: 700; font-size: 11.5px; letter-spacing: 1px; text-transform: uppercase; padding: 6px 16px; border-radius: 30px; white-space: nowrap; }
.rd-price-card h4 { font-family: var(--rd-sans); font-weight: 700; font-size: 18px; color: var(--rd-ink); }
.rd-price-amount { margin: 16px 0 4px; font-family: var(--rd-serif); font-weight: 800; color: var(--rd-ink); font-size: 40px; line-height: 1; }
.rd-price-amount .rd-price-cur { font-size: 18px; vertical-align: super; color: var(--rd-gold-deep); font-weight: 700; }
.rd-price-amount small { font-family: var(--rd-sans); font-weight: 600; font-size: 14px; color: var(--rd-body); }
.rd-price-card > p { font-size: 13.5px; margin-top: 10px; line-height: 1.55; }
.rd-price-card ul { list-style: none; margin: 22px 0 26px; padding: 0; flex: 1; }
.rd-price-card ul li { display: flex; gap: 10px; font-size: 14px; color: var(--rd-ink); margin-bottom: 12px; align-items: flex-start; line-height: 1.4; }
.rd-price-card ul li i { color: var(--rd-gold-deep); margin-top: 3px; font-size: 12px; flex: 0 0 auto; }
.rd-price-card .rd-btn { justify-content: center; }
.rd-price-note { text-align: center; margin-top: 30px; font-size: 13px; color: var(--rd-body); }

.rd-cta-band { background: var(--rd-dark); padding: 70px 0; text-align: center; }
.rd-cta-band h2 { color: #fff; font-size: 36px; font-weight: 800; }
.rd-cta-band h2 .rd-accent { font-style: italic; }
.rd-cta-band p { color: #b9bcc2; margin: 14px auto 28px; max-width: 540px; }
.rd-cta-band .rd-btn { margin: 0 auto; }

/* ============================ RESPONSIVE ============================ */
@media (max-width: 1199px) {
  .rd-hero h1 { font-size: 52px; }
  .rd-services-grid { grid-template-columns: 1fr 1fr; }
  .rd-services-photo { display: none; }
  .rd-ds-grid { grid-template-columns: repeat(2, 1fr); }
  .rd-foot-cta { width: 42%; padding: 40px; }
  .rd-foot-main .rd-container { grid-template-columns: 1fr 1fr; padding-right: 44%; }
  .rd-pricing-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .rd-price-card.popular { transform: none; }
}
@media (max-width: 991px) {
  .rd-hero-grid, .rd-about-grid, .rd-choose-grid { grid-template-columns: 1fr; }
  .rd-hero-visual, .rd-choose-visual { min-height: 440px; margin-top: 20px; }
  .rd-hero h1 { font-size: 46px; }
  .rd-overview-grid { grid-template-columns: 1fr; gap: 36px; }
  .rd-page-hero h1 { font-size: 40px; }
  .rd-about-cards { grid-template-columns: repeat(2, 1fr); }
  .rd-acard { border-bottom: 1px solid var(--rd-line); }
  .rd-services-grid { grid-template-columns: 1fr; }
  .rd-foot-cta { position: relative; width: 100%; border-top-left-radius: 0; min-height: 360px; }
  .rd-foot-cta::before { border-top-left-radius: 0; }
  .rd-foot-main { display: flex; flex-direction: column-reverse; }
  .rd-foot-main .rd-container { grid-template-columns: 1fr 1fr; gap: 30px; padding-right: 20px; }
  .rd-foot-bottom .rd-container { flex-direction: column; text-align: center; }
}
@media (max-width: 767px) {
  .rd-hero h1 { font-size: 38px; }
  .rd-hero-features { grid-template-columns: 1fr 1fr; gap: 22px; }
  .rd-trusted-track { flex-wrap: wrap; justify-content: center; gap: 24px; }
  .rd-trusted-track .brand-block { flex: 0 0 40%; border-left: none; }
  .rd-stats { grid-template-columns: 1fr; gap: 24px; }
  .rd-about h2, .rd-services h2, .rd-choose h2, .rd-appt-card h2 { font-size: 32px; }
  .rd-about-cards { grid-template-columns: 1fr; }
  .rd-mini-feats, .rd-adv, .rd-appt-form { grid-template-columns: 1fr; }
  .rd-overview .lists { grid-template-columns: 1fr; }
  .rd-page-hero h1, .rd-overview h2, .rd-cta-band h2 { font-size: 30px; }
  .rd-contact-row { flex-direction: column; gap: 20px; }
  .rd-ds-grid { grid-template-columns: 1fr; }
  .rd-ds-head h2 { font-size: 32px; }
  .rd-appt-card { padding: 32px 22px; }
  .rd-foot-contact .rd-container { grid-template-columns: 1fr; }
  .rd-foot-main .rd-container { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .rd-hero-features { grid-template-columns: 1fr; }
  .rd-hero-actions { flex-direction: column; align-items: stretch; }
  .rd-hero-actions .rd-btn { justify-content: center; }
}
