@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --navy: #0b1b31;
  --orange: #ff4f1f;
  --paper: #fbf5ef;
  --white: #fff;
  --line: #dfd7cf;
  --muted: #5e6877;
  color: var(--navy);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-weight: 400;
  background: var(--paper);
  color: var(--navy);
}
a {
  color: inherit;
  text-underline-offset: 0.18em;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
.button {
  font: inherit;
  font-weight: 600;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
}
.content-header {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(251, 245, 239, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
}
.content-brand img {
  width: 170px;
}
.content-header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}
.content-header nav > a:not(.button) {
  font-weight: 600;
  text-decoration: none;
}
.content-header nav > a:hover,
.content-header nav > a:focus-visible {
  text-decoration: underline;
}
.content-header nav .content-order-link {
  background: var(--navy);
  color: #fff;
}
.content-language {
  display: flex;
  gap: 5px;
}
.content-language a {
  padding: 5px 7px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 700;
}
.content-language a[aria-current="page"] {
  background: var(--navy);
  color: #fff;
}
.text-link:is(button) {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.content-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
}
.content-menu-icon {
  display: grid;
  gap: 4px;
  width: 20px;
}
.content-menu-icon span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform .16s ease, opacity .16s ease;
}
.content-header.menu-open .content-menu-icon span:first-child {
  transform: translateY(6px) rotate(45deg);
}
.content-header.menu-open .content-menu-icon span:nth-child(2) {
  opacity: 0;
}
.content-header.menu-open .content-menu-icon span:last-child {
  transform: translateY(-6px) rotate(-45deg);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
main {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) 0;
}
.content-breadcrumb {
  margin: 0 0 clamp(24px, 4vw, 40px);
  color: var(--muted);
  font-size: 0.9rem;
}
.content-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-breadcrumb li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.content-breadcrumb li + li::before {
  margin-right: 0.45rem;
  color: #8b7467;
  content: "/";
}
.content-breadcrumb a {
  font-weight: 600;
}
.content-breadcrumb [aria-current="page"] {
  overflow: hidden;
  max-width: min(70vw, 640px);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-breadcrumb a:focus-visible {
  outline: 3px solid rgba(255, 79, 31, 0.45);
  outline-offset: 3px;
}
.content-article,
.content-index {
  max-width: 850px;
  margin: 0 auto;
}
.content-home {
  display: grid;
  gap: clamp(72px, 10vw, 132px);
}
.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  align-items: center;
  gap: clamp(42px, 8vw, 96px);
}
.home-hero-copy h1 {
  max-width: 780px;
}
.home-hero-copy .lede {
  margin-bottom: 28px;
}
.home-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 22px;
}
.text-link {
  color: #a63215;
  font-weight: 700;
  text-decoration-thickness: 2px;
}
.text-link.light {
  color: #fff;
}
.home-access-note {
  max-width: 590px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: .87rem;
  line-height: 1.55;
}
.handoff-preview {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(11, 27, 49, .12);
}
.handoff-preview::after {
  position: absolute;
  top: -70px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #ffe0d1;
  content: "";
}
.handoff-preview > * {
  position: relative;
  z-index: 1;
}
.preview-kicker {
  margin: 0 0 24px;
  color: #bd3312;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.preview-order {
  display: grid;
  gap: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.preview-order span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
}
.preview-order strong {
  font-size: 1.25rem;
}
.handoff-preview ol {
  display: grid;
  gap: 0;
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
.handoff-preview li {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  color: #405069;
  font-size: .93rem;
  font-weight: 600;
}
.handoff-preview li:not(:last-child)::after {
  position: absolute;
  top: 42px;
  bottom: -12px;
  left: 16px;
  width: 2px;
  background: #eaded5;
  content: "";
}
.handoff-preview li span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--navy);
}
.handoff-preview li.done span {
  border-color: #b9dfd0;
  background: #e3f5ed;
}
.handoff-preview li.active span {
  border-color: var(--orange);
  background: var(--orange);
}
.preview-status {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff3ed;
  color: #8f2c13;
  font-size: .88rem;
  font-weight: 700;
}
.home-section {
  scroll-margin-top: 120px;
}
.home-section h2,
.home-closing h2 {
  margin: 0 0 18px;
  max-width: 760px;
  font-size: clamp(2rem, 4.7vw, 4rem);
  letter-spacing: -.045em;
}
.home-section > div > p:not(.eyebrow),
.section-heading > p:not(.eyebrow),
.home-audiences article > p:not(.eyebrow),
.home-products > div > p:not(.eyebrow),
.home-closing > p:not(.eyebrow) {
  max-width: 720px;
  color: #405069;
  line-height: 1.75;
}
.home-problem {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(40px, 8vw, 90px);
  align-items: start;
}
.home-benefit-grid {
  display: grid;
  gap: 16px;
}
.home-benefit {
  position: relative;
  padding: 24px 24px 24px 58px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.home-benefit > span {
  position: absolute;
  top: 27px;
  left: 25px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 7px #ffe7dc;
}
.home-benefit h3 {
  margin: 0 0 7px;
}
.home-benefit p {
  margin: 0;
  color: #405069;
  line-height: 1.65;
}
.home-process {
  padding: clamp(36px, 6vw, 64px);
  border-radius: 30px;
  background: var(--navy);
  color: #fff;
}
.home-process .eyebrow {
  color: #ff9b7d;
}
.home-process .section-heading > p:not(.eyebrow) {
  color: #c8d3df;
}
.handoff-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}
.handoff-steps li {
  min-width: 0;
}
.handoff-steps li > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--navy);
  font-weight: 700;
}
.handoff-steps h3 {
  margin: 0 0 9px;
  color: #fff;
}
.handoff-steps p {
  margin: 0;
  color: #c8d3df;
  font-size: .9rem;
  line-height: 1.6;
}
.home-audiences {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.home-audiences article {
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}
.home-audiences article:first-child {
  background: #fff6f2;
}
.home-services {
  padding: clamp(30px, 6vw, 64px);
  border-radius: 28px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 24px 70px rgba(11, 27, 49, .14);
}
.home-services h2,
.home-services h3 {
  margin-bottom: 16px;
  color: #fff;
}
.home-services .eyebrow {
  color: #ff9a78;
}
.home-services .section-heading > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #d5dee8;
  font-size: 1.05rem;
  line-height: 1.75;
}
.home-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 32px 0 26px;
}
.home-service-grid article {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .07);
}
.home-service-grid article > span {
  display: inline-flex;
  margin-bottom: 22px;
  color: #ff9a78;
  font-weight: 700;
}
.home-service-grid p {
  color: #d5dee8;
  line-height: 1.7;
}
.home-service-grid .text-link {
  color: #fff;
}
.home-products {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
  align-items: center;
  gap: clamp(38px, 8vw, 88px);
}
.home-products ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-products li {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 700;
}
.home-depth {
  padding: clamp(34px, 6vw, 64px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
}
.home-depth > header {
  max-width: 820px;
  margin-bottom: 42px;
}
.home-depth > header > p:not(.eyebrow) {
  color: #405069;
  font-size: 1.06rem;
  line-height: 1.8;
}
.home-depth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 42px;
}
.home-depth-grid article {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.home-depth-grid article:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: 760px;
}
.home-depth-grid h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
}
.home-depth-grid p {
  margin: 0;
  color: #405069;
  line-height: 1.8;
}
.home-closing {
  padding: clamp(38px, 7vw, 70px);
  border-radius: 30px;
  background: var(--navy);
  color: #fff;
}
.home-closing .eyebrow {
  color: #ff9b7d;
}
.home-closing > p:not(.eyebrow) {
  color: #c8d3df;
}
.content-index:has(.content-card-grid) {
  max-width: 1120px;
}
.content-article > header,
.content-index > header {
  margin-bottom: 40px;
}
.eyebrow {
  margin: 0 0 14px;
  color: #bd3312;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.12;
}
h1 {
  font-size: clamp(2.35rem, 7vw, 5rem);
  letter-spacing: -0.055em;
  margin: 0 0 24px;
}
h2 {
  font-size: clamp(1.45rem, 3vw, 2.15rem);
}
h3 {
  font-size: 1.15rem;
}
.lede {
  max-width: 760px;
  color: #405069;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.7;
}
.content-meta {
  color: var(--muted);
  font-size: 0.9rem;
}
.content-article > figure {
  margin: 38px 0 48px;
}
.content-article > figure img,
.content-gallery img,
.rich-text figure img {
  width: 100%;
  border-radius: 20px;
  background: #eee4dc;
}
.rich-text {
  font-size: 1.04rem;
  line-height: 1.85;
}
.rich-text h2,
.rich-text h3 {
  margin-top: 2.1em;
}
.rich-text a {
  color: #b42f11;
  font-weight: 600;
}
.rich-text blockquote {
  border-left: 4px solid var(--orange);
  margin: 1.8rem 0;
  padding: 0.2rem 0 0.2rem 1.3rem;
  color: #405069;
}
.rich-text figure {
  margin: 2rem 0;
}
.rich-text figure img {
  max-height: 720px;
  object-fit: contain;
}
.rich-text figcaption,
figcaption {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 9px;
}
.answer-card {
  margin: 34px 0;
  padding: 24px 28px;
  border: 1px solid #f0b29f;
  border-radius: 16px;
  background: #fff6f2;
}
.answer-card h2 {
  margin-top: 0;
}
.hub-guidance {
  margin: 0 0 34px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid #f0b29f;
  border-radius: 20px;
  background: #fff6f2;
}
.hub-guidance h2:first-child {
  margin-top: 0;
}
.hub-guidance p,
.hub-guidance li {
  color: #405069;
  line-height: 1.75;
}
.hub-guidance ol {
  margin-bottom: 0;
  padding-left: 1.25rem;
}
.content-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 42px 0;
}
.content-gallery figure {
  margin: 0;
}
.content-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 34px;
}
.content-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
}
.content-card h2 {
  font-size: 1.35rem;
  margin: 0.3rem 0 0.8rem;
}
.content-card p {
  line-height: 1.65;
  color: #405069;
}
.content-card .rich-text {
  font-size: 0.95rem;
}
.faq-section {
  margin-top: 54px;
}
.faq-section details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  margin: 12px 0;
  padding: 0 20px;
}
.faq-section summary {
  cursor: pointer;
  font-weight: 700;
  padding: 19px 28px 19px 0;
  position: relative;
}
.faq-section summary::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  color: var(--orange);
}
.faq-section details[open] summary::after {
  content: "−";
}
.faq-section details .rich-text {
  padding: 0 0 20px;
}
.taxonomy-links {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.contact-page {
  max-width: 1040px;
  margin: 0 auto;
}
.contact-intro {
  max-width: 780px;
  margin-bottom: 42px;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: start;
  gap: clamp(24px, 5vw, 54px);
}
.contact-form-card,
.contact-guidance {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}
.contact-form-card {
  padding: clamp(24px, 5vw, 44px);
  box-shadow: 0 24px 70px rgba(11, 27, 49, .08);
}
.contact-guidance {
  padding: 28px;
}
.contact-guidance h2 {
  margin: 0 0 18px;
  font-size: 1.35rem;
}
.contact-guidance ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding-left: 1.15rem;
  color: #405069;
  line-height: 1.65;
}
.contact-guidance > p {
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.6;
}
.contact-direct {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #405069;
  font-style: normal;
  line-height: 1.55;
}
.contact-direct strong,
.contact-direct b {
  color: var(--navy);
}
.contact-direct-actions,
.footer-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
.contact-direct a {
  width: fit-content;
  color: #923015;
  font-weight: 700;
}
.contact-form {
  display: grid;
  gap: 22px;
}
.contact-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.contact-field {
  display: grid;
  gap: 8px;
}
.contact-field label,
.contact-consent {
  font-weight: 700;
}
.contact-field label span {
  color: #a72d12;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #b9b1aa;
  border-radius: 10px;
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-weight: 400;
}
.contact-field textarea {
  min-height: 170px;
  resize: vertical;
  line-height: 1.55;
}
.field-help,
.required-note {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.55;
}
.contact-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 11px;
  color: #405069;
  font-size: .9rem;
  line-height: 1.6;
}
.contact-consent input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--orange);
}
.contact-consent a {
  color: #923015;
}
.contact-submit {
  width: fit-content;
  min-width: 150px;
  border: 0;
  cursor: pointer;
}
.contact-submit[aria-busy="true"] {
  cursor: wait;
  opacity: .72;
}
.contact-submit[aria-busy="true"]::after {
  content: "";
  display: inline-block;
  width: .85em;
  height: .85em;
  margin-left: .65em;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  vertical-align: -.08em;
  animation: contact-submit-spin .7s linear infinite;
}
.contact-feedback {
  margin-bottom: 24px;
  padding: 20px 22px;
  border-radius: 14px;
  line-height: 1.6;
}
.contact-feedback > :first-child {
  margin-top: 0;
}
.contact-feedback > :last-child {
  margin-bottom: 0;
}
.contact-error {
  border: 1px solid #ecaa96;
  background: #fff1eb;
  color: #7f2612;
}
.contact-pending {
  border: 1px solid #b7c4d5;
  background: #f4f7fb;
  color: var(--navy);
}
.contact-success {
  border: 1px solid #9fcdbb;
  background: #edf8f3;
}
.contact-success h2 {
  margin-bottom: 10px;
}
.contact-success .button {
  margin-top: 12px;
}
.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@keyframes contact-submit-spin {
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .contact-submit[aria-busy="true"]::after {
    animation: none;
  }
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 42px clamp(20px, 5vw, 72px);
  background: var(--navy);
  color: #fff;
}
footer img {
  width: 170px;
}
footer p {
  max-width: 520px;
  text-align: right;
}
.footer-copy {
  display: grid;
  justify-items: end;
  gap: 12px;
}
.footer-copy p {
  margin: 0;
}
.footer-operator {
  max-width: 700px;
  font-weight: 750;
}
.footer-contact {
  display: grid;
  justify-items: end;
  gap: 6px;
  max-width: 700px;
  font-style: normal;
  font-size: .83rem;
  line-height: 1.55;
  text-align: right;
}
.footer-contact a {
  color: #fff;
  font-weight: 700;
}
.footer-contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 18px;
}
.footer-registration {
  font-size: .78rem;
  opacity: .86;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  max-width: 700px;
  font-size: .83rem;
}
.footer-legal a,
.footer-powered a {
  color: #fff;
}
.footer-powered {
  font-size: .78rem;
  opacity: .82;
}
.legal-article {
  max-width: 900px;
}
.legal-copy section + section {
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.legal-copy section > :last-child {
  margin-bottom: 0;
}
.legal-contact {
  margin-top: 54px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}
.legal-contact h2 {
  margin-top: 0;
}
.legal-contact address {
  display: grid;
  gap: 8px;
  font-style: normal;
  line-height: 1.6;
}
.legal-contact address a {
  width: fit-content;
  color: #923015;
  font-weight: 700;
}
.kvkk-application {
  display: grid;
  gap: 22px;
  margin-top: 54px;
  padding-top: 34px;
  border-top: 2px solid var(--navy);
}
.kvkk-application > header {
  max-width: 760px;
}
.kvkk-application > header h2 {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}
.kvkk-application > header p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.kvkk-form {
  gap: 28px;
}
.kvkk-fieldset,
.kvkk-rights {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.kvkk-fieldset {
  display: grid;
  gap: 20px;
}
.kvkk-fieldset + .kvkk-fieldset {
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.kvkk-fieldset > legend {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: 1.18rem;
  font-weight: 800;
}
.kvkk-rights {
  display: grid;
  gap: 12px;
}
.kvkk-rights > legend {
  margin-bottom: 12px;
  font-weight: 750;
}
.kvkk-rights > legend span {
  color: #a72d12;
}
.kvkk-right {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
  color: #405069;
  font-size: .92rem;
  line-height: 1.55;
}
.kvkk-right input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--orange);
}
.kvkk-form-notice {
  padding: 18px 20px;
  border-left: 4px solid var(--orange);
  border-radius: 10px;
  background: #fff7f2;
  color: #405069;
  font-size: .9rem;
  line-height: 1.6;
}
.kvkk-form-notice p {
  margin: 0;
}
.kvkk-form-notice p + p {
  margin-top: 10px;
}
.kvkk-form-notice a {
  color: #923015;
  font-weight: 700;
}
.kvkk-reference code {
  overflow-wrap: anywhere;
  color: var(--navy);
  font-weight: 800;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #ff9b7d;
  outline-offset: 3px;
}
.pricing-page {
  display: grid;
  gap: 34px;
}
.pricing-hero {
  max-width: 820px;
}
.pricing-hero h1 {
  max-width: 780px;
  margin: 0.35rem 0 1rem;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}
.pricing-answer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  padding: 26px 30px;
  border: 1px solid rgba(255, 79, 31, 0.26);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(11, 27, 49, 0.07);
}
.pricing-answer h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}
.pricing-answer p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.free-plan-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: 34px;
  overflow: hidden;
  padding: 34px;
  border-radius: 24px;
  background: linear-gradient(125deg, var(--navy), #17375d);
  color: #fff;
  box-shadow: 0 18px 42px rgba(11, 27, 49, 0.16);
}
.free-plan-copy h2,
.paid-plan-heading h2 {
  margin: 0.35rem 0 0.65rem;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  letter-spacing: -0.045em;
}
.free-plan-copy > p:last-child,
.paid-plan-heading p {
  max-width: 670px;
  margin: 0;
  line-height: 1.7;
}
.free-plan-copy > p:last-child {
  color: rgba(255, 255, 255, 0.78);
}
.free-plan-summary {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
}
.free-plan-summary > strong {
  font-size: 1.45rem;
}
.free-plan-summary ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.free-plan-summary li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  align-items: center;
}
.free-plan-summary li > span {
  display: inline-grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
}
.free-plan-summary .button {
  width: 100%;
}
.paid-plan-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-top: 12px;
}
.paid-plan-heading p {
  color: var(--muted);
}
.pricing-period-switch {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex: 0 0 auto;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(11, 27, 49, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 24px rgba(11, 27, 49, 0.08);
}
.pricing-period-switch button {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
}
.pricing-period-switch button[aria-pressed="true"] {
  color: #fff;
  background: var(--navy);
}
.pricing-period-switch button:focus-visible {
  outline: 3px solid rgba(255, 79, 31, 0.4);
  outline-offset: 2px;
}
.public-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.public-plan-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 26px 22px 22px;
  border: 1px solid rgba(11, 27, 49, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(11, 27, 49, 0.07);
}
.public-plan-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--navy), var(--orange));
  content: "";
}
.public-plan-heading {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(11, 27, 49, 0.1);
}
.public-plan-heading h2 {
  margin: 0.35rem 0 0;
  font-size: 1.55rem;
  letter-spacing: -0.035em;
}
.public-plan-heading > p:last-child {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.5;
}
.public-plan-card ul {
  display: grid;
  gap: 11px;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}
