/* ── WEBSTUDIO — Design System v2 ── */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --bg:          #F8F7F4;
  --bg-soft:     #F1EFE9;
  --white:       #FFFFFF;
  --navy:        #0D1F3C;
  --navy-soft:   #1E3A5F;
  --blue:        #2563EB;
  --blue-hover:  #1D4ED8;
  --blue-light:  #EFF6FF;
  --blue-soft:   #DBEAFE;
  --text:        #0D1F3C;
  --text-soft:   #475569;
  --text-muted:  #94A3B8;
  --border:      #E2E8F0;
  --border-soft: #F1F5F9;
  --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --radius-sm:  8px;
  --radius:     12px;
  --radius-lg:  20px;
  --radius-xl:  28px;
  --shadow-sm:  0 1px 3px rgba(13,31,60,.06), 0 1px 2px rgba(13,31,60,.04);
  --shadow-md:  0 4px 16px rgba(13,31,60,.08), 0 2px 4px rgba(13,31,60,.04);
  --shadow-lg:  0 20px 48px rgba(13,31,60,.12), 0 8px 16px rgba(13,31,60,.06);
  --ease: cubic-bezier(.4,0,.2,1);
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ── LAYOUT ── */
.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 32px; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }

/* ── TYPOGRAPHIE ── */
h1, h2, h3, h4 { line-height: 1.15; letter-spacing: -.02em; font-weight: 800; color: var(--text); }
.eyebrow { display: inline-block; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: 16px; }
.section-title { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 16px; }
.section-sub { font-size: 1.05rem; color: var(--text-soft); max-width: 520px; line-height: 1.7; }
.lead { font-size: 1.05rem; color: var(--text-soft); line-height: 1.7; }
.muted { color: var(--text-muted); }

/* ── LOGO ── */
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-mark { width: 36px; height: 36px; border-radius: 10px; background: var(--navy); color: #fff; display: grid; place-items: center; font-size: .72rem; font-weight: 800; letter-spacing: -.5px; flex-shrink: 0; }
.logo-name { font-size: .95rem; font-weight: 800; color: var(--navy); letter-spacing: -.03em; line-height: 1; }
.logo-tag { display: block; font-size: .6rem; font-weight: 500; color: var(--text-muted); letter-spacing: .02em; margin-top: 2px; }

/* ── NAVIGATION ── */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(248,247,244,.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); height: 64px; display: flex; align-items: center; }
.nav-inner { display: flex; align-items: center; width: 100%; }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav-link { font-size: .85rem; font-weight: 600; color: var(--text-soft); transition: color .2s var(--ease); }
.nav-link:hover { color: var(--navy); }
.nav-cta { margin-left: 20px; }

