
/*
Eda Özkaya Tetik Site Kit
v0.8.9 — Design System Cleanup & Premium Rebuild
Bu dosya önceki override birikimini temizleyip tek bir tasarım sistemi kurar.
*/

/* =========================================================
   01. Design tokens & reset
   ========================================================= */
.eot-site,
.eda-ozkaya-sitekit-page,
.eda-ozkaya-seed-post{
  --eot-bg:#F7EFE4;
  --eot-bg-2:#FBF7F0;
  --eot-paper:#FFFDF8;
  --eot-paper-2:#F9F3EA;
  --eot-ink:#111D14;
  --eot-muted:#566254;
  --eot-soft:#7A826F;
  --eot-green:#263A28;
  --eot-green-2:#17251A;
  --eot-sage:#64735F;
  --eot-sand:#D8C3A5;
  --eot-gold:#B9976B;
  --eot-line:rgba(38,58,40,.13);
  --eot-line-2:rgba(185,151,107,.26);
  --eot-radius-sm:14px;
  --eot-radius:22px;
  --eot-radius-lg:32px;
  --eot-shadow-sm:0 12px 30px rgba(22,35,24,.075);
  --eot-shadow:0 24px 64px rgba(22,35,24,.115);
  --eot-shadow-lg:0 38px 96px rgba(22,35,24,.16);
  --eot-container:1200px;
  color:var(--eot-ink);
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.eot-site,
.eot-site *{box-sizing:border-box}
.eot-site{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 4%, rgba(185,151,107,.13), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(38,58,40,.075), transparent 32%),
    linear-gradient(180deg,var(--eot-bg-2) 0%, var(--eot-bg) 54%, #FBF8F2 100%);
}
.eot-site:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:radial-gradient(circle at 1px 1px, rgba(38,58,40,.045) 1px, transparent 0);
  background-size:26px 26px;
  opacity:.38;
  z-index:0;
}
.eot-site > *{position:relative;z-index:1}
.eot-header-shell,
.eot-footer-shell{background:transparent;overflow:visible}
.eot-header-shell:before,
.eot-footer-shell:before{display:none}
.eot-container{
  width:min(var(--eot-container), calc(100% - 48px));
  margin-inline:auto;
}
.eot-page-main{overflow:hidden}
.eot-section{
  position:relative;
  padding:86px 0;
  overflow:hidden;
}
.eot-section > .eot-container{position:relative;z-index:2}
.eot-section p{
  color:var(--eot-muted);
  font-size:17px;
  line-height:1.75;
}
.eot-center{text-align:center}
.eot-section-head{
  max-width:780px;
  margin:0 auto 34px;
}
.eot-section-head h2,
.eot-copy-block h2,
.eot-lp-content-grid h2,
.eot-faq-grid h2,
.eot-contact-card h2,
.eot-related-card h2,
.eot-guide-card h2,
.eot-focus-card h2{
  margin:10px 0 12px;
  color:var(--eot-ink);
  font-family:Georgia, "Times New Roman", serif;
  font-weight:700;
  letter-spacing:-.035em;
  line-height:1.07;
  font-size:clamp(34px,4.4vw,58px);
}
.eot-eyebrow,
.eot-kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:8px 14px;
  border:1px solid var(--eot-line);
  border-radius:999px;
  background:rgba(255,253,248,.78);
  box-shadow:var(--eot-shadow-sm), inset 0 1px 0 rgba(255,255,255,.75);
  color:var(--eot-green);
  font-size:12px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:none;
}
.eot-lead{
  max-width:660px;
  font-size:19px!important;
  color:#43503F!important;
}

