/* =====================================================
   LAYOUT.CSS — DÉMARCHECO
   Header + Footer uniquement
   À charger avec /assets/layout.js
   ===================================================== */

:root {
  --dc-blue: #102A43;
  --dc-blue-dark: #071d34;
  --dc-blue-soft: #173B5C;
  --dc-green: #68b914;
  --dc-green-dark: #559b10;
  --dc-green-alt: #0f8f68;
  --dc-green-alt-dark: #08795f;
  --dc-orange: #F5A623;
  --dc-text: #102A43;
  --dc-muted: #475569;
  --dc-border: #d9e2ec;
  --dc-bg: #f6f8fb;
  --dc-white: #ffffff;
}

/* Base minimale utile au layout */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--dc-text);
  background: var(--dc-bg);
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

#site-header,
#site-footer {
  width: 100%;
}

#site-header img,
#site-footer img {
  max-width: 100%;
}

.dc-header ul,
.dc-footer-pro ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dc-header p,
.dc-footer-pro p {
  margin-top: 0;
}

/* =====================================================
   HEADER
   ===================================================== */

.dc-header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  position: sticky;
  top: 0;
  z-index: 9999;
  font-family: Arial, Helvetica, sans-serif;
}

.dc-nav-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.dc-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.dc-logo img {
  height: 72px;
  width: auto;
  max-width: 270px;
  display: block;
  object-fit: contain;
}

.dc-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex: 1;
}

.dc-menu a {
  color: #111111;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: 0.2s ease;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.dc-menu a:hover,
.dc-menu a.active {
  color: var(--dc-green);
}

.dc-menu-item {
  position: relative;
  padding: 28px 0;
}

.dc-menu-item > a::after {
  content: "▾";
  font-size: 10px;
  color: var(--dc-green);
  margin-left: 7px;
}

.dc-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 285px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.13);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: 0.2s ease;
  z-index: 99999;
}

.dc-menu-item:hover .dc-dropdown,
.dc-menu-item:focus-within .dc-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dc-dropdown a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 13px 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #222222;
}

.dc-dropdown a:hover,
.dc-dropdown a.active {
  background: #f6fbef;
  color: var(--dc-green);
}

.dc-call {
  background: #4f970f;
  color: #ffffff !important;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: 0.2s ease;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.dc-call:hover {
  background: #3f7c0b;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.dc-burger {
  display: none;
  background: #4f970f;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 11px 15px;
  font-size: 22px;
  cursor: pointer;
  min-height: 44px;
  min-width: 44px;
  line-height: 1;
}

#dc-menu-toggle {
  display: none;
}

.dc-menu-mobile-call {
  display: none !important;
}

/* =====================================================
   FOOTER
   ===================================================== */

.dc-footer-pro {
  width: 100%;
  background: var(--dc-blue-dark);
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0;
}

.dc-footer-pro * {
  box-sizing: border-box;
}

.dc-footer-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Bloc CTA haut footer */
.dc-footer-top {
  padding: 54px 0 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.dc-footer-cta {
  background:
    radial-gradient(circle at top right, rgba(104, 185, 20, 0.24), transparent 34%),
    linear-gradient(135deg, #0f2f4e, #102a43);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1.3fr auto;
  gap: 28px;
  align-items: center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.dc-footer-cta h2 {
  color: #ffffff;
  font-size: 32px;
  line-height: 1.15;
  margin: 0 0 12px;
  font-weight: 900;
}

.dc-footer-cta p {
  color: #dbeafe;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  max-width: 780px;
}

.dc-footer-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.dc-footer-btn-main,
.dc-footer-btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.2s ease;
  min-height: 44px;
  min-width: 44px;
}

.dc-footer-btn-main {
  background: var(--dc-green-alt-dark);
  color: #ffffff !important;
}

.dc-footer-btn-main:hover {
  background: #065f46;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.dc-footer-btn-light {
  background: #ffffff;
  color: var(--dc-blue) !important;
}

.dc-footer-btn-light:hover {
  background: #f4f8ef;
  color: var(--dc-blue) !important;
  transform: translateY(-2px);
}

/* Colonnes footer */
.dc-footer-main {
  padding: 48px 0 34px;
}

.dc-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 44px;
  align-items: start;
}

/* Variante utilisée dans layout.js : 5 colonnes */
.dc-footer-grid-5 {
  grid-template-columns: 1.35fr 1fr 1fr 1fr 1.05fr;
  gap: 34px;
}

.dc-footer-logo-box {
  display: inline-flex;
  background: #ffffff;
  border-radius: 18px;
  padding: 14px 18px;
  margin-bottom: 20px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.20);
}

