/* __WHITEPAGE_V7__ site=exchangeportal.gr.com generated=2026-04-20 palette=navy-gold mini=true */

:root {
  --brand: #0b2545;
  --brand-2: #13315c;
  --accent: #c89b3c;
  --accent-soft: #f2e7c8;
  --ink: #16202e;
  --ink-soft: #475060;
  --muted: #6a7486;
  --line: #e6dfd1;
  --paper: #ffffff;
  --cream: #faf6ec;
  --ok: #2f6e3b;
  --radius: 6px;
  --radius-lg: 10px;
  --container: 1180px;
  --shadow-sm: 0 1px 2px rgba(11,37,69,.06), 0 1px 1px rgba(11,37,69,.04);
  --shadow-md: 0 6px 18px rgba(11,37,69,.08), 0 2px 6px rgba(11,37,69,.05);
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

*,*::before,*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 17px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--brand-2); text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: var(--accent); }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 2px; }

h1, h2, h3, h4 {
  font-family: "Figtree", sans-serif;
  color: var(--brand);
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin: 0 0 .55em;
}
h1 { font-size: clamp(2.1rem, 3.5vw, 3rem); font-weight: 800; }
h2 { font-size: clamp(1.55rem, 2.3vw, 2.05rem); font-weight: 700; }
h3 { font-size: 1.18rem; font-weight: 700; }

p { margin: 0 0 1.1em; }

.u-textCenter { text-align: center; }
.u-mt { margin-top: 1rem; }
.u-mb { margin-bottom: 1rem; }
.u-sizeFill { width: 100%; }
.u-sr { position:absolute; width:1px; height:1px; clip:rect(0 0 0 0); overflow:hidden; }

/* Layout grid */
.Grid { display: grid; gap: 28px; }
.Grid-cell { min-width: 0; }
.Grid--alt3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 860px) { .Grid--alt3 { grid-template-columns: 1fr; } }

section { content-visibility: auto; contain-intrinsic-size: 400px; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 22px; }

/* Header — double row: categories + utility */
.Header {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 60;
}
.Header-inner { max-width: var(--container); margin: 0 auto; padding: 0 22px; }
.Header-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 14px 0;
}
.Header-row + .Header-row { border-top: 1px solid var(--line); padding: 9px 0; }
.Header-brand { font-weight: 800; font-size: 1.22rem; color: var(--brand); text-decoration: none; display: inline-flex; align-items: center; gap: 10px; }
.Header-brandMark {
  width: 30px; height: 30px; border-radius: 6px;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #fff; display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .9rem; letter-spacing: .5px;
}
.Nav { display: flex; gap: 22px; flex-wrap: wrap; }
.Nav--category .Nav-link {
  color: var(--ink); font-weight: 600; font-size: .98rem;
  text-decoration: none;
}
.Nav--utility .Nav-utilityLink {
  color: var(--ink-soft); font-size: .89rem; text-decoration: none; font-weight: 500;
}
.Nav-link:hover, .Nav-utilityLink:hover { color: var(--accent); }
.Nav-link.is-active { color: var(--accent); }
.Header-cta {
  background: var(--brand); color: #fff; padding: 9px 18px; border-radius: var(--radius);
  font-weight: 600; text-decoration: none; font-size: .92rem;
}
.Header-cta:hover { background: var(--accent); color: var(--brand); }
@media (max-width: 820px) {
  .Nav { gap: 12px; }
  .Nav--category { overflow-x: auto; white-space: nowrap; padding-bottom: 4px; }
}

