/* =====================================================
   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;
  }
}


/* =====================================================
   PAGE APPLICATION DÉMARCHECO
   Corps de page uniquement
   Le header/footer sont gérés par /assets/layout.js
   ===================================================== */

:root {
  --app-blue: #102A43;
  --app-blue-dark: #071d34;
  --app-blue-soft: #173B5C;
  --app-green: #68b914;
  --app-green-dark: #559b10;
  --app-green-soft: #f2fae8;
  --app-text: #102A43;
  --app-muted: #5f6f7f;
  --app-bg: #f6f8fb;
  --app-white: #ffffff;
  --app-border: #dce4eb;
  --app-orange: #f5a623;
  --app-radius-sm: 14px;
  --app-radius-md: 24px;
  --app-radius-lg: 36px;
  --app-shadow: 0 28px 80px rgba(16, 42, 67, 0.12);
}

main {
  overflow: hidden;
  background: var(--app-white);
}

.app-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.app-section {
  padding: 120px 0;
}

.app-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: var(--app-green-dark);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1.6px;
}

.app-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--app-green);
  box-shadow: 0 0 0 6px rgba(104, 185, 20, 0.12);
}

.app-kicker-light {
  color: #d8efc3;
}

.app-kicker-dark {
  color: #b9e58c;
}

.app-section-heading {
  max-width: 780px;
  margin-bottom: 60px;
}

.app-section-heading-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.app-section-heading h2,
.app-copy-block h2,
.app-faq-intro h2,
.app-final-box h2 {
  margin: 0;
  color: var(--app-blue);
  font-size: clamp(40px, 5vw, 70px);
  line-height: 1.04;
  letter-spacing: -2.8px;
  font-weight: 900;
}

.app-section-heading h2 strong,
.app-copy-block h2 strong,
.app-faq-intro h2 strong,
.app-final-box h2 strong {
  display: block;
  color: var(--app-green);
}

.app-section-heading p,
.app-copy-block > p {
  margin: 24px 0 0;
  max-width: 700px;
  color: var(--app-muted);
  font-size: 18px;
  line-height: 1.75;
}

/* =====================================================
   HERO
   ===================================================== */

.app-hero {
  position: relative;
  min-height: 760px;
  padding: 90px 0 100px;
  background:
    linear-gradient(135deg, #071d34 0%, #102A43 62%, #173B5C 100%);
  overflow: hidden;
}

.app-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 80px;
  background: var(--app-white);
  clip-path: polygon(0 72%, 100% 0, 100% 100%, 0 100%);
}

.app-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
}

.app-hero-glow-one {
  width: 520px;
  height: 520px;
  right: 0;
  top: -130px;
  background: rgba(104, 185, 20, 0.16);
}

.app-hero-glow-two {
  width: 320px;
  height: 320px;
  left: -130px;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.05);
}

.app-hero-grid {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 70px;
  align-items: center;
}

.app-hero-copy h1 {
  max-width: 650px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(58px, 6.2vw, 92px);
  line-height: 0.98;
  letter-spacing: -4.3px;
  font-weight: 900;
}

.app-hero-copy h1 strong {
  display: block;
  margin-top: 8px;
  color: var(--app-green);
}

.app-lead {
  max-width: 600px;
  margin: 30px 0 0;
  color: #dbe7f1;
  font-size: 20px;
  line-height: 1.65;
}

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

.app-btn {
  min-height: 56px;
  padding: 0 24px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 900;
  transition: 0.22s ease;
}

.app-btn:hover {
  transform: translateY(-2px);
}

.app-btn-primary {
  background: var(--app-green);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(104, 185, 20, 0.28);
}

.app-btn-primary:hover {
  background: var(--app-green-dark);
  color: #ffffff;
}

.app-btn-ghost {
  border: 1px solid rgba(255,255,255,0.2);
  color: #ffffff;
  background: rgba(255,255,255,0.06);
}

.app-btn-ghost:hover {
  background: rgba(255,255,255,0.12);
  color: #ffffff;
}

.app-proof-row {
  display: flex;
  gap: 36px;
  margin-top: 42px;
}