/* decorative helpers — limited and intentional */
.eot-bg-orb,
.eot-bg-line{pointer-events:none;position:absolute;z-index:0}
.eot-bg-orb{border-radius:999px;filter:blur(2px)}
.eot-bg-orb-a{
  width:360px;height:360px;left:-160px;top:8%;
  background:radial-gradient(circle, rgba(185,151,107,.18), transparent 68%);
}
.eot-bg-orb-b{
  width:430px;height:430px;right:-210px;top:10%;
  background:radial-gradient(circle, rgba(38,58,40,.10), transparent 70%);
}
.eot-bg-orb-c{
  width:320px;height:320px;right:7%;bottom:-150px;
  background:radial-gradient(circle, rgba(255,255,255,.58), transparent 68%);
}
.eot-bg-line{
  left:50%;top:28px;transform:translateX(-50%);
  width:min(1100px,calc(100% - 56px));height:1px;
  background:linear-gradient(90deg, transparent, rgba(185,151,107,.44), rgba(38,58,40,.12), transparent);
}

/* =========================================================
   02. Header
   ========================================================= */
.eot-topbar{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:34px;
  padding:7px 20px;
  color:rgba(255,255,255,.92);
  background:linear-gradient(90deg,#17251A,#29402B,#17251A);
  font-size:13px;
  font-weight:650;
  text-align:center;
}
.eot-topbar span{
  display:inline-flex;
  align-items:center;
  gap:16px;
}
.eot-topbar span:before,
.eot-topbar span:after{
  content:"";
  width:32px;
  height:1px;
  background:rgba(255,255,255,.22);
}
.eot-header{
  background:rgba(251,247,240,.92);
  border-bottom:1px solid rgba(38,58,40,.10);
  box-shadow:0 12px 36px rgba(22,35,24,.055);
  backdrop-filter:blur(14px) saturate(1.14);
  -webkit-backdrop-filter:blur(14px) saturate(1.14);
}
.eot-header-static{position:relative}
.eot-header-main{
  min-height:72px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
  padding:10px 0;
}
.eot-brand{display:inline-flex;align-items:center;text-decoration:none}
.eot-logo{
  width:158px;
  height:auto;
  display:block;
  transition:transform .24s ease, filter .24s ease;
}
.eot-brand:hover .eot-logo{
  transform:translateY(-1px);
  filter:drop-shadow(0 10px 18px rgba(38,58,40,.13));
}
.eot-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
}
.eot-nav a,
.eot-mobile-nav a{
  position:relative;
  color:var(--eot-ink);
  text-decoration:none;
  font-weight:820;
  font-size:15px;
  line-height:1;
}
.eot-nav a:after,
.eot-mobile-nav a:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-9px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--eot-gold),transparent);
  transform:scaleX(0);
  transition:transform .2s ease;
}
.eot-nav a:hover:after,
.eot-nav a:focus-visible:after,
.eot-mobile-nav a:hover:after,
.eot-mobile-nav a:focus-visible:after{transform:scaleX(1)}
.eot-nav-group{position:relative;display:inline-flex}
.eot-nav-dropdown{
  position:absolute;
  left:50%;top:calc(100% + 14px);
  transform:translateX(-50%) translateY(8px);
  min-width:260px;
  padding:10px;
  border:1px solid var(--eot-line);
  border-radius:18px;
  background:rgba(255,253,248,.96);
  box-shadow:var(--eot-shadow);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease;
  z-index:10;
}
.eot-nav-group:hover .eot-nav-dropdown,
.eot-nav-group:focus-within .eot-nav-dropdown{
  opacity:1;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.eot-nav-dropdown a{
  display:block;
  padding:12px 14px;
  border-radius:12px;
  font-size:14px;
  white-space:nowrap;
}
.eot-nav-dropdown a:hover{background:#F4EBDD}
.eot-header-cta{
  justify-self:end;
  white-space:nowrap;
  min-height:42px;
  padding:11px 20px!important;
  color:#fff!important;
}
.eot-mobile-nav{display:none}

/* =========================================================
   03. Buttons & links
   ========================================================= */
.eot-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
  margin-top:26px;
}
.eot-actions-center{justify-content:center}
.eot-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:13px 22px;
  border-radius:999px;
  text-decoration:none!important;
  font-weight:900;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.eot-btn:hover,
.eot-btn:focus-visible{transform:translateY(-2px)}
.eot-btn-solid{
  color:#fff!important;
  background:linear-gradient(135deg,var(--eot-green),var(--eot-green-2));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 18px 40px rgba(23,37,26,.22), inset 0 1px 0 rgba(255,255,255,.16);
}
.eot-btn-solid:hover{box-shadow:0 24px 54px rgba(23,37,26,.30), inset 0 1px 0 rgba(255,255,255,.16)}
.eot-btn-soft,
.eot-btn-light{
  color:var(--eot-ink)!important;
  background:rgba(255,253,248,.86);
  border:1px solid var(--eot-line);
  box-shadow:var(--eot-shadow-sm), inset 0 1px 0 rgba(255,255,255,.72);
}
.eot-btn-outline-light{
  color:#fff!important;
  border:1px solid rgba(255,255,255,.42);
  background:rgba(255,255,255,.08);
}
.eot-text-link{
  position:relative;
  display:inline-flex;
  margin-top:20px;
  color:var(--eot-green);
  text-decoration:none;
  font-weight:900;
}
.eot-text-link:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-5px;height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--eot-gold),rgba(185,151,107,0));
  transform-origin:left;
  transform:scaleX(.35);
  transition:transform .2s ease;
}
.eot-text-link:hover:after{transform:scaleX(1)}