.dc-footer-logo-box img {
  height: 82px;
  width: auto;
  max-width: 310px;
  object-fit: contain;
  display: block;
}

.dc-footer-intro {
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 22px;
  max-width: 430px;
}

.dc-footer-highlight {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.dc-footer-highlight span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.dc-footer-highlight b {
  color: var(--dc-green);
  font-size: 16px;
}

.dc-footer-col h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 18px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.dc-footer-col a {
  display: flex;
  align-items: center;
  min-height: 34px;
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 8px;
  transition: 0.2s ease;
}

.dc-footer-col a:hover {
  color: var(--dc-green);
  transform: translateX(4px);
}

/* Carte contact */
.dc-footer-contact-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 20px;
}

.dc-footer-contact-card h3 {
  margin-bottom: 14px;
}

.dc-footer-contact-card p {
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 14px;
}

.dc-footer-contact-card a {
  color: #ffffff;
  min-height: 34px;
  display: flex;
  align-items: center;
}

.dc-footer-mini-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: var(--dc-green-alt-dark);
  color: #ffffff !important;
  padding: 13px 18px;
  border-radius: 12px;
  font-weight: 900;
  margin-top: 8px;
  width: 100%;
  text-align: center;
  min-height: 44px;
}

.dc-footer-mini-btn:hover {
  background: #065f46;
  color: #ffffff !important;
  transform: none !important;
}

/* Zone envoyer dossier */
.dc-footer-send-zone {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding-top: 34px;
  padding-bottom: 34px;
}

.dc-footer-send-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 28px;
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 24px;
  padding: 26px;
}

.dc-footer-send-grid h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 8px;
  font-weight: 900;
}

.dc-footer-send-grid p {
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.dc-footer-send-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.dc-footer-send-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--dc-blue) !important;
  font-size: 13px;
  font-weight: 900;
  transition: 0.2s ease;
}

.dc-footer-send-links a:hover {
  background: #f4f8ef;
  color: var(--dc-green-alt-dark) !important;
  transform: translateY(-2px);
}

/* Bas footer */
.dc-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: #dbeafe;
  font-size: 13px;
}

.dc-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.dc-footer-bottom-links a {
  color: #dbeafe;
  font-size: 13px;
  min-height: 34px;
  display: flex;
  align-items: center;
}

.dc-footer-bottom-links a:hover {
  color: var(--dc-green);
}

/* =====================================================
   ACCESSIBILITÉ / PETITS ÉLÉMENTS COMMUNS
   ===================================================== */

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
label:focus-visible {
  outline: 3px solid var(--dc-orange) !important;
  outline-offset: 3px !important;
  border-radius: 8px;
}

.dc-success-message {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  max-width: 380px;
  opacity: 0;
  transform: translateY(15px);
  transition: 0.3s ease;
  font-family: Arial, Helvetica, sans-serif;
}

.dc-success-message.show {
  opacity: 1;
  transform: translateY(0);
}

.dc-success-message strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.dc-success-message span {
  display: block;
  font-size: 14px;
  line-height: 1.45;
}

/* =====================================================
   RESPONSIVE HEADER / FOOTER
   ===================================================== */