.app-proof-item {
  display: grid;
  gap: 4px;
}

.app-proof-item strong {
  color: #ffffff;
  font-size: 17px;
}

.app-proof-item span {
  color: #9db2c6;
  font-size: 13px;
}

/* Browser */

.app-hero-visual {
  position: relative;
}

.app-browser {
  position: relative;
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 50px 120px rgba(0,0,0,0.42);
  overflow: hidden;
}

.app-browser-bar {
  height: 48px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f4f6f8;
  border-bottom: 1px solid #e5e9ee;
}

.app-browser-dots {
  display: flex;
  gap: 7px;
}

.app-browser-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c6cfd8;
}

.app-browser-url {
  width: min(380px, 65%);
  margin: 0 auto;
  padding: 6px 12px;
  border-radius: 8px;
  background: #ffffff;
  color: #8594a3;
  font-size: 11px;
  text-align: center;
}

.app-ui {
  min-height: 500px;
  display: grid;
  grid-template-columns: 165px 1fr;
  background: #f7f9fb;
}

.app-ui-sidebar {
  padding: 26px 16px;
  background: #ffffff;
  border-right: 1px solid #e5e9ee;
}

.app-ui-logo {
  margin-bottom: 32px;
  color: var(--app-blue);
  font-size: 18px;
  font-weight: 900;
}

.app-ui-logo span {
  color: var(--app-green);
}

.app-ui-nav {
  margin-bottom: 7px;
  padding: 10px 11px;
  border-radius: 9px;
  color: #66788a;
  font-size: 12px;
  font-weight: 700;
}

.app-ui-nav.active {
  color: var(--app-green-dark);
  background: var(--app-green-soft);
}

.app-ui-main {
  padding: 28px;
}

.app-ui-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.app-ui-top small {
  color: #8997a4;
  font-size: 11px;
}

.app-ui-top h3 {
  margin: 3px 0 0;
  color: var(--app-blue);
  font-size: 24px;
}

.app-ui-new {
  padding: 10px 13px;
  border-radius: 9px;
  background: var(--app-green);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.app-ui-stats {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.app-ui-stats div {
  padding: 16px;
  border: 1px solid #e5e9ee;
  border-radius: 13px;
  background: #ffffff;
}

.app-ui-stats strong {
  display: block;
  color: var(--app-blue);
  font-size: 24px;
}

.app-ui-stats span {
  color: #8796a5;
  font-size: 10px;
}

.app-ui-list {
  margin-top: 18px;
  border: 1px solid #e5e9ee;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
}

.app-ui-row {
  min-height: 69px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid #edf0f3;
}

.app-ui-row:last-child {
  border-bottom: none;
}

.app-ui-row > div {
  display: grid;
  gap: 4px;
}

.app-ui-row strong {
  color: var(--app-blue);
  font-size: 12px;
}

.app-ui-row > div span {
  color: #92a0ad;
  font-size: 10px;
}

.app-status {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.app-status-green {
  color: #4f8e12;
  background: #edf8df;
}

.app-status-orange {
  color: #9b6810;
  background: #fff3d9;
}

.app-status-blue {
  color: #24699a;
  background: #e5f2fb;
}

.app-status-grey {
  color: #66717b;
  background: #edf0f2;
}

.app-floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  padding: 14px 16px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

.app-floating-card-top {
  right: -25px;
  top: 76px;
}

.app-floating-card-bottom {
  left: -28px;
  bottom: 58px;
}

.app-floating-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--app-green);
  font-weight: 900;
}

.app-floating-card div {
  display: grid;
  gap: 2px;
}

.app-floating-card strong {
  color: var(--app-blue);
  font-size: 12px;
}

.app-floating-card small {
  color: #8a98a5;
  font-size: 10px;
}

/* =====================================================
   AVANT / MAINTENANT
   ===================================================== */

.app-before-after {
  background: #ffffff;
}

.app-old-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 28px;
  border: 1px solid var(--app-border);
  border-radius: 20px;
  background: #f8fafc;
}

