:root {
  --ink: #562114;
  --muted: #562114;
  --red: #8e270e;
  --red-deep: #562114;
  --red-bright: #b7410e;
  --cream: #f0e1d1;
  --paper: #bcbaaf;
  --panel: #bcbaaf;
  --soft: #d8d0bf;
  --white: #fff8ec;
  --line: rgba(72, 19, 7, 0.22);
  --shadow: 0 18px 44px rgba(72, 19, 7, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

[hidden] { display: none !important; }

body {
  margin: 0;
  color: var(--red-bright);
  background: var(--paper);
  font-family: Sora, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

.hero {
  display: grid;
  justify-items: center;
  align-items: center;
  padding: clamp(30px, 3.4vw, 52px) clamp(34px, 4.5vw, 48px);
}

.hero-content {
  width: min(100%, 760px);
  color: var(--ink);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red-bright);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
p { margin-top: 0; }

h1 {
  margin: 28px 0 20px;
  color: var(--red);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.05rem);
  line-height: 1.1;
  font-weight: 400;
}

h2 {
  margin-bottom: 14px;
  color: var(--red-bright);
  font-size: clamp(2rem, 3vw, 2.125rem);
  line-height: 1.04;
  font-weight: 600;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.hero-copy {
  max-width: 610px;
  color: #562114;
  font-size: clamp(1.05rem, 2vw, 1.34rem);
}

.hero-copy.large {
  max-width: 100%;
  margin-bottom: 24px;
  color: #562114;
  font-size: 1.125rem;
  font-weight: 400;
}

.hero-copy.strong {
  max-width: 880px;
  color: #562114;
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  font-weight: 500;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 36px;
}

.logo-lockup {
  display: block;
}

.title-lockup {
  display: block;
  width: min(100%, 760px);
  height: auto;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  min-height: 56px;
  padding: 14px 20px;
  border: 1px solid #b7410e;
  border-radius: 6px;
  font-size: 1.22rem;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.button.primary {
  color: #f0e1d1;
  background: var(--red-bright);
}

.button.primary:hover {
  background: #8e270e;
}

.button.agent-button {
  color: #f0e1d1;
  background: #562114;
  border-color: #562114;
  font-weight: 700;
}

.button.agent-button:hover {
  background: #8e270e;
  border-color: #8e270e;
}

.button.secondary {
  color: var(--red-bright);
  background: transparent;
  border-color: var(--red-bright);
}

.button.ghost {
  color: var(--red-bright);
  background: transparent;
  border-color: var(--red-bright);
}

.button.secondary:hover,
.button.ghost:hover {
  color: #f0e1d1;
  background: #8e270e;
  border-color: #8e270e;
}

.button.full { width: 100%; }

.section {
  padding: clamp(58px, 8vw, 108px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 26px;
}

.services-band {
  display: grid;
  justify-items: center;
  background: var(--paper);
  padding-top: 0;
  padding-bottom: 34px;
}

.services-band .section-heading,
.services-band .service-grid {
  width: min(100%, 760px);
}

.services-intro {
  margin: 0;
  color: #b7410e;
  font-size: 1rem;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.service-tile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 156px;
  min-height: 56px;
  padding: 14px 20px;
  color: #b7410e;
  background: transparent;
  border: 1px solid #b7410e;
  border-radius: 10px;
}

.service-tile:hover {
  color: #f0e1d1;
  background: #8e270e;
  border-color: #8e270e;
}

.service-icon {
  font-size: 1.1rem;
}

.service-tile h3 {
  margin: 0;
  color: inherit;
  font-size: 1.2rem;
  font-weight: 400;
}

.home-lower {
  display: grid;
  justify-items: center;
  gap: 64px;
  padding-top: 0;
  padding-bottom: 86px;
  background: var(--paper);
}

.home-compare-card,
.home-story {
  width: min(100%, 760px);
}

.home-compare-card {
  padding: 36px 46px;
  background: rgba(240, 225, 209, 0.16);
  border: 1px solid #b7410e;
  border-radius: 20px;
}

.home-compare-card h2 {
  margin: 0 0 14px;
  color: #562114;
  font-size: clamp(2rem, 3vw, 2.4rem);
  line-height: 1.08;
  font-weight: 700;
}

.home-compare-card p {
  max-width: 680px;
  margin-bottom: 22px;
  color: #b7410e;
  font-size: 1.25rem;
  line-height: 1.45;
}

.home-compare-card a,
.home-story a {
  color: #b7410e;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-story {
  color: #b7410e;
}

.home-story-title {
  margin-bottom: 34px;
  color: #b7410e;
  font-weight: 800;
}

.home-story p {
  max-width: 720px;
  color: #b7410e;
  font-size: 1.1rem;
  line-height: 1.65;
}

.social-links .social-icon {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: #f0e1d1;
  font-size: 0;
  line-height: 1;
}

.social-links .social-icon::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}


.social-links .social-icon[aria-label="Google Business"]::before {
  width: 30px;
  height: 30px;
  background: transparent;
  background-image: url("google-business-icon.png?v=uniform-social-size");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-image: none;
  mask-image: none;
}
.social-links .social-icon[aria-label="Instagram"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75 2h8.5A5.76 5.76 0 0 1 22 7.75v8.5A5.76 5.76 0 0 1 16.25 22h-8.5A5.76 5.76 0 0 1 2 16.25v-8.5A5.76 5.76 0 0 1 7.75 2Zm0 2A3.75 3.75 0 0 0 4 7.75v8.5A3.75 3.75 0 0 0 7.75 20h8.5A3.75 3.75 0 0 0 20 16.25v-8.5A3.75 3.75 0 0 0 16.25 4h-8.5ZM12 7.15A4.85 4.85 0 1 1 12 16.85 4.85 4.85 0 0 1 12 7.15Zm0 2A2.85 2.85 0 1 0 12 14.85 2.85 2.85 0 0 0 12 9.15Zm5.05-2.25a1.15 1.15 0 1 1-2.3 0 1.15 1.15 0 0 1 2.3 0Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75 2h8.5A5.76 5.76 0 0 1 22 7.75v8.5A5.76 5.76 0 0 1 16.25 22h-8.5A5.76 5.76 0 0 1 2 16.25v-8.5A5.76 5.76 0 0 1 7.75 2Zm0 2A3.75 3.75 0 0 0 4 7.75v8.5A3.75 3.75 0 0 0 7.75 20h8.5A3.75 3.75 0 0 0 20 16.25v-8.5A3.75 3.75 0 0 0 16.25 4h-8.5ZM12 7.15A4.85 4.85 0 1 1 12 16.85 4.85 4.85 0 0 1 12 7.15Zm0 2A2.85 2.85 0 1 0 12 14.85 2.85 2.85 0 0 0 12 9.15Zm5.05-2.25a1.15 1.15 0 1 1-2.3 0 1.15 1.15 0 0 1 2.3 0Z'/%3E%3C/svg%3E");
}

.social-links .social-icon[aria-label="Facebook"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.05 22v-8.02h2.7l.4-3.12h-3.1V8.87c0-.9.25-1.52 1.55-1.52h1.65v-2.8c-.29-.04-1.27-.12-2.42-.12-2.4 0-4.04 1.47-4.04 4.16v2.27H8.08v3.12h2.71V22h3.26Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.05 22v-8.02h2.7l.4-3.12h-3.1V8.87c0-.9.25-1.52 1.55-1.52h1.65v-2.8c-.29-.04-1.27-.12-2.42-.12-2.4 0-4.04 1.47-4.04 4.16v2.27H8.08v3.12h2.71V22h3.26Z'/%3E%3C/svg%3E");
}

.social-links .social-icon[aria-label="WhatsApp"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.52 3.48A11.74 11.74 0 0 0 12.15 0C5.66 0 .39 5.27.39 11.76c0 2.07.54 4.1 1.57 5.88L.29 23.74l6.25-1.64a11.74 11.74 0 0 0 5.61 1.43h.01c6.49 0 11.76-5.27 11.76-11.76 0-3.14-1.22-6.1-3.4-8.29ZM12.16 21.55a9.8 9.8 0 0 1-5-1.37l-.36-.21-3.71.97.99-3.62-.23-.37a9.75 9.75 0 0 1-1.49-5.19c0-5.4 4.4-9.79 9.8-9.79a9.72 9.72 0 0 1 6.92 2.88 9.72 9.72 0 0 1 2.87 6.92c0 5.4-4.39 9.78-9.79 9.78Zm5.37-7.33c-.29-.15-1.74-.86-2.01-.96-.27-.1-.46-.15-.66.15-.2.29-.76.96-.94 1.16-.17.2-.34.22-.63.07-.29-.15-1.24-.46-2.36-1.46a8.8 8.8 0 0 1-1.63-2.03c-.17-.29-.02-.45.13-.6.13-.13.29-.34.44-.51.15-.17.2-.29.29-.49.1-.2.05-.37-.02-.51-.07-.15-.66-1.6-.91-2.19-.24-.58-.49-.5-.66-.51h-.57c-.2 0-.51.07-.78.37-.27.29-1.03 1.01-1.03 2.46s1.06 2.86 1.2 3.05c.15.2 2.08 3.18 5.04 4.46.7.3 1.25.49 1.68.62.71.22 1.35.19 1.86.12.57-.09 1.74-.71 1.99-1.4.25-.69.25-1.28.17-1.4-.07-.12-.26-.19-.56-.34Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.52 3.48A11.74 11.74 0 0 0 12.15 0C5.66 0 .39 5.27.39 11.76c0 2.07.54 4.1 1.57 5.88L.29 23.74l6.25-1.64a11.74 11.74 0 0 0 5.61 1.43h.01c6.49 0 11.76-5.27 11.76-11.76 0-3.14-1.22-6.1-3.4-8.29ZM12.16 21.55a9.8 9.8 0 0 1-5-1.37l-.36-.21-3.71.97.99-3.62-.23-.37a9.75 9.75 0 0 1-1.49-5.19c0-5.4 4.4-9.79 9.8-9.79a9.72 9.72 0 0 1 6.92 2.88 9.72 9.72 0 0 1 2.87 6.92c0 5.4-4.39 9.78-9.79 9.78Zm5.37-7.33c-.29-.15-1.74-.86-2.01-.96-.27-.1-.46-.15-.66.15-.2.29-.76.96-.94 1.16-.17.2-.34.22-.63.07-.29-.15-1.24-.46-2.36-1.46a8.8 8.8 0 0 1-1.63-2.03c-.17-.29-.02-.45.13-.6.13-.13.29-.34.44-.51.15-.17.2-.29.29-.49.1-.2.05-.37-.02-.51-.07-.15-.66-1.6-.91-2.19-.24-.58-.49-.5-.66-.51h-.57c-.2 0-.51.07-.78.37-.27.29-1.03 1.01-1.03 2.46s1.06 2.86 1.2 3.05c.15.2 2.08 3.18 5.04 4.46.7.3 1.25.49 1.68.62.71.22 1.35.19 1.86.12.57-.09 1.74-.71 1.99-1.4.25-.69.25-1.28.17-1.4-.07-.12-.26-.19-.56-.34Z'/%3E%3C/svg%3E");
}

.section-heading p,
.split-section p,
.story-section p,
.detail-page p {
  color: var(--muted);
}

.split-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--soft);
}

.legacy-section {
  display: none;
}

.split-section > div {
  max-width: 780px;
}

.quote-section {
  background: var(--paper);
}

#gl-quote-calculator {
  max-width: 760px;
  margin: 0 auto;
  padding: 10px 12px;
  color: #562114;
}

#gl-quote-calculator .calculator-title {
  margin: 4px 0 8px;
  color: #8e270e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#gl-quote-calculator .compare-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
  padding: 10px 12px;
  color: #562114;
  background: rgba(240, 225, 209, 0.18);
  border: 1px solid rgba(183, 65, 14, 0.28);
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.4;
}

