:root {
  color-scheme: light;
  --ink: #1b1b1f;
  --muted: #62646f;
  --line: #dedfd6;
  --paper: #fffdf6;
  --soft: #f5f1e6;
  --green: #176b5b;
  --green-dark: #0f463d;
  --coral: #e85d4f;
  --yellow: #f2b84b;
  --blue: #386fa4;
  --shadow: 0 24px 80px rgba(27, 27, 31, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(255, 253, 246, 0.9);
  border-bottom: 1px solid rgba(222, 223, 214, 0.75);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.header-action,
.button.primary {
  background: var(--green);
  color: #fff;
}

.button.secondary {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}

.section-band {
  background:
    linear-gradient(90deg, rgba(23, 107, 91, 0.08), rgba(232, 93, 79, 0.08)),
    var(--soft);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(42px, 7vw, 92px) clamp(18px, 5vw, 72px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.hero-lead,
.section p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.hero-lead {
  max-width: 680px;
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 24px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
}

.hero-visual {
  min-width: 0;
}

.map-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(27, 27, 31, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(45deg, rgba(56, 111, 164, 0.12) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(56, 111, 164, 0.1) 25%, transparent 25%),
    #fffaf0;
  background-size: 54px 54px;
  box-shadow: var(--shadow);
}

.route-line {
  position: absolute;
  inset: 100px 90px 210px 90px;
  border-top: 4px dashed var(--coral);
  border-right: 4px dashed var(--coral);
  border-radius: 0 110px 0 0;
  transform: rotate(-8deg);
}

.pin {
  position: absolute;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.pin.manisa {
  left: 54px;
  bottom: 86px;
}

.pin.istanbul {
  top: 74px;
  right: 54px;
}

.sermet {
  position: absolute;
  left: 50%;
  bottom: 56px;
  width: 220px;
  height: 320px;
  transform: translateX(-50%);
}

.sermet-head {
  position: absolute;
  left: 48px;
  top: 0;
  width: 124px;
  height: 134px;
  border: 5px solid var(--ink);
  border-radius: 42% 42% 46% 46%;
  background: #f4c99d;
}

.hair {
  position: absolute;
  left: 8px;
  top: -16px;
  width: 96px;
  height: 38px;
  border-radius: 50% 50% 14px 14px;
  background: var(--ink);
}

.eye {
  position: absolute;
  top: 58px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ink);
}

.eye.left {
  left: 34px;
}

.eye.right {
  right: 34px;
}

.mustache {
  position: absolute;
  left: 34px;
  top: 82px;
  width: 56px;
  height: 16px;
  border-radius: 999px;
  background: var(--ink);
}

.sermet-body {
  position: absolute;
  left: 30px;
  top: 122px;
  width: 160px;
  height: 180px;
  border: 5px solid var(--ink);
  border-radius: 44px 44px 8px 8px;
  background: var(--green);
}

.tie {
  position: absolute;
  left: 68px;
  top: 16px;
  width: 24px;
  height: 88px;
  clip-path: polygon(50% 0, 100% 18%, 72% 100%, 28% 100%, 0 18%);
  background: var(--yellow);
}

.briefcase {
  position: absolute;
  right: 0;
  bottom: 42px;
  width: 74px;
  height: 56px;
  border: 5px solid var(--ink);
  border-radius: 8px;
  background: var(--coral);
}

.briefcase::before {
  content: "";
  position: absolute;
  left: 22px;
  top: -18px;
  width: 22px;
  height: 14px;
  border: 5px solid var(--ink);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.speech {
  position: absolute;
  top: 138px;
  left: 40px;
  max-width: 210px;
  padding: 14px 16px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
  line-height: 1.35;
}

.section {
  padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

.section-heading {
  margin-bottom: 28px;
}

.steps,
.example-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.steps article,
.example-grid article,
.signup-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(27, 27, 31, 0.06);
}

.steps article {
  padding: 24px;
}

.steps p {
  margin-bottom: 0;
  font-size: 16px;
}

.step-number {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 900;
}

.split,
.representative {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  background: var(--green-dark);
  color: #fff;
}

.split p,
.representative p {
  color: rgba(255, 255, 255, 0.76);
}

.check-list {
  display: grid;
  gap: 12px;
}

.check-list span {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.example-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.example-grid article {
  padding: 22px;
  font-size: 18px;
  font-weight: 800;
}

.representative {
  background: var(--soft);
  color: var(--ink);
}

.representative p {
  color: var(--muted);
}

.signup-form {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.signup-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.signup-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 26px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer strong {
  color: var(--ink);
}

@media (max-width: 880px) {
  .site-header {
    align-items: flex-start;
  }

  .main-nav {
    display: none;
  }

  .hero,
  .split,
  .representative {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .steps,
  .example-grid {
    grid-template-columns: 1fr;
  }

  .map-card {
    min-height: 430px;
  }

  .sermet {
    scale: 0.82;
    bottom: 16px;
  }
}

@media (max-width: 520px) {
  .site-header {
    gap: 12px;
    padding: 12px 14px;
  }

  .brand strong {
    font-size: 14px;
  }

  .header-action {
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .map-card {
    min-height: 390px;
  }

  .speech {
    left: 18px;
    max-width: 180px;
    font-size: 13px;
  }
}