.app-old-flow span {
  padding: 11px 14px;
  border-radius: 10px;
  color: #6d7c89;
  background: #ffffff;
  border: 1px solid #e5e9ee;
  font-size: 12px;
  font-weight: 900;
}

.app-old-flow i {
  color: #a5b0ba;
  font-style: normal;
}

.app-new-flow {
  width: min(760px, 100%);
  margin: 50px auto 0;
  display: grid;
  gap: 12px;
}

.app-new-flow-step {
  min-height: 120px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 22px;
  border-radius: 22px;
  border: 1px solid var(--app-border);
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(16,42,67,0.06);
}

.app-flow-number,
.app-flow-check {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--app-green-dark);
  background: var(--app-green-soft);
  font-weight: 900;
}

.app-new-flow-step small {
  color: #8e9ba7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
}

.app-new-flow-step h3 {
  margin: 4px 0 0;
  color: var(--app-blue);
  font-size: 26px;
}

.app-new-flow-final {
  color: #ffffff;
  border-color: transparent;
  background: var(--app-green);
}

.app-new-flow-final .app-flow-check {
  color: var(--app-green);
  background: #ffffff;
}

.app-new-flow-final small,
.app-new-flow-final h3 {
  color: #ffffff;
}

.app-flow-arrow {
  text-align: center;
  color: var(--app-green);
  font-size: 30px;
  line-height: 1;
}

/* =====================================================
   FORMULAIRE
   ===================================================== */

.app-form-section {
  background: var(--app-bg);
}

.app-two-cols {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.app-two-cols-reverse {
  grid-template-columns: 1.08fr 0.92fr;
}

.app-copy-block {
  max-width: 560px;
}

.app-mini-list {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.app-mini-list span {
  padding: 10px 14px;
  border: 1px solid #d9e3ea;
  border-radius: 999px;
  color: var(--app-blue);
  background: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.app-form-demo {
  padding: 30px;
  border: 1px solid var(--app-border);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--app-shadow);
}

.app-demo-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #edf0f3;
}

.app-demo-head small {
  color: #8b99a5;
  font-size: 11px;
}

.app-demo-head h3 {
  margin: 4px 0 0;
  color: var(--app-blue);
  font-size: 24px;
}

.app-demo-head > span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--app-green-dark);
  background: var(--app-green-soft);
  font-size: 11px;
  font-weight: 900;
}

.app-demo-field {
  margin-top: 20px;
}

.app-demo-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--app-blue);
  font-size: 12px;
  font-weight: 900;
}

.app-demo-field > div {
  min-height: 48px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  border: 1px solid #dce4ea;
  border-radius: 11px;
  color: #536473;
  background: #fbfcfd;
  font-size: 13px;
}

.app-demo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.app-demo-upload {
  margin-top: 20px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px dashed #a9bac8;
  border-radius: 13px;
  background: #fbfcfd;
}

.app-demo-upload > span {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--app-green-dark);
  background: var(--app-green-soft);
  font-size: 22px;
}

.app-demo-upload div {
  display: grid;
  gap: 3px;
}

.app-demo-upload strong {
  color: var(--app-blue);
  font-size: 13px;
}

.app-demo-upload small {
  color: #8b99a5;
  font-size: 11px;
}

.app-demo-next {
  margin-top: 24px;
  min-height: 50px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--app-green);
  font-size: 13px;
  font-weight: 900;
}

/* =====================================================
   GENERATION
   ===================================================== */

.app-generation-section {
  background: #ffffff;
}

.app-docs-stage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.app-doc-card {
  min-height: 190px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--app-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(16,42,67,0.05);
  transition: 0.22s ease;
}

.app-doc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(16,42,67,0.09);
}

.app-doc-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: auto;
}

.app-doc-top span {
  padding: 7px 9px;
  border-radius: 8px;
  color: var(--app-blue);
  background: #edf2f6;
  font-size: 10px;
  font-weight: 900;
}

.app-doc-top b {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--app-green);
  font-size: 12px;
}

.app-doc-card > strong {
  margin-top: 32px;
  color: var(--app-blue);
  font-size: 18px;
}