@media (max-width: 1180px) {
  .dc-footer-grid-5 {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}

@media (max-width: 1120px) {
  .dc-nav-wrap {
    padding: 10px 16px;
    gap: 16px;
  }

  .dc-logo img {
    height: 60px;
    max-width: 220px;
  }

  .dc-menu {
    gap: 15px;
  }

  .dc-menu a {
    font-size: 12px;
    letter-spacing: 0.6px;
  }

  .dc-call {
    padding: 12px 15px;
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .dc-footer-cta {
    grid-template-columns: 1fr;
  }

  .dc-footer-cta-actions {
    justify-content: flex-start;
  }

  .dc-footer-grid,
  .dc-footer-grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .dc-footer-send-grid {
    grid-template-columns: 1fr;
  }

  .dc-footer-send-links {
    justify-content: flex-start;
  }
}

@media (max-width: 920px) {
  .dc-nav-wrap {
    flex-wrap: wrap;
  }

  .dc-logo img {
    height: 58px;
    max-width: 210px;
  }

  .dc-burger {
    display: block;
    margin-left: auto;
  }

  .dc-call {
    display: none;
  }

  .dc-menu {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    padding: 10px 0 16px;
  }

  #dc-menu-toggle:checked ~ .dc-menu {
    display: flex;
  }

  .dc-menu > a,
  .dc-menu-item > a {
    display: flex;
    padding: 14px 8px;
    font-size: 14px;
    min-height: 46px;
  }

  .dc-menu-item {
    padding: 0;
  }

  .dc-menu-item > a::after {
    content: "";
  }

  .dc-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 0 8px 14px;
    background: #f8faf7;
    display: block;
    min-width: 0;
  }

  .dc-dropdown a {
    padding: 11px 14px;
    font-size: 13px;
    min-height: 46px;
  }

  .dc-menu-mobile-call {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #4f970f;
    color: #ffffff !important;
    text-align: center;
    margin-top: 10px;
    border-radius: 10px;
    padding: 14px !important;
  }
}

@media (max-width: 650px) {
  .dc-footer-wrap {
    padding: 0 16px;
  }

  .dc-footer-top {
    padding: 36px 0 28px;
  }

  .dc-footer-cta {
    padding: 24px;
    border-radius: 22px;
  }

  .dc-footer-cta h2 {
    font-size: 25px;
  }

  .dc-footer-cta-actions {
    flex-direction: column;
  }

  .dc-footer-btn-main,
  .dc-footer-btn-light {
    width: 100%;
  }

  .dc-footer-grid,
  .dc-footer-grid-5 {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .dc-footer-logo-box img {
    height: 64px;
    max-width: 250px;
  }

  .dc-footer-send-grid {
    padding: 20px;
    border-radius: 20px;
  }

  .dc-footer-send-grid h3 {
    font-size: 20px;
  }

  .dc-footer-send-links {
    flex-direction: column;
  }

  .dc-footer-send-links a {
    width: 100%;
    border-radius: 12px;
  }

  .dc-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .dc-footer-bottom-links {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 520px) {
  .dc-logo img {
    height: 50px;
    max-width: 185px;
  }

  .dc-nav-wrap {
    padding: 8px 12px;
  }

  .dc-menu > a,
  .dc-menu-item > a {
    padding-left: 4px;
    padding-right: 4px;
  }
}

/* =====================================================
   PERFORMANCE
   ===================================================== */

@media (prefers-reduced-motion: reduce) {
  .dc-header *,
  .dc-footer-pro *,
  .dc-success-message {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}

#site-header {
  min-height: 93px;
}

#site-footer {
  min-height: 520px;
}

@media (max-width: 920px) {
  #site-header {
    min-height: 74px;
  }
}

@media (max-width: 650px) {
  #site-footer {
    min-height: 900px;
  }
}


/* =====================================================
   GRANDE-PUISSANCE.CSS — DÉMARCHECO
   Page : /Photovoltaique/Grande-puissance-HTA/
   Version 2026 — Photovoltaïque professionnel / HTA
   ===================================================== */

.gph {
  --gph-blue: #102A43;
  --gph-dark: #071d34;
  --gph-blue-soft: #173B5C;
  --gph-green: #08795f;
  --gph-green-bright: #68b914;
  --gph-green-soft: #eaf7f1;
  --gph-green-pale: #f4fbf8;
  --gph-orange: #F5A623;
  --gph-orange-soft: #fff7ed;
  --gph-text: #102A43;
  --gph-muted: #475569;
  --gph-light: #f6f8fb;
  --gph-border: #d9e2ec;
  --gph-white: #ffffff;

  width: 100%;
  overflow: hidden;
  background: var(--gph-light);
  color: var(--gph-text);
  font-family: Arial, Helvetica, sans-serif;
}

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