/* =========================================================
   04. Hero
   ========================================================= */
.eot-hero,
.eot-lp-hero,
.eot-about-hero,
.eot-contact-hero{
  background:
    radial-gradient(circle at 70% 22%, rgba(255,255,255,.74), transparent 28%),
    radial-gradient(circle at 16% 50%, rgba(185,151,107,.14), transparent 32%),
    linear-gradient(135deg,#F5EBDD 0%,#FBF8F2 50%,#EFE1D0 100%);
}
.eot-section-hero-scene{padding-top:58px}
.eot-hero-grid,
.eot-lp-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px, .92fr);
  gap:58px;
  align-items:center;
}
.eot-hero-editorial{
  position:relative;
  padding:26px;
  border:1px solid rgba(255,255,255,.56);
  border-radius:40px;
  background:linear-gradient(135deg,rgba(255,253,248,.56),rgba(255,253,248,.18));
  box-shadow:var(--eot-shadow), inset 0 1px 0 rgba(255,255,255,.72);
}
.eot-hero-copy{position:relative;z-index:2}
.eot-hero h1,
.eot-lp-hero h1,
.eot-about-hero h1,
.eot-contact-hero h1{
  max-width:760px;
  margin:18px 0 18px;
  color:var(--eot-ink);
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(52px,6.2vw,92px);
  line-height:.98;
  letter-spacing:-.052em;
  font-weight:700;
}
.eot-hero h1 em,
.eot-about h2 em{
  color:var(--eot-sage);
  font-style:italic;
  font-weight:500;
}
.eot-editorial-frame,
.eot-hero-media,
.eot-lp-media,
.eot-about-media{
  position:relative;
}
.eot-editorial-frame{
  padding:12px;
  border-radius:34px;
  background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(255,255,255,.26));
  border:1px solid rgba(255,255,255,.62);
  box-shadow:var(--eot-shadow-lg), inset 0 1px 0 rgba(255,255,255,.84);
}
.eot-editorial-frame:before{
  content:"";
  position:absolute;
  inset:-16px;
  border-radius:44px;
  z-index:-1;
  background:radial-gradient(circle at 80% 18%,rgba(185,151,107,.18),transparent 36%);
}
.eot-hero-img,
.eot-lp-img,
.eot-about-img{
  width:100%;
  display:block;
  object-fit:cover;
  border-radius:26px;
  filter:saturate(.94) contrast(.94) brightness(.99);
}
.eot-hero-img{aspect-ratio:4/5}
.eot-lp-img{aspect-ratio:4/3}
.eot-about-img{aspect-ratio:4/5}
.eot-image-badge{
  position:absolute;
  right:20px;
  bottom:20px;
  width:min(210px,calc(100% - 40px));
  padding:13px 15px;
  border-radius:18px;
  background:rgba(255,253,248,.88);
  border:1px solid var(--eot-line);
  box-shadow:0 18px 42px rgba(22,35,24,.15), inset 0 1px 0 rgba(255,255,255,.76);
  backdrop-filter:blur(12px);
}
.eot-image-badge strong{
  display:block;
  margin:0 0 4px;
  color:var(--eot-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  line-height:1.05;
}
.eot-image-badge span{
  color:var(--eot-muted);
  font-size:12px;
  line-height:1.35;
}

/* =========================================================
   05. Trust & panels
   ========================================================= */
.eot-trust{
  position:relative;
  z-index:4;
  margin-top:-24px;
  padding-bottom:24px;
}
.eot-trust-panel,
.eot-section-soft-panel .eot-child-grid,
.eot-section-patterned .eot-topics-grid,
.eot-faq-premium .eot-faq-grid,
.eot-contact-lux-hero .eot-lp-hero-grid,
.eot-lp-who-panel .eot-lp-content-grid,
.eot-lp-hero-scene .eot-lp-hero-grid{
  padding:28px;
  border:1px solid rgba(255,255,255,.60);
  border-radius:32px;
  background:linear-gradient(180deg,rgba(255,253,248,.82),rgba(255,253,248,.56));
  box-shadow:var(--eot-shadow), inset 0 1px 0 rgba(255,255,255,.78);
  backdrop-filter:blur(10px);
}
.eot-trust-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}
.eot-trust-grid>div{
  padding:18px 14px;
  border-radius:18px;
  border:1px solid var(--eot-line);
  background:rgba(255,255,255,.58);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.eot-trust-grid>div:hover{
  transform:translateY(-3px);
  border-color:var(--eot-line-2);
  box-shadow:var(--eot-shadow-sm);
}
.eot-trust-grid strong{
  display:block;
  color:var(--eot-ink);
  font-size:15px;
}
.eot-trust-grid span{
  display:block;
  margin-top:4px;
  color:var(--eot-muted);
  font-size:12px;
}

/* =========================================================
   06. Grids & cards
   ========================================================= */
.eot-clarity-grid,
.eot-lp-content-grid,
.eot-faq-grid,
.eot-topics-grid{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:44px;
  align-items:start;
}
.eot-two-col,
.eot-child-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:54px;
  align-items:center;
}
.eot-card-grid,
.eot-insight-grid,
.eot-principle-grid,
.eot-credential-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.eot-services-grid{align-items:stretch}
.eot-card,
.eot-note-card,
.eot-contact-card,
.eot-related-card,
.eot-guide-card,
.eot-focus-card,
.eot-insight-card,
.eot-step-grid>div,
.eot-child-cards>div,
.eot-check-list>div,
.eot-credential-card,
.eot-principle-grid>div,
.eot-accordion details{
  position:relative;
  border:1px solid var(--eot-line);
  border-radius:var(--eot-radius);
  background:linear-gradient(180deg,rgba(255,253,248,.92),rgba(255,253,248,.70));
  box-shadow:var(--eot-shadow-sm), inset 0 1px 0 rgba(255,255,255,.76);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.eot-card:hover,
.eot-insight-card:hover,
.eot-step-grid>div:hover,
.eot-child-cards>div:hover,
.eot-check-list>div:hover,
.eot-credential-card:hover,
.eot-principle-grid>div:hover,
.eot-accordion details:hover{
  transform:translateY(-4px);
  border-color:var(--eot-line-2);
  box-shadow:var(--eot-shadow);
}
.eot-note-card{padding:32px}
.eot-note-card p:last-child{margin-bottom:0}

/* services */
.eot-service-card{
  overflow:hidden;
  border-radius:30px;
}
.eot-service-media-frame{
  position:relative;
  overflow:hidden;
  margin:12px 12px 0;
  border-radius:22px;
  background:#EEE1D2;
}
.eot-card-img,
.eot-guide-img,
.eot-square-img,
.eot-wide-img{
  display:block;
  width:100%;
  object-fit:cover;
}
.eot-card-img{
  aspect-ratio:16/10;
  transition:transform .45s ease, filter .25s ease;
}
.eot-service-card:hover .eot-card-img{transform:scale(1.035)}
.eot-service-media-frame:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 48%,rgba(17,29,20,.30));
}
.eot-service-badge{
  position:absolute;
  left:14px;
  bottom:14px;
  z-index:2;
  padding:7px 11px;
  border-radius:999px;
  color:#fff;
  background:rgba(17,29,20,.72);
  border:1px solid rgba(255,255,255,.18);
  font-size:12px;
  font-weight:900;
}
.eot-card-body{padding:24px}
.eot-card-overline{
  display:inline-flex;
  margin-bottom:10px;
  color:var(--eot-green);
  font-size:11px;
  font-weight:900;
  letter-spacing:.11em;
}
.eot-card h3{
  margin:0 0 12px;
  color:var(--eot-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  line-height:1.08;
  letter-spacing:-.025em;
}
.eot-card p{
  margin:0 0 18px;
  font-size:15.5px;
  line-height:1.65;
}
.eot-card a{
  color:var(--eot-green);
  text-decoration:none;
  font-weight:900;
}

/* about / editorial */
.eot-about-editorial .eot-copy-block{
  padding:34px;
  border:1px solid var(--eot-line);
  border-radius:30px;
  background:rgba(255,253,248,.74);
  box-shadow:var(--eot-shadow), inset 0 1px 0 rgba(255,255,255,.76);
}
.eot-chip-row,
.eot-chip-cloud,
.eot-focus-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.eot-chip-row{margin:22px 0 4px}
.eot-chip-row span,
.eot-chip-cloud span,
.eot-focus-points span{
  display:inline-flex;
  padding:10px 13px;
  border-radius:999px;
  border:1px solid var(--eot-line);
  background:rgba(255,255,255,.66);
  color:var(--eot-green);
  font-size:13px;
  font-weight:850;
}

/* dark band */
.eot-dark-band{
  position:relative;
  padding:78px 0;
  color:#fff;
  background:
    radial-gradient(circle at 12% 22%,rgba(255,255,255,.12),transparent 26%),
    radial-gradient(circle at 88% 78%,rgba(185,151,107,.20),transparent 32%),
    linear-gradient(135deg,#2B432D 0%,#111D14 100%);
}
.eot-dark-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:48px;
  align-items:center;
}
.eot-dark-band h2{
  margin:12px 0;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,4.6vw,60px);
  line-height:1.06;
  letter-spacing:-.035em;
}
.eot-dark-band p{color:rgba(255,255,255,.74)}
.eot-dark-band .eot-kicker{
  color:#fff;
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.16);
}
.eot-mini-stack{display:grid;gap:14px}
.eot-mini-stack>div{
  padding:22px;
  border-radius:20px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
}
.eot-mini-stack strong{display:block;color:#fff}
.eot-mini-stack span{display:block;margin-top:8px;color:rgba(255,255,255,.70)}

/* timeline */
.eot-step-grid{
  position:relative;
  display:grid;
  gap:14px;
}
.eot-process-timeline:before{
  content:"";
  position:absolute;
  left:28px;
  top:20px;
  bottom:20px;
  width:2px;
  background:linear-gradient(180deg,transparent,rgba(185,151,107,.70),rgba(38,58,40,.24),transparent);
}
.eot-step-grid>div{
  min-height:96px;
  padding:20px 20px 20px 66px;
}
.eot-step-grid b{
  position:absolute;
  left:16px;
  top:22px;
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,var(--eot-green),var(--eot-green-2));
  box-shadow:0 12px 26px rgba(22,35,24,.18);
  font-size:13px;
}
.eot-step-grid strong{display:block;color:var(--eot-ink);margin-bottom:6px}
.eot-step-grid span{color:var(--eot-muted);font-size:14px;line-height:1.5}
.eot-online-media,
.eot-child-media,
.eot-guide-media{
  overflow:hidden;
  border-radius:28px;
  box-shadow:var(--eot-shadow);
}
.eot-square-img{aspect-ratio:1/1}
.eot-wide-img{aspect-ratio:16/10}