.app-doc-card > small {
  margin-top: 5px;
  color: #8997a4;
  font-size: 12px;
}

.app-ready-badge {
  width: min(560px, 100%);
  margin: 42px auto 0;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 18px;
  color: #ffffff;
  background: var(--app-green);
  box-shadow: 0 18px 45px rgba(104,185,20,0.25);
}

.app-ready-badge > span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--app-green);
  background: #ffffff;
  font-weight: 900;
}

.app-ready-badge div {
  display: grid;
  gap: 2px;
}

.app-ready-badge small {
  color: #e9f8d8;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
}

.app-ready-badge strong {
  font-size: 20px;
}

/* =====================================================
   DEPOT
   ===================================================== */

.app-deposit-section {
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 30%, rgba(104,185,20,0.13), transparent 28%),
    var(--app-blue-dark);
}

.app-copy-light h2 {
  color: #ffffff;
}

.app-copy-light h2 strong {
  color: var(--app-green);
}

.app-copy-light > p {
  color: #b8c8d6;
}

.app-deposit-window {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 40px 90px rgba(0,0,0,0.35);
  overflow: hidden;
}

.app-deposit-head {
  min-height: 62px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f6f8;
  border-bottom: 1px solid #e3e8ec;
}

.app-deposit-head span {
  color: var(--app-blue);
  font-weight: 900;
}

.app-deposit-head small {
  color: #7d8c99;
}

.app-deposit-content {
  padding: 34px;
}

.app-deposit-file {
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 14px;
  background: #f7f9fb;
}

.app-deposit-file > span {
  font-size: 28px;
}

.app-deposit-file div {
  display: grid;
  gap: 3px;
}

.app-deposit-file strong {
  color: var(--app-blue);
  font-size: 14px;
}

.app-deposit-file small {
  color: #8493a0;
  font-size: 11px;
}

.app-progress {
  height: 8px;
  margin: 26px 0;
  border-radius: 999px;
  background: #e7edf1;
  overflow: hidden;
}

.app-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--app-green);
}

.app-deposit-success {
  padding: 26px;
  text-align: center;
  border-radius: 18px;
  background: #f4faec;
}

.app-deposit-success div {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--app-green);
  font-weight: 900;
}

.app-deposit-success strong {
  display: block;
  color: var(--app-blue);
  font-size: 20px;
}

.app-deposit-success small {
  display: block;
  margin-top: 5px;
  color: #73828e;
}

.app-dark-points {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.app-dark-points > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.app-dark-points span {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--app-blue-dark);
  background: var(--app-green);
  font-weight: 900;
}

.app-dark-points p {
  margin: 0;
  color: #d6e0e8;
  font-size: 14px;
  font-weight: 800;
}

/* =====================================================
   TRACKING
   ===================================================== */

.app-tracking-section {
  background: var(--app-bg);
}

.app-tracking-board {
  padding: 34px;
  border: 1px solid var(--app-border);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--app-shadow);
}

.app-tracking-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #edf0f3;
}

.app-tracking-top small {
  color: #8d9aa6;
  font-size: 11px;
}

.app-tracking-top h3 {
  margin: 4px 0 0;
  color: var(--app-blue);
  font-size: 28px;
}

.app-tracking-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.app-tracking-filters span {
  padding: 8px 11px;
  border: 1px solid #dce4ea;
  border-radius: 999px;
  color: #647585;
  font-size: 10px;
  font-weight: 900;
}

.app-tracking-filters span.active {
  color: #ffffff;
  border-color: var(--app-blue);
  background: var(--app-blue);
}

.app-tracking-grid {
  display: grid;
  margin-top: 12px;
}

.app-tracking-item {
  min-height: 82px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #edf0f3;
}

.app-tracking-item:last-child {
  border-bottom: 0;
}

.app-tracking-item div {
  display: grid;
  gap: 4px;
}

.app-tracking-item strong {
  color: var(--app-blue);
  font-size: 14px;
}

.app-tracking-item small {
  color: #8b99a6;
}

/* =====================================================
   ECOSYSTEME
   ===================================================== */

.app-ecosystem-section {
  background: #ffffff;
}