.gph a {
  color: var(--gph-green);
  text-decoration: none;
  font-weight: 900;
}

.gph a:hover {
  color: #065f46;
}

.gph-container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}

.gph h1,
.gph h2,
.gph h3 {
  margin-top: 0;
  color: var(--gph-blue);
}

.gph h1 {
  max-width: 930px;
  margin-bottom: 22px;
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.01;
  font-weight: 950;
  letter-spacing: -2.2px;
}

.gph h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.1px;
}

.gph h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.27;
  font-weight: 950;
}

.gph-text {
  margin: 0 0 18px;
  color: var(--gph-muted);
  font-size: 17px;
  line-height: 1.72;
}

.gph-lead {
  max-width: 850px;
  margin: 0 0 18px;
  color: #334155;
  font-size: 19px;
  line-height: 1.66;
  font-weight: 720;
}

.gph-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--gph-green);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .085em;
}

.gph-label::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--gph-green);
  box-shadow: 0 0 0 5px rgba(8, 121, 95, .10);
}

/* HERO */

.gph-hero {
  position: relative;
  padding: 34px 0 66px;
  background:
    linear-gradient(100deg, rgba(255,255,255,.97) 0%, rgba(248,250,252,.96) 49%, rgba(235,247,242,.94) 100%),
    radial-gradient(circle at 88% 8%, rgba(8,121,95,.22), transparent 33%);
  border-bottom: 1px solid #dfe7ee;
}

.gph-hero::after {
  content: "HTA";
  position: absolute;
  right: -25px;
  bottom: -48px;
  color: rgba(16, 42, 67, .035);
  font-size: 250px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -18px;
  pointer-events: none;
}

.gph-breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.gph-breadcrumb a {
  color: #64748b;
}

.gph-breadcrumb span {
  color: #94a3b8;
}

.gph-breadcrumb span:last-child {
  color: var(--gph-blue);
}

.gph-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(390px, .86fr);
  gap: 46px;
  align-items: center;
}

.gph-hero-content .gph-text {
  max-width: 830px;
}

.gph-positioning {
  max-width: 840px;
  margin-top: 22px;
  padding: 17px 19px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(8, 121, 95, .17);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
}

.gph-positioning strong,
.gph-positioning span {
  display: block;
}

.gph-positioning strong {
  margin-bottom: 6px;
  color: var(--gph-green);
  font-size: 14px;
  font-weight: 950;
}

.gph-positioning span {
  color: #405466;
  font-size: 14px;
  line-height: 1.58;
  font-weight: 750;
}

.gph-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.gph-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 15px 22px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 950;
  text-align: center;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.gph-btn-main {
  background: var(--gph-green);
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(8, 121, 95, .22);
}

.gph-btn-main:hover {
  background: #065f46;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.gph-btn-light {
  background: #ffffff;
  color: var(--gph-blue) !important;
  border: 1px solid var(--gph-border);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.gph-btn-light:hover {
  color: var(--gph-green) !important;
  border-color: rgba(8, 121, 95, .3);
  transform: translateY(-2px);
}

.gph-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.gph-quick-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: var(--gph-blue);
  font-size: 12.5px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

/* HERO DASHBOARD */

.gph-dashboard {
  position: relative;
  padding: 27px;
  border-radius: 30px;
  background: var(--gph-dark);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 28px 70px rgba(7, 29, 52, .25);
}

.gph-dashboard::before {
  content: "";
  position: absolute;
  inset: 18px -12px -12px 18px;
  z-index: -1;
  border-radius: 30px;
  background: rgba(8, 121, 95, .12);
}

.gph-dashboard-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.gph-dashboard-head strong,
.gph-dashboard-head span {
  display: block;
}

.gph-dashboard-head strong {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 950;
}

.gph-dashboard-head span {
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.48;
  font-weight: 700;
}

.gph-dashboard-head > b {
  align-self: flex-start;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(104, 185, 20, .15);
  color: #a3e635;
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}

.gph-dashboard-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.gph-dashboard-row > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: rgba(8, 121, 95, .22);
  color: #6ee7b7;
  font-size: 11px;
  font-weight: 950;
}

.gph-dashboard-row strong,
.gph-dashboard-row small {
  display: block;
}