/* child / topics / FAQ */
.eot-child-grid{
  grid-template-columns:.95fr .9fr;
}
.eot-child-cards{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.eot-child-cards>div{padding:22px}
.eot-child-cards strong{display:block;color:var(--eot-ink)}
.eot-child-cards span{display:block;margin-top:8px;color:var(--eot-muted);font-size:14px}
.eot-chip-cloud{gap:12px}
.eot-faq-grid{align-items:start}
.eot-accordion{display:grid;gap:12px}
.eot-accordion details{
  padding:0;
  overflow:hidden;
}
.eot-accordion summary{
  cursor:pointer;
  list-style:none;
  padding:18px 22px;
  color:var(--eot-ink);
  font-weight:900;
}
.eot-accordion summary::-webkit-details-marker{display:none}
.eot-accordion summary:after{
  content:"+";
  float:right;
  color:var(--eot-gold);
}
.eot-accordion details[open] summary:after{content:"–"}
.eot-accordion details p{padding:0 22px 20px;margin:0}

/* CTA */
.eot-cta-section{
  background:
    radial-gradient(circle at 14% 18%,rgba(255,255,255,.11),transparent 28%),
    radial-gradient(circle at 90% 70%,rgba(185,151,107,.20),transparent 32%),
    linear-gradient(135deg,#2B432D,#111D14);
}
.eot-cta-card{
  position:relative;
  text-align:center;
  padding:56px 38px;
  border-radius:34px;
  color:#fff;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 36px 90px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.13);
}
.eot-cta-card h2{
  margin:12px auto;
  max-width:760px;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,4.8vw,62px);
  line-height:1.05;
  letter-spacing:-.035em;
}
.eot-cta-card p{max-width:640px;margin:0 auto;color:rgba(255,255,255,.76)}
.eot-cta-icon{
  margin:0 auto 12px;
  width:46px;
  height:46px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
}
.eot-cta-icon:before{
  content:"";
  display:block;
  width:15px;
  height:15px;
  margin:15px auto;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  transform:rotate(45deg);
}

/* =========================================================
   07. Landing / about / contact
   ========================================================= */
.eot-lp-content-grid,
.eot-lp-hero-grid{position:relative}
.eot-check-list{
  display:grid;
  gap:12px;
}
.eot-check-list>div{
  padding:17px 18px;
  color:var(--eot-ink);
  font-weight:780;
}
.eot-insight-grid{grid-template-columns:repeat(4,1fr)}
.eot-insight-card{padding:24px}
.eot-insight-card b{
  display:block;
  margin-bottom:16px;
  color:var(--eot-gold);
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
}
.eot-insight-card span{color:var(--eot-muted);line-height:1.6}
.eot-focus-card,
.eot-related-card,
.eot-guide-card{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:30px;
  align-items:center;
  padding:30px;
}
.eot-focus-points{display:grid;grid-template-columns:repeat(2,1fr)}
.eot-guide-card{grid-template-columns:260px 1fr}
.eot-guide-img{aspect-ratio:4/3}
.eot-related-links{display:flex;flex-wrap:wrap;gap:12px}
.eot-related-links a{
  display:inline-flex;
  padding:12px 14px;
  border-radius:999px;
  text-decoration:none;
  color:var(--eot-green);
  background:rgba(255,255,255,.68);
  border:1px solid var(--eot-line);
  font-weight:900;
}
.eot-about-page .eot-lp-media .eot-lp-img{aspect-ratio:4/3}
.eot-credential-grid{grid-template-columns:repeat(3,1fr)}
.eot-credential-card{padding:26px}
.eot-credential-card strong{
  display:block;
  color:var(--eot-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  line-height:1.1;
}
.eot-credential-card span{display:block;margin-top:10px;color:var(--eot-muted)}
.eot-principle-grid{grid-template-columns:repeat(4,1fr)}
.eot-principle-grid>div{padding:24px}
.eot-principle-grid strong{display:block;color:var(--eot-ink);font-family:Georgia,"Times New Roman",serif;font-size:22px}
.eot-principle-grid span{display:block;margin-top:8px;color:var(--eot-muted);font-size:14px}
.eot-contact-card{padding:34px}
.eot-contact-card a{color:var(--eot-green);font-weight:900;text-decoration:none}

/* seed posts */
.eda-ozkaya-seed-post .entry-title{
  max-width:920px;
  margin:58px auto 26px!important;
  padding:0 24px;
  color:var(--eot-ink)!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(40px,5.2vw,70px)!important;
  line-height:1.03!important;
  letter-spacing:-.04em!important;
}
.eda-ozkaya-seed-post .entry-content{max-width:none!important}
.eot-seed-single{
  background:linear-gradient(180deg,#F8F0E7,#FBF8F2);
  padding:0 0 70px;
}
.eot-seed-shell{
  width:min(920px,calc(100% - 48px));
  margin:0 auto;
}
.eot-seed-label{
  display:inline-flex;
  margin:22px 0 16px;
  padding:8px 14px;
  border-radius:999px;
  color:var(--eot-green);
  background:rgba(255,255,255,.76);
  border:1px solid var(--eot-line);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}
.eot-seed-featured{
  margin:0 0 26px;
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--eot-shadow);
}
.eot-seed-featured img{
  display:block;width:100%;max-height:460px;object-fit:cover;
}
.eot-seed-body{
  padding:42px;
  border:1px solid var(--eot-line);
  border-radius:28px;
  background:rgba(255,253,248,.82);
  box-shadow:var(--eot-shadow);
}
.eot-seed-body p{font-size:18px;line-height:1.85;color:#314033}
.eot-seed-body h2{
  margin:36px 0 14px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(30px,3.8vw,44px);
  line-height:1.08;
}
.eot-seed-related{
  margin-top:24px;
  padding:32px;
  border-radius:28px;
  color:#fff;
  background:linear-gradient(135deg,#2B432D,#111D14);
  box-shadow:var(--eot-shadow);
}
.eot-seed-related span{display:block;color:rgba(255,255,255,.68);font-size:12px;font-weight:900;letter-spacing:.12em}
.eot-seed-related h2{color:#fff;font-family:Georgia,"Times New Roman",serif}
.eot-seed-related p{color:rgba(255,255,255,.74)}

/* footer */
.eot-footer{
  color:#fff;
  background:
    radial-gradient(circle at 10% 12%,rgba(255,255,255,.075),transparent 26%),
    radial-gradient(circle at 88% 72%,rgba(185,151,107,.13),transparent 30%),
    linear-gradient(135deg,#17251A,#0F1710);
  padding:56px 0 24px;
}
.eot-footer-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr .75fr .95fr;
  gap:34px;
}
.eot-footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.eot-footer-mark{width:46px;height:auto}
.eot-footer-brand strong{display:block;color:#fff}
.eot-footer-brand span,
.eot-footer p,
.eot-footer span{color:rgba(255,255,255,.66)}
.eot-footer h4{
  margin:0 0 14px;
  color:rgba(255,255,255,.78);
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.eot-footer a{
  display:block;
  margin:9px 0;
  color:rgba(255,255,255,.78);
  text-decoration:none;
  transition:transform .18s ease,color .18s ease;
}
.eot-footer a:hover{color:#fff;transform:translateX(3px)}
.eot-footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin-top:36px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.58);
  font-size:13px;
}

/* image fallback */
.eot-image-placeholder{
  display:grid;
  place-items:center;
  min-height:260px;
  border-radius:24px;
  background:#F0E6D8;
  color:var(--eot-muted);
  border:1px dashed rgba(38,58,40,.18);
}

/* =========================================================
   08. Responsive
   ========================================================= */
@media (max-width:1100px){
  .eot-card-grid,
  .eot-insight-grid,
  .eot-credential-grid{grid-template-columns:repeat(2,1fr)}
  .eot-principle-grid{grid-template-columns:repeat(2,1fr)}
  .eot-footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:1024px){
  .eot-header-main{
    grid-template-columns:auto auto;
    justify-content:space-between;
    gap:18px;
  }
  .eot-desktop-nav{display:none!important}
  .eot-mobile-nav{
    display:flex;
    gap:18px;
    overflow-x:auto;
    white-space:nowrap;
    padding:9px 0 12px;
    border-top:1px solid rgba(38,58,40,.09);
    scrollbar-width:none;
  }
  .eot-mobile-nav::-webkit-scrollbar{display:none}
  .eot-mobile-nav a{
    flex:0 0 auto;
    padding:6px 0;
    font-size:13px;
  }
  .eot-hero-grid,
  .eot-lp-hero-grid,
  .eot-two-col,
  .eot-child-grid,
  .eot-dark-grid,
  .eot-clarity-grid,
  .eot-lp-content-grid,
  .eot-faq-grid,
  .eot-topics-grid,
  .eot-focus-card,
  .eot-related-card,
  .eot-guide-card{
    grid-template-columns:1fr;
  }
  .eot-guide-card{gap:20px}
  .eot-guide-media{max-width:360px}
  .eot-trust-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:760px){
  .eot-container{width:min(100% - 32px,var(--eot-container))}
  .eot-section{padding:62px 0}
  .eot-topbar{font-size:12px;line-height:1.45}
  .eot-topbar span:before,
  .eot-topbar span:after{display:none}
  .eot-logo{width:132px}
  .eot-header-main{min-height:60px;padding:8px 0}
  .eot-header-cta{min-height:36px!important;padding:9px 13px!important;font-size:12px}
  .eot-hero-editorial,
  .eot-lp-hero-scene .eot-lp-hero-grid,
  .eot-trust-panel,
  .eot-section-soft-panel .eot-child-grid,
  .eot-section-patterned .eot-topics-grid,
  .eot-faq-premium .eot-faq-grid,
  .eot-contact-lux-hero .eot-lp-hero-grid,
  .eot-lp-who-panel .eot-lp-content-grid{
    padding:20px;
    border-radius:24px;
  }
  .eot-hero h1,
  .eot-lp-hero h1,
  .eot-about-hero h1,
  .eot-contact-hero h1{
    font-size:clamp(42px,12vw,58px);
  }
  .eot-lead{font-size:17px!important}
  .eot-actions{gap:10px}
  .eot-btn{width:100%;padding-inline:18px}
  .eot-trust{margin-top:-8px}
  .eot-trust-grid{grid-template-columns:1fr}
  .eot-card-grid,
  .eot-insight-grid,
  .eot-child-cards,
  .eot-credential-grid,
  .eot-principle-grid,
  .eot-focus-points,
  .eot-footer-grid{grid-template-columns:1fr}
  .eot-footer-bottom{flex-direction:column}
  .eot-image-badge{
    left:14px;
    right:14px;
    bottom:14px;
    width:auto;
  }
  .eot-bg-orb{display:none}
  .eot-card:hover,
  .eot-insight-card:hover,
  .eot-step-grid>div:hover,
  .eot-child-cards>div:hover,
  .eot-check-list>div:hover,
  .eot-credential-card:hover,
  .eot-principle-grid>div:hover,
  .eot-accordion details:hover{
    transform:none;
  }
  .eot-seed-shell{width:min(100% - 32px,920px)}
  .eot-seed-body{padding:26px 22px}
}
@media (prefers-reduced-motion:reduce){
  .eot-site *,
  .eot-site *:before,
  .eot-site *:after{
    transition:none!important;
    animation:none!important;
    scroll-behavior:auto!important;
  }
}