#gl-quote-calculator .compare-link a {
  color: #8e270e;
  font-weight: 700;
  white-space: nowrap;
}

#gl-quote-calculator .compare-link a:hover {
  color: #b7410e;
}

#gl-quote-calculator .quote-package-option {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  overflow: hidden;
  color: #562114;
  background: transparent;
  border: 1px solid #8e270e;
  border-radius: 14px;
  cursor: pointer;
}

#gl-quote-calculator .quote-package-option:hover {
  background: rgba(240, 225, 209, 0.18);
  border-color: #b7410e;
}

#gl-quote-calculator input[type="radio"] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: #8e270e;
  flex-shrink: 0;
}

#gl-quote-calculator .package-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 52px;
}

#gl-quote-calculator .package-main {
  color: #562114;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
}

#gl-quote-calculator .package-small {
  color: #8e270e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

#gl-quote-calculator .package-detail {
  color: #562114;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

#gl-quote-calculator .package-price {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 8px;
  color: #f0e1d1;
  background: #b7410e;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

#gl-quote-calculator .extras-picker,
#gl-service-request .extras-picker {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

#gl-quote-calculator .extra-option,
#gl-service-request .extra-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 14px;
  color: #562114;
  background: rgba(240, 225, 209, 0.18);
  border: 1px solid rgba(142, 39, 14, 0.55);
  border-radius: 12px;
  cursor: pointer;
}