.gph-dashboard-row strong {
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
}

.gph-dashboard-row small {
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

.gph-dashboard-row > b {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #ffffff;
  font-size: 10px;
  font-weight: 950;
}

.gph-dashboard-alert {
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(245, 166, 35, .12);
  border: 1px solid rgba(245, 166, 35, .25);
}

.gph-dashboard-alert strong,
.gph-dashboard-alert span {
  display: block;
}

.gph-dashboard-alert strong {
  margin-bottom: 5px;
  color: #fed7aa;
  font-size: 13px;
  font-weight: 950;
}

.gph-dashboard-alert span {
  color: #ffedd5;
  font-size: 12.5px;
  line-height: 1.5;
  font-weight: 700;
}

/* TRUST */

.gph-trust {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
}

.gph-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gph-trust-grid > div {
  padding: 24px 28px;
}

.gph-trust-grid > div + div {
  border-left: 1px solid #e2e8f0;
}

.gph-trust-grid strong,
.gph-trust-grid span {
  display: block;
}

.gph-trust-grid strong {
  margin-bottom: 6px;
  color: var(--gph-blue);
  font-size: 15px;
  font-weight: 950;
}

.gph-trust-grid span {
  color: #64748b;
  font-size: 13px;
  line-height: 1.52;
  font-weight: 700;
}

/* COMMON SECTIONS */

.gph-section {
  padding: 76px 0;
  background: #ffffff;
}

.gph-section.grey {
  background: #f6f8fb;
}

.gph-section.dark {
  background:
    radial-gradient(circle at 93% 5%, rgba(104, 185, 20, .16), transparent 31%),
    linear-gradient(135deg, #071d34, #102A43);
  color: #ffffff;
}

.gph-section.dark h2,
.gph-section.dark .gph-label {
  color: #ffffff;
}

.gph-section.dark .gph-label::before {
  background: var(--gph-green-bright);
  box-shadow: 0 0 0 5px rgba(104, 185, 20, .16);
}

.gph-section.dark .gph-text {
  color: #dbeafe;
}

.gph-center {
  max-width: 910px;
  margin: 0 auto 35px;
  text-align: center;
}

.gph-center .gph-text {
  margin-left: auto;
  margin-right: auto;
}

.gph-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 32px;
}

.gph-section-head > div {
  max-width: 900px;
}

.gph-section-head .gph-text {
  margin-bottom: 0;
}

.gph-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 13px;
  background: #ffffff;
  border: 1px solid #d9e2ec;
  color: var(--gph-blue) !important;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

/* POWER CARDS */

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

.gph-power-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 25px;
  border-radius: 25px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .06);
}

.gph-power-card > span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 15px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: 10.5px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.gph-power-card > strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gph-green);
  font-size: 31px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -1.3px;
}

.gph-power-card h3 {
  font-size: 19px;
}

.gph-power-card p {
  margin: 0;
  color: var(--gph-muted);
  font-size: 14px;
  line-height: 1.61;
}

.gph-power-card a {
  display: inline-flex;
  margin-top: auto;
  padding-top: 17px;
  font-size: 13px;
  line-height: 1.4;
}

.gph-power-current {
  border-color: rgba(8, 121, 95, .27);
  background: linear-gradient(145deg, var(--gph-green-soft), #ffffff 72%);
}

.gph-power-current > span {
  background: #d1fae5;
  color: var(--gph-green);
}

.gph-power-dark {
  background: linear-gradient(145deg, #071d34, #102A43);
  border-color: transparent;
}

.gph-power-dark > span {
  background: rgba(255,255,255,.09);
  color: #dbeafe;
}

.gph-power-dark > strong,
.gph-power-dark h3 {
  color: #ffffff;
}

.gph-power-dark p {
  color: #dbeafe;
}

.gph-power-dark a {
  color: #6ee7b7;
}

.gph-key-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 18px;
  background: var(--gph-orange-soft);
  border: 1px solid #fed7aa;
  color: #7c2d12;
  font-size: 14px;
  line-height: 1.58;
}

.gph-key-note strong {
  color: #9a3412;
}

/* PROJECT TYPES */

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

.gph-project-grid article {
  padding: 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 13px 30px rgba(15, 23, 42, .05);
}

.gph-project-grid b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 49px;
  min-height: 38px;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 12px;
  background: var(--gph-green-soft);
  color: var(--gph-green);
  font-size: 11px;
  font-weight: 950;
}

