/* Stilark for Persona Klinikk tilbudsside. Mobil-først layout med ren, moderne typografi og blå aksenter. */
:root {
  color-scheme: light;
  color: #10223f;
  background: #f7f9fb;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #10223f;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input {
  font: inherit;
}
.page-shell {
  max-width: 980px;
  margin: 0 auto;
}
.hero {
  padding: 32px 20px 40px;
  background: #fff;
  display: grid;
  gap: 32px;
}
.hero-content {
  max-width: 640px;
}
.form-card {
  background: #fff;
  border: 1px solid #d8e1ec;
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 4px 24px rgba(16,34,63,.07);
}
.form-card h2 {
  margin: 0 0 10px;
  font-size: 1.3rem;
}
.thank-you {
  text-align: center;
  padding: 16px 8px;
}
.thank-you-icon {
  width: 56px;
  height: 56px;
  background: #1c57a4;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 20px;
}
.thank-you h2 {
  margin: 0 0 12px;
  font-size: 1.4rem;
}
.thank-you p {
  margin: 0 0 10px;
  color: #3f4f6c;
}
.thank-you-note {
  font-size: 0.9rem;
  color: #6b7a92 !important;
}
.eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  color: #1c57a4;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 0.8rem;
}
h1 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.hero-text {
  margin: 0 0 20px;
  color: #3f4f6c;
  max-width: 580px;
}
.hero-price {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.original {
  color: #6b7a92;
  text-decoration: line-through;
}
.current {
  color: #10223f;
  font-size: 1.1rem;
  font-weight: 700;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  padding: 14px 22px;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}
.button-primary {
  background: #1c57a4;
  color: #fff;
}
.button-secondary {
  background: rgba(28,87,164,.08);
  color: #10223f;
}
.hero-portrait {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-top: 24px;
}
.treatment-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 24px 0;
  image-orientation: from-image;
}
.clinic-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.image-placeholder {
  min-height: 260px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f7f9fb 0%, #edf1f8 100%);
  display: grid;
  place-items: center;
  color: #556680;
  text-align: center;
  border: 1px solid #d8e1ec;
  padding: 20px;
}
.image-placeholder span {
  font-size: 0.95rem;
  line-height: 1.4;
}
.section {
  padding: 32px 20px;
}
.section-light {
  background: #f7f9fb;
}
.section-inner {
  max-width: 760px;
  margin: 0 auto;
}
.section h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.55rem;
}
.section p {
  margin: 0 0 18px;
  color: #3f4f6c;
}
.three-step {
  display: grid;
  gap: 18px;
}
.three-step div {
  padding: 20px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
}
.three-step strong {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background: #1c57a4;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
}
.compare-grid {
  display: grid;
  gap: 18px;
}
.compare-grid div {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 22px;
}
.compare-grid h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1.1rem;
}
.compare-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.compare-grid li {
  color: #3f4f6c;
}
.result-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.result-list li {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
  color: #24324b;
}
.timeline {
  margin-top: 0;
}
.about-grid {
  display: grid;
  gap: 22px;
}
.small-placeholder {
  min-height: 180px;
}
.faq-list details {
  margin-bottom: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  padding: 16px;
}
.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  outline: none;
}
.faq-list p {
  margin: 12px 0 0;
}
.section-form {
  padding-bottom: 64px;
}
.form-intro {
  margin-bottom: 18px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.field {
  margin-bottom: 18px;
}
label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
input[type="text"],
input[type="tel"] {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  padding: 14px 16px;
  background: #fff;
  color: #10223f;
}
input[type="text"]:focus,
input[type="tel"]:focus {
  outline: 2px solid rgba(28,87,164,.25);
  border-color: #1c57a4;
}
.phone-input-group {
  display: flex;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.phone-input-group:focus-within {
  outline: 2px solid rgba(28,87,164,.25);
  border-color: #1c57a4;
}
.phone-country-select {
  border: none;
  border-right: 1px solid #cbd5e1;
  border-radius: 0;
  padding: 14px 10px;
  background: #f7f9fb;
  color: #10223f;
  cursor: pointer;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7a92' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.phone-country-select:focus {
  outline: none;
}
.phone-input-group input[type="tel"] {
  border: none;
  border-radius: 0;
  flex: 1;
  outline: none;
}
.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
.checkbox-field input {
  margin-top: 4px;
  width: 18px;
  height: 18px;
}
.checkbox-field label {
  margin: 0;
  font-weight: 400;
  color: #3f4f6c;
}
.checkbox-field a {
  color: #1c57a4;
}
.error-message {
  display: block;
  min-height: 1.2em;
  margin-top: 8px;
  color: #b62126;
  font-size: 0.95rem;
}
button[type="submit"] {
  width: 100%;
}
.form-note {
  margin: 16px 0 0;
  color: #556680;
  font-size: 0.95rem;
}
.form-status {
  margin-top: 16px;
  color: #10223f;
  font-weight: 600;
}
.sticky-cta {
  position: sticky;
  bottom: 0;
  z-index: 10;
  padding: 12px 20px 18px;
  background: rgba(255,255,255,.95);
  border-top: 1px solid #d8e1ec;
}
.sticky-cta .button {
  width: 100%;
}
.reviews-grid {
  display: grid;
  gap: 18px;
}
.review-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 22px;
}
.review-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #d8e1ec;
  color: #10223f;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.review-name {
  display: block;
  font-size: 0.95rem;
}
.review-source {
  display: block;
  font-size: 0.8rem;
  color: #6b7a92;
  margin-top: 2px;
}
.google-g {
  font-weight: 700;
  color: #4285F4;
}
.google-text {
  color: #4285F4;
}
.review-stars {
  color: #f5a623;
  font-size: 0.95rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.review-text {
  margin: 0;
  color: #3f4f6c;
  font-size: 0.95rem;
  line-height: 1.6;
}
@media (min-width: 720px) {
  .reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.footer {
  padding: 24px 20px 32px;
  background: #f7f9fb;
}
.footer-inner {
  max-width: 760px;
  margin: 0 auto;
  color: #4a576f;
  font-size: 0.95rem;
  line-height: 1.7;
}
.footer-inner a {
  color: #1c57a4;
}
@media (min-width: 720px) {
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    padding: 48px 32px 48px;
  }
  .section {
    padding: 48px 32px;
  }
  .section-inner {
    margin: 0 auto;
  }
  .three-step {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-grid {
    grid-template-columns: 1.2fr .8fr;
    align-items: center;
  }
  .sticky-cta {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