#gl-quote-calculator .extra-option:hover,
#gl-service-request .extra-option:hover {
  border-color: #b7410e;
}

#gl-quote-calculator .extra-option input,
#gl-service-request .extra-option input {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  accent-color: #8e270e;
  flex-shrink: 0;
}

#gl-quote-calculator .extra-option span,
#gl-service-request .extra-option span {
  display: grid;
  gap: 2px;
}

#gl-quote-calculator .extra-option strong,
#gl-service-request .extra-option strong {
  color: #562114;
  font-size: 14px;
}

#gl-quote-calculator .extra-option small,
#gl-service-request .extra-option small {
  color: #8e270e;
  font-size: 12px;
  line-height: 1.35;
}

#gl-quote-calculator .calculator-label {
  display: block;
  margin: 6px 0 4px;
  color: #562114;
  font-size: 13px;
  font-weight: 600;
}

#gl-quote-calculator .select-wrap {
  position: relative;
  margin-bottom: 10px;
}

#gl-quote-calculator .select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #562114;
  border-bottom: 3px solid #562114;
  pointer-events: none;
  transform: translateY(-65%) rotate(45deg);
}

#gl-quote-calculator select {
  width: 100%;
  min-height: 0;
  padding: 10px 42px 10px 12px;
  color: #562114;
  background: #bcbaae;
  border: 2px solid #8e270e;
  border-radius: 12px;
  outline: none;
  font: inherit;
  font-size: 14px;
  appearance: none;
  cursor: pointer;
}