.gph-project-grid p {
  margin: 0;
  color: var(--gph-muted);
  font-size: 14px;
  line-height: 1.58;
}

/* SERVICES */

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

.gph-service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 25px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .06);
}

.gph-service-main {
  border-color: rgba(8, 121, 95, .28);
  box-shadow: 0 20px 48px rgba(8, 121, 95, .11);
}

.gph-service-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.gph-service-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 15px;
  background: var(--gph-green-soft);
  color: var(--gph-green);
  font-size: 13px;
  font-weight: 950;
}

.gph-service-head b {
  padding: 7px 10px;
  border-radius: 999px;
  background: #f8fafc;
  color: var(--gph-blue);
  font-size: 10.5px;
  font-weight: 950;
}

.gph-service-card > p {
  margin: 0;
  color: var(--gph-muted);
  font-size: 14.5px;
  line-height: 1.64;
}

.gph-service-card ul {
  margin: 20px 0 22px;
  padding: 0;
  list-style: none;
}

.gph-service-card li {
  position: relative;
  padding: 9px 0 9px 22px;
  color: #334155;
  border-bottom: 1px solid #edf2f7;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 750;
}

.gph-service-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gph-green);
  font-weight: 950;
}

.gph-card-link {
  display: inline-flex;
  margin-top: auto;
  font-size: 13.5px;
}

/* HTA */

.gph-hta {
  padding: 80px 0;
  background:
    radial-gradient(circle at 88% 10%, rgba(104, 185, 20, .19), transparent 32%),
    linear-gradient(135deg, #071d34, #102A43);
  color: #ffffff;
}

.gph-hta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  gap: 42px;
  align-items: center;
}

.gph-hta h2,
.gph-hta .gph-label {
  color: #ffffff;
}

.gph-hta .gph-label::before {
  background: var(--gph-green-bright);
  box-shadow: 0 0 0 5px rgba(104, 185, 20, .16);
}

.gph-hta p {
  margin: 0 0 17px;
  color: #dbeafe;
  font-size: 17px;
  line-height: 1.72;
}

.gph-scope-panel {
  padding: 25px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 26px 65px rgba(0, 0, 0, .22);
}

.gph-scope-head {
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e8f0;
}

.gph-scope-head strong,
.gph-scope-head span {
  display: block;
}

.gph-scope-head strong {
  margin-bottom: 5px;
  color: var(--gph-blue);
  font-size: 22px;
  font-weight: 950;
}

.gph-scope-head span {
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.gph-scope-panel > div:not(.gph-scope-head) {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 4px 13px;
  padding: 15px 0;
  border-bottom: 1px solid #e2e8f0;
}

.gph-scope-panel > div:last-child {
  border-bottom: 0;
}

.gph-scope-panel b {
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 42px;
  border-radius: 13px;
  background: var(--gph-green-soft);
  color: var(--gph-green);
  font-size: 10.5px;
  font-weight: 950;
}

.gph-scope-panel strong,
.gph-scope-panel span {
  grid-column: 2;
  display: block;
}

.gph-scope-panel strong {
  color: var(--gph-blue);
  font-size: 14px;
  font-weight: 950;
}

.gph-scope-panel span {
  color: #64748b;
  font-size: 12.5px;
  line-height: 1.46;
  font-weight: 700;
}

/* TOPICS */

.gph-topics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.gph-topics-grid article {
  padding: 21px;
  border-radius: 21px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .045);
}

.gph-topics-grid span {
  display: inline-flex;
  margin-bottom: 11px;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--gph-green-soft);
  color: var(--gph-green);
  font-size: 10px;
  font-weight: 950;
}

.gph-topics-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gph-blue);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 950;
}

.gph-topics-grid p {
  margin: 0;
  color: var(--gph-muted);
  font-size: 13px;
  line-height: 1.56;
  font-weight: 700;
}

/* FLOW */

.gph-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.gph-flow article {
  position: relative;
  min-height: 100%;
  padding: 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 13px 30px rgba(15, 23, 42, .05);
}

