:root {
  color-scheme: light;
  --ink: #24150f;
  --muted: #74645c;
  --paper: #fbf6ee;
  --cream: #f4eadb;
  --orange: #df6d2d;
  --orange-deep: #b94c18;
  --green: #355d4b;
  --line: rgba(36, 21, 15, 0.14);
  --shadow: 0 30px 90px rgba(65, 36, 20, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(223, 109, 45, .09), transparent 28rem),
    linear-gradient(180deg, #fffaf3 0%, var(--paper) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(223, 109, 45, .45); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 99; padding: 10px 15px; border-radius: 9px; background: var(--ink); color: white; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header, main, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { min-height: 94px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50% 50% 46% 54% / 52% 48% 52% 48%; color: #fff7ea; background: var(--orange); font-family: Georgia, serif; font-size: 20px; box-shadow: inset 0 -5px 12px rgba(80, 25, 3, .18); }

.language-switch { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.62); }
.language-switch button { min-width: 42px; padding: 8px 9px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.language-switch button[aria-pressed="true"] { color: white; background: var(--ink); }

html:not([data-language="en"]) .lang-en { display: none !important; }
html[data-language="en"] .lang-tr { display: none !important; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(40px, 7vw, 100px); padding: 70px 0 100px; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 850; color: var(--orange-deep); }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #4d956f; box-shadow: 0 0 0 6px rgba(77,149,111,.12); }
h1 { margin: 25px 0 22px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(43px, 6vw, 79px); line-height: .98; letter-spacing: -.045em; }
.domain-name { display: block; margin-bottom: 24px; color: var(--orange-deep); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(38px, 5.6vw, 74px); font-weight: 850; letter-spacing: -.065em; }
.domain-name span { color: var(--ink); font-weight: 500; }
.hero-lead { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 33px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 21px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); box-shadow: 0 12px 30px rgba(185, 76, 24, .23); }
.button-primary:hover { background: var(--orange-deep); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.68); }
.microcopy { margin: 16px 0 0; color: var(--muted); font-size: 12px; }

