.elementor-32598 .elementor-element.elementor-element-3b21685{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-32598 .elementor-element.elementor-element-3b21685.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-32598 .elementor-element.elementor-element-3b21685{--width:116.845%;}}/* Start custom CSS for html, class: .elementor-element-281e029 *//* TransAtlantia Home Page Styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #003366;
  --red: #970C10;
  --red-dark: #7a0a0d;
  --gold: #F2AE00;
  --gold-dark: #8B6800;
  --gold-light:#FFF7DC;
  --light-bg: #F4F7FB;
  --border: #D8E2EF;
  --text: #1E2030;
  --text-muted:#6B7280;
  --white: #FFFFFF;
}

html { scroll-behavior: smooth; }

/* ── HERO SECTION ── */
.hero-section { background: var(--navy); color: var(--white); padding: 44px 40px 40px; }
.header-inner { max-width: 900px; margin: 0 auto; display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.header-left { flex: 1; min-width: 280px; }
.logo-white { width: 100%; max-width: 280px; height: auto; display: block; }
.header-tagline { font-family: 'Playfair Display', Georgia, serif; font-size: 38px; font-weight: 700; line-height: 1.2; color: var(--white); margin-bottom: 12px; }
.header-sub { font-size: 14px; color: rgba(255,255,255,0.75); max-width: 420px; line-height: 1.6; }
.header-right { flex: 0 0 280px; display: flex; align-items: center; justify-content: flex-end; padding: 0; }
.header-cta { display: flex; align-items: center; gap: 14px; margin-top: 24px; flex-wrap: wrap; }
.header-cta-note { font-size: 11px; color: rgba(255,255,255,0.5); margin-top: 10px; font-style: italic; }

body { font-family: 'Montserrat', system-ui, sans-serif; color: var(--text); background: var(--white); font-size: 15px; line-height: 1.6; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red); color: var(--white);
  font-size: 13px; font-weight: 700;
  padding: 12px 22px; border-radius: 6px;
  text-decoration: none; letter-spacing: 0.02em;
}
.btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--white);
  border: 2px solid rgba(255,255,255,0.6);
  font-size: 13px; font-weight: 700;
  padding: 10px 22px; border-radius: 6px;
  text-decoration: none; letter-spacing: 0.02em;
}

/* ── SECTIONS ── */
section { padding: 52px 40px; }
.section-inner { max-width: 900px; margin: 0 auto; }
section.alt-bg { background: var(--light-bg); }
.divider { height: 1px; background: var(--border); max-width: 900px; margin: 0 auto; }
.section-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--red); margin-bottom: 10px; }
.section-title { font-family: 'Playfair Display', Georgia, serif; font-size: 24px; font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 16px; }
.section-body { font-size: 14.5px; color: #374151; line-height: 1.75; }
.section-body p + p { margin-top: 12px; }

/* ── INTRO GRID ── */
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch; }
@media(max-width:640px){ .intro-grid { grid-template-columns: 1fr; } }
.pillars { display: flex; flex-direction: column; justify-content: space-between; }
.pillar { display: flex; align-items: flex-start; gap: 12px; background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--gold); border-radius: 8px; padding: 14px 16px; }
.pillar-icon { flex-shrink: 0; line-height: 1; margin-top: 2px; width: 24px; height: 24px; }
.pillar-icon svg { width: 24px; height: 24px; }
.offer-roi svg, .btn-primary svg, .btn-secondary svg { width: 16px; height: 16px; vertical-align: -2px; margin-right: 2px; }
.pillar-text strong { display: block; font-size: 13.5px; font-weight: 700; color: var(--navy); margin-bottom: 3px; }
.pillar-text span { font-size: 13px; color: var(--text-muted); }