.gph-flow article > b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 14px;
  background: var(--gph-blue);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.gph-flow article > span {
  display: block;
  margin-bottom: 7px;
  color: var(--gph-green);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .07em;
}

.gph-flow h3 {
  font-size: 17px;
}

.gph-flow p {
  margin: 0;
  color: var(--gph-muted);
  font-size: 13.5px;
  line-height: 1.57;
}

/* CHECKLIST DARK */

.gph-check-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  gap: 40px;
  align-items: center;
}

.gph-checklist {
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.12);
}

.gph-checklist div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.gph-checklist div:last-child {
  border-bottom: 0;
}

.gph-checklist b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 34px;
  border-radius: 11px;
  background: rgba(104,185,20,.15);
  color: #bef264;
  font-size: 10px;
  font-weight: 950;
}

.gph-checklist span {
  color: #e2e8f0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 760;
}

/* REVIEWS */

.gph-reviews {
  background:
    radial-gradient(circle at 90% 8%, rgba(8, 121, 95, .09), transparent 28%),
    #ffffff;
}

.gph-reviews-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 27px;
}

.gph-reviews-head > div:first-child {
  max-width: 850px;
}

.gph-reviews-head .gph-text {
  margin-bottom: 0;
}

.gph-review-proof {
  min-width: 195px;
  padding: 17px 19px;
  border-radius: 19px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 13px 30px rgba(15, 23, 42, .055);
}

.gph-review-proof strong,
.gph-review-proof small {
  display: block;
}

.gph-review-proof strong {
  margin-bottom: 5px;
  color: var(--gph-blue);
  font-size: 15px;
  font-weight: 950;
}

.gph-review-proof small {
  margin-top: 6px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}

.gph-stars {
  color: #fbbc04;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 2px;
}

.gph-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.gph-review {
  padding: 20px;
  border-radius: 21px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 13px 30px rgba(15, 23, 42, .05);
}

.gph-review-top {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 12px;
}

.gph-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  border-radius: 50%;
  background: var(--gph-green-soft);
  color: var(--gph-green);
  font-size: 14px;
  font-weight: 950;
}

.gph-review-top strong,
.gph-review-top small {
  display: block;
}

.gph-review-top strong {
  margin-bottom: 3px;
  color: var(--gph-blue);
  font-size: 13.5px;
  line-height: 1.3;
  font-weight: 950;
}

.gph-review-top small {
  color: #64748b;
  font-size: 10.5px;
  font-weight: 800;
}

.gph-review blockquote {
  margin: 13px 0 0;
  color: #334155;
  font-size: 13.5px;
  line-height: 1.61;
  font-style: normal;
  font-weight: 700;
}

/* FAQ */

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

.gph-faq article {
  padding: 21px;
  border-radius: 21px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
}

.gph-faq strong {
  display: block;
  margin-bottom: 9px;
  color: var(--gph-blue);
  font-size: 15.5px;
  line-height: 1.38;
  font-weight: 950;
}

.gph-faq p {
  margin: 0;
  color: var(--gph-muted);
  font-size: 13.5px;
  line-height: 1.62;
}

/* SOURCES / INTERNAL */

.gph-links-grid {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  gap: 20px;
}

.gph-official,
.gph-internal {
  padding: 27px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .055);
}

.gph-official h2,
.gph-internal h2 {
  font-size: clamp(26px, 2.5vw, 34px);
}

.gph-official p {
  margin: 0 0 19px;
  color: var(--gph-muted);
  font-size: 15px;
  line-height: 1.65;
}

.gph-official-links {
  display: grid;
  gap: 9px;
}

.gph-official-links a {
  display: block;
  padding: 12px 14px;
  border-radius: 13px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 12.5px;
  line-height: 1.43;
}

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

.gph-internal-grid a {
  display: block;
  padding: 15px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.gph-internal-grid b,
.gph-internal-grid span {
  display: block;
}

.gph-internal-grid b {
  margin-bottom: 5px;
  color: var(--gph-blue);
  font-size: 14px;
  font-weight: 950;
}

.gph-internal-grid span {
  color: #64748b;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 700;
}

/* CTA */

.gph-cta {
  padding: 80px 0;
  background:
    radial-gradient(circle at 90% 10%, rgba(8, 121, 95, .22), transparent 35%),
    linear-gradient(135deg, #102A43, #071d34);
  color: #ffffff;
}

.gph-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, .72fr);
  gap: 38px;
  align-items: center;
}