#gl-quote-calculator select:focus {
  background: #bcbaae;
  border-color: #562114;
  box-shadow: 0 0 0 2px rgba(86, 33, 20, 0.18);
}

#gl-quote-calculator option {
  color: #562114;
  background: #bcbaae;
}

#gl-quote-calculator .price-box {
  margin-top: 16px;
  padding: 14px;
  text-align: center;
  background: transparent;
  border: 1px solid #8e270e;
  border-radius: 14px;
}

#gl-quote-calculator .price-label {
  color: #8e270e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#gl-quote-calculator .price {
  margin: 6px 0;
  color: #562114;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

#gl-quote-calculator .package-summary {
  margin-top: 8px;
  color: #562114;
  font-size: 13px;
  line-height: 1.4;
}

#gl-quote-calculator .comparison-box {
  margin-top: 14px;
  padding: 10px 12px;
  color: #562114;
  background: rgba(240, 225, 209, 0.18);
  border: 1px solid #8e270e;
  border-radius: 12px;
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
}

#gl-quote-calculator .comparison-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
  color: #562114;
}

#gl-quote-calculator .comparison-row strong {
  color: #562114;
  text-align: right;
  white-space: nowrap;
}

#gl-quote-calculator .arrange-button {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 18px;
  color: #f0e1d1;
  background: #8e270e;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
}

#gl-quote-calculator .arrange-button:hover {
  background: #b7410e;
}

#gl-quote-calculator .comparison-note {
  margin-top: 10px;
  color: #562114;
  font-size: 10px;
  line-height: 1.45;
}

label {
  display: grid;
  gap: 8px;
  color: var(--red);
  font-weight: 800;
  font-size: 0.92rem;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
}

.booking-section,
.compare-section,
.contact-section,
.agents-section {
  background: var(--paper);
}

.hidden { display: none; }

#gl-service-request {
  max-width: 760px;
  margin: 0 auto;
  padding: 10px 12px;
  color: #562114;
}

.contact-back {
  display: inline-flex;
  min-width: 112px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
  color: #b7410e;
  border: 1px solid #b7410e;
  font-size: 1rem;
  letter-spacing: 0;
}

.contact-back:hover {
  color: #f0e1d1;
  background: #8e270e;
  border-color: #8e270e;
}

.service-detail > .contact-back,
#gl-privacy > .contact-back {
  margin-bottom: 34px;
}

#gl-service-request h3 {
  margin: 0 0 8px;
  color: #562114;
  font-size: 24px;
  line-height: 1.2;
}

#gl-service-request .whatsapp-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 24px 0 28px;
}

#gl-service-request .whatsapp-panel p {
  margin: 0 0 20px;
  color: #b7410e;
  font-size: 1.05rem;
}

#gl-service-request .whatsapp-button {
  display: inline-flex;
  min-width: 245px;
  min-height: 84px;
  align-items: center;
  justify-content: center;
  color: #b7410e;
  border: 1px solid #b7410e;
  border-radius: 10px;
  font-size: 1.5rem;
}

#gl-service-request .whatsapp-button:hover {
  color: #f0e1d1;
  background: #8e270e;
  border-color: #8e270e;
}

#gl-service-request p,
#gl-service-request .small {
  color: #562114;
}

#gl-service-request label {
  display: block;
  margin: 8px 0 4px;
  color: #562114;
  font-size: 13px;
  font-weight: 600;
}

#gl-service-request input,
#gl-service-request textarea,
#gl-service-request select {
  width: 100%;
  padding: 10px 12px;
  color: #562114;
  background: #bcbaae;
  border: 2px solid #8e270e;
  border-radius: 12px;
  outline: none;
  font: inherit;
  font-size: 14px;
}

#gl-service-request input:focus,
#gl-service-request textarea:focus,
#gl-service-request select:focus {
  border-color: #562114;
  box-shadow: 0 0 0 2px rgba(86, 33, 20, 0.18);
}

#gl-service-request textarea {
  min-height: 95px;
  resize: vertical;
}

#gl-service-request .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

#gl-service-request .contact-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 6px 0 12px;
}

#gl-service-request .contact-options label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-weight: 500;
}

#gl-service-request .contact-options input,
#gl-service-request .arrange-package {
  width: 16px;
  height: 16px;
  accent-color: #8e270e;
}

#gl-service-request .form-section-title {
  margin: 14px 0 8px;
  color: #8e270e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#gl-service-request .arrange-package-option {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  overflow: hidden;
  background: transparent;
  border: 1px solid #8e270e;
  border-radius: 14px;
  cursor: pointer;
}

