:root {
  --forest: #123c2f;
  --forest-deep: #09271e;
  --cream: #f6f0e4;
  --paper: #fffaf0;
  --coral: #ff6b4a;
  --yellow: #f2d65c;
  --mint: #b9dbc3;
  --ink: #153129;
  --muted: #65756f;
  --line: rgba(21, 49, 41, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.page-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.brand { display: inline-flex; align-items: center; gap: 8px; }
.brand-mark { width: 44px; height: 44px; flex: 0 0 auto; }
.brand-name { font-size: 29px; font-weight: 800; letter-spacing: -.07em; }
.logo-link { position: relative; z-index: 2; }

.hero { position: relative; min-height: 780px; height: 100svh; max-height: 980px; color: var(--paper); overflow: hidden; background: var(--forest-deep); }
.hero-image { object-fit: cover; object-position: 55% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,28,21,.9) 0%, rgba(4,28,21,.55) 40%, rgba(4,28,21,.05) 73%), linear-gradient(0deg, rgba(4,28,21,.4), transparent 45%); }
.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; height: 104px; padding: 0 max(24px, calc((100% - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.2); }
.site-header nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 700; }
.site-header nav a:not(.nav-cta) { padding: 14px 0; opacity: .86; transition: opacity .2s; }
.site-header nav a:hover { opacity: 1; }
.nav-cta { border: 1px solid rgba(255,255,255,.5); border-radius: 99px; padding: 14px 20px; }
.menu-button { display: none; border: 0; color: white; background: transparent; }
.hero-content { position: relative; z-index: 2; padding-top: clamp(215px, 29vh, 300px); }
.eyebrow { display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; font-size: 11px; color: var(--forest); }
.eyebrow span { width: 30px; height: 2px; background: var(--coral); }
.eyebrow.light { color: var(--cream); }
.hero h1 { max-width: 730px; margin: 28px 0 18px; font-size: clamp(62px, 8vw, 118px); font-weight: 800; letter-spacing: -.075em; line-height: .86; }
.hero-content > p { max-width: 610px; font-size: 20px; line-height: 1.55; color: rgba(255,255,255,.85); }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; }
.button { min-height: 54px; padding: 0 24px; border: 0; border-radius: 99px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-coral { color: var(--forest-deep); background: var(--coral); box-shadow: 0 10px 26px rgba(255,107,74,.22); }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; }
.text-link.light { color: white; }
.hero-note { position: absolute; z-index: 2; right: 6vw; bottom: 46px; padding-left: 18px; border-left: 3px solid var(--yellow); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; line-height: 1.8; }

.intro-section { background: var(--cream); }
.split-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
h2 { margin: 20px 0 0; font-size: clamp(46px, 6vw, 78px); line-height: .96; letter-spacing: -.06em; }
h2 em { font-family: Georgia, serif; font-weight: 400; color: var(--coral); }
.large-copy { font-size: 22px; line-height: 1.5; letter-spacing: -.02em; }
.large-copy p { margin: 0 0 22px; }
.large-copy .muted, .muted { color: var(--muted); font-size: 16px; line-height: 1.6; }
.feature-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 340px; padding: 34px; border-radius: 26px; overflow: hidden; }
.feature-card > span { font-size: 11px; font-weight: 800; }
.feature-card > svg { position: absolute; right: 26px; top: 26px; width: 40px; height: 40px; stroke-width: 1.4; }
.feature-card h3 { margin: 150px 0 12px; font-size: 33px; letter-spacing: -.04em; }
.feature-card p { max-width: 280px; margin: 0; line-height: 1.55; }
.feature-card.coral { background: var(--coral); }
.feature-card.yellow { background: var(--yellow); }
.feature-card.green { background: var(--forest); color: var(--paper); }