.public-plan-card li {
  display: grid;
  grid-template-columns: 23px 1fr;
  align-items: start;
  gap: 7px;
}
.public-plan-card li > span {
  display: inline-grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 999px;
  background: #e7f6ef;
  color: #117455;
  font-size: 0.75rem;
  font-weight: 800;
}
.public-plan-prices {
  display: grid;
  gap: 10px;
  padding-top: 16px;
}
.public-price-period[hidden] { display: none !important; }
.public-price-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 90px;
  padding: 14px;
  border: 1px solid rgba(11, 27, 49, 0.16);
  border-radius: 15px;
  background: #fff;
}
.public-price-option.primary {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}
.public-price-option > div:first-child,
.public-price-amount {
  display: grid;
  gap: 3px;
}
.public-price-option small {
  color: inherit;
  opacity: 0.72;
  font-size: 0.72rem;
  line-height: 1.35;
}
.public-price-amount {
  text-align: right;
}
.public-price-amount > strong {
  white-space: nowrap;
  font-size: 1rem;
}
.public-price-amount > span {
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 800;
}
.public-price-unavailable {
  display: flex;
  min-height: 90px;
  align-items: center;
  margin: 0;
  padding: 16px;
  border-radius: 14px;
  background: rgba(11, 27, 49, 0.06);
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}
.public-plan-cta {
  width: 100%;
  margin-top: auto;
}
.pricing-plan-notes {
  display: grid;
  gap: 7px;
  justify-items: center;
}
.pricing-login-note,
.pricing-tax-note {
  margin: 0;
  text-align: center;
}
.pricing-login-note {
  color: var(--muted);
}
.pricing-tax-note {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
}
@media (max-width: 1180px) {
  .public-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1040px) {
  .content-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    min-height: 64px;
    padding: 9px 16px;
  }
  .content-brand {
    min-width: 0;
  }
  .content-brand img {
    width: 142px;
  }
  .content-language {
    gap: 2px;
  }
  .content-language a {
    padding: 5px;
    font-size: .76rem;
  }
  .content-header.menu-ready .content-menu-toggle {
    display: inline-flex;
  }
  .content-header nav {
    grid-column: 1/-1;
    justify-content: flex-start;
    flex-wrap: wrap;
    order: 3;
    padding-top: 8px;
  }
  .content-header.menu-ready nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    padding: 16px 20px 20px;
    border-bottom: 1px solid var(--line);
    background: rgba(251, 245, 239, .99);
    box-shadow: 0 18px 32px rgba(11, 27, 49, .12);
  }
  .content-header.menu-ready.menu-open nav {
    display: flex;
  }
}
@media (max-width: 820px) {
  .paid-plan-heading {
    align-items: stretch;
    flex-direction: column;
  }
  .pricing-period-switch {
    width: 100%;
  }
  .content-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    min-height: 64px;
    padding: 9px 16px;
  }
  .content-brand {
    min-width: 0;
  }
  .content-brand img {
    width: 142px;
  }
  .content-language {
    gap: 2px;
  }
  .content-language a {
    padding: 5px;
    font-size: .76rem;
  }
  .content-header.menu-ready .content-menu-toggle {
    display: inline-flex;
  }
  .content-header nav {
    grid-column: 1/-1;
    justify-content: flex-start;
    flex-wrap: wrap;
    order: 3;
    padding-top: 8px;
  }
  .content-header.menu-ready nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    padding: 16px 20px 20px;
    border-bottom: 1px solid var(--line);
    background: rgba(251, 245, 239, .99);
    box-shadow: 0 18px 32px rgba(11, 27, 49, .12);
  }
  .content-header.menu-ready.menu-open nav {
    display: flex;
  }
  .content-gallery {
    grid-template-columns: 1fr;
  }
  .home-hero,
  .home-problem,
  .home-products,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .home-depth-grid {
    grid-template-columns: 1fr;
  }
  .pricing-answer {
    grid-template-columns: 1fr;
  }
  .free-plan-banner {
    grid-template-columns: 1fr;
  }
  .home-depth-grid article:last-child:nth-child(odd) {
    grid-column: auto;
  }
  .handoff-steps {
    grid-template-columns: 1fr 1fr;
    gap: 26px 20px;
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
  }
  footer p {
    text-align: left;
  }
  .footer-copy {
    justify-items: start;
  }
  .footer-contact {
    justify-items: start;
    text-align: left;
  }
  .footer-contact-actions {
    justify-content: flex-start;
  }
  .footer-legal {
    justify-content: flex-start;
  }
}
@media (max-width: 520px) {
  .content-header {
    padding: 8px 12px;
  }
  .content-brand img {
    width: 126px;
  }
  .content-header.menu-ready nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    width: 100%;
    padding: 14px 16px 18px;
  }
  .content-header.menu-ready.menu-open nav {
    display: grid;
  }
  .content-header.menu-ready:not(.menu-open) nav {
    display: none;
  }
  .content-header nav a {
    font-size: 0.8rem;
    line-height: 1.3;
  }
  .content-header nav .button {
    grid-column: 1 / -1;
    min-height: 40px;
    padding: 0.5rem 0.7rem;
    text-align: center;
  }
  main {
    width: min(100% - 28px, 1120px);
    padding: 44px 0;
  }
  .content-card-grid {
    grid-template-columns: 1fr;
  }
  .public-plan-grid {
    grid-template-columns: 1fr;
  }
  .pricing-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }
  .pricing-answer,
  .free-plan-banner,
  .public-plan-card {
    border-radius: 18px;
  }
  .pricing-answer {
    padding: 22px 19px;
  }
  .free-plan-banner {
    padding: 24px 20px;
  }
  .content-home {
    gap: 72px;
  }
  .home-hero {
    gap: 32px;
  }
  .home-hero-copy h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }
  .home-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .home-actions .button {
    width: 100%;
  }
  .handoff-preview {
    padding: 24px 20px;
    border-radius: 22px;
  }
  .home-process,
  .home-closing {
    padding: 30px 22px;
    border-radius: 22px;
  }
  .handoff-steps,
  .home-audiences,
  .home-service-grid {
    grid-template-columns: 1fr;
  }
  .home-services > .button {
    width: 100%;
  }
  .answer-card {
    padding: 20px;
  }
  .contact-field-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-card,
  .contact-guidance {
    border-radius: 18px;
  }
  .contact-submit {
    width: 100%;
  }
  .faq-section details {
    padding: 0 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
    animation: none !important;
  }
}