/* ── JOURNEY ── */
.journey-title { font-family: 'Playfair Display', Georgia, serif; font-size: 22px; font-weight: 700; color: var(--navy); text-align: center; margin-bottom: 8px; }
.journey-sub { text-align: center; font-size: 14px; color: var(--text-muted); margin-bottom: 36px; }
.journey-track { display: flex; align-items: stretch; gap: 0; margin-bottom: 40px; }
.journey-step { flex: 1; position: relative; text-align: center; }
.journey-step:not(:last-child)::after { content: "\2192"; position: absolute; right: -12px; top: 30px; font-size: 20px; color: var(--gold); font-weight: 700; z-index: 1; }
.step-bubble { width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; border: 3px solid var(--border); }
.step-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); }
.step-name { font-size: 13px; font-weight: 700; color: var(--navy); margin-top: 4px; line-height: 1.3; }
.s1 .step-bubble { background: #EBF5FF; border-color: #3B82F6; }
.s2 .step-bubble { background: #FFF7E6; border-color: var(--gold); }
.s3 .step-bubble { background: #FFF0F0; border-color: var(--red); }
.s4 .step-bubble { background: #ECFDF5; border-color: #10B981; }

.fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
@media(max-width:640px){ .fit-grid { grid-template-columns: 1fr; } }
.fit-card { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 20px; text-align: center; }
.fit-emoji { font-size: 28px; margin-bottom: 8px; }
.fit-card strong { display: block; font-size: 13.5px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.fit-card p { font-size: 12.5px; color: var(--text-muted); line-height: 1.5; }

/* ── OFFER CARDS ── */
.offers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
@media(max-width:760px){ .offers-grid { grid-template-columns: 1fr; } }
.offer-card { border-radius: 12px; border: 1px solid var(--border); overflow: hidden; display: flex; flex-direction: column; background: var(--white); transition: box-shadow 0.2s; }
.offer-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.10); }
.offer-header { padding: 22px 22px 20px; background: var(--white); position: relative; border-top: 5px solid; display: flex; flex-direction: column; align-items: center; text-align: center; }
.offer-header.transatlantia { border-color: var(--red); }
.offer-header.goexport { border-color: #1F2A60; }
.offer-header.usalp { border-color: #C57509; }
.offer-header-logo { position: absolute; top: 16px; right: 16px; max-height: 36px; max-width: 80px; width: auto; height: auto; opacity: 0.9; }
.offer-badge { display: inline-block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 3px 10px; border-radius: 20px; margin-bottom: 12px; }
.offer-header.transatlantia .offer-badge { background: rgba(151,12,16,0.08); color: var(--red); }
.offer-header.goexport .offer-badge { background: rgba(31,42,96,0.08); color: #1F2A60; }
.offer-header.usalp .offer-badge { background: rgba(197,117,9,0.08); color: #B86D08; }
.offer-name { font-family: 'Playfair Display', Georgia, serif; font-size: 19px; font-weight: 700; line-height: 1.2; margin-bottom: 6px; }
.offer-header.transatlantia .offer-name { color: var(--red); }
.offer-name-logo { margin: 6px 0 16px; display: flex; justify-content: center; }
.offer-name-logo img { max-height: 64px; max-width: 240px; width: auto; height: auto; filter: drop-shadow(0 1px 1px rgba(0,0,0,0.06)); }
.offer-tagline { font-size: 12.5px; font-style: italic; color: var(--text-muted); }
.offer-body { padding: 20px 22px; flex: 1; display: flex; flex-direction: column; gap: 14px; }
.offer-desc { font-size: 13.5px; color: #374151; line-height: 1.65; }
.offer-stages { display: flex; flex-wrap: wrap; gap: 6px; }
.stage-chip { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 20px; border: 1.5px solid var(--border); color: var(--text-muted); background: var(--light-bg); }
.stage-chip.active { border-color: var(--navy); color: var(--navy); background: #EBF5FF; }
.stage-chip.active.red { border-color: var(--red); color: var(--red); background: #FFF0F0; }
.stage-chip.active.gold { border-color: var(--gold-dark); color: var(--gold-dark); background: var(--gold-light); }
.offer-features { list-style: none; display: flex; flex-direction: column; gap: 7px; min-height: 135px; }
.offer-features li { font-size: 13px; color: #374151; display: flex; align-items: flex-start; gap: 8px; }
.offer-features li::before { content: "\2713"; font-weight: 700; color: var(--red); flex-shrink: 0; margin-top: 1px; }
.offer-roi { background: var(--gold-light); border: 1px solid var(--gold); border-radius: 8px; padding: 11px 14px; font-size: 12.5px; color: var(--gold-dark); font-weight: 600; line-height: 1.5; margin-top: auto; }

.offer-footer { padding: 16px 22px; border-top: 1px solid var(--border); background: var(--light-bg); margin-top: auto; text-align: center; }

/* PRIX MASQUÉS */
.offer-price { display: none !important; }

/* BOUTONS "EN SAVOIR PLUS" — centrés et agrandis */
.btn-savoir-plus {
  display: inline-block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 40px;
  border-radius: 6px;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  color: var(--white) !important;
}
.btn-savoir-plus.transatlantia { background: var(--red); }
.btn-savoir-plus.transatlantia:hover { background: var(--red-dark); }
.btn-savoir-plus.usalp { background: #C57509; }
.btn-savoir-plus.usalp:hover { background: #a56207; }
.btn-savoir-plus.goexport { background: #1F2A60; }
.btn-savoir-plus.goexport:hover { background: #161d45; }

/* ── COÛT DE L'INACTION ── */
.inaction-section { background: linear-gradient(135deg, #0a1f40 0%, var(--navy) 60%, #1a3a6b 100%); color: var(--white); padding: 60px 40px; }
.inaction-inner { max-width: 900px; margin: 0 auto; }
.inaction-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold); margin-bottom: 10px; }
.inaction-title { font-family: 'Playfair Display', Georgia, serif; font-size: 26px; font-weight: 700; color: var(--white); line-height: 1.3; margin-bottom: 8px; }
.inaction-sub { font-size: 14px; color: rgba(255,255,255,0.7); margin-bottom: 40px; max-width: 560px; }
.inaction-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
@media(max-width:640px){ .inaction-grid { grid-template-columns: 1fr; } }
.formula-box { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; padding: 28px 24px; }
.formula-box h3 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); margin-bottom: 20px; }
.formula-line { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.formula-var { background: rgba(242,174,0,0.18); border: 1.5px solid rgba(242,174,0,0.4); border-radius: 6px; padding: 8px 14px; font-size: 13px; font-weight: 700; color: var(--gold); white-space: nowrap; }
.formula-op { font-size: 20px; font-weight: 300; color: rgba(255,255,255,0.4); }
.formula-result { background: var(--red); border-radius: 6px; padding: 8px 14px; font-size: 13px; font-weight: 700; color: var(--white); white-space: nowrap; }
.formula-example { margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.1); }
.formula-example p { font-size: 12.5px; color: rgba(255,255,255,0.55); margin-bottom: 10px; }
.example-calc { font-size: 13.5px; color: rgba(255,255,255,0.85); line-height: 1.8; }
.example-calc strong { color: var(--white); font-size: 15px; }
.inaction-table-wrap { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; overflow: hidden; }
.inaction-table-wrap h3 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); padding: 18px 20px 14px; }
.inaction-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.inaction-table thead tr { background: rgba(255,255,255,0.08); }
.inaction-table th { padding: 10px 14px; text-align: right; font-weight: 700; color: rgba(255,255,255,0.6); font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.05em; }
.inaction-table th:first-child { text-align: left; }
.inaction-table td { padding: 11px 14px; text-align: right; border-top: 1px solid rgba(255,255,255,0.06); color: rgba(255,255,255,0.8); }
.inaction-table td:first-child { text-align: left; font-weight: 600; color: var(--white); }
.inaction-table .pain { color: #FF8080; font-weight: 700; }
.inaction-table tr:last-child td { color: #FF8080; font-weight: 700; }
.inaction-threshold { margin-top: 28px; background: rgba(151,12,16,0.25); border: 1px solid rgba(151,12,16,0.5); border-radius: 10px; padding: 18px 22px; }
.inaction-threshold p { font-size: 15px; line-height: 1.65; color: rgba(255,255,255,0.9); }
.inaction-threshold strong { color: var(--white); }

/* ── Logo wall ── */
.logo-wall { padding: 40px 0 36px; background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.logo-wall-title { text-align: center; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--text-muted); margin-bottom: 28px; }
.logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px 0; max-width: 860px; margin: 0 auto; }
.logo-item { flex: 0 0 20%; text-align: center; padding: 8px 12px; }
.logo-item img { width: 130px; height: 50px; object-fit: contain; object-position: center; }

/* ── CTA ── */
.cta-band { background: var(--light-bg); padding: 52px 40px; text-align: center; border-top: 3px solid var(--red); }
.cta-band-inner { max-width: 600px; margin: 0 auto; }
.cta-band h2 { font-family: 'Playfair Display', Georgia, serif; font-size: 26px; font-weight: 700; color: var(--navy); margin-bottom: 12px; line-height: 1.3; }
.cta-band p { font-size: 14px; color: var(--text-muted); margin-bottom: 28px; line-height: 1.7; }
.cta-btn { display: inline-block; background: var(--red); color: var(--white); font-weight: 700; font-size: 15px; padding: 16px 40px; border-radius: 8px; text-decoration: none; letter-spacing: 0.02em; transition: background 0.2s; }
.cta-btn:hover { background: var(--red-dark); }
.cta-contact { margin-top: 16px; font-size: 13px; color: var(--text-muted); }

@media print {
  body { font-size: 13px; }
  section { padding: 32px 28px; }
  .offer-card:hover { box-shadow: none; }
}

/* ── Entity Cards ── */
.entity-card { text-align: left; }
.entity-role { display: inline-block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; border: 1.5px solid; border-radius: 20px; padding: 3px 10px; margin-bottom: 12px; }
.entity-card .fit-emoji { text-align: left; margin-bottom: 6px; }
.entity-card strong { font-size: 15px; }
.entity-mission { text-align: left; margin-top: 8px; }
.entity-budget { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--border); font-size: 12px; font-weight: 700; color: var(--text-muted); letter-spacing: 0.02em; }

/* ── Social Proof Band ── */
.social-proof-band { background: var(--navy); padding: 30px 0; }
.social-proof-band .section-inner { max-width: 960px; }
.sp-title { text-align: center; color: rgba(255,255,255,0.65); font-size: 11px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 22px; font-family: 'Montserrat', sans-serif; font-weight: 600; }
.sp-stats { display: flex; align-items: center; justify-content: center; gap: 0; }
.sp-stat { flex: 1; text-align: center; padding: 0 12px; }
.sp-number { display: block; font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 7px; }
.sp-label { display: block; font-family: 'Montserrat', sans-serif; font-size: 11px; color: rgba(255,255,255,0.85); line-height: 1.45; }
.sp-divider-v { width: 1px; height: 52px; background: rgba(255,255,255,0.18); flex-shrink: 0; }

/* ── Bottom CTA Band ── */
.bottom-cta { background: var(--navy); padding: 52px 40px; text-align: center; }
.bottom-cta-inner { max-width: 650px; margin: 0 auto; }
.bottom-cta h2 { font-family: 'Playfair Display', Georgia, serif; font-size: 26px; font-weight: 700; color: var(--white); line-height: 1.3; margin-bottom: 10px; }
.bottom-cta p { font-size: 14.5px; color: rgba(255,255,255,0.7); margin-bottom: 28px; line-height: 1.7; }
.bottom-cta .header-cta { justify-content: center; margin-top: 0; }
.bottom-cta .header-cta-note { color: rgba(255,255,255,0.45); }/* End custom CSS */