#gl-service-request .arrange-package-option:hover {
  background: rgba(240, 225, 209, 0.18);
  border-color: #b7410e;
}

#gl-service-request .arrange-package-option input {
  margin-top: 2px;
  flex-shrink: 0;
}

#gl-service-request .package-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 52px;
}

#gl-service-request .package-main {
  color: #562114;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
}

#gl-service-request .package-small {
  color: #8e270e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

#gl-service-request .package-detail {
  color: #562114;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

#gl-service-request .package-price {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 8px;
  color: #f0e1d1;
  background: #b7410e;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

#gl-service-request .select-wrap {
  position: relative;
  margin-bottom: 10px;
}

#gl-service-request .select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #562114;
  border-bottom: 3px solid #562114;
  pointer-events: none;
  transform: translateY(-65%) rotate(45deg);
}

#gl-service-request select {
  padding-right: 42px;
  appearance: none;
  cursor: pointer;
}

#gl-service-request .submit-button {
  width: 100%;
  margin-top: 16px;
  padding: 12px 18px;
  color: #f0e1d1;
  background: #8e270e;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
}

#gl-service-request .submit-button:hover {
  background: #b7410e;
}

#gl-service-request .small {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.45;
}

#gl-service-request .small a {
  color: #b7410e;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#gl-contact {
  max-width: 760px;
  margin: 0 auto;
  padding: 10px 12px;
  color: #b7410e;
}

#gl-contact .whatsapp-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 54px;
  align-items: center;
  margin: 0 0 52px;
}

#gl-contact .whatsapp-panel p,
#gl-contact .email-intro {
  margin: 0 0 28px;
  color: #b7410e;
  font-size: 1.05rem;
  line-height: 1.7;
}

#gl-contact .whatsapp-button {
  display: inline-flex;
  min-width: 245px;
  min-height: 84px;
  align-items: center;
  justify-content: center;
  color: #b7410e;
  border: 1px solid #b7410e;
  border-radius: 10px;
  font-size: 1.5rem;
}

#gl-contact .whatsapp-button:hover {
  color: #f0e1d1;
  background: #8e270e;
  border-color: #8e270e;
}

#gl-contact form {
  max-width: 650px;
  margin: 32px auto 0;
}

#gl-contact input,
#gl-contact textarea {
  width: 100%;
  margin-bottom: 26px;
  padding: 20px 26px;
  color: #562114;
  background: #bcbaae;
  border: 1px solid #b7410e;
  border-radius: 10px;
  outline: none;
  font: inherit;
  font-size: 1rem;
}

#gl-contact input::placeholder,
#gl-contact textarea::placeholder {
  color: #f0e1d1;
  opacity: 1;
}

#gl-contact input:focus,
#gl-contact textarea:focus {
  border-color: #562114;
  box-shadow: 0 0 0 2px rgba(86, 33, 20, 0.18);
}

#gl-contact textarea {
  min-height: 260px;
  resize: vertical;
}

#gl-contact .submit-button {
  display: flex;
  min-width: 230px;
  min-height: 80px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 18px 34px;
  color: #f0e1d1;
  background: #b7410e;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-size: 1.45rem;
}

#gl-contact .submit-button:hover {
  background: #8e270e;
}

#gl-agents {
  max-width: 860px;
  margin: 0 auto;
  padding: 10px 12px;
}

#gl-agents .agents-hero {
  margin: 26px 0 34px;
}

#gl-agents .agents-hero h2 {
  max-width: 760px;
  color: #8e270e;
}

#gl-agents .agents-lead {
  max-width: 780px;
  color: #562114;
  font-size: 1.16rem;
  line-height: 1.65;
}

#gl-agents .agent-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 34px 0;
}

#gl-agents .agent-value-card {
  padding: 22px;
  background: rgba(240, 225, 209, 0.24);
  border: 1px solid #8e270e;
  border-radius: 8px;
}

#gl-agents .agent-value-card h3,
#gl-agents .agents-pitch h3,
#gl-agents .agents-cta h3 {
  color: #8e270e;
}

#gl-agents .agent-value-card p,
#gl-agents .agents-pitch p,
#gl-agents .agents-cta p {
  color: #562114;
}

#gl-agents .agents-pitch {
  margin: 36px 0;
  padding: 30px;
  background: #f0e1d1;
  border-radius: 8px;
}

#gl-agents .agents-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin: 34px 0;
  padding: 28px;
  color: #f0e1d1;
  background: #562114;
  border-radius: 8px;
}

#gl-agents .agents-cta h3,
#gl-agents .agents-cta p {
  color: #f0e1d1;
}

#gl-agents .agents-cta p {
  margin-bottom: 0;
}

#gl-agents .whatsapp-button {
  display: inline-flex;
  min-width: 190px;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  color: #f0e1d1;
  border: 1px solid #f0e1d1;
  border-radius: 6px;
}