.app-ecosystem-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 20px;
  align-items: center;
}

.app-ecosystem-card {
  min-height: 320px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--app-border);
  border-radius: 24px;
  color: var(--app-blue);
  background: #ffffff;
  transition: 0.22s ease;
}

.app-ecosystem-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--app-shadow);
}

.app-ecosystem-card.active {
  color: #ffffff;
  border-color: transparent;
  background: var(--app-green);
}

.app-ecosystem-number {
  color: #9aa7b2;
  font-size: 12px;
  font-weight: 900;
}

.app-ecosystem-card.active .app-ecosystem-number {
  color: #e6f5d5;
}

.app-ecosystem-status {
  align-self: flex-start;
  margin-top: 30px;
  padding: 7px 9px;
  border-radius: 999px;
  color: #60717f;
  background: #eef2f5;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.8px;
}

.app-ecosystem-card.active .app-ecosystem-status {
  color: #ffffff;
  background: rgba(255,255,255,0.17);
}

.app-ecosystem-card h3 {
  margin: 28px 0 0;
  font-size: 31px;
}

.app-ecosystem-card p {
  margin: 8px 0 0;
  color: #738491;
  line-height: 1.5;
}

.app-ecosystem-card.active p {
  color: #edf8df;
}

.app-ecosystem-card > strong {
  margin-top: auto;
  color: var(--app-green-dark);
  font-size: 13px;
}

.app-ecosystem-card.active > strong {
  color: #ffffff;
}

.app-ecosystem-arrow {
  color: var(--app-green);
  font-size: 30px;
  font-weight: 900;
}

/* =====================================================
   MAILLAGE INTERNE
   ===================================================== */

.app-related-section {
  padding: 90px 0;
  background: #f7f9fb;
  border-top: 1px solid #e8edf1;
}

.app-related-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.app-related-head small {
  color: var(--app-green-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.app-related-head h2 {
  margin: 6px 0 0;
  color: var(--app-blue);
  font-size: 34px;
  line-height: 1.15;
}

.app-related-head > a {
  color: var(--app-green-dark);
  font-size: 13px;
  font-weight: 900;
}

.app-related-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--app-border);
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
}

.app-related-links a {
  min-height: 120px;
  padding: 22px;
  display: grid;
  align-content: space-between;
  border-right: 1px solid #e6ebef;
  transition: 0.2s ease;
}

.app-related-links a:last-child {
  border-right: none;
}

.app-related-links a:hover {
  background: var(--app-green-soft);
}

.app-related-links span {
  color: #9aa7b3;
  font-size: 10px;
  font-weight: 900;
}

.app-related-links strong {
  color: var(--app-blue);
  font-size: 16px;
}

.app-related-links i {
  color: var(--app-green);
  font-style: normal;
}

/* =====================================================
   FAQ
   ===================================================== */

.app-faq-section {
  padding: 110px 0;
  background: #ffffff;
}

.app-faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}

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

.app-faq-list details {
  border: 1px solid var(--app-border);
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
}

.app-faq-list summary {
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
  color: var(--app-blue);
  font-size: 15px;
  font-weight: 900;
}

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

.app-faq-list summary::after {
  content: "+";
  float: right;
  color: var(--app-green);
  font-size: 22px;
}

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

.app-faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--app-muted);
  font-size: 14px;
  line-height: 1.7;
}

/* =====================================================
   CTA FINAL
   ===================================================== */

.app-final-cta {
  padding: 40px 0 110px;
  background: #ffffff;
}

.app-final-box {
  padding: 55px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-radius: 32px;
  color: #ffffff;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 33%),
    var(--app-green);
}

.app-final-box small {
  color: #e8f6d7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.app-final-box h2 {
  max-width: 760px;
  margin-top: 8px;
  color: #ffffff;
  font-size: clamp(38px, 4.7vw, 64px);
}

.app-final-box h2 strong {
  color: #ffffff;
}

.app-btn-white {
  flex-shrink: 0;
  color: var(--app-blue);
  background: #ffffff;
}

.app-btn-white:hover {
  color: var(--app-blue);
  background: #f7faf4;
}