/* Hero with image — banner above, content BELOW on white (V7 rule) */
.Hero { background: var(--paper); }
.Hero.has-image .Hero-banner {
  height: 45vh; min-height: 320px; max-height: 440px;
  background:
    linear-gradient(120deg, rgba(11,37,69,.58), rgba(11,37,69,.18) 65%),
    linear-gradient(180deg, #13315c 0%, #0b2545 100%);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.Hero-banner::after {
  content: ""; position: absolute; inset: 0;
  background: url('hero-banner.jpg') center/cover no-repeat;
  opacity: .42; mix-blend-mode: luminosity;
}
.Hero-content {
  max-width: 820px; margin: 0 auto; padding: 48px 22px 40px; text-align: center;
}
.Hero-title { font-size: clamp(2rem, 4vw, 3rem); color: var(--brand); }
.Hero-body { color: var(--ink-soft); font-size: 1.08rem; max-width: 640px; margin: 0 auto 1.3em; }
.Hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.Button {
  display: inline-block; padding: 12px 22px; border-radius: var(--radius);
  font-weight: 600; text-decoration: none; font-size: .98rem;
  border: 1.5px solid transparent;
}
.Button--primary { background: var(--brand); color: #fff; }
.Button--primary:hover { background: var(--accent); color: var(--brand); }
.Button--ghost { background: transparent; color: var(--brand); border-color: var(--brand); }
.Button--ghost:hover { background: var(--brand); color: #fff; }

/* Sub-page hero (V7 Sub convention) */
.Hero--sub .Hero-banner { height: 32vh; min-height: 220px; }
.Hero--sub .Hero-content { padding: 36px 22px 28px; }

/* Breadcrumbs */
.Crumbs { background: var(--cream); border-bottom: 1px solid var(--line); }
.Crumbs-inner {
  max-width: var(--container); margin: 0 auto; padding: 10px 22px;
  font-size: .88rem; color: var(--ink-soft);
}
.Crumbs a { color: var(--ink-soft); text-decoration: none; }
.Crumbs a:hover { color: var(--accent); }
.Crumbs-sep { margin: 0 6px; color: var(--muted); }
.Crumbs [aria-current="page"] { color: var(--ink); font-weight: 600; }

/* Trust — "Why trust us" 2×2 */
.Trust { background: var(--cream); padding: 44px 0; }
.Trust-heading { text-align: center; margin-bottom: 28px; }
.Trust-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px; max-width: 900px; margin: 0 auto;
}
@media (max-width: 680px) { .Trust-grid { grid-template-columns: 1fr; } }
.Trust-point {
  background: var(--paper); border: 1px solid var(--line);
  padding: 22px; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm);
}
.Trust-point h3 { color: var(--brand); font-size: 1.05rem; margin-bottom: .35em; }
.Trust-point p { color: var(--ink-soft); font-size: .96rem; margin: 0; }

/* Feature rows — 3 alternating */
.FeatureRows { padding: 56px 0; }
.FeatureRow {
  display: grid; grid-template-columns: 1fr 1fr; gap: 44px;
  align-items: center; padding: 28px 0;
}
.FeatureRow + .FeatureRow { border-top: 1px solid var(--line); }
.FeatureRow--reverse .FeatureRow-media { order: 2; }
@media (max-width: 820px) {
  .FeatureRow { grid-template-columns: 1fr; gap: 22px; }
  .FeatureRow--reverse .FeatureRow-media { order: 0; }
}
.FeatureRow-media {
  border-radius: var(--radius-lg); overflow: hidden;
  background: var(--cream); border: 1px solid var(--line);
  aspect-ratio: 4/3;
  position: relative;
}
.FeatureRow-media img { width: 100%; height: 100%; object-fit: cover; }
.FeatureRow-mediaTitle {
  position: absolute; bottom: 12px; left: 14px;
  background: rgba(11,37,69,.88); color: #fff;
  padding: 6px 12px; border-radius: 4px; font-size: .85rem; font-weight: 600;
}
.FeatureRow-body h2 { margin-bottom: .4em; }
.FeatureRow-body p { color: var(--ink-soft); }
.FeatureRow-snippet {
  background: var(--accent-soft); border-left: 3px solid var(--accent);
  padding: 10px 14px; border-radius: 0 4px 4px 0; margin-bottom: 1em;
  font-size: .95rem; color: var(--ink);
}

/* Lead-callout (AI Summary) */
.Card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-sm); }
.Card-title { color: var(--brand); font-size: 1.1rem; margin-bottom: .6em; font-weight: 700; }
.Card-body { color: var(--ink); }
.Card-body ul { padding-left: 1.2em; margin: 0; }
.Card-body li { margin-bottom: .45em; }