.rules-section { background: var(--forest-deep); color: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.section-heading > p { color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.6; }
.section-heading h2 em { color: var(--yellow); }
.fact-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.fact-grid article { min-height: 190px; padding: 24px; background: var(--forest-deep); display: flex; flex-direction: column; }
.fact-grid article:nth-child(1), .fact-grid article:nth-child(2) { grid-column: span 2; }
.fact-grid article:nth-child(n+3) { grid-column: span 2; }
.fact-grid strong { margin: auto 0 10px; font-size: 21px; line-height: 1.2; }
.fact-grid article > span:last-child { color: rgba(255,255,255,.55); font-size: 12px; }
.status { align-self: flex-start; border: 1px solid currentColor; border-radius: 99px; padding: 6px 9px; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 800; }
.status-confirmed { color: #85dda0; }
.status-testing { color: var(--yellow); }
.status-unknown { color: #aac1b9; }
.rules-list { margin-top: 70px; border-top: 1px solid rgba(255,255,255,.18); }
.rules-list article { min-height: 100px; display: grid; grid-template-columns: 70px 220px 1fr 30px; gap: 20px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.rules-list article > span { color: var(--coral); font-size: 12px; }
.rules-list h3 { font-size: 22px; }
.rules-list p { color: rgba(255,255,255,.65); line-height: 1.5; }
.rules-list svg { color: var(--yellow); }

.story-section { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; align-items: center; }
.story-number { display: flex; align-items: flex-end; gap: 18px; color: var(--coral); font-family: Georgia, serif; font-size: clamp(160px, 20vw, 280px); line-height: .7; letter-spacing: -.08em; }
.story-number span { padding-bottom: 20px; color: var(--forest); font-family: Arial, sans-serif; font-size: 11px; font-weight: 800; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }
.story-grid .large-copy { max-width: 700px; margin-top: 36px; color: var(--muted); }
.founder-signature { margin-top: 30px; font-family: Georgia, serif; font-style: italic; }

.initiation-section { background: var(--coral); }
.initiation-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.initiation-section .eyebrow span { background: var(--forest-deep); }
.initiation-section h2 em { color: var(--paper); }
.event-meta { margin-top: 55px; display: grid; gap: 20px; }
.event-meta > div { display: flex; align-items: center; gap: 18px; }
.event-meta svg { width: 26px; height: 26px; }
.event-meta span { font-weight: 700; }
.event-meta small { display: block; margin-bottom: 3px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; opacity: .6; }
.form-card { padding: 45px; border-radius: 28px; background: var(--paper); box-shadow: 0 35px 80px rgba(74,20,10,.14); }
.form-kicker { color: var(--coral); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; }
.form-card h3 { margin: 12px 0; font-size: 32px; letter-spacing: -.04em; }
.form-card > p { color: var(--muted); line-height: 1.5; }
.signup-form { margin-top: 28px; display: grid; gap: 15px; }
.signup-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; }
.signup-form input, .signup-form select { width: 100%; min-height: 50px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: white; outline: none; }
.signup-form input:focus, .signup-form select:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(255,107,74,.12); }
.signup-form .button { width: 100%; margin-top: 5px; }
.signup-form small { color: var(--muted); font-size: 10px; line-height: 1.5; }
.form-error { color: #b52d1a; font-size: 12px; }
.success-card { display: flex; gap: 14px; align-items: flex-start; margin-top: 28px; padding: 18px; border-radius: 14px; color: var(--forest); background: var(--mint); }
.success-card > span { font-size: 24px; }
.success-card p { margin: 5px 0 0; font-size: 13px; }

.news-section { background: var(--cream); }
.section-heading.dark { color: var(--ink); }
.news-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-visual { aspect-ratio: 1.35; margin-bottom: 22px; padding: 25px; border-radius: 22px; display: flex; align-items: flex-end; overflow: hidden; }
.news-visual span { color: rgba(255,255,255,.9); font-family: Georgia, serif; font-size: 70px; line-height: .8; }
.visual-0 { background: radial-gradient(circle at 72% 28%, var(--yellow) 0 10%, transparent 10.5%), linear-gradient(145deg, var(--forest) 0 58%, var(--coral) 58%); }
.visual-1 { background: radial-gradient(circle at 35% 58%, transparent 0 20%, var(--yellow) 20.5% 23%, transparent 23.5%), var(--coral); }
.visual-2 { background: linear-gradient(28deg, var(--forest-deep) 0 38%, var(--mint) 38% 62%, var(--yellow) 62%); }
.news-card time { color: var(--coral); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 800; }
.news-card h3 { margin: 10px 0; font-size: 25px; letter-spacing: -.04em; }
.news-card p { color: var(--muted); line-height: 1.55; }

footer { padding: 80px 0 20px; color: var(--paper); background: var(--forest-deep); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1.3fr; gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid p { color: rgba(255,255,255,.55); line-height: 1.6; }
.footer-grid div > span { margin-bottom: 8px; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 800; }
.footer-grid div > a { font-size: 14px; }
.footer-cta a { padding-bottom: 10px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--coral); font-size: 17px !important; }
.footer-cta svg { width: 18px; color: var(--coral); }
.footer-bottom { margin-top: 80px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: 10px; }

/* Administration */
.admin-body { min-height: 100vh; color: var(--ink); background: #f4f1e9; }
.admin-shell { display: grid; grid-template-columns: 270px 1fr; min-height: 100vh; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; padding: 28px 20px; color: var(--paper); background: var(--forest-deep); }
.admin-sidebar nav { margin-top: 55px; display: grid; gap: 7px; }
.admin-sidebar nav a { padding: 13px 14px; display: flex; align-items: center; gap: 12px; border-radius: 10px; color: rgba(255,255,255,.65); font-size: 14px; font-weight: 700; }
.admin-sidebar nav a:hover, .admin-sidebar nav a.active { color: white; background: rgba(255,255,255,.09); }
.admin-sidebar-footer { position: absolute; left: 20px; right: 20px; bottom: 25px; display: grid; gap: 8px; }
.admin-sidebar-footer a, .signout-button { padding: 10px; border: 0; color: rgba(255,255,255,.55); background: transparent; text-align: left; font-size: 12px; cursor: pointer; }
.admin-main { padding: 52px clamp(28px, 5vw, 80px); }
.admin-topline { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.admin-topline h1 { margin: 7px 0 0; font-size: 42px; letter-spacing: -.05em; }
.admin-topline p { margin: 8px 0 0; color: var(--muted); }
.progress-line { height: 8px; overflow: hidden; border-radius: 99px; background: #deddd7; }
.progress-line div { height: 100%; border-radius: inherit; background: var(--coral); transition: width .3s; }
.wizard-card { margin-top: 20px; padding: clamp(25px, 5vw, 55px); border-radius: 24px; background: white; box-shadow: 0 15px 50px rgba(19,50,40,.06); }
.wizard-card h2 { font-size: 42px; }
.wizard-intro { max-width: 650px; color: var(--muted); line-height: 1.6; }
.form-grid { margin-top: 35px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field > span { font-size: 13px; font-weight: 800; }
.field small { color: var(--muted); line-height: 1.4; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 14px; border: 1px solid #d7d9d5; border-radius: 11px; color: var(--ink); background: white; outline: none; }
.field textarea { min-height: 120px; resize: vertical; line-height: 1.5; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(18,60,47,.08); }
.certainty-field { display: grid; grid-template-columns: 1fr 150px; gap: 8px; }
.wizard-actions { margin-top: 40px; display: flex; justify-content: space-between; gap: 15px; }
.button-secondary { border: 1px solid var(--line); background: white; color: var(--ink); }
.button-forest { background: var(--forest); color: white; }
.logo-choices { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.logo-choice { min-height: 170px; padding: 25px; border: 2px solid #e1e2de; border-radius: 15px; display: grid; place-items: center; background: var(--paper); cursor: pointer; }
.logo-choice.selected { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(255,107,74,.12); }
.logo-choice span { color: var(--muted); font-size: 11px; }
.check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.check-card { padding: 15px; display: flex; align-items: center; gap: 10px; border: 1px solid #dfe1dd; border-radius: 11px; cursor: pointer; }
.publish-card { padding: 25px; border-radius: 16px; background: var(--mint); }
.publish-card h3 { margin-top: 0; }
.publish-card p { margin-bottom: 0; color: #416356; line-height: 1.5; }
.toast { position: fixed; z-index: 30; right: 25px; bottom: 25px; padding: 15px 20px; border-radius: 10px; color: white; background: var(--forest); box-shadow: 0 15px 40px rgba(0,0,0,.15); }
.content-list { margin-top: 24px; }
.content-list h2 { margin-bottom: 30px; }
.manager-item { padding: 18px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.manager-item strong { font-size: 17px; }
.manager-item p { margin: 7px 0 0; color: var(--muted); }
.manager-item > span { align-self: flex-start; padding: 6px 9px; border-radius: 99px; color: var(--forest); background: var(--mint); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 800; }
.guide-copy ol { margin: 35px 0 0; padding: 0; list-style: none; counter-reset: guide; }
.guide-copy li { position: relative; padding: 22px 0 22px 65px; border-top: 1px solid var(--line); counter-increment: guide; }
.guide-copy li::before { content: counter(guide, decimal-leading-zero); position: absolute; left: 0; color: var(--coral); font-family: Georgia, serif; font-size: 28px; }
.guide-copy li p { margin: 7px 0 0; color: var(--muted); line-height: 1.5; }

.login-page { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); }
.login-visual { position: relative; overflow: hidden; background: var(--forest); }
.login-visual img { object-fit: cover; }
.login-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,28,21,.78), rgba(4,28,21,.05)); }
.login-visual-copy { position: absolute; z-index: 2; left: 55px; right: 55px; bottom: 55px; color: white; }
.login-visual-copy h2 { max-width: 550px; font-size: 56px; }
.login-panel { display: grid; place-items: center; padding: 40px; }
.login-card { width: min(430px, 100%); }
.login-card h1 { margin: 42px 0 8px; font-size: 42px; letter-spacing: -.05em; }
.login-card > p { color: var(--muted); line-height: 1.5; }
.login-form { margin-top: 30px; display: grid; gap: 18px; }
.login-form .button { width: 100%; }
.demo-note { margin-top: 25px; padding: 14px; border-radius: 10px; color: #705f24; background: #fff2ba; font-size: 12px; line-height: 1.5; }

@media (max-width: 900px) {
  .page-shell { width: min(100% - 32px, 720px); }
  .section { padding: 85px 0; }
  .site-header { height: 80px; padding: 0 18px; }
  .menu-button { display: block; position: relative; z-index: 12; }
  .site-header nav { position: fixed; inset: 0; padding: 120px 30px 40px; display: flex; flex-direction: column; align-items: flex-start; background: var(--forest-deep); transform: translateX(100%); transition: transform .25s; }
  .site-header nav.nav-open { transform: translateX(0); }
  .site-header nav a { font-size: 22px; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,28,21,.86), rgba(4,28,21,.35)), linear-gradient(0deg, rgba(4,28,21,.5), transparent); }
  .hero-note { display: none; }
  .split-intro, .section-heading, .story-grid, .initiation-grid { grid-template-columns: 1fr; gap: 45px; }
  .feature-grid, .news-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 280px; }
  .feature-card h3 { margin-top: 100px; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact-grid article { grid-column: auto !important; }
  .rules-list article { grid-template-columns: 45px 150px 1fr; }
  .rules-list article svg { display: none; }
  .story-number { font-size: 180px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; height: auto; }
  .admin-sidebar nav { margin-top: 25px; grid-template-columns: repeat(4, 1fr); }
  .admin-sidebar-footer { position: static; margin-top: 15px; }
  .login-page { grid-template-columns: 1fr; }
  .login-visual { display: none; }
}

@media (max-width: 620px) {
  .hero h1 { font-size: 64px; }
  .hero-content { padding-top: 180px; }
  .hero-content > p { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  h2 { font-size: 46px; }
  .fact-grid { grid-template-columns: 1fr; }
  .rules-list article { padding: 20px 0; grid-template-columns: 35px 1fr; gap: 5px 10px; }
  .rules-list article p { grid-column: 2; margin: 0; }
  .story-number { font-size: 150px; }
  .form-card { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .admin-main { padding: 35px 18px; }
  .admin-sidebar nav { grid-template-columns: 1fr 1fr; }
  .admin-topline { align-items: flex-start; flex-direction: column; }
  .form-grid, .logo-choices, .check-grid { grid-template-columns: 1fr; }
  .certainty-field { grid-template-columns: 1fr; }
  .wizard-actions { flex-direction: column-reverse; }
  .wizard-actions .button { width: 100%; }
}

/* Version PHP / Infomaniak */
.hero-picture { position: absolute; inset: 0; }
.hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.admin-sidebar-footer .inline-icon, .admin-sidebar .inline-icon { width: 18px; display: inline-block; text-align: center; }
.admin-sidebar-footer form { margin: 0; }
.status-inline { display: inline-flex; align-items: center; }
.empty-state { padding: 25px; border: 1px dashed var(--line); border-radius: 14px; color: var(--muted); }
.registration-table { width: 100%; border-collapse: collapse; margin-top: 25px; }
.registration-table th, .registration-table td { padding: 13px 10px; border-bottom: 1px solid var(--line); text-align: left; font-size: 13px; }
.registration-table th { color: var(--muted); text-transform: uppercase; letter-spacing: .09em; font-size: 9px; }
.login-error { margin-top: 15px; padding: 12px; border-radius: 10px; color: #8f2518; background: #ffe0d8; }
.install-body { min-height: 100vh; padding: 50px 20px; background: var(--cream); }
.install-card { width: min(860px, 100%); margin: 0 auto; padding: clamp(28px, 6vw, 65px); border-radius: 28px; background: white; box-shadow: 0 25px 80px rgba(18,60,47,.1); }
.install-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 45px; color: var(--forest); font-size: 29px; letter-spacing: -.06em; }
.install-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--paper); background: var(--forest); font-size: 28px; }
.install-card h1 { margin: 16px 0 10px; font-size: clamp(42px, 7vw, 68px); line-height: .95; letter-spacing: -.06em; }
.install-lead { max-width: 620px; color: var(--muted); line-height: 1.6; }
.install-form { margin-top: 38px; display: grid; gap: 28px; }
.install-form fieldset { padding: 25px; border: 1px solid var(--line); border-radius: 16px; }
.install-form legend { padding: 0 10px; color: var(--forest); font-size: 16px; font-weight: 800; }
.install-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.install-grid label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; }
.install-grid label.full { grid-column: 1 / -1; }
.install-grid input { min-height: 48px; padding: 0 13px; border: 1px solid #d7d9d5; border-radius: 10px; outline: none; }
.install-grid input:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(18,60,47,.08); }
.error-box { margin: 25px 0; padding: 15px 20px; border-radius: 12px; color: #8f2518; background: #ffe0d8; }
.error-box p { margin: 5px 0; }
.install-success { padding: 30px 0; text-align: center; }
.install-success > span { width: 72px; height: 72px; margin: 0 auto 25px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--mint); font-size: 34px; }
.install-success p { margin-bottom: 30px; color: var(--muted); }
.cms-step[hidden] { display: none; }
.admin-flash { margin-bottom: 22px; padding: 14px 18px; border-radius: 11px; color: var(--forest); background: var(--mint); }
.delete-button { border: 0; color: #a83928; background: transparent; cursor: pointer; font-size: 12px; }

@media (max-width: 620px) {
  .install-card { padding: 28px 20px; }
  .install-grid { grid-template-columns: 1fr; }
  .install-grid label.full { grid-column: auto; }
  .registration-table { display: block; overflow-x: auto; }
}