.showcase { min-height: 520px; position: relative; display: grid; place-items: center; isolation: isolate; }
.showcase::before { content: ""; position: absolute; inset: 6% 0; z-index: -3; border-radius: 48% 52% 42% 58% / 50% 36% 64% 50%; background: var(--cream); transform: rotate(-4deg); }
.showcase::after { content: ""; position: absolute; width: 76%; aspect-ratio: 1; z-index: -2; border: 1px solid rgba(185,76,24,.18); border-radius: 50%; }
.orbit { position: absolute; z-index: -1; border-radius: 50%; background: var(--orange); opacity: .9; }
.orbit-one { width: 24px; height: 24px; left: 8%; top: 24%; }
.orbit-two { width: 13px; height: 13px; right: 9%; bottom: 25%; background: var(--green); }
.domain-card { width: min(340px, 76vw); aspect-ratio: .78; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; color: #fff9f0; background: var(--green); border: 9px solid #f9e7cc; outline: 1px solid rgba(36,21,15,.2); border-radius: 170px 170px 28px 28px; transform: rotate(4deg); box-shadow: var(--shadow); }
.card-top { display: flex; justify-content: space-between; font-size: 10px; font-weight: 800; letter-spacing: .17em; opacity: .74; }
.monogram { width: 86px; height: 86px; margin: auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-family: Georgia, serif; font-size: 33px; }
.card-domain { font-family: Georgia, serif; font-size: 44px; line-height: .88; letter-spacing: -.03em; text-align: center; }
.card-tld { text-align: center; letter-spacing: .26em; font-size: 10px; font-weight: 800; opacity: .74; }
.availability-badge { position: absolute; right: 0; top: 18%; display: flex; align-items: center; gap: 8px; padding: 11px 15px; color: var(--green); background: white; border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 14px 35px rgba(49,32,22,.12); font-size: 11px; font-weight: 850; letter-spacing: .11em; transform: rotate(-5deg); }
.availability-badge span { width: 8px; height: 8px; border-radius: 50%; background: #4d956f; }

.value-section, .process-section { padding: 110px 0; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.section-kicker { margin: 0 0 14px; }
h2 { margin: 0; max-width: 750px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4.6vw, 59px); line-height: 1.05; font-weight: 500; letter-spacing: -.035em; }
.section-intro { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 265px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.55); transition: transform .25s, background .25s; }
.feature-card:hover { transform: translateY(-5px); background: white; }
.feature-index { color: var(--orange-deep); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.feature-card h3 { margin: 76px 0 10px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.65; }

.possibilities { margin: 40px 0 80px; padding: 72px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; color: #fff8ee; background: var(--ink); border-radius: 32px; overflow: hidden; position: relative; }
.possibilities::after { content: ""; position: absolute; width: 280px; height: 280px; right: -110px; top: -130px; border: 65px solid rgba(223,109,45,.16); border-radius: 50%; }
.possibilities .section-kicker { color: #f0a376; }
.possibilities h2 { font-size: clamp(34px, 4vw, 53px); }
.tag-cloud { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.tag-cloud span { padding: 13px 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.07); font-weight: 700; }

.process-list { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; }
.process-list li { display: flex; gap: 18px; padding: 25px 0; border-top: 1px solid var(--line); }
.process-list > li > span { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--orange); font-weight: 850; }
.process-list h3 { margin: 3px 0 8px; font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.process-list p { margin: 0; color: var(--muted); line-height: 1.6; }

.contact-section { margin: 40px 0 90px; padding: 11px; border: 1px solid rgba(223,109,45,.23); border-radius: 34px; background: #f6dfc9; }
.contact-inner { padding: clamp(40px, 8vw, 90px); text-align: center; border: 1px solid rgba(185,76,24,.24); border-radius: 25px; background: rgba(255,250,243,.65); }
.contact-inner h2 { max-width: 850px; margin-inline: auto; }
.contact-inner > p:not(.section-kicker):not(.copy-status) { max-width: 670px; margin: 22px auto 30px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.contact-email { display: inline-flex; align-items: center; gap: 14px; color: var(--orange-deep); font-size: clamp(20px, 3vw, 32px); font-weight: 850; text-underline-offset: 7px; }
.copy-button { display: block; margin: 22px auto 0; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.58); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.copy-button:hover { background: white; }
.copy-status { min-height: 20px; margin: 8px 0 0; color: var(--green); font-size: 12px; font-weight: 700; }

footer { min-height: 150px; padding: 35px 0 55px; display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-brand { color: var(--ink); }
.footer-brand .brand-mark { width: 31px; height: 31px; font-size: 16px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .showcase { min-height: 490px; }
  .section-heading, .possibilities { grid-template-columns: 1fr; }
  .feature-grid, .process-list { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-card h3 { margin-top: 40px; }
  .possibilities { padding: 48px 28px; gap: 38px; }
  footer { grid-template-columns: 1fr; gap: 13px; }
}

@media (max-width: 560px) {
  .site-header, main, footer { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 76px; }
  .brand { font-size: 14px; }
  .hero { min-height: auto; gap: 30px; padding: 50px 0 75px; }
  h1 { font-size: 43px; }
  .domain-name { font-size: 39px; }
  .hero-actions, .button { width: 100%; }
  .showcase { min-height: 410px; }
  .domain-card { width: min(285px, 78vw); padding: 24px; }
  .card-domain { font-size: 37px; }
  .availability-badge { right: -5px; top: 11%; }
  .value-section, .process-section { padding: 78px 0; }
  .section-heading { gap: 20px; margin-bottom: 35px; }
  .possibilities { margin-inline: -2px; }
  .contact-section { margin-bottom: 65px; }
  .contact-inner { padding-inline: 21px; }
  .contact-email { font-size: 18px; }
}
