/* =========================================================
   GEOAREA — FULL LEGAL SERVICE
========================================================= */

.ghlegal-page {
  --ghlegal-navy: #0f172a;
  --ghlegal-blue: #2563eb;
  --ghlegal-green: #16a34a;
  --ghlegal-gold: #f4c768;
  --ghlegal-text: #334155;
  --ghlegal-muted: #64748b;
  --ghlegal-border: #e5e7eb;
  --ghlegal-soft: #f6f8fc;

  overflow: hidden;
  background: #fff;
  color: var(--ghlegal-text);
}

.ghlegal-page *,
.ghlegal-page *::before,
.ghlegal-page *::after {
  box-sizing: border-box;
}

.ghlegal-container {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

/* Hero */

.ghlegal-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background:
    radial-gradient(circle at 85% 10%, rgba(37, 99, 235, .34), transparent 34%),
    linear-gradient(135deg, #0b1220 0%, #172554 58%, #1d4ed8 100%);
}

.ghlegal-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: 70px;
  align-items: center;
}

.ghlegal-eyebrow,
.ghlegal-kicker,
.ghlegal-section-heading > span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--ghlegal-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ghlegal-eyebrow {
  color: var(--ghlegal-gold);
}

.ghlegal-hero h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: -.035em;
}

.ghlegal-hero-lead {
  max-width: 740px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.75;
}

.ghlegal-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.ghlegal-btn {
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease;
}

.ghlegal-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.ghlegal-btn-primary {
  background: var(--ghlegal-green);
  color: #fff;
}

.ghlegal-btn-primary:hover {
  background: #15803d;
  color: #fff;
}

.ghlegal-btn-secondary {
  border-color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.ghlegal-btn-secondary:hover {
  background: rgba(255, 255, 255, .15);
  color: #fff;
}

.ghlegal-btn-light {
  background: #fff;
  color: var(--ghlegal-navy);
}

.ghlegal-btn-block {
  width: 100%;
}

.ghlegal-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
}

.ghlegal-hero-points span {
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 800;
}

.ghlegal-hero-media {
  position: relative;
}

.ghlegal-hero-media > img {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .34);
}

.ghlegal-floating-card {
  position: absolute;
  right: -24px;
  bottom: 28px;
  width: min(320px, calc(100% - 30px));
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 22px 60px rgba(15, 23, 42, .25);
}

.ghlegal-floating-card span,
.ghlegal-floating-card small {
  display: block;
  color: var(--ghlegal-muted);
  font-size: 12px;
  font-weight: 750;
}

.ghlegal-floating-card strong {
  display: block;
  margin: 6px 0;
  color: var(--ghlegal-navy);
  font-size: 18px;
  font-weight: 950;
}

/* Sections */

.ghlegal-section {
  padding: 90px 0;
}

.ghlegal-section-soft {
  background: var(--ghlegal-soft);
}

.ghlegal-section-dark {
  background:
    radial-gradient(circle at 80% 0%, rgba(37, 99, 235, .3), transparent 35%),
    var(--ghlegal-navy);
}

.ghlegal-section-heading {
  max-width: 900px;
  margin-bottom: 44px;
}

.ghlegal-section-heading h2,
.ghlegal-copy h2,
.ghlegal-doc-copy h2,
.ghlegal-faq-intro h2 {
  margin: 0;
  color: var(--ghlegal-navy);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.ghlegal-section-heading > p,
.ghlegal-copy > p,
.ghlegal-doc-copy > p,
.ghlegal-faq-intro > p {
  margin: 18px 0 0;
  color: var(--ghlegal-muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.8;
}

.ghlegal-heading-light h2 {
  color: #fff;
}

.ghlegal-heading-light > p {
  color: rgba(255, 255, 255, .72);
}

/* Benefits */

.ghlegal-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ghlegal-benefit-card {
  padding: 28px;
  border: 1px solid var(--ghlegal-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, .055);
}

.ghlegal-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: #eaf1ff;
  color: var(--ghlegal-blue);
  font-size: 19px;
  font-weight: 950;
}

.ghlegal-benefit-card h3,
.ghlegal-service-grid h3,
.ghlegal-process h3 {
  margin: 0;
  color: var(--ghlegal-navy);
  font-size: 20px;
  font-weight: 950;
}

.ghlegal-benefit-card p,
.ghlegal-service-grid p,
.ghlegal-process p {
  margin: 12px 0 0;
  color: var(--ghlegal-muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.7;
}

/* Services */

.ghlegal-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ghlegal-service-grid article {
  padding: 28px;
  border: 1px solid var(--ghlegal-border);
  border-radius: 24px;
  background: #fff;
}

.ghlegal-service-grid article > span {
  display: block;
  margin-bottom: 22px;
  color: #cbd5e1;
  font-size: 32px;
  font-weight: 950;
}

/* Two-column */

.ghlegal-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  gap: 60px;
  align-items: start;
}

.ghlegal-check-list {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 24px;
  list-style: none;
}

.ghlegal-check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ghlegal-text);
  font-weight: 750;
  line-height: 1.55;
}

.ghlegal-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--ghlegal-green);
}

.ghlegal-info-panel {
  padding: 32px;
  border: 1px solid #dbe5f3;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .07);
}

.ghlegal-info-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff4d9;
  color: #9a6400;
  font-size: 11px;
  font-weight: 900;
}

.ghlegal-info-panel h3 {
  margin: 0;
  color: var(--ghlegal-navy);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.35;
}

.ghlegal-info-panel p {
  margin: 17px 0 0;
  color: var(--ghlegal-muted);
  line-height: 1.75;
}