.gph-cta h2,
.gph-cta .gph-label {
  color: #ffffff;
}

.gph-cta .gph-label::before {
  background: var(--gph-green-bright);
  box-shadow: 0 0 0 5px rgba(104, 185, 20, .16);
}

.gph-cta p {
  margin: 0;
  color: #dbeafe;
  font-size: 17px;
  line-height: 1.72;
}

.gph-cta-card {
  padding: 22px;
  border-radius: 27px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .22);
}

.gph-cta-card > strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gph-blue);
  font-size: 20px;
  font-weight: 950;
}

.gph-cta-card div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
}

.gph-cta-card div:last-child {
  border-bottom: 0;
}

.gph-cta-card span {
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.gph-cta-card b {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--gph-green-soft);
  color: var(--gph-green);
  font-size: 10px;
  font-weight: 950;
}

/* PERFORMANCE */

.gph-section,
.gph-hta,
.gph-cta {
  content-visibility: auto;
  contain-intrinsic-size: 1px 780px;
}

.gph-hero,
.gph-trust {
  content-visibility: visible;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .gph-hero-grid,
  .gph-hta-grid,
  .gph-check-grid,
  .gph-links-grid,
  .gph-cta-grid {
    grid-template-columns: 1fr;
  }

  .gph-dashboard,
  .gph-scope-panel,
  .gph-checklist,
  .gph-cta-card {
    max-width: 760px;
  }

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

@media (max-width: 940px) {
  .gph-power-grid,
  .gph-project-grid,
  .gph-services-grid,
  .gph-flow,
  .gph-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gph-trust-grid {
    grid-template-columns: 1fr;
  }

  .gph-trust-grid > div + div {
    border-left: 0;
    border-top: 1px solid #e2e8f0;
  }

  .gph-section-head,
  .gph-reviews-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .gph-text-link,
  .gph-review-proof {
    width: fit-content;
  }

  .gph-section {
    padding: 60px 0;
  }
}

@media (max-width: 720px) {
  .gph-container {
    padding: 0 18px;
  }

  .gph-hero {
    padding: 18px 0 38px;
    background: #ffffff;
  }

  .gph-hero::after,
  .gph-breadcrumb,
  .gph-dashboard {
    display: none;
  }

  .gph h1 {
    font-size: 31px;
    line-height: 1.08;
    letter-spacing: -.7px;
    margin-bottom: 15px;
  }

  .gph h2 {
    font-size: clamp(26px, 8vw, 34px);
  }

  .gph-text,
  .gph-lead {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .gph-actions {
    align-items: stretch;
    margin-top: 19px;
  }

  .gph-btn,
  .gph-quick-links a,
  .gph-text-link,
  .gph-review-proof {
    width: 100%;
  }

  .gph-power-grid,
  .gph-project-grid,
  .gph-services-grid,
  .gph-topics-grid,
  .gph-flow,
  .gph-reviews-grid,
  .gph-faq,
  .gph-internal-grid {
    grid-template-columns: 1fr;
  }

  .gph-key-note {
    grid-template-columns: 1fr;
  }

  .gph-hta,
  .gph-cta {
    padding: 60px 0;
  }

  .gph-scope-panel,
  .gph-checklist,
  .gph-cta-card {
    border-radius: 22px;
  }

  .gph-positioning,
  .gph-power-card,
  .gph-project-grid article,
  .gph-service-card,
  .gph-topics-grid article,
  .gph-flow article,
  .gph-review,
  .gph-faq article,
  .gph-official,
  .gph-internal {
    border-radius: 20px;
  }
}

@media (max-width: 420px) {
  .gph-container {
    padding: 0 15px;
  }

  .gph h1 {
    font-size: 28px;
  }

  .gph-power-card,
  .gph-service-card,
  .gph-review,
  .gph-faq article {
    padding: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gph *,
  .gph *::before,
  .gph *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
