/* =========================================================================
   Offerte - quote-request / lead-gen page
   Ported from the Claude Design template. Chrome is global (style.css);
   everything else is scoped under the .at-offerte body class.
   ========================================================================= */

body.at-offerte {
    background: var(--paper);
    color: var(--ink);
    font-family: 'IBM Plex Sans', system-ui, sans-serif;
}

/* -------------------------------------------------------------------------
   Typography (overrides the generic global .h1/.h2/.h3/.eyebrow)
   ------------------------------------------------------------------------- */

.at-offerte .h1 {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.0;
    font-size: clamp(36px, 4.4vw, 52px);
    margin: 0;
}
.at-offerte .h2 {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    font-size: clamp(24px, 2.2vw, 30px);
    color: var(--ink);
    margin: 0;
}
.at-offerte .h3 {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
    font-size: 20px;
    line-height: 1.12;
    color: var(--ink);
    margin: 0;
}
.at-offerte .lead   { font-size: 18px; line-height: 1.6; color: var(--ink-soft); }
.at-offerte .mono   { font-family: 'IBM Plex Mono', monospace; }
.at-offerte .accent { color: var(--accent); }
.at-offerte .muted  { color: var(--ink-soft); }

.at-offerte .eyebrow {
    display: inline-block;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 500;
}
.at-offerte .eyebrow-light {
    display: inline-block;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
}

/* -------------------------------------------------------------------------
   Sections + head band
   ------------------------------------------------------------------------- */

.at-offerte .sec { padding: 88px 0; }

.at-offerte .head-band { background: var(--accent); color: #fff; }
.at-offerte .head-band .h1 { color: #fff; }
.at-offerte .crumbs {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}
.at-offerte .crumbs a { text-decoration: none; color: rgba(255, 255, 255, 0.7); }
.at-offerte .crumbs a:hover { color: #fff; }

/* -------------------------------------------------------------------------
   Layout: info column + form
   ------------------------------------------------------------------------- */

.at-offerte .contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: start; }

.at-offerte .steps { display: flex; flex-direction: column; border-top: 2px solid var(--ink); }
.at-offerte .step-i {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 22px 2px;
    border-bottom: 1px solid var(--line);
    align-items: start;
}
.at-offerte .step-n { font-family: 'Archivo', system-ui, sans-serif; font-weight: 800; font-size: 24px; line-height: 1; letter-spacing: -0.02em; color: var(--accent); min-width: 30px; }
.at-offerte .step-t { font-family: 'Archivo', system-ui, sans-serif; font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
.at-offerte .step-d { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; margin-top: 4px; }

.at-offerte .assure { background: var(--paper-2); border: 1px solid var(--line); padding: 24px 26px; display: flex; flex-direction: column; gap: 12px; }
.at-offerte .assure-row { display: flex; align-items: center; gap: 12px; font-size: 14.5px; color: var(--ink); }
.at-offerte .assure-c {
    width: 22px;
    height: 22px;
    border: 1.5px solid var(--accent);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}
.at-offerte .bigtel { font-family: 'Archivo', system-ui, sans-serif; font-weight: 800; font-size: 24px; letter-spacing: -0.02em; color: var(--ink); text-decoration: none; }

/* -------------------------------------------------------------------------
   Form
   ------------------------------------------------------------------------- */

.at-offerte .form-card { background: #fff; border: 1px solid var(--line); padding: 44px; }
.at-offerte .field { display: flex; flex-direction: column; gap: 10px; }
.at-offerte .label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-soft);
}
.at-offerte .inp {
    font-family: 'IBM Plex Sans', system-ui, sans-serif;
    font-size: 15px;
    padding: 14px 16px;
    border: 1.5px solid var(--line);
    background: #fff;
    color: var(--ink);
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}
.at-offerte .inp:focus { outline: none; border-color: var(--accent); }
.at-offerte .g2f { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.at-offerte .hint { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: #9A9384; letter-spacing: 0.02em; }

.at-offerte .sent {
    background: #fff;
    border: 1px solid var(--line);
    border-top: 3px solid var(--accent);
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
}
.at-offerte .sent .eyebrow { color: var(--accent); }
.at-offerte .check-badge {
    width: 52px;
    height: 52px;
    border: 2px solid var(--accent);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 6px;
}
.at-offerte .note { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: #7C7669; letter-spacing: 0.03em; }

/* -------------------------------------------------------------------------
   Responsive
   ------------------------------------------------------------------------- */

@media (max-width: 900px) {
    .at-offerte .sec { padding: 56px 0; }
    .at-offerte .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .at-offerte .g2f { grid-template-columns: 1fr; }
    .at-offerte .form-card { padding: 28px; }
}