/* Risks */

.ghlegal-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ghlegal-risk-grid > div {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .055);
}

.ghlegal-risk-grid strong {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

.ghlegal-risk-grid p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, .64);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}

/* Process */

.ghlegal-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ghlegal-process article {
  padding: 28px;
  border: 1px solid var(--ghlegal-border);
  border-radius: 24px;
  background: #fff;
}

.ghlegal-step-number {
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ghlegal-navy);
  color: #fff;
  font-weight: 950;
}

/* Documents and order */

.ghlegal-doc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 54px;
  align-items: start;
}

.ghlegal-document-list {
  display: grid;
  gap: 13px;
  margin-top: 30px;
}

.ghlegal-document-list > div {
  padding: 17px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  display: flex;
  gap: 13px;
  background: #fff;
}

.ghlegal-document-list span {
  color: var(--ghlegal-green);
  font-weight: 950;
}

.ghlegal-document-list p {
  margin: 0;
  font-weight: 750;
  line-height: 1.55;
}

.ghlegal-order-card {
  position: sticky;
  top: 160px;
  padding: 30px;
  border: 1px solid #dfe7f1;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(15, 23, 42, .1);
}

.ghlegal-order-card > span {
  color: var(--ghlegal-blue);
  font-size: 12px;
  font-weight: 900;
}

.ghlegal-order-card h3 {
  margin: 12px 0 0;
  color: var(--ghlegal-navy);
  font-size: 25px;
  font-weight: 950;
}

.ghlegal-order-card > p {
  color: var(--ghlegal-muted);
  line-height: 1.7;
}

.ghlegal-order-card ul {
  margin: 20px 0 24px;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.ghlegal-order-card li {
  position: relative;
  padding-left: 20px;
  font-weight: 750;
}

.ghlegal-order-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--ghlegal-blue);
}

.ghlegal-order-phone {
  margin-top: 15px;
  display: block;
  color: var(--ghlegal-navy);
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}

/* FAQ */

.ghlegal-faq-layout {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  gap: 60px;
}

.ghlegal-faq-intro {
  position: sticky;
  top: 160px;
}

.ghlegal-faq-list {
  display: grid;
  gap: 12px;
}

.ghlegal-faq-list details {
  overflow: hidden;
  border: 1px solid var(--ghlegal-border);
  border-radius: 18px;
  background: #fff;
}

.ghlegal-faq-list summary {
  position: relative;
  padding: 21px 55px 21px 22px;
  color: var(--ghlegal-navy);
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.ghlegal-faq-list summary::-webkit-details-marker {
  display: none;
}

.ghlegal-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eef3fb;
  color: var(--ghlegal-blue);
  transform: translateY(-50%);
}

.ghlegal-faq-list details[open] summary::after {
  content: "−";
}

.ghlegal-faq-list details > div {
  padding: 0 22px 22px;
}

.ghlegal-faq-list details p {
  margin: 0;
  color: var(--ghlegal-muted);
  line-height: 1.75;
}

/* Disclaimer */

.ghlegal-disclaimer {
  padding: 34px 0;
  border-top: 1px solid #e5e7eb;
  background: #fffaf0;
}

.ghlegal-disclaimer strong {
  display: block;
  margin-bottom: 8px;
  color: #92400e;
  font-weight: 950;
}

.ghlegal-disclaimer p {
  max-width: 1050px;
  margin: 0;
  color: #785c39;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.7;
}

/* Final CTA */

.ghlegal-final-cta {
  padding: 62px 0;
  background: linear-gradient(135deg, #1d4ed8, #0f172a);
}

.ghlegal-final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.ghlegal-final-cta span {
  color: var(--ghlegal-gold);
  font-size: 13px;
  font-weight: 900;
}

.ghlegal-final-cta h2 {
  max-width: 780px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 950;
  line-height: 1.2;
}

/* Responsive */

@media (max-width: 1100px) {
  .ghlegal-hero-grid {
    grid-template-columns: 1fr;
  }

  .ghlegal-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ghlegal-service-grid,
  .ghlegal-risk-grid,
  .ghlegal-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ghlegal-doc-layout {
    grid-template-columns: 1fr 340px;
  }
}

@media (max-width: 850px) {
  .ghlegal-section {
    padding: 70px 0;
  }

  .ghlegal-two-column,
  .ghlegal-doc-layout,
  .ghlegal-faq-layout {
    grid-template-columns: 1fr;
  }

  .ghlegal-order-card,
  .ghlegal-faq-intro {
    position: static;
  }

  .ghlegal-check-list {
    grid-template-columns: 1fr;
  }

  .ghlegal-final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .ghlegal-container {
    width: min(100% - 28px, 1320px);
  }

  .ghlegal-hero {
    padding: 58px 0;
  }

  .ghlegal-hero h1 {
    font-size: 38px;
  }

  .ghlegal-hero-lead {
    font-size: 16px;
  }

  .ghlegal-hero-media > img {
    height: 360px;
    border-radius: 23px;
  }

  .ghlegal-floating-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 24px);
    margin: -45px auto 0;
  }

  .ghlegal-benefit-grid,
  .ghlegal-service-grid,
  .ghlegal-risk-grid,
  .ghlegal-process {
    grid-template-columns: 1fr;
  }

  .ghlegal-section-heading h2,
  .ghlegal-copy h2,
  .ghlegal-doc-copy h2,
  .ghlegal-faq-intro h2 {
    font-size: 31px;
  }

  .ghlegal-hero-actions {
    display: grid;
  }

  .ghlegal-btn {
    width: 100%;
  }
}