/* ── BOUTONS ── */
.btn { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font); font-size: .85rem; font-weight: 700; padding: 10px 20px; border-radius: var(--radius); transition: all .2s var(--ease); white-space: nowrap; cursor: pointer; border: 1.5px solid transparent; }
.btn-primary { background: var(--blue); color: #fff; border-color: var(--blue); }
.btn-primary:hover { background: var(--blue-hover); border-color: var(--blue-hover); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(37,99,235,.3); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--border); }
.btn-outline:hover { border-color: var(--navy); background: var(--white); box-shadow: var(--shadow-sm); }
.btn-lg { padding: 14px 28px; font-size: .95rem; border-radius: var(--radius-lg); }
.btn-white { background: #fff; color: var(--navy); border-color: #fff; }
.btn-white:hover { background: var(--bg); }
.btn-ghost { background: transparent; color: rgba(255,255,255,.7); border-color: rgba(255,255,255,.2); }
.btn-ghost:hover { background: rgba(255,255,255,.1); color: #fff; }

/* ── HERO ── */
.hero { padding: 88px 0 80px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(37,99,235,.07) 0%, transparent 70%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero-label { display: inline-flex; align-items: center; gap: 8px; background: var(--blue-light); border: 1px solid var(--blue-soft); color: var(--blue); font-size: .72rem; font-weight: 700; padding: 5px 12px; border-radius: 20px; margin-bottom: 24px; letter-spacing: .04em; text-transform: uppercase; }
.hero-h1 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); margin-bottom: 20px; line-height: 1.1; }
.hero-h1 em { color: var(--blue); font-style: normal; }
.hero-sub { font-size: 1.05rem; color: var(--text-soft); line-height: 1.75; max-width: 460px; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-note { font-size: .75rem; color: var(--text-muted); margin-top: 16px; }

/* Browser mockup */
.hero-visual { position: relative; }
.browser-mock { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; border: 1px solid var(--border); }
.browser-bar { background: var(--bg-soft); border-bottom: 1px solid var(--border); padding: 12px 16px; display: flex; align-items: center; gap: 8px; }
.browser-dots { display: flex; gap: 5px; }
.browser-dot { width: 10px; height: 10px; border-radius: 50%; }
.browser-dot:nth-child(1) { background: #FF5F57; }
.browser-dot:nth-child(2) { background: #FEBC2E; }
.browser-dot:nth-child(3) { background: #28C840; }
.browser-url { flex: 1; background: var(--white); border: 1px solid var(--border); border-radius: 6px; padding: 4px 12px; font-size: .7rem; color: var(--text-muted); margin: 0 12px; }
.browser-content { padding: 20px; }
.mock-nav-bar { height: 10px; background: var(--border); border-radius: 4px; margin-bottom: 16px; width: 55%; }
.mock-hero-block { background: var(--navy); border-radius: var(--radius); padding: 20px; margin-bottom: 14px; }
.mock-h { height: 12px; background: rgba(255,255,255,.9); border-radius: 3px; margin-bottom: 7px; }
.mock-h.short { width: 65%; }
.mock-p-line { height: 7px; background: rgba(255,255,255,.3); border-radius: 3px; margin-bottom: 5px; }
.mock-p-line.short { width: 75%; }
.mock-cta-btn { display: inline-block; background: var(--blue); height: 24px; width: 88px; border-radius: 5px; margin-top: 6px; }
.mock-cards-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mock-card-item { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 10px; }
.mock-card-dot { width: 20px; height: 20px; border-radius: 5px; background: var(--blue-light); margin-bottom: 7px; }
.mock-card-l { height: 6px; background: var(--border); border-radius: 3px; margin-bottom: 4px; }
.mock-card-l.short { width: 60%; }

/* ── STATS BAR ── */
.stats-bar { background: var(--navy); padding: 32px 0; }
.stats-grid { display: flex; justify-content: space-around; align-items: center; gap: 32px; flex-wrap: wrap; }
.stat-item { text-align: center; }
.stat-value { font-size: 1.7rem; font-weight: 800; color: #fff; letter-spacing: -.03em; }
.stat-label { font-size: .7rem; color: rgba(255,255,255,.5); font-weight: 500; letter-spacing: .05em; text-transform: uppercase; margin-top: 3px; }

/* ── SERVICES ── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; transition: all .25s var(--ease); position: relative; overflow: hidden; }
.service-card:hover { box-shadow: var(--shadow-md); border-color: var(--blue-soft); transform: translateY(-2px); }
.service-card.featured { background: var(--navy); border-color: var(--navy); }
.service-badge { position: absolute; top: 20px; right: 20px; background: var(--blue); color: #fff; font-size: .62rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 9px; border-radius: 20px; }
.service-icon { width: 44px; height: 44px; border-radius: var(--radius-sm); background: var(--blue-light); display: grid; place-items: center; margin-bottom: 20px; }
.service-icon svg { width: 22px; height: 22px; stroke: var(--blue); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-card.featured .service-icon { background: rgba(255,255,255,.1); }
.service-card.featured .service-icon svg { stroke: #93C5FD; }
.service-name { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.service-card.featured .service-name { color: #fff; }
.service-desc { font-size: .83rem; color: var(--text-soft); line-height: 1.65; margin-bottom: 20px; }
.service-card.featured .service-desc { color: rgba(255,255,255,.55); }
.service-price { font-size: 1.9rem; font-weight: 800; color: var(--navy); letter-spacing: -.03em; }
.service-card.featured .service-price { color: #fff; }
.service-price-note { font-size: .73rem; color: var(--text-muted); margin-top: 2px; }
.service-card.featured .service-price-note { color: rgba(255,255,255,.4); }
.service-features { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; border-top: 1px solid var(--border-soft); padding-top: 20px; }
.service-card.featured .service-features { border-color: rgba(255,255,255,.1); }
.service-feature { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: var(--text-soft); }
.service-card.featured .service-feature { color: rgba(255,255,255,.6); }
.service-feature::before { content: ''; width: 14px; height: 14px; border-radius: 50%; background: var(--blue-light); flex-shrink: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E"); background-size: 9px; background-repeat: no-repeat; background-position: center; }
.service-card.featured .service-feature::before { background-color: rgba(255,255,255,.1); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2393C5FD' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E"); }

/* ── PROCESS ── */
.process-section { background: var(--bg-soft); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 48px; position: relative; }
.process-grid::before { content: ''; position: absolute; top: 21px; left: calc(12.5% + 20px); right: calc(12.5% + 20px); height: 1px; background: var(--border); z-index: 0; }
.process-step { text-align: center; position: relative; z-index: 1; }
.process-num { width: 42px; height: 42px; border-radius: 50%; background: var(--white); border: 2px solid var(--border); color: var(--text-muted); font-size: .82rem; font-weight: 800; display: grid; place-items: center; margin: 0 auto 20px; transition: all .2s; }
.process-step.active .process-num { background: var(--navy); border-color: var(--navy); color: #fff; }
.process-step-title { font-size: .9rem; font-weight: 700; margin-bottom: 8px; }
.process-step-desc { font-size: .8rem; color: var(--text-soft); line-height: 1.6; }

/* ── PRICING TEASER ── */
.pricing-teaser { background: var(--navy); border-radius: var(--radius-xl); padding: 64px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.pricing-teaser::before { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 500px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(37,99,235,.25) 0%, transparent 65%); pointer-events: none; }
.pricing-teaser h2 { color: #fff; font-size: clamp(1.6rem,3vw,2.2rem); margin-bottom: 16px; }
.pricing-teaser p { color: rgba(255,255,255,.6); font-size: 1rem; max-width: 480px; margin: 0 auto 32px; line-height: 1.7; }
.pricing-pills { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.pricing-pill { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.8); font-size: .83rem; font-weight: 600; padding: 8px 20px; border-radius: 20px; }
.pricing-pill strong { color: #fff; }

/* ── FAQ ── */
.faq-list { max-width: 720px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 8px; }
.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-q { width: 100%; text-align: left; padding: 20px 24px; font-family: var(--font); font-size: .9rem; font-weight: 600; color: var(--text); display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; transition: background .15s; }
.faq-q:hover { background: var(--bg-soft); }
.faq-icon { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--border-soft); display: grid; place-items: center; transition: transform .25s var(--ease), background .15s; }
.faq-icon svg { width: 12px; height: 12px; stroke: var(--text-soft); fill: none; stroke-width: 2; stroke-linecap: round; }
.faq-item.open .faq-icon { background: var(--blue-light); transform: rotate(180deg); }
.faq-item.open .faq-icon svg { stroke: var(--blue); }
.faq-a { display: none; padding: 16px 24px 20px; font-size: .875rem; color: var(--text-soft); line-height: 1.75; border-top: 1px solid var(--border-soft); }
.faq-item.open .faq-a { display: block; }

/* ── CTA FINAL ── */
.cta-final { padding: 80px 0; text-align: center; }
.cta-final h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 16px; }
.cta-final p { color: var(--text-soft); font-size: 1rem; margin-bottom: 32px; max-width: 460px; margin-left: auto; margin-right: auto; line-height: 1.7; }
.cta-final-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ── FOOTER ── */
.footer { background: var(--navy); color: rgba(255,255,255,.55); padding: 56px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand .logo-mark { background: rgba(255,255,255,.1); }
.footer-brand .logo-name { color: #fff; }
.footer-brand .logo-tag { color: rgba(255,255,255,.35); }
.footer-desc { font-size: .8rem; line-height: 1.75; margin-top: 14px; color: rgba(255,255,255,.4); max-width: 260px; }
.footer-col-title { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-link { font-size: .82rem; color: rgba(255,255,255,.5); transition: color .15s; }
.footer-link:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: .75rem; }

/* ── PAGES INTERNES ── */
.page-hero { background: var(--navy); color: #fff; padding: 64px 0 56px; }
.page-hero h1 { color: #fff; font-size: clamp(1.8rem,4vw,2.6rem); margin-bottom: 12px; }
.page-hero p { color: rgba(255,255,255,.6); font-size: 1rem; max-width: 560px; line-height: 1.7; }
.page-hero-simple { padding: 48px 0 40px; border-bottom: 1px solid var(--border); margin-bottom: 48px; }
.page-hero-simple h1 { font-size: clamp(1.6rem,3vw,2.2rem); margin-bottom: 8px; }
.page-hero-simple p { color: var(--text-soft); }
.breadcrumb { display: flex; align-items: center; gap: 6px; font-size: .75rem; color: rgba(255,255,255,.4); margin-bottom: 20px; }
.breadcrumb a { color: rgba(255,255,255,.4); }
.breadcrumb a:hover { color: rgba(255,255,255,.8); }

/* ── PRICING (tarifs.html) ── */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.pricing-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; display: flex; flex-direction: column; transition: all .25s var(--ease); }
.pricing-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.pricing-card.featured { background: var(--navy); border-color: var(--navy); }
.pricing-tag { font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); margin-bottom: 8px; }
.pricing-card.featured .pricing-tag { color: rgba(255,255,255,.45); }
.pricing-name { font-size: 1.1rem; font-weight: 800; margin-bottom: 4px; }
.pricing-card.featured .pricing-name { color: #fff; }
.pricing-desc { font-size: .82rem; color: var(--text-soft); line-height: 1.6; margin-bottom: 24px; }
.pricing-card.featured .pricing-desc { color: rgba(255,255,255,.5); }
.pricing-price { font-size: 2.4rem; font-weight: 800; letter-spacing: -.04em; color: var(--navy); }
.pricing-card.featured .pricing-price { color: #fff; }
.pricing-period { font-size: .8rem; color: var(--text-muted); margin-top: 2px; }
.pricing-card.featured .pricing-period { color: rgba(255,255,255,.35); }
.pricing-note { font-size: .75rem; color: var(--text-muted); margin-top: 4px; }
.pricing-card.featured .pricing-note { color: rgba(255,255,255,.35); }
.pricing-divider { height: 1px; background: var(--border); margin: 24px 0; }
.pricing-card.featured .pricing-divider { background: rgba(255,255,255,.1); }
.pricing-features { display: flex; flex-direction: column; gap: 10px; flex: 1; padding: 0; margin: 0; }
.pricing-feature { display: flex; align-items: flex-start; gap: 8px; font-size: .82rem; color: var(--text-soft); }
.pricing-card.featured .pricing-feature { color: rgba(255,255,255,.6); }
.pricing-feature svg { width: 15px; height: 15px; stroke: var(--blue); fill: none; stroke-width: 2; flex-shrink: 0; margin-top: 1px; }
.pricing-card.featured .pricing-feature svg { stroke: #60A5FA; }
.pricing-cta { margin-top: 28px; width: 100%; text-align: center; padding: 12px; border-radius: var(--radius); font-family: var(--font); font-weight: 700; font-size: .85rem; transition: all .2s var(--ease); cursor: pointer; }
.pricing-cta-outline { border: 1.5px solid var(--border); color: var(--navy); background: transparent; }
.pricing-cta-outline:hover { border-color: var(--navy); background: var(--bg); }
.pricing-cta-primary { background: var(--blue); color: #fff; border: 1.5px solid var(--blue); }
.pricing-cta-primary:hover { background: var(--blue-hover); }
.pricing-cta-white { background: #fff; color: var(--navy); border: 1.5px solid #fff; }
.pricing-cta-white:hover { background: var(--bg); }

/* Payment */
.payment-section { background: var(--bg-soft); padding: 72px 0; }
.payment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.payment-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; }
.payment-card-title { font-size: .95rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.payment-card-note { font-size: .72rem; color: var(--text-muted); margin-bottom: 16px; }
.payment-rows { display: flex; flex-direction: column; }
.payment-row { padding: 11px 0; border-bottom: 1px solid var(--border-soft); }
.payment-row:last-child { border-bottom: none; }
.payment-row.highlight { background: var(--blue-light); border-radius: var(--radius-sm); padding: 11px 10px; margin: 4px -4px; }
.payment-row-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 3px; }
.payment-row-label { font-size: .8rem; color: var(--text-soft); font-weight: 500; }
.payment-row.highlight .payment-row-label { font-weight: 700; color: var(--navy); }
.payment-row-value { font-size: .95rem; font-weight: 800; color: var(--navy); }
.payment-row.highlight .payment-row-value { color: var(--blue); }
.payment-row-sub { font-size: .7rem; color: var(--text-muted); }

/* ── CONFIGURATEUR ── */
.configurateur-wrap { max-width: 820px; margin: 0 auto; }
.step-label { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: 6px; }
.step-title { font-size: 1.3rem; font-weight: 800; color: var(--text); margin-bottom: 8px; }
.step-subtitle { font-size: .875rem; color: var(--text-soft); margin-bottom: 28px; }
.choices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }
.choice-card { background: var(--white); border: 2px solid var(--border); border-radius: var(--radius-lg); padding: 24px; cursor: pointer; transition: all .2s var(--ease); position: relative; }
.choice-card:hover { border-color: var(--blue-soft); box-shadow: var(--shadow-sm); }
.choice-card.selected { border-color: var(--blue); background: var(--blue-light); }
.choice-card .check { position: absolute; top: -10px; right: -10px; width: 22px; height: 22px; border-radius: 50%; background: var(--blue); color: #fff; display: none; place-items: center; }
.choice-card.selected .check { display: grid; }
.choice-card .check svg { width: 11px; height: 11px; stroke: #fff; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.choice-name { font-size: .9rem; font-weight: 700; margin-bottom: 6px; }
.choice-price { font-size: 1.3rem; font-weight: 800; color: var(--navy); }
.choice-sub { font-size: .75rem; color: var(--text-muted); margin-top: 2px; }
.choice-desc { font-size: .78rem; color: var(--text-soft); margin-top: 10px; line-height: 1.5; }
.card-tag { display: inline-block; max-width: calc(100% - 40px); background: var(--navy); color: #fff; font-size: .62rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 3px 8px; border-radius: 4px; margin-bottom: 12px; }
.pack-story { background: #FEF3C7; border: 1px solid #FDE68A; border-radius: var(--radius); padding: 14px 16px; font-size: .82rem; color: #92400E; line-height: 1.6; margin-bottom: 20px; }
.options-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 28px; }
.option-card { background: var(--white); border: 2px solid var(--border); border-radius: var(--radius); padding: 16px; cursor: pointer; transition: all .2s var(--ease); display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.option-card:hover { border-color: var(--blue-soft); }
.option-card.selected { border-color: var(--blue); background: var(--blue-light); }
.option-name { font-size: .85rem; font-weight: 600; margin-bottom: 4px; }
.option-desc { font-size: .75rem; color: var(--text-soft); }
.option-price { font-size: .8rem; font-weight: 700; color: var(--navy); white-space: nowrap; }
.price-panel { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; position: sticky; top: 80px; }
.price-panel-label { font-size: .72rem; color: var(--text-muted); margin-bottom: 4px; }
.price-panel-total { font-size: 2.2rem; font-weight: 800; color: var(--navy); letter-spacing: -.04em; }
.price-panel-note { font-size: .78rem; color: var(--text-soft); line-height: 1.6; margin: 12px 0 20px; }
.price-panel-btn { width: 100%; padding: 13px; background: var(--blue); color: #fff; border-radius: var(--radius); font-family: var(--font); font-weight: 700; font-size: .9rem; transition: background .15s; border: none; cursor: pointer; }
.price-panel-btn:hover { background: var(--blue-hover); }

/* ── CONTACT ── */
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-size: .82rem; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.form-input { width: 100%; padding: 11px 14px; background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-family: var(--font); font-size: .875rem; color: var(--text); transition: border-color .15s; }
.form-input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-light); }
.form-input::placeholder { color: var(--text-muted); }
textarea.form-input { resize: vertical; min-height: 120px; }
.form-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; }
.form-submit { background: var(--blue); color: #fff; border: none; padding: 13px 28px; border-radius: var(--radius); font-family: var(--font); font-size: .9rem; font-weight: 700; cursor: pointer; transition: background .15s; }
.form-submit:hover { background: var(--blue-hover); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { display: none; }
  .choices-grid { grid-template-columns: 1fr; }
  .options-grid { grid-template-columns: 1fr; }
  .price-panel { position: static; margin-top: 32px; }
  .payment-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .section { padding: 64px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .stats-grid { gap: 24px; }
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; }
  .hero { padding: 56px 0 48px; }
  .pricing-teaser { padding: 40px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  html { font-size: 15px; }
  .container { padding: 0 16px; }
  .section { padding: 52px 0; }
}