/* Testimonial featured */
.Testimonial-featured {
  background: var(--brand); color: #fff; padding: 56px 0;
}
.Testimonial-featured .container { text-align: center; }
.Testimonial-quote {
  max-width: 760px; margin: 0 auto 18px;
  font-size: 1.28rem; line-height: 1.5; font-weight: 500;
  color: #fff;
}
.Testimonial-person { display: flex; gap: 14px; align-items: center; justify-content: center; }
.Testimonial-avatar {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-soft));
  color: var(--brand); display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.1rem;
}
.Testimonial-name { font-weight: 700; color: var(--accent-soft); }
.Testimonial-role { font-size: .88rem; color: #e8d9b0; }

/* FAQ grouped — V7 uses H2 group → H3+P, NOT <details> */
.FAQGrouped { padding: 56px 0; background: var(--cream); }
.FAQ-group { margin-bottom: 34px; }
.FAQ-group h2 { margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--accent); }
.FAQ-q { margin-top: 22px; font-size: 1.05rem; color: var(--brand); font-weight: 700; }
.FAQ-a { color: var(--ink); margin-top: .35em; }

/* CTA block */
.CTA-block {
  padding: 50px 0; background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff; text-align: center;
}
.CTA-block h2 { color: #fff; }
.CTA-block p { color: #dce5f1; max-width: 640px; margin: 0 auto 1.3em; }

/* Data table */
.DataTable { width: 100%; border-collapse: collapse; margin: 20px 0 28px; font-size: .94rem; }
.DataTable caption { text-align: left; font-weight: 600; margin-bottom: 8px; color: var(--ink-soft); }
.DataTable th, .DataTable td { padding: 11px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.DataTable thead th { background: var(--cream); color: var(--brand); font-weight: 700; }
.DataTable tbody tr:nth-child(odd) td { background: #fcfaf4; }

/* Related services */
.Related { padding: 40px 0; border-top: 1px solid var(--line); }
.Related h2 { text-align: center; margin-bottom: 22px; }
.Related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 720px) { .Related-grid { grid-template-columns: 1fr; } }
.Related-link {
  display: block; padding: 14px 16px; background: var(--cream);
  border-radius: var(--radius); color: var(--brand); font-weight: 600;
  text-decoration: none; border: 1px solid var(--line);
}
.Related-link:hover { background: var(--accent-soft); color: var(--brand); }

/* Prose sections (sub-page content) */
.Prose { padding: 44px 0; }
.Prose h2 { margin-top: 1.4em; }
.Prose h3 { margin-top: 1.1em; }
.Prose ul { padding-left: 1.3em; margin: 0 0 1.1em; }
.Prose li { margin-bottom: .4em; }

/* Footer — expanded "Quick access to popular pages" grid 4×6 + 3-col 1:2:1 legal */
.Footer { background: var(--brand); color: #d9e3f0; padding: 48px 0 18px; margin-top: 56px; }
.Footer a { color: #d9e3f0; text-decoration: none; }
.Footer a:hover { color: var(--accent-soft); text-decoration: underline; }
.Footer h3 { color: #fff; font-size: .96rem; margin-bottom: .7em; }
.Footer-popular {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 22px 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.Footer-popular h3 { color: var(--accent-soft); }
.Footer-popular ul { list-style: none; padding: 0; margin: 0; font-size: .88rem; }
.Footer-popular li { margin-bottom: 6px; }
@media (max-width: 820px) { .Footer-popular { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .Footer-popular { grid-template-columns: 1fr; } }

.Footer-legal {
  display: grid; grid-template-columns: 1fr 2fr 1fr;
  gap: 22px; padding-top: 22px; align-items: start;
  font-size: .85rem;
}
@media (max-width: 820px) { .Footer-legal { grid-template-columns: 1fr; } }
.Footer-legal p { margin: 0 0 .5em; color: #b9c4d4; }
.Footer-legal .Footer-copy { color: #8592a8; font-size: .8rem; }

/* Print */
@media print {
  .Header, .Footer, .CTA-block, .Hero-ctas, .Nav { display: none; }
  body { font-size: 12pt; }
}