#gl-agents .whatsapp-button:hover {
  color: #562114;
  background: #f0e1d1;
}

#gl-agents form {
  margin-top: 32px;
}

#gl-agents .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

#gl-agents label {
  display: block;
  margin: 18px 0 8px;
  color: #8e270e;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

#gl-agents input,
#gl-agents textarea {
  width: 100%;
  padding: 16px 18px;
  color: #562114;
  background: rgba(240, 225, 209, 0.5);
  border: 1px solid rgba(86, 33, 20, 0.25);
  border-radius: 6px;
  font: inherit;
}

#gl-agents textarea {
  min-height: 180px;
  resize: vertical;
}

#gl-agents input:focus,
#gl-agents textarea:focus {
  outline: none;
  border-color: #562114;
  box-shadow: 0 0 0 2px rgba(86, 33, 20, 0.16);
}

#gl-agents .submit-button {
  display: flex;
  width: 100%;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 14px 22px;
  color: #f0e1d1;
  background: #8e270e;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

#gl-agents .submit-button:hover {
  background: #562114;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
  width: min(100%, 1180px);
  margin: 0 auto;
  background: var(--paper);
}

.story-back {
  grid-column: 1 / -1;
  justify-self: start;
  margin-bottom: 18px;
}

.story-left h2 {
  margin-bottom: 44px;
  color: #b7410e;
  font-size: clamp(2.9rem, 5.4vw, 4.8rem);
  font-weight: 600;
}

.story-lead {
  font-weight: 700;
}

.story-section p {
  color: #b7410e;
  font-size: 1.125rem;
  line-height: 1.65;
}

#gl-comparison {
  max-width: min(1150px, 95vw);
  margin: 0 auto;
  color: #562114;
  line-height: 1.5;
}

#gl-comparison h1 {
  margin: 0 0 14px;
  color: #562114;
  font-size: 48px;
  line-height: 1.1;
}

#gl-comparison .intro {
  max-width: 850px;
  margin-bottom: 36px;
  color: #8e270e;
  font-size: 20px;
}

#gl-comparison .service-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 30px;
}

#gl-comparison .service-guide-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 24px 24px 22px;
  color: #562114;
  background: rgba(240, 225, 209, 0.32);
  border: 1px solid rgba(183, 65, 14, 0.5);
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

#gl-comparison .service-guide-card:hover {
  background: rgba(240, 225, 209, 0.52);
  border-color: #b7410e;
  transform: translateY(-2px);
}

#gl-comparison .service-guide-card.featured {
  background: #562114;
  border-color: #562114;
  color: #f0e1d1;
}

#gl-comparison .service-guide-card.featured:hover {
  background: #6d2a19;
  border-color: #6d2a19;
}

#gl-comparison .guide-stage {
  margin-bottom: 18px;
  color: #8e270e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#gl-comparison .service-guide-card.featured .guide-stage {
  color: #f0e1d1;
}

#gl-comparison .service-guide-card h2 {
  margin: 0 0 12px;
  color: inherit;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.15;
  font-weight: 700;
}

#gl-comparison .service-guide-card p {
  margin: 0 0 22px;
  color: inherit;
  font-size: 15px;
  line-height: 1.5;
}

#gl-comparison .service-guide-card strong {
  margin-top: auto;
  color: inherit;
  font-size: 18px;
}


#gl-comparison .notes {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

#gl-comparison .note {
  padding: 18px 22px;
  color: #562114;
  background: rgba(240, 225, 209, 0.4);
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.45;
}

#gl-comparison .note strong {
  color: #8e270e;
}

.detail-page {
  padding: clamp(58px, 8vw, 108px) clamp(20px, 5vw, 72px);
  background: var(--paper);
}

.detail-page .lead {
  max-width: 780px;
  font-size: 1.18rem;
}

.back-link {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--red-bright);
  font-weight: 900;
}

.service-detail {
  max-width: 900px;
  margin: 0 auto;
  color: #562114;
  line-height: 1.7;
}

.service-detail h1 {
  margin-bottom: 10px;
  color: #562114;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

.service-detail h2 {
  margin-bottom: 18px;
  color: #562114;
  font-size: 28px;
}

.service-detail h3 {
  color: #562114;
}

.service-detail p,
.service-detail li {
  color: #562114;
}

.service-detail .intro {
  margin-bottom: 40px;
  color: #8e270e;
  font-size: 20px;
}

.service-detail .detail-hero {
  margin-bottom: 50px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(86, 33, 20, 0.15);
}

.service-detail .hero-note,
.service-detail .service-note {
  margin-top: 28px;
  padding: 18px 22px;
  color: #562114;
  background: rgba(240, 225, 209, 0.45);
  border-left: 4px solid #8e270e;
  border-radius: 12px;
  font-size: 16px;
}

.service-detail .detail-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin: 35px 0;
}

