/* Interior owner-review pages. Loaded only by page-site-preview.php. */
.preview-main {
  min-height: 70vh;
  background: var(--cream);
}

.preview-page-hero {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(125deg, #06182d 0%, #0b3155 62%, #126c8b 100%);
}

.preview-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
}

.preview-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 440px;
  padding: 155px 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.preview-page-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 6.2vw, 78px);
  font-weight: 750;
  letter-spacing: -.052em;
  line-height: 1.02;
  text-wrap: balance;
}

.preview-hero-intro {
  max-width: 790px;
  margin: 25px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.55;
}

.preview-orb {
  position: absolute;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  box-shadow: inset -18px -22px 40px rgba(0,17,46,.25), inset 9px 10px 18px rgba(255,255,255,.16);
}

.preview-orb-one { width: 240px; height: 240px; right: 8%; top: 90px; }
.preview-orb-two { width: 75px; height: 75px; right: 27%; top: 65px; }

.preview-subnav {
  position: relative;
  z-index: 4;
  margin-bottom: -1px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(10,34,55,.05);
}

.preview-subnav .page-shell {
  padding: 16px 0;
  display: flex;
  gap: 8px;
  overflow-x: auto;
}

.preview-subnav a {
  flex: 0 0 auto;
  padding: 8px 14px;
  color: #315069;
  background: #eef6f8;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.preview-subnav a:hover,
.preview-subnav a:focus-visible { color: #06203c; background: var(--aqua); }

.preview-content-shell { background: var(--cream); }

.preview-content {
  max-width: 940px;
  min-height: 260px;
  padding: clamp(35px, 6vw, 72px);
  background: #fff;
  border: 1px solid rgba(19,61,84,.08);
  border-radius: var(--radius);
  box-shadow: 0 25px 70px rgba(14,44,67,.09);
}

.preview-content > :first-child { margin-top: 0; }
.preview-content > :last-child { margin-bottom: 0; }

.preview-content h2,
.preview-content h3,
.preview-content h4 {
  color: var(--ink);
  letter-spacing: -.035em;
  line-height: 1.14;
}

.preview-content h2 { margin: 1.6em 0 .55em; font-size: clamp(31px, 4vw, 48px); }
.preview-content h3 { margin: 1.5em 0 .5em; font-size: clamp(23px, 3vw, 31px); }
.preview-content h4 { font-size: 20px; }
.preview-content p,
.preview-content li { color: #41586a; }
.preview-content a { color: #087ab5; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.preview-content a:hover,
.preview-content a:focus-visible { color: #05567e; }
.preview-content figure { margin: 2.2em auto; }
.preview-content figcaption { color: var(--muted); font-size: 13px; text-align: center; }
.preview-content img { height: auto; border-radius: 16px; }
.preview-content blockquote {
  margin: 2em 0;
  padding: 22px 28px;
  border-left: 4px solid var(--aqua);
  background: #f3faf9;
}

.aam-callout {
  margin: 30px 0;
  padding: 25px 28px;
  background: #ecfaf7;
  border: 1px solid #c9eee5;
  border-radius: 18px;
}

.aam-callout strong { color: #07384a; }

.aam-link-grid {
  margin: 34px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.aam-link-card {
  min-height: 175px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--ink) !important;
  background: #f3f8fa;
  border: 1px solid #deeaee;
  border-radius: 18px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.aam-link-card:hover,
.aam-link-card:focus-visible { transform: translateY(-3px); border-color: #7ccce5; box-shadow: 0 16px 35px rgba(10,57,82,.1); }
.aam-link-card strong { display: block; margin-bottom: 8px; font-size: 21px; }
.aam-link-card span { color: #536b7a; font-size: 14px; }

.aam-counts {
  margin: 28px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.aam-count {
  padding: 25px;
  color: #fff;
  background: linear-gradient(135deg, #0a3155, #126e8b);
  border-radius: 18px;
}

.aam-count strong { display: block; font-size: clamp(28px, 4vw, 42px); letter-spacing: -.04em; line-height: 1; }
.aam-count span { display: block; margin-top: 9px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.aam-live-stage {
  margin: 34px calc(clamp(35px, 6vw, 72px) * -1);
  padding: 36px clamp(20px, 5vw, 55px);
  background: #071a31;
}

.aam-live-stage h2 { margin-top: 0; color: #fff; }
.aam-live-stage p { color: rgba(255,255,255,.7); }

.aam-faq details {
  margin: 12px 0;
  padding: 0 22px;
  background: #f5f9fa;
  border: 1px solid #dce8ec;
  border-radius: 15px;
}

.aam-faq summary { padding: 20px 30px 20px 0; color: var(--ink); font-weight: 800; cursor: pointer; }
.aam-faq details > div { padding: 0 0 20px; }

.preview-content table { width: 100%; border-collapse: collapse; font-size: 14px; }
.preview-content th,
.preview-content td { padding: 10px 12px; border-bottom: 1px solid #dde7ea; text-align: left; }
.preview-content th { color: #173f58; background: #edf5f7; }

.preview-content input:not([type="submit"]),
.preview-content textarea,
.preview-content select {
  max-width: 100%;
  padding: 11px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #b8cbd3;
  border-radius: 9px;
}

.preview-content input[type="submit"],
.preview-content button,
.preview-content .button {
  padding: 12px 22px;
  color: #06203c;
  background: var(--aqua);
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.preview-content .wpcf7-form label { color: var(--ink); font-weight: 700; }
.preview-content .wpcf7-form-control-wrap { display: block; margin-top: 5px; }
.preview-content .wpcf7-form-control:not(.wpcf7-submit) { width: 100%; }
.preview-content .gwolle-gb { max-width: 100%; }

.preview-source-129 { max-width: 1080px; }
.preview-source-129 .wp-block-image { display: inline-block; width: min(47%, 430px); margin: 1%; vertical-align: top; }
.preview-source-2095 { max-width: 1180px; padding-inline: clamp(18px, 3vw, 42px); }
.preview-source-179 { text-align: center; }
.preview-source-179 img { margin-inline: auto; }

@media (max-width: 860px) {
  .preview-page-hero,
  .preview-hero-inner { min-height: 390px; }
  .preview-hero-inner { padding-top: 130px; padding-bottom: 65px; }
  .preview-orb-one { right: -80px; opacity: .55; }
  .preview-content { padding: 40px 30px; }
  .aam-live-stage { margin-inline: -30px; }
}

@media (max-width: 560px) {
  .preview-page-hero,
  .preview-hero-inner { min-height: 350px; }
  .preview-hero-inner { padding-top: 115px; padding-bottom: 50px; }
  .preview-page-hero h1 { font-size: 42px; }
  .preview-hero-intro { font-size: 17px; }
  .preview-content-shell { padding-block: 48px; }
  .preview-content { padding: 28px 20px; border-radius: 18px; }
  .aam-link-grid,
  .aam-counts { grid-template-columns: 1fr; }
  .aam-live-stage { margin-inline: -20px; padding-inline: 20px; }
  .preview-source-129 .wp-block-image { display: block; width: 100%; margin: 20px 0; }
}
