:root {
  --ink: #081c2c;
  --ink-soft: #12344c;
  --muted: #60717d;
  --paper: #f4efe5;
  --paper-2: #e8e0d1;
  --white: #ffffff;
  --coral: #f05d45;
  --teal: #2fd1bc;
  --blue: #375df5;
  --sun: #f3cc5c;
  --line: rgba(8, 28, 44, .15);
  --radius: 30px;
  --shadow: 0 24px 75px rgba(8, 28, 44, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1220px, calc(100% - 44px)); margin-inline: auto; }
.narrow { width: min(840px, calc(100% - 44px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 9999; background: #fff; padding: 12px 18px; }
.skip-link:focus { top: 20px; }

.topline { background: var(--coral); color: var(--ink); font-size: .76rem; font-weight: 900; letter-spacing: .07em; }
.topline-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topline a { color: #fff; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(244, 239, 229, .94);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: .25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 12px 38px rgba(8, 28, 44, .09); }
.nav-row { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { width: 186px; flex: 0 0 auto; }
.primary-nav { margin-left: auto; }
.primary-nav > ul { display: flex; align-items: center; gap: 24px; list-style: none; margin: 0; padding: 0; }
.primary-nav li { position: relative; }
.primary-nav a { font-size: .9rem; font-weight: 800; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--coral); }
.submenu {
  position: absolute;
  left: -18px;
  top: calc(100% + 18px);
  width: 250px;
  padding: 12px;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .2s ease;
}
.submenu a { display: block; padding: 10px; border-radius: 12px; }
.submenu a:hover { background: var(--paper); }
.has-submenu:hover > .submenu, .has-submenu:focus-within > .submenu { opacity: 1; visibility: visible; transform: none; }
.submenu-toggle, .menu-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(8, 28, 44, .2); }
.button-sm { min-height: 44px; padding: 0 18px; font-size: .86rem; }
.button-hot { background: var(--coral); color: #fff; }
.button-ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.35); color: #fff; }
.button-light { background: #fff; color: var(--ink); }
.button-whatsapp { background: #20b867; color: #fff; }
.button-outline { background: transparent; border-color: var(--ink); }
.eyebrow { display: inline-block; margin-bottom: 16px; color: var(--coral); font-size: .72rem; font-weight: 950; letter-spacing: .18em; }

.hero {
  position: relative;
  min-height: 740px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(47,209,188,.11), transparent 36%),
    repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255,255,255,.05) calc(25% - 1px), rgba(255,255,255,.05) 25%),
    var(--ink);
}
.hero::after { content: "59"; position: absolute; right: -30px; bottom: -210px; color: rgba(255,255,255,.035); font-size: 34rem; font-weight: 950; line-height: 1; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 34px; padding: 76px 0 90px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 820px; margin: 0 0 30px; font-size: clamp(3.25rem, 6vw, 6.5rem); line-height: .9; letter-spacing: -.067em; }
.hero h1 span { display: block; color: var(--teal); }
.hero p { max-width: 690px; margin: 0 0 34px; color: #c6d1d9; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; gap: 30px; margin-top: 48px; color: #9eb0bd; font-size: .8rem; }
.trust-row span { display: flex; flex-direction: column; }
.trust-row b { color: #fff; font-size: 1.25rem; }
.hero-visual { position: relative; z-index: 2; }
.hero-visual > img { width: 100%; filter: drop-shadow(0 32px 55px rgba(0,0,0,.3)); }
.hero-note { position: absolute; right: -8px; bottom: 20px; width: min(300px, 80%); padding: 22px; color: var(--ink); background: var(--sun); border-radius: 20px; box-shadow: var(--shadow); transform: rotate(-2deg); }
.hero-note small, .hero-note b, .hero-note span { display: block; }
.hero-note small { font-size: .66rem; font-weight: 900; letter-spacing: .13em; }
.hero-note b { margin: 6px 0 12px; font-size: 1.1rem; line-height: 1.18; }
.hero-note span { font-size: .8rem; font-weight: 950; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .5; }
.hero-orb-a { width: 520px; height: 520px; right: -130px; top: -160px; background: radial-gradient(circle, var(--blue), transparent 69%); }
.hero-orb-b { width: 390px; height: 390px; left: 34%; bottom: -220px; background: radial-gradient(circle, var(--coral), transparent 69%); }

.ticker { position: relative; z-index: 3; margin: -2px -12px 0; padding: 17px 0; overflow: hidden; color: var(--ink); background: var(--teal); font-weight: 950; letter-spacing: .1em; white-space: nowrap; transform: rotate(-.65deg); }
.ticker div { width: max-content; animation: ticker 25s linear infinite; }
@keyframes ticker { to { transform: translateX(-48%); } }

.section { padding: 116px 0; }
.section-head { display: grid; grid-template-columns: 1.18fr .82fr; gap: 78px; align-items: end; margin-bottom: 58px; }
.section-head h2, .approach h2, .final-cta h2 { margin: 0; font-size: clamp(2.65rem, 5vw, 5rem); line-height: .94; letter-spacing: -.055em; }
.section-head p { margin: 0 0 5px; color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.service-card { position: relative; min-height: 250px; padding: 38px 38px 40px 74px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.service-card:nth-child(odd) { border-right: 1px solid var(--line); }
.service-card:hover { background: #fff; }
.card-index { position: absolute; top: 43px; left: 20px; color: var(--coral); font-size: .7rem; font-weight: 950; }
.service-card h3 { margin: 0 0 14px; font-size: 1.72rem; line-height: 1.13; }
.service-card p { margin: 0 0 24px; color: var(--muted); }
.service-card a { font-weight: 950; }
.service-card a span { color: var(--coral); }

.approach { background: var(--paper-2); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 82px; align-items: center; }
.visual-card { position: relative; min-height: 590px; display: flex; align-items: center; padding: 34px; overflow: hidden; background: linear-gradient(145deg, var(--blue), #1732a9); border-radius: var(--radius); }
.visual-card::before { content: "MARMARA / 59"; position: absolute; left: 26px; top: 24px; color: rgba(255,255,255,.65); font-size: .68rem; font-weight: 900; letter-spacing: .18em; }
.metric { position: absolute; right: -22px; bottom: 42px; padding: 22px 27px; color: var(--ink); background: var(--teal); border-radius: 18px; box-shadow: var(--shadow); transform: rotate(2deg); }
.metric b, .metric small { display: block; }
.steps { margin: 40px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 185px 1fr; gap: 25px; padding: 24px 0; border-top: 1px solid var(--line); }
.steps b { font-size: 1rem; }
.steps span { color: var(--muted); }

.dark-section { color: #fff; background: var(--ink); }
.dark-section .section-head p { color: #aab8c2; }
.sector-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.sector-card { min-height: 345px; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.06), transparent); transition: .25s ease; }
.sector-card:nth-child(3n+1):hover { color: var(--ink); background: var(--teal); }
.sector-card:nth-child(3n+2):hover { background: var(--coral); }
.sector-card:nth-child(3n):hover { background: var(--blue); }
.sector-card span { margin-bottom: auto; color: #b9c4cc; font-size: .85rem; }
.sector-card:hover span { color: inherit; }
.sector-card h3 { margin: 20px 0; font-size: 2rem; line-height: 1.05; }
.sector-card b { font-size: .82rem; }

.region-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.region-grid a { position: relative; min-height: 175px; display: flex; flex-direction: column; padding: 25px 21px; overflow: hidden; background: #fff; border-radius: 20px; transition: .22s ease; }
.region-grid a::after { content: ""; position: absolute; right: -20px; bottom: -35px; width: 85px; height: 85px; border: 14px solid var(--paper-2); border-radius: 50%; }
.region-grid a:hover { color: #fff; background: var(--blue); transform: translateY(-5px); }
.region-grid a:hover::after { border-color: rgba(255,255,255,.16); }
.region-grid span { color: var(--coral); font-size: .63rem; font-weight: 950; letter-spacing: .14em; }
.region-grid b { max-width: 90%; margin-top: 29px; font-size: 1.15rem; line-height: 1.18; }
.region-grid i { position: absolute; right: 18px; bottom: 16px; z-index: 2; font-style: normal; }

.seo-note { padding: 37px 0; color: var(--ink); background: var(--sun); }
.seo-note-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 60px; align-items: center; }
.seo-note strong { font-size: 1.48rem; line-height: 1.1; }
.seo-note p { margin: 0; }
.insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.insight-grid article { overflow: hidden; background: #fff; border-radius: 24px; }
.insight-grid article > div:last-child { padding: 27px; }
.insight-art { height: 185px; display: flex; align-items: center; justify-content: center; color: #fff; background: linear-gradient(135deg, var(--blue), #132e9f); font-weight: 950; letter-spacing: .18em; }
.insight-grid article:nth-child(2n) .insight-art { color: var(--ink); background: linear-gradient(135deg, var(--teal), #aaf2df); }
.insight-grid article:nth-child(3n) .insight-art { background: linear-gradient(135deg, var(--coral), #a12c26); }
.insight-grid small { color: var(--muted); }
.insight-grid h3 { margin: 10px 0; font-size: 1.36rem; line-height: 1.2; }
.insight-grid p { color: var(--muted); }
.text-link { font-weight: 950; }

.events { background: #fff; }
.event-list { border-top: 1px solid var(--line); }
.event-list article { display: grid; grid-template-columns: 92px 1fr auto; gap: 30px; align-items: center; padding: 23px 0; border-bottom: 1px solid var(--line); }
.event-list time { display: flex; align-items: center; gap: 8px; }
.event-list time b { font-size: 2.25rem; }
.event-list time span, .event-state { font-size: .68rem; font-weight: 950; letter-spacing: .08em; }
.event-list h3 { margin: 0; font-size: 1.25rem; }
.event-list p { margin: 4px 0 0; color: var(--muted); }
.event-state { padding: 8px 11px; background: var(--teal); border-radius: 99px; }
.faq { background: var(--paper-2); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; padding: 25px 0; list-style: none; cursor: pointer; font-size: 1.14rem; font-weight: 850; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 1.6rem; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details > div { padding: 0 50px 25px 0; color: var(--muted); }

.final-cta { position: relative; overflow: hidden; padding: 90px 0; color: #fff; background: var(--coral); }
.final-cta::after { content: "TEKİRDAĞ"; position: absolute; right: -25px; bottom: -62px; color: rgba(255,255,255,.08); font-size: clamp(6rem, 15vw, 14rem); font-weight: 950; letter-spacing: -.06em; }
.final-cta-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; }
.final-cta .eyebrow { color: var(--ink); }
.final-cta p { color: #fff3ef; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; }

.site-footer { padding: 72px 0 98px; color: #becbd4; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 80px; }
.footer-logo { width: 190px; margin-bottom: 22px; }
.site-footer h3 { color: #fff; }
.site-footer a:hover { color: var(--teal); }
.footer-links { padding: 0; list-style: none; }
.footer-links .submenu { display: none; }
.copyright { margin-top: 56px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); font-size: .79rem; }
.mobile-contact { display: none; }

.page-hero, .content-hero { position: relative; overflow: hidden; padding: 105px 0; color: #fff; background: var(--ink); }
.page-hero::after, .content-hero::after { content: "59"; position: absolute; right: 1vw; bottom: -130px; color: rgba(255,255,255,.045); font-size: 22rem; font-weight: 950; }
.page-hero h1, .content-hero h1 { position: relative; z-index: 2; max-width: 980px; margin: 0 0 27px; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .9; letter-spacing: -.06em; }
.page-hero p, .content-hero p { position: relative; z-index: 2; max-width: 760px; color: #c3d0d8; font-size: 1.14rem; }
.listing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.listing-card { padding: 29px; background: #fff; border-radius: 22px; }
.listing-card span { color: var(--coral); font-size: .68rem; font-weight: 950; }
.listing-card h2 { font-size: 1.45rem; line-height: 1.15; }
.listing-card p { color: var(--muted); }
.listing-card > a { font-weight: 950; }
.content-type { color: var(--teal); font-size: .73rem; font-weight: 950; letter-spacing: .12em; }
.content-meta { display: flex; flex-wrap: wrap; gap: 22px; color: #9eafb9; font-size: .78rem; }
.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 72px; align-items: start; padding-top: 82px; padding-bottom: 105px; }
.prose { min-width: 0; font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.87; }
.prose h2, .prose h3 { margin-top: 2em; font-family: Inter, "Segoe UI", sans-serif; line-height: 1.14; }
.prose h2 { font-size: 2.05rem; }
.prose a { color: var(--blue); text-decoration: underline; }
.prose img, .prose iframe { width: 100%; border: 0; border-radius: 20px; }
.prose blockquote { margin: 2em 0; padding: 22px 26px; color: var(--ink); background: var(--sun); border-radius: 18px; font-family: Inter, sans-serif; font-weight: 800; }
.contact-card { position: sticky; top: 140px; padding: 29px; background: #fff; border-radius: 24px; box-shadow: var(--shadow); }
.contact-card span { color: var(--coral); font-size: .7rem; font-weight: 950; }
.contact-card h2 { font-size: 1.72rem; line-height: 1.12; }
.contact-card .button { width: 100%; margin-top: 10px; }
.custom-fields { margin-top: 45px; border-top: 1px solid var(--line); }
.custom-fields > div { display: grid; grid-template-columns: 170px 1fr; padding: 15px 0; border-bottom: 1px solid var(--line); }
.custom-fields dt { font-family: Inter, sans-serif; font-weight: 900; }
.custom-fields dd { margin: 0; }

@media (max-width: 1080px) {
  .desktop-cta { display: none; }
  .region-grid { grid-template-columns: repeat(3, 1fr); }
  .sector-grid, .insight-grid, .listing-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { grid-template-columns: 1fr 410px; }
  .hero h1 { font-size: 4.8rem; }
  .content-layout { grid-template-columns: 1fr; }
  .contact-card { position: static; }
}

@media (max-width: 960px) {
  .topline { display: none; }
  .nav-row { min-height: 72px; }
  .menu-toggle { position: relative; display: flex; width: 46px; height: 46px; margin-left: auto; align-items: center; justify-content: center; flex-direction: column; gap: 5px; background: transparent; border: 1px solid var(--line); border-radius: 50%; }
  .menu-toggle span { display: block; width: 19px; height: 2px; background: var(--ink); }
  .menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; }
  .primary-nav { position: fixed; inset: 72px 0 auto 0; max-height: calc(100vh - 72px); margin: 0; overflow: auto; background: var(--paper); border-top: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav > ul { display: block; padding: 18px 20px 35px; }
  .primary-nav li { border-bottom: 1px solid var(--line); }
  .primary-nav a { display: block; padding: 16px 4px; font-size: 1.04rem; }
  .has-submenu { padding-right: 50px; }
  .submenu-toggle { position: absolute; right: 0; top: 8px; display: block; width: 44px; height: 44px; background: #fff; border: 0; border-radius: 50%; }
  .submenu { position: static; width: auto; display: none; padding: 0 0 10px 12px; background: transparent; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .submenu.is-open { display: block; }
  .submenu li { border: 0; }
  .submenu a { padding: 10px; font-size: .92rem; }
  .hero-grid { grid-template-columns: 1fr; padding: 75px 0 90px; }
  .hero-visual { max-width: 620px; margin: auto; }
  .split-grid { grid-template-columns: 1fr; gap: 52px; }
  .visual-card { min-height: 470px; }
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .final-cta-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container, .narrow { width: min(calc(100% - 28px), 1220px); }
  .section { padding: 80px 0; }
  .hero { min-height: auto; }
  .hero-grid { padding: 62px 0 82px; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.7rem); }
  .hero p { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .trust-row { justify-content: space-between; gap: 15px; }
  .trust-row span { font-size: .69rem; }
  .hero-note { right: 0; bottom: -22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(odd) { border-right: 0; }
  .service-card { padding-left: 56px; }
  .sector-grid, .insight-grid, .listing-grid { grid-template-columns: 1fr; }
  .region-grid { grid-template-columns: repeat(2, 1fr); }
  .seo-note-grid { grid-template-columns: 1fr; gap: 18px; }
  .event-list article { grid-template-columns: 75px 1fr; }
  .event-state { grid-column: 2; justify-self: start; }
  .steps li { grid-template-columns: 1fr; gap: 6px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .site-footer { padding-bottom: 102px; }
  .mobile-contact { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; background: #fff; box-shadow: 0 -10px 35px rgba(8,28,44,.2); }
  .mobile-contact a { min-height: 60px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--coral); font-weight: 950; }
  .mobile-contact a:last-child { background: #20b867; }
  .page-hero, .content-hero { padding: 75px 0; }
  .content-layout { gap: 42px; padding-top: 52px; }
  .prose { font-size: 1rem; }
  .custom-fields > div { grid-template-columns: 1fr; }
  .metric { right: 10px; }
  .final-cta { padding: 72px 0; }
}

@media (max-width: 360px) {
  .brand { width: 155px; }
  .nav-row { gap: 12px; }
  .region-grid { grid-template-columns: 1fr; }
  .trust-row { flex-wrap: wrap; }
  .hero h1 { font-size: 2.95rem; }
  .button { padding-inline: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .ticker div { animation: none; }
}