.service-detail .detail-card {
  padding: 24px;
  background: rgba(240, 225, 209, 0.15);
  border: 1px solid #8e270e;
  border-radius: 16px;
}

.service-detail .detail-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.service-detail .detail-card p {
  margin: 0;
  font-size: 15px;
}

.service-detail .compare-box {
  margin: 42px 0 50px;
  padding: 24px 30px;
  background: rgba(240, 225, 209, 0.18);
  border: 1px solid rgba(183, 65, 14, 0.55);
  border-radius: 18px;
}

.service-detail .compare-box h2 {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.service-detail .compare-box p {
  max-width: 720px;
  margin: 0 0 16px;
  color: #8e270e;
  font-size: 16px;
  line-height: 1.55;
}

.service-detail .compare-box a {
  display: inline-flex;
  color: #b7410e;
  font-size: 15px;
  font-weight: 700;
}

.service-detail .compare-box a::after {
  content: " >";
}

.service-detail .highlight,
.service-detail .checklist {
  margin: 50px 0;
  padding: 35px;
  background: #f0e1d1;
  border-radius: 18px;
}

.service-detail .checklist {
  background: rgba(240, 225, 209, 0.35);
}

.service-detail .sample-report {
  margin: 50px 0;
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(142, 39, 14, 0.35);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(86, 33, 20, 0.06);
}

.service-detail .sample-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px 28px;
  margin: 24px 0 28px;
  padding: 22px 0 4px;
  list-style: none;
  border-top: 1px solid rgba(86, 33, 20, 0.14);
}

.service-detail .sample-list li {
  position: relative;
  padding: 0 0 0 24px;
  color: #562114;
  font-size: 16px;
  line-height: 1.45;
}

.service-detail .sample-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  background: #b7410e;
  border-radius: 50%;
}

.service-detail .trust-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.service-detail .trust-item {
  padding: 15px 16px 16px;
  background: rgba(240, 225, 209, 0.35);
  border-radius: 12px;
}

.service-detail .trust-item strong {
  display: block;
  margin-bottom: 6px;
}

.service-detail .trust-item span {
  display: block;
}

.service-detail .sample-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
}

.service-detail .process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 35px 0;
}

.service-detail .step {
  display: flex;
  min-height: 130px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 12px;
  text-align: center;
  border: 1px solid #8e270e;
  border-radius: 14px;
}

.service-detail .step-number {
  margin-bottom: 8px;
  color: #8e270e;
  font-size: 30px;
  font-weight: 700;
}

.service-detail .section-label {
  margin: 38px 0 14px;
  color: #8e270e;
  font-size: 18px;
  font-weight: 700;
}

.service-detail .cta {
  margin-top: 50px;
  padding: 40px;
  color: #f0e1d1;
  background: #562114;
  border-radius: 20px;
  text-align: center;
}

.service-detail .cta h2,
.service-detail .cta p {
  color: #f0e1d1;
}

.service-detail .cta-button,
.service-detail .secondary-button {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 10px;
  font-weight: 600;
}

.service-detail .cta-button {
  color: #f0e1d1;
  background: #8e270e;
}

.service-detail .secondary-button {
  color: #562114;
  background: #f0e1d1;
  border: 1px solid rgba(86, 33, 20, 0.2);
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(320px, auto) auto;
  justify-content: space-between;
  column-gap: clamp(40px, 6vw, 96px);
  row-gap: 18px;
  align-items: center;
  padding: 26px clamp(20px, 5vw, 72px);
  color: var(--white);
  background: var(--red);
}