/* =====================================================
   ANIMATIONS
   ===================================================== */

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .72s ease, transform .72s ease;
}

[data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 1050px) {

  .app-hero-grid,
  .app-two-cols,
  .app-two-cols-reverse,
  .app-faq-grid {
    grid-template-columns: 1fr;
  }

  .app-hero-grid {
    gap: 55px;
  }

  .app-hero-copy {
    text-align: center;
  }

  .app-hero-copy h1,
  .app-lead,
  .app-copy-block {
    margin-left: auto;
    margin-right: auto;
  }

  .app-hero-actions,
  .app-proof-row {
    justify-content: center;
  }

  .app-hero-visual {
    width: min(820px, 100%);
    margin: 0 auto;
  }

  .app-copy-block {
    text-align: center;
  }

  .app-mini-list {
    justify-content: center;
  }

  .app-docs-stage {
    grid-template-columns: repeat(2, 1fr);
  }

  .app-ecosystem-flow {
    grid-template-columns: 1fr;
  }

  .app-ecosystem-arrow {
    transform: rotate(90deg);
    text-align: center;
  }

  .app-related-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .app-related-links a:nth-child(2) {
    border-right: 0;
  }

  .app-related-links a:nth-child(-n+2) {
    border-bottom: 1px solid #e6ebef;
  }

  .app-final-box {
    align-items: flex-start;
    flex-direction: column;
  }

}

@media (max-width: 760px) {

  .app-shell {
    width: min(100% - 28px, 1240px);
  }

  .app-section {
    padding: 82px 0;
  }

  .app-hero {
    padding: 70px 0 90px;
  }

  .app-hero-copy h1 {
    font-size: 54px;
    letter-spacing: -2.8px;
  }

  .app-lead {
    font-size: 17px;
  }

  .app-hero-actions {
    flex-direction: column;
  }

  .app-btn {
    width: 100%;
  }

  .app-proof-row {
    gap: 24px;
    flex-direction: column;
  }

  .app-browser {
    transform: none;
  }

  .app-ui {
    grid-template-columns: 1fr;
  }

  .app-ui-sidebar {
    display: none;
  }

  .app-ui-main {
    padding: 18px;
  }

  .app-ui-stats {
    grid-template-columns: 1fr 1fr;
  }

  .app-ui-stats div:last-child {
    display: none;
  }

  .app-floating-card {
    display: none;
  }

  .app-section-heading h2,
  .app-copy-block h2,
  .app-faq-intro h2 {
    font-size: 42px;
    letter-spacing: -1.8px;
  }

  .app-old-flow {
    justify-content: flex-start;
  }

  .app-new-flow-step {
    min-height: 104px;
    padding: 20px;
  }

  .app-new-flow-step h3 {
    font-size: 21px;
  }

  .app-demo-grid,
  .app-docs-stage {
    grid-template-columns: 1fr;
  }

  .app-tracking-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .app-tracking-item {
    min-height: 96px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 16px;
  }

  .app-related-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .app-related-links {
    grid-template-columns: 1fr;
  }

  .app-related-links a {
    border-right: 0;
    border-bottom: 1px solid #e6ebef;
  }

  .app-related-links a:last-child {
    border-bottom: 0;
  }

  .app-final-box {
    padding: 38px 26px;
  }

  .app-final-box h2 {
    font-size: 40px;
  }

}

@media (max-width: 500px) {

  .app-hero-copy h1 {
    font-size: 46px;
  }

  .app-section-heading h2,
  .app-copy-block h2,
  .app-faq-intro h2 {
    font-size: 36px;
  }

  .app-section-heading p,
  .app-copy-block > p {
    font-size: 16px;
  }

  .app-browser-bar {
    height: 40px;
  }

  .app-browser-url {
    font-size: 9px;
  }

  .app-ui-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .app-ui-new {
    align-self: stretch;
    text-align: center;
  }

  .app-old-flow span {
    width: 100%;
    text-align: center;
  }

  .app-old-flow i {
    width: 100%;
    text-align: center;
    transform: rotate(90deg);
  }

}
