:root {
  --navy: #102d3b;
  --navy-2: #183e4d;
  --petrol: #2d6678;
  --gold: #b4935d;
  --ink: #172126;
  --muted: #657178;
  --line: #dbe0e2;
  --paper: #f7f8f7;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(16,45,59,.10);
  --radius: 18px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; transform: translateY(-200%); z-index: 1000; background: #fff; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.91);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(219,224,226,.75);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { box-shadow: 0 10px 30px rgba(16,45,59,.07); background: rgba(255,255,255,.97); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 52px; height: 52px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 600; color: var(--navy); letter-spacing: .01em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { text-decoration: none; font-size: 14px; font-weight: 600; color: #34454d; transition: color .2s ease; }
.main-nav a:hover { color: var(--petrol); }
.main-nav .nav-cta { padding: 10px 18px; border: 1px solid var(--navy); color: var(--navy); border-radius: 999px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(16,45,59,.035) 1px, transparent 1px),
    linear-gradient(rgba(16,45,59,.035) 1px, transparent 1px),
    linear-gradient(135deg, #f9faf9 0%, #f2f5f5 58%, #edf2f2 100%);
  background-size: 56px 56px, 56px 56px, auto;
}
.hero::after { content:""; position:absolute; width:520px; height:520px; border:1px solid rgba(180,147,93,.28); border-radius:50%; right:-230px; top:-180px; }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.17fr .83fr; gap: 70px; align-items: center; padding-block: 96px 82px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 16px; color: var(--petrol); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1, .section h2, .process-intro h2, .contact-copy h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.025em; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(52px, 7vw, 88px); line-height: .96; color: var(--navy); }
.hero h1 span { color: var(--gold); }
.hero-lead { max-width: 690px; margin: 28px 0 0; color: #4f6068; font-size: 20px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border-radius: 999px; text-decoration: none; font-weight: 750; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--navy); box-shadow: 0 12px 28px rgba(16,45,59,.16); }
.button-primary:hover { background: #173d4d; box-shadow: 0 16px 34px rgba(16,45,59,.21); }
.button-ghost { color: var(--navy); border: 1px solid #b9c4c8; background: rgba(255,255,255,.55); }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 40px; color: #65747a; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.trust-row span { position: relative; padding-left: 17px; }
.trust-row span::before { content:""; position:absolute; left:0; top:.6em; width:6px; height:6px; border-radius:50%; background:var(--gold); }

.hero-panel { position: relative; align-self: stretch; min-height: 480px; padding: 46px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: linear-gradient(160deg, rgba(16,45,59,.99), rgba(26,69,84,.96)); border-radius: 4px 4px 80px 4px; box-shadow: 0 26px 70px rgba(16,45,59,.18); overflow: hidden; }
.hero-panel::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 80% 13%, rgba(180,147,93,.24), transparent 28%); }
.panel-kicker, .panel-number, .hero-panel h2, .hero-panel p, .panel-rule, .panel-meta { position: relative; z-index: 1; }
.panel-kicker { position:absolute; top:40px; left:46px; font-size:11px; letter-spacing:.18em; text-transform:uppercase; color:#c8d7db; }
.panel-number { position:absolute; top:24px; right:34px; font-family:Georgia,serif; font-size:64px; color:rgba(255,255,255,.08); }
.hero-panel h2 { margin:0; max-width:470px; font-family:Georgia,serif; font-size:33px; line-height:1.22; font-weight:500; }
.hero-panel p { margin:18px 0 0; color:#cbd9dd; font-size:15px; }
.panel-rule { width:100%; height:1px; margin:30px 0 20px; background:rgba(255,255,255,.16); }
.panel-meta { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.panel-meta div { display:flex; flex-direction:column; }
.panel-meta strong { font-size:13px; letter-spacing:.06em; text-transform:uppercase; }
.panel-meta span { margin-top:4px; color:#9eb5bd; font-size:12px; }

.signal-bar { background: var(--navy); color: #fff; }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid div { min-height: 92px; display: flex; align-items: center; gap: 14px; padding: 0 22px; border-right: 1px solid rgba(255,255,255,.11); }
.signal-grid div:first-child { padding-left: 0; }
.signal-grid div:last-child { border-right: 0; }
.signal-grid strong { color: var(--gold); font-family: Georgia,serif; font-size: 20px; font-weight: 500; }
.signal-grid span { color: #d8e2e5; font-size: 13px; font-weight: 650; }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.section-heading h2, .profile-copy h2 { margin: 0; color: var(--navy); font-size: clamp(38px, 4.4vw, 58px); line-height: 1.08; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-4px); z-index: 2; box-shadow: var(--shadow); background: #fbfcfc; }
.service-index { color: var(--gold); font-family: Georgia,serif; font-size: 13px; }
.service-card h3 { margin: 44px 0 14px; color: var(--navy); font-family: Georgia,serif; font-size: 24px; font-weight: 500; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-link { display: block; margin-top: 28px; color: var(--petrol); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.section-dark { position: relative; overflow: hidden; background: #102d3b; color: #fff; }
.section-dark::after { content:""; position:absolute; width:600px; height:600px; border:1px solid rgba(180,147,93,.16); border-radius:50%; left:-260px; bottom:-420px; }
.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; position: relative; z-index: 1; }
.eyebrow-light { color: #c6a979; }
.process-intro h2 { margin:0; font-size:clamp(40px,5vw,62px); line-height:1.04; }
.process-intro > p:last-child { margin-top:24px; color:#b8c9cf; max-width:500px; }
.process-list { list-style:none; margin:0; padding:0; border-top:1px solid rgba(255,255,255,.16); }
.process-list li { display:grid; grid-template-columns:70px 1fr; gap:18px; padding:28px 0; border-bottom:1px solid rgba(255,255,255,.16); }
.process-list > li > span { color:var(--gold); font-family:Georgia,serif; font-size:18px; }
.process-list h3 { margin:0 0 6px; font-family:Georgia,serif; font-size:22px; font-weight:500; }
.process-list p { margin:0; color:#afc1c7; font-size:14px; }

.profile-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; align-items:center; }
.profile-visual { min-height:540px; background:#eef2f2; padding:34px; }
.profile-visual-image { min-height: 0; padding: 0; background: transparent;}
.qualification-image { display: block; width: 100%; height: auto;}
.blueprint { position:relative; height:100%; min-height:470px; border:1px solid rgba(16,45,59,.18); background: linear-gradient(90deg, rgba(16,45,59,.06) 1px, transparent 1px), linear-gradient(rgba(16,45,59,.06) 1px, transparent 1px); background-size:34px 34px; overflow:hidden; }
.blueprint::before, .blueprint::after { content:""; position:absolute; border:1px solid rgba(16,45,59,.28); }
.blueprint::before { inset:68px 48px 72px 86px; }
.blueprint::after { width:180px; height:160px; left:150px; top:120px; border-left-width:6px; }
.bp-mark { position:absolute; right:34px; bottom:28px; width:92px; height:92px; border:1px solid var(--navy); border-radius:50%; display:grid; place-items:center; color:var(--navy); font-family:Georgia,serif; font-size:28px; }
.bp-label { position:absolute; padding:5px 8px; background:#eef2f2; color:var(--navy); font-size:10px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; z-index:2; }
.bp-label.one { left:36px; top:50px; }
.bp-label.two { right:46px; top:160px; }
.bp-label.three { left:72px; bottom:54px; }
.profile-copy h2 { margin-bottom:24px; }
.profile-lead { color:var(--muted); font-size:17px; }
.profile-points { margin-top:34px; border-top:1px solid var(--line); }
.profile-points > div { display:grid; grid-template-columns:48px 1fr; gap:14px; padding:18px 0; border-bottom:1px solid var(--line); }
.profile-points span { color:var(--gold); font-family:Georgia,serif; }
.profile-points p { margin:0; color:var(--muted); font-size:14px; }
.profile-points strong { color:var(--ink); }

.quote-section { padding:82px 0; background:#f5f7f6; }
.quote-wrap { max-width:930px; }
.quote-wrap p { margin:0; color:var(--navy); font-family:Georgia,serif; font-size:clamp(28px,4vw,46px); line-height:1.32; text-align:center; }

.contact-section { background: linear-gradient(180deg,#fff,#f6f8f7); }
.contact-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:90px; align-items:start; }
.contact-copy h2 { margin:0; max-width:680px; color:var(--navy); font-size:clamp(38px,4.4vw,58px); line-height:1.08; }
.contact-copy > p:last-child { margin-top:24px; max-width:650px; color:var(--muted); font-size:17px; }
.contact-card { padding:36px; background:#fff; border:1px solid var(--line); box-shadow:var(--shadow); }
.contact-item { padding:0 0 20px; margin-bottom:20px; border-bottom:1px solid var(--line); }
.contact-item span { display:block; margin-bottom:4px; color:var(--muted); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.contact-item a, .contact-item p { margin:0; color:var(--navy); font-family:Georgia,serif; font-size:20px; text-decoration:none; }
.button-full { width:100%; border-radius:3px; }

.site-footer { background:#0b232e; color:#d4e0e3; }
.footer-top { min-height:120px; display:flex; justify-content:space-between; align-items:center; gap:30px; border-bottom:1px solid rgba(255,255,255,.1); }
.footer-brand { display:flex; align-items:center; gap:13px; }
.footer-brand img { filter:brightness(0) invert(1); opacity:.9; }
.footer-brand div { display:flex; flex-direction:column; }
.footer-brand strong { font-family:Georgia,serif; font-weight:500; }
.footer-brand span { margin-top:4px; color:#8ea5ad; font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
.footer-links { display:flex; gap:24px; }
.footer-links a { color:#c9d6da; text-decoration:none; font-size:13px; }
.footer-bottom { min-height:72px; display:flex; justify-content:space-between; align-items:center; gap:20px; color:#7f979f; font-size:11px; }

.legal-page { min-height:70vh; padding:90px 0; }
.legal-wrap { max-width:850px; }
.legal-wrap h1 { margin:0 0 28px; color:var(--navy); font-family:Georgia,serif; font-size:48px; font-weight:500; }
.legal-wrap h2 { margin-top:34px; color:var(--navy); font-family:Georgia,serif; font-size:23px; font-weight:500; }
.legal-wrap p, .legal-wrap li { color:var(--muted); }
.notice { padding:16px 18px; border-left:3px solid var(--gold); background:#f7f8f7; color:#536169; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
  * { transition:none !important; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 900px); }
  .hero-grid, .process-layout, .profile-grid, .contact-grid { grid-template-columns:1fr; gap:48px; }
  .hero-grid { padding-block:72px; }
  .hero-panel { min-height:420px; }
  .section-heading { grid-template-columns:1fr; gap:18px; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .signal-grid { grid-template-columns:repeat(2,1fr); }
  .signal-grid div:nth-child(2) { border-right:0; }
  .signal-grid div:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.11); }
  .profile-visual { min-height:440px; }
}

@media (max-width: 760px) {
  .header-inner { min-height:72px; }
  .brand-copy small { display:none; }
  .brand-copy strong { font-size:16px; }
  .brand img { width:44px; height:44px; }
  .nav-toggle { display:block; }
  .main-nav { position:absolute; top:72px; left:0; right:0; display:none; flex-direction:column; align-items:stretch; gap:0; padding:12px 20px 20px; background:#fff; border-bottom:1px solid var(--line); box-shadow:0 18px 30px rgba(16,45,59,.08); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:14px 2px; border-bottom:1px solid #edf0f1; }
  .main-nav .nav-cta { margin-top:10px; text-align:center; border-bottom:1px solid var(--navy); }
  .hero-grid { min-height:auto; padding-block:64px 56px; }
  .hero h1 { font-size:clamp(46px,15vw,68px); }
  .hero-lead { font-size:17px; }
  .hero-panel { min-height:390px; padding:34px 28px; border-radius:4px 4px 54px 4px; }
  .panel-kicker { left:28px; top:30px; }
  .panel-number { right:24px; }
  .hero-panel h2 { font-size:29px; }
  .section { padding:82px 0; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:250px; }
  .signal-grid { grid-template-columns:1fr; }
  .signal-grid div { min-height:70px; border-right:0; border-bottom:1px solid rgba(255,255,255,.11); padding-left:0; }
  .signal-grid div:last-child { border-bottom:0; }
  .section-heading h2, .profile-copy h2, .contact-copy h2 { font-size:40px; }
  .process-list li { grid-template-columns:52px 1fr; }
  .profile-visual { min-height:360px; padding:18px; }
  .blueprint { min-height:330px; }
  .blueprint::before { inset:48px 28px 56px 54px; }
  .blueprint::after { left:82px; top:90px; width:145px; height:120px; }
  .footer-top, .footer-bottom { flex-direction:column; align-items:flex-start; justify-content:center; padding-block:24px; }
}

/* Specker branding */
.brand-logo { min-width: 285px; max-width: 360px; }
.brand-logo img { width: 100%; height: auto; display: block; }
.footer-logo { max-width: 330px; }
.footer-logo img { width: 100%; height: auto; filter: none; opacity: 1; display:block; }
.section-soft { background: #f6f8f9; }
.contact-address { margin-top: 26px; color: #52636b; line-height: 1.75; }
.contact-address strong { color: var(--navy); }
.qualification-grid { align-items: center; }
.specker-mark .bp-mark { font-family: Georgia, "Times New Roman", serif; }
.legal-wrap a { color: var(--navy); text-decoration-color: rgba(16,45,59,.35); text-underline-offset: 3px; }

@media (max-width: 900px) {
  .brand-logo { max-width: 295px; min-width: 240px; }
}
@media (max-width: 640px) {
  .brand-logo { width: 238px; min-width: 0; }
  .header-inner { gap: 10px; }
  .footer-logo { max-width: 280px; }
}


/* Specker Wordmark – inline SVG, therefore no external logo file can break */
.brand-logo { min-width: 285px; max-width: 360px; }
.brand-logo .specker-logo { width: 100%; height: auto; display:block; overflow:visible; }
.specker-logo .logo-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 2px;
  fill: #102d3b;
}
.specker-logo .logo-rule { stroke:#b4935d; stroke-width:1.4; }
.specker-logo .logo-subline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3.5px;
  fill: #697980;
}
.footer-logo .specker-logo { width:100%; height:auto; display:block; overflow:visible; }
.specker-logo-footer .logo-name { fill:#ffffff; }
.specker-logo-footer .logo-subline { fill:#9fb2b9; }
.specker-logo-footer .logo-rule { stroke:#b4935d; }
@media (max-width: 640px) {
  .brand-logo { width: 225px; min-width:0; }
}

.wertermittler-close {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 1000;

  width: 42px;
  height: 42px;
  padding: 0;

  display: grid;
  place-items: center;

  border: 1px solid #cbd4d7;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  color: #102d3b;

  font: 300 28px/1 Arial, sans-serif;
  cursor: pointer;

  box-shadow: 0 6px 18px rgba(16,45,59,.10);
}

/* Immobilienwert-Rechner */
.calculator-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(16,45,59,.025) 1px, transparent 1px),
    linear-gradient(rgba(16,45,59,.025) 1px, transparent 1px),
    #f4f7f7;
  background-size: 46px 46px;
}
.calculator-section::after {
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-310px;
  top:80px;
  border:1px solid rgba(180,147,93,.22);
  border-radius:50%;
  pointer-events:none;
}
.calculator-heading { position:relative; z-index:1; }
.calculator-layout {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns: 1.18fr .82fr;
  gap:32px;
  align-items:start;
}
.calculator-form {
  padding:38px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 20px 58px rgba(16,45,59,.08);
}
.calculator-form-head {
  display:flex;
  gap:18px;
  align-items:flex-start;
  padding-bottom:28px;
  margin-bottom:28px;
  border-bottom:1px solid var(--line);
}
.calculator-step {
  flex:0 0 auto;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(180,147,93,.65);
  color:var(--gold);
  border-radius:50%;
  font-family:Georgia,"Times New Roman",serif;
  font-size:14px;
}
.calculator-form-head h3 {
  margin:0;
  color:var(--navy);
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  font-weight:500;
}
.calculator-form-head p { margin:4px 0 0; color:var(--muted); font-size:13px; }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.field { display:flex; flex-direction:column; min-width:0; }
.field-wide { grid-column:1/-1; }
.field label {
  margin-bottom:8px;
  color:#33474f;
  font-size:12px;
  font-weight:800;
  letter-spacing:.035em;
}
.field label span { color:#7a898f; font-weight:650; }
.field input,
.field select {
  width:100%;
  min-height:52px;
  border:1px solid #cbd4d7;
  border-radius:3px;
  background:#fbfcfc;
  color:var(--navy);
  padding:0 14px;
  font:inherit;
  font-size:15px;
  outline:none;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.field input:focus,
.field select:focus {
  border-color:var(--petrol);
  background:#fff;
  box-shadow:0 0 0 3px rgba(45,102,120,.10);
}
.field input.invalid,
.field select.invalid { border-color:#a6473b; box-shadow:0 0 0 3px rgba(166,71,59,.08); }
.field small { margin-top:7px; color:#7a878c; font-size:11px; line-height:1.5; }
.field.is-hidden { display:none; }
.calculator-actions { display:flex; align-items:center; gap:18px; margin-top:30px; }
.calculator-submit { border:0; cursor:pointer; }
.calculator-reset {
  border:0;
  padding:8px 0;
  background:transparent;
  color:#64757c;
  font:inherit;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
  text-decoration:underline;
  text-decoration-color:#c3cccf;
  text-underline-offset:4px;
}
.calculator-privacy { margin:18px 0 0; color:#829096; font-size:11px; }
.calculator-result {
  position:sticky;
  top:112px;
  min-height:520px;
  padding:38px;
  overflow:hidden;
  color:#fff;
  background:linear-gradient(155deg,#102d3b 0%,#173f4e 100%);
  box-shadow:0 28px 70px rgba(16,45,59,.16);
}
.calculator-result::before {
  content:"€";
  position:absolute;
  top:-38px;
  right:16px;
  color:rgba(255,255,255,.045);
  font-family:Georgia,"Times New Roman",serif;
  font-size:220px;
  line-height:1;
}
.result-kicker {
  position:relative;
  z-index:1;
  color:#d9c49e;
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.result-empty,
.result-content { position:relative; z-index:1; }
.result-empty { min-height:390px; display:flex; flex-direction:column; justify-content:center; }
.result-symbol {
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  margin-bottom:24px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:50%;
  color:var(--gold);
  font-family:Georgia,"Times New Roman",serif;
  font-size:27px;
}
.result-empty h3 { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:30px; font-weight:500; }
.result-empty p { margin:14px 0 0; color:#b8cbd1; font-size:14px; }
.result-content { padding-top:72px; }
.result-label { margin:0 0 10px; color:#a9bec5; font-size:12px; font-weight:700; letter-spacing:.04em; }
.result-range { color:#fff; font-family:Georgia,"Times New Roman",serif; font-size:clamp(32px,4vw,48px); line-height:1.1; white-space:nowrap; }
.result-mid { margin-top:12px; color:#bcd0d6; font-size:14px; }
.result-mid strong { color:#fff; }
.result-rule { height:1px; margin:28px 0 18px; background:rgba(255,255,255,.15); }
.result-details { margin:0; }
.result-details > div { display:grid; grid-template-columns:112px 1fr; gap:12px; padding:9px 0; border-bottom:1px solid rgba(255,255,255,.09); }
.result-details dt { color:#8fa7af; font-size:11px; text-transform:uppercase; letter-spacing:.07em; }
.result-details dd { margin:0; color:#e4edef; font-size:13px; text-align:right; }
.result-note { margin:20px 0 24px; color:#a9bcc3; font-size:11px; line-height:1.6; }
.result-note strong { color:#d9e4e7; }
.button-result {
  width:100%;
  border-radius:3px;
  color:var(--navy);
  background:#fff;
  box-shadow:none;
}
.button-result:hover { background:#f2f5f5; }

@media (max-width: 980px) {
  .calculator-layout { grid-template-columns:1fr; }
  .calculator-result { position:relative; top:auto; min-height:auto; }
  .result-empty { min-height:270px; }
}
@media (max-width: 640px) {
  .calculator-form, .calculator-result { padding:26px 20px; }
  .form-grid { grid-template-columns:1fr; gap:18px; }
  .field-wide { grid-column:auto; }
  .calculator-actions { align-items:stretch; flex-direction:column; }
  .calculator-submit { width:100%; }
  .result-content { padding-top:48px; }
  .result-range { white-space:normal; }
  .result-details > div { grid-template-columns:92px 1fr; }
}