.footer-brand,
.footer-meta,
.footer-legal {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-brand {
  flex-wrap: wrap;
}

.footer-brand strong,
.footer-brand span {
  white-space: nowrap;
}

.footer-meta {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-legal {
  gap: 18px;
}

.social-links {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
  font-size: 0.92rem;
}

.social-links a {
  color: #f0e1d1;
  text-decoration: none;
}

.social-links a:hover,
.social-links a:focus-visible {
  opacity: 0.78;
}

@media (max-width: 920px) {
  #gl-comparison .service-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .story-section {
    grid-template-columns: 1fr;
  }
  .service-grid {
    gap: 32px;
  }
}

@media (min-width: 521px) {
  .hero h1,
  .hero-copy.large {
    white-space: nowrap;
  }
}

@media (max-width: 520px) {
  #gl-comparison .service-guide-grid {
    grid-template-columns: 1fr;
  }
  #gl-comparison .service-guide-card {
    min-height: 0;
  }
  .hero {
    min-height: auto;
    align-items: start;
    padding: 28px 20px 36px;
  }
  .hero-content {
    width: 100%;
  }
  .title-lockup {
    width: min(100%, 342px);
    margin: 0 auto;
  }
  .hero-copy.large {
    margin-top: 4px;
    margin-bottom: 18px;
    font-size: 1.48rem;
    line-height: 1.12;
    white-space: normal;
  }
  .hero-copy.strong {
    font-size: 0.96rem;
    line-height: 1.45;
  }
  .hero-actions {
    gap: 14px;
    margin-top: 28px;
  }
  h1 {
    margin-top: 30px;
  }
  #gl-service-request .form-row,
  #gl-service-request .whatsapp-panel,
  #gl-contact .whatsapp-panel,
  #gl-agents .form-row,
  #gl-agents .agent-value-grid,
  #gl-agents .agents-cta,
  .service-detail .process {
    grid-template-columns: 1fr;
  }
  #gl-contact .whatsapp-panel {
    gap: 18px;
  }
  #gl-contact .whatsapp-button,
  #gl-contact .submit-button,
  #gl-agents .whatsapp-button {
    width: 100%;
  }
  #gl-quote-calculator .compare-link {
    flex-direction: column;
    align-items: flex-start;
  }
  .service-grid {
    flex-direction: column;
    gap: 10px;
  }
  .service-tile {
    width: 100%;
    min-height: 54px;
    padding: 12px 18px;
  }
  .service-tile h3 {
    font-size: 1.05rem;
  }
  .service-icon {
    display: none;
  }
  .home-lower {
    gap: 46px;
    margin-top: 28px;
  }
  .home-compare-card {
    padding: 30px 38px;
    border-radius: 16px;
  }
  .home-compare-card h2 {
    font-size: 1.72rem;
    line-height: 1.08;
  }
  .home-compare-card p,
  .home-story p {
    font-size: 1rem;
    line-height: 1.55;
  }
  .home-story-title {
    margin-bottom: 24px;
  }
  .split-section {
    align-items: flex-start;
    flex-direction: column;
  }
  .button {
    width: 100%;
    min-height: 56px;
  }
}

.form-privacy-note {
  margin: 0 0 18px;
  padding: 12px 14px;
  color: #562114;
  background: rgba(240, 225, 209, 0.28);
  border: 1px solid rgba(183, 65, 14, 0.35);
  border-radius: 8px;
  font-size: 0.86rem;
  line-height: 1.45;
}

.form-privacy-note a,
.footer-link {
  color: #b7410e;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-link {
  color: #f0e1d1;
  font-size: 0.92rem;
  white-space: nowrap;
}

.privacy-section {
  background: var(--paper);
}

#gl-privacy {
  max-width: min(1120px, 95vw);
  margin: 0 auto;
}

#gl-privacy h1 {
  margin: 0 0 12px;
  color: #562114;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 1;
}

#gl-privacy .privacy-updated {
  margin: 0 0 34px;
  color: #8e270e;
  font-size: 1rem;
}

#gl-privacy .privacy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

#gl-privacy .privacy-card {
  padding: 24px 26px;
  background: rgba(240, 225, 209, 0.3);
  border: 1px solid rgba(183, 65, 14, 0.4);
  border-radius: 10px;
}

#gl-privacy .privacy-card h2 {
  margin: 0 0 12px;
  color: #562114;
  font-size: 1.35rem;
}

#gl-privacy .privacy-card p {
  margin: 0 0 12px;
  color: #562114;
  font-size: 1rem;
  line-height: 1.55;
}

#gl-privacy .privacy-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 760px) {
  #gl-privacy .privacy-grid {
    grid-template-columns: 1fr;
  }
}
.footer-copyright {
  color: rgba(240, 225, 209, 0.82);
  font-size: 0.82rem;
  line-height: 1.35;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .site-footer {
    grid-template-columns: 1fr;
    justify-content: stretch;
    column-gap: 0;
    row-gap: 18px;
  }

  .footer-brand,
  .footer-meta,
  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .footer-brand strong,
  .footer-brand span,
  .footer-copyright {
    white-space: normal;
  }
}

.terms-section {
  background: var(--paper);
}

.policy-page {
  max-width: min(1120px, 95vw);
  margin: 0 auto;
}

.policy-page h1 {
  margin: 0 0 12px;
  color: #562114;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 1;
}

.policy-updated {
  margin: 0 0 34px;
  color: #8e270e;
  font-size: 1rem;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.policy-card {
  padding: 24px 26px;
  background: rgba(240, 225, 209, 0.3);
  border: 1px solid rgba(183, 65, 14, 0.4);
  border-radius: 10px;
}

.policy-card h2 {
  margin: 0 0 12px;
  color: #562114;
  font-size: 1.35rem;
}

.policy-card p {
  margin: 0 0 12px;
  color: #562114;
  font-size: 1rem;
  line-height: 1.55;
}

.policy-card p:last-child {
  margin-bottom: 0;
}

#gl-terms > .contact-back {
  margin-bottom: 34px;
}

@media (max-width: 760px) {
  .policy-grid {
    grid-template-columns: 1fr;
  }
}
