/* FADO ANA SAYFA 1.2 — bağımsız bölüm tasarımı. Listivo/Elementor kartlarına dokunmaz. */
:root { --fh-orange:#ec6819; --fh-ink:#172433; --fh-muted:#637080; --fh-border:#e4e9ee; --fh-soft:#f5f7fa; }
.fh-section, .fh-section * { box-sizing:border-box; }
.fh-section { font-family:inherit; color:var(--fh-ink); width:min(1340px,calc(100vw - 36px)); max-width:none; margin-left:50%; margin-right:0; transform:translateX(-50%); }
.fh-section a { text-decoration:none; }
.fh-section h1,.fh-section h2,.fh-section h3,.fh-section p { margin:0; }
.fh-section h1,.fh-section h2,.fh-section h3 { color:inherit; font-family:inherit; letter-spacing:-.035em; }
.fh-section em { color:var(--fh-orange); font-style:normal; }
.fh-kicker { display:block; font-size:11px; font-weight:800; letter-spacing:.19em; color:var(--fh-orange); margin-bottom:16px; }
.fh-section-head { display:flex; align-items:flex-end; justify-content:space-between; gap:22px; margin-bottom:26px; }
.fh-section-head h2 { font-size:clamp(27px,3vw,42px); font-weight:750; line-height:1.16; }
.fh-section-head p { color:var(--fh-muted); max-width:640px; font-size:15px; line-height:1.8; margin-top:10px; }
.fh-text-link { display:inline-flex; align-items:center; flex-shrink:0; gap:14px; color:var(--fh-ink)!important; font-size:14px; font-weight:750; border-bottom:1px solid #cbd3dc; padding-bottom:8px; transition:color .2s; }
.fh-text-link:hover { color:var(--fh-orange)!important; }
.fh-button { display:inline-flex; align-items:center; justify-content:center; gap:14px; padding:16px 22px; min-height:54px; border-radius:11px; font-weight:750; font-size:14px; line-height:1.4; white-space:nowrap; transition:transform .2s,background .2s,color .2s; }
.fh-button:hover { transform:translateY(-2px); }
.fh-button--orange { background:var(--fh-orange); color:#fff!important; box-shadow:0 10px 22px rgba(236,104,25,.14); }
.fh-button--orange:hover { background:#ce5410; color:#fff!important; }
.fh-button--outline { border:1px solid #cfd8e0; background:#fff; color:var(--fh-ink)!important; }
.fh-button--dark { background:var(--fh-ink);color:#fff!important; }
.fh-button--dark:hover { background:#2a3948;color:#fff!important; }
.fh-icon { display:block; width:24px;height:24px;flex:0 0 auto; }

/* Hero — görsel kaydırıcı değil, fotoğraflı tek banner. */
.fh-hero { min-height:375px; display:grid; grid-template-columns:47% 53%; border-radius:20px; overflow:hidden; background:#f6f7f7; margin-top:18px; margin-bottom:56px; isolation:isolate; }
.fh-hero__copy { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:34px clamp(28px,3.8vw,58px); position:relative; z-index:2; }
.fh-eyebrow { display:inline-flex;align-items:center;gap:10px;font-size:10px;font-weight:800;letter-spacing:.12em; color:#485361; margin-bottom:16px; }
.fh-eyebrow__line {width:26px;height:2px;background:var(--fh-orange);}
.fh-hero h1 { font-size:clamp(32px,3.15vw,49px); font-weight:780; line-height:1.1; max-width:560px; }
.fh-hero__copy>p { margin-top:15px; max-width:450px; font-size:14px; line-height:1.65; color:#586575; }
.fh-hero__actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:23px; }
.fh-hero__visual { position:relative; min-height:375px; background:linear-gradient(148deg,#415d61 0%,#183440 65%,#101c2b 100%);background-position:center;background-size:cover;background-repeat:no-repeat;display:grid;place-items:center;overflow:hidden; }
.fh-hero__visual:after {content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,28,40,.08),transparent 52%);z-index:1;pointer-events:none;}
.fh-hero__visual:before { content:"";position:absolute;inset:-20%;opacity:.35;background:repeating-linear-gradient(135deg,transparent 0 48px,rgba(255,255,255,.045) 49px 50px); }
.fh-hero__image { position:absolute!important; inset:0!important; width:100%!important;height:100%!important;max-height:none!important;display:block;object-fit:cover!important;object-position:center; }
.fh-hero__drawing { position:relative;color:#e3eff0; width:min(80%,500px);opacity:.6;filter:drop-shadow(0 15px 35px rgba(0,0,0,.25)); }

/* Kısa kod başlığı ile mevcut Elementor Listivo widget'ı arasındaki mesafe. */
.fh-products-head {margin-top:0;margin-bottom:28px;}

/* Süreç — koyu panelli, özgün zaman çizelgesi. */
.fh-process {background:#1a2935;border-radius:24px;padding:clamp(32px,4vw,62px);margin-top:100px;margin-bottom:104px;color:#fff;position:relative;overflow:hidden;}
.fh-process:before {content:"";position:absolute;right:-180px;top:-260px;width:660px;height:660px;border:1px solid rgba(255,255,255,.07);border-radius:50%;box-shadow:0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.02);pointer-events:none;}
.fh-process__intro {display:flex;align-items:end;justify-content:space-between;gap:40px;position:relative;}
.fh-process__intro h2 {font-size:clamp(29px,3.2vw,45px);line-height:1.17;font-weight:760;}
.fh-process__intro>p {font-size:14px;line-height:1.75;max-width:380px;color:#bdcbd6;}
.fh-process__grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:35px;position:relative;}
.fh-process__card {background:#243542;border:1px solid #3a4b58;border-radius:15px;padding:27px 25px 25px;min-height:236px;display:flex;flex-direction:column;position:relative;transition:background .2s,transform .2s;}
.fh-process__card:hover {background:#304350;transform:translateY(-3px);}
.fh-process__card-top {display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;}
.fh-process__icon {display:grid;place-items:center;width:46px;height:46px;border-radius:11px;background:#ed6b281c;color:#ff9b69;}
.fh-process__number {font-size:31px;color:#647783;letter-spacing:-.05em;font-weight:700;}
.fh-process__card h3 {font-size:18px;font-weight:750;line-height:1.35;color:#fff;letter-spacing:-.02em;margin-bottom:9px;}
.fh-process__card p {font-size:13px;line-height:1.75;color:#c0cbd2;}
.fh-process__dash {width:30px;height:2px;background:var(--fh-orange);margin-top:auto;transform:translateY(19px);}
.fh-process__bottom {display:flex;align-items:center;justify-content:space-between;gap:22px;padding-top:29px;margin-top:23px;border-top:1px solid #394a55;}
.fh-process__bottom>span {font-size:12px;color:#b6c3cc;}
.fh-process__bottom>a {color:#fff!important; font-size:14px;font-weight:750;white-space:nowrap;}
.fh-process__bottom>a span {color:#f4a677;padding-left:9px;}

/* Gerçek yayımlanmış WP proje içerikleri. */
.fh-projects {margin-bottom:95px;}
.fh-projects .fh-section-head {margin-bottom:30px;}
.fh-projects__grid {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;}
.fh-project-card {border:1px solid var(--fh-border);border-radius:15px;overflow:hidden;background:#fff;min-width:0;box-shadow:0 6px 22px rgba(21,43,59,.025);transition:transform .2s,box-shadow .2s;}
.fh-project-card:hover {transform:translateY(-4px);box-shadow:0 17px 36px rgba(21,43,59,.09);}
.fh-project-card__image {aspect-ratio:1.22;display:block;position:relative;overflow:hidden;background:#e8eef1;}
.fh-project-card__image>img {display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.fh-project-card:hover .fh-project-card__image>img {transform:scale(1.055);}
.fh-project-card__empty {display:grid;place-items:center;height:100%;color:#869a9d;}
.fh-project-card__empty .fh-icon {height:55px;width:55px;}
.fh-project-card__arrow {position:absolute;right:15px;bottom:15px;width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--fh-orange);font-size:20px;}
.fh-project-card__body {padding:19px 19px 20px;}
.fh-project-card__tags {display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px;}
.fh-project-card__tags>span {display:inline-flex;align-items:center;gap:5px;max-width:100%;padding:5px 9px;border:1px solid #e2e8ee;border-radius:50px;color:#62707a;font-size:11px;line-height:1.2;}
.fh-project-card__tags .fh-icon {width:13px;height:13px;color:var(--fh-orange);}
.fh-project-card h3 {font-size:16px;font-weight:750;line-height:1.48;margin:0 0 12px;min-height:47px;overflow-wrap:anywhere;}
.fh-project-card h3 a {color:var(--fh-ink)!important;}
.fh-project-card__link {display:inline-flex;align-items:center;gap:10px;color:var(--fh-orange)!important;font-size:12px;font-weight:750;}
.fh-projects__empty {grid-column:1/-1;padding:35px;color:var(--fh-muted);border:1px dashed var(--fh-border);border-radius:12px;}
.fh-projects__more {display:flex;justify-content:center;margin-top:28px;}
.fh-projects__more-button {min-width:232px;border-radius:99px;}

/* Ek değer alanı — koyu büyük kart + dört açık ikon kutusu. */
.fh-advantages {display:grid;grid-template-columns:43% 57%;gap:0;background:#f5f6f3;border-radius:22px;overflow:hidden;margin-top:65px;margin-bottom:92px;}
.fh-advantages__statement {padding:clamp(32px,4vw,58px);background:#ebefe9;display:flex;flex-direction:column;align-items:flex-start;}
.fh-advantages__statement h2 {font-size:clamp(28px,3vw,41px);line-height:1.2;font-weight:780;}
.fh-advantages__statement p {color:#5d6a66;line-height:1.8;font-size:14px;max-width:480px;margin:18px 0 27px;}
.fh-advantages__grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:20px;}
.fh-advantage {background:#fff;border:1px solid #e1e6e0;border-radius:13px;padding:26px;min-height:176px;}
.fh-advantage__icon {width:42px;height:42px;border-radius:10px;display:grid;place-items:center;color:var(--fh-orange);background:#fff2ea;margin-bottom:18px;}
.fh-advantage__icon .fh-icon {width:22px;height:22px;}
.fh-advantage h3 {font-size:16px;font-weight:750;letter-spacing:-.025em;margin-bottom:9px;}
.fh-advantage p {font-size:13px;color:var(--fh-muted);line-height:1.75;}


/* Müşterinin 7/24 canlı şantiye takibi: yalnızca bilgilendirme, sahte yayın yok. */
.fh-live {display:grid;grid-template-columns:44% 56%;gap:0;margin-top:82px;margin-bottom:90px;border:1px solid #e2e7ed;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 18px 46px rgba(24,43,55,.045);}
.fh-live__art {min-height:565px;background:radial-gradient(circle at 76% 25%,#355766 0%,transparent 52%),linear-gradient(135deg,#223c49,#142735 78%);color:#fff;position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:space-between;padding:34px 36px;overflow:hidden;}
.fh-live__art:before {content:"";position:absolute;inset:0;opacity:.26;pointer-events:none;background:linear-gradient(90deg,transparent 49.8%,#9cc0c8 50%,transparent 50.2%),linear-gradient(0deg,transparent 49.8%,#9cc0c8 50%,transparent 50.2%);background-size:64px 64px;mask-image:linear-gradient(to bottom,transparent,#000 30%,#000 80%,transparent);z-index:-1;}
.fh-live__art:after {content:"";position:absolute;left:-33%;right:-33%;bottom:84px;height:1px;background:rgba(255,255,255,.12);}
.fh-live__art-kicker {font-size:10px;letter-spacing:.21em;font-weight:800;color:#e2eef0;display:inline-flex;align-items:center;gap:10px;}
.fh-live__pulse {width:8px;height:8px;display:inline-block;background:var(--fh-orange);border-radius:50%;box-shadow:0 0 0 5px rgba(236,104,25,.15);}
.fh-live__camera-wrap {position:absolute;top:23%;left:50%;transform:translateX(-50%);display:grid;place-items:center;width:min(62%,250px);aspect-ratio:1;border:1px solid rgba(255,255,255,.24);border-radius:50%;box-shadow:0 0 0 27px rgba(255,255,255,.03),0 0 0 57px rgba(255,255,255,.025);background:rgba(255,255,255,.035);}
.fh-live__camera-wrap .fh-icon {width:104px;height:104px;stroke-width:1.1;color:#ffc5a5;}
.fh-live__art-bottom {display:flex;align-items:center;gap:16px;margin-top:auto;margin-bottom:26px;}
.fh-live__art-bottom strong {font-size:clamp(59px,6vw,88px);font-weight:780;letter-spacing:-.075em;line-height:1;color:#fff;}
.fh-live__art-bottom>span {font-size:12px;line-height:1.65;color:#d2e0e4;}
.fh-live__art-steps {display:flex;justify-content:space-between;gap:8px;color:#aebdc3;font-size:9px;letter-spacing:.12em;font-weight:750;}
.fh-live__copy {padding:clamp(34px,4vw,60px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;}
.fh-live__copy h2 {font-size:clamp(32px,3.25vw,46px);line-height:1.14;font-weight:780;max-width:540px;}
.fh-live__copy>p {font-size:14px;line-height:1.85;color:var(--fh-muted);max-width:590px;margin-top:21px;}
.fh-live__features {display:grid;gap:19px;margin:28px 0 31px;width:100%;}
.fh-live__feature {display:flex;align-items:flex-start;gap:15px;}
.fh-live__feature>span {width:43px;height:43px;flex:0 0 43px;display:grid;place-items:center;background:#fff1e9;color:var(--fh-orange);border:1px solid #ffe5d7;border-radius:11px;}
.fh-live__feature>span .fh-icon {width:21px;height:21px;}
.fh-live__feature strong {display:block;color:var(--fh-ink);font-size:14px;font-weight:750;margin:1px 0 4px;}
.fh-live__feature small {display:block;color:var(--fh-muted);font-size:12px;line-height:1.6;}
.fh-live__button {min-height:50px;}

/* Resmî kaynağa giden iki bağlantı; PDF ve TKGM siteye gömülmez. */
.fh-links {margin-top:72px;margin-bottom:100px;}
.fh-links__intro {display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:25px;}
.fh-links__intro h2 {font-size:clamp(28px,3vw,40px);font-weight:780;line-height:1.18;max-width:690px;}
.fh-links__intro>p {max-width:370px;color:var(--fh-muted);font-size:13px;line-height:1.75;}
.fh-links__grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.fh-resource {display:flex;align-items:flex-start;gap:24px;background:#f7f8fa;border:1px solid #e2e7ed;border-radius:18px;padding:32px 30px;min-width:0;transition:border-color .2s,transform .2s,box-shadow .2s;}
.fh-resource:hover {border-color:#f0b18b;transform:translateY(-3px);box-shadow:0 15px 35px rgba(30,44,59,.055);}
.fh-resource__icon {width:59px;height:59px;flex:0 0 59px;display:grid;place-items:center;background:#fff0e7;border:1px solid #ffdfc9;border-radius:13px;color:var(--fh-orange);}
.fh-resource__icon .fh-icon {width:28px;height:28px;}
.fh-resource__eyebrow {display:block;font-size:10px;letter-spacing:.13em;font-weight:800;color:var(--fh-orange);margin:4px 0 10px;}
.fh-resource h3 {font-size:clamp(19px,2vw,25px);font-weight:770;line-height:1.2;margin-bottom:9px;}
.fh-resource p {color:var(--fh-muted);font-size:13px;line-height:1.7;margin-bottom:21px;}
.fh-resource__link {display:inline-flex;align-items:center;gap:10px;color:var(--fh-orange)!important;font-size:13px;font-weight:780;border-bottom:1px solid #ecc4ac;padding-bottom:5px;}
.fh-resource__link .fh-icon {width:16px;height:16px;}
.fh-resource__link:hover {color:#ad4910!important;}

@media (max-width: 1050px) {
 .fh-hero {grid-template-columns:48% 52%;min-height:340px;}
 .fh-hero__copy {padding:30px 30px;}
 .fh-hero__visual {min-height:340px;}
 .fh-hero h1 {font-size:clamp(30px,3.5vw,42px);}
 .fh-process__grid {grid-template-columns:repeat(2,minmax(0,1fr));}
 .fh-projects__grid {grid-template-columns:repeat(2,minmax(0,1fr));}
 .fh-live {grid-template-columns:1fr;}
 .fh-live__art {min-height:335px;}
 .fh-live__camera-wrap {top:13%;width:180px;}
 .fh-live__camera-wrap .fh-icon {width:75px;height:75px;}
 .fh-links__intro {align-items:flex-start;flex-direction:column;gap:12px;}
 .fh-advantages {grid-template-columns:1fr;}
 .fh-advantages__statement {padding:36px;}
}
@media (max-width: 767px) {
 .fh-section {width:calc(100vw - 28px);}
 .fh-hero {display:flex;flex-direction:column-reverse;min-height:0;border-radius:16px;margin-top:12px;margin-bottom:46px;}
 .fh-hero__visual {min-height:200px;}
 .fh-hero__image {object-position:center;}
 .fh-hero__copy {padding:26px 22px 27px;}
 .fh-eyebrow {font-size:10px;margin-bottom:16px;}
 .fh-hero h1 {font-size:clamp(30px,7.5vw,40px);}
 .fh-hero__copy>p {font-size:13px;line-height:1.6;margin-top:13px;}
 .fh-hero__actions {margin-top:18px;width:100%;}
 .fh-hero__actions .fh-button {width:100%;white-space:normal;text-align:center;}
 .fh-section-head {align-items:flex-start;flex-direction:column;gap:18px;}
 .fh-section-head h2 {font-size:29px;}
 .fh-section-head p {font-size:13px;}
 .fh-process {margin-top:66px;margin-bottom:70px;padding:28px 18px;border-radius:17px;}
 .fh-process__intro {display:block;}
 .fh-process__intro h2 {font-size:29px;}
 .fh-process__intro>p {margin-top:15px;font-size:13px;}
 .fh-process__grid {grid-template-columns:1fr;gap:10px;margin-top:22px;}
 .fh-process__card {min-height:0;padding:20px;}
 .fh-process__card-top {margin-bottom:16px;}
 .fh-process__card h3 {font-size:17px;}
 .fh-process__dash {margin-top:12px;transform:none;}
 .fh-process__bottom {display:block;}
 .fh-process__bottom>a {display:block;margin-top:13px;}
 .fh-projects {margin-bottom:64px;}
 .fh-projects__grid {grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
 .fh-project-card__image {aspect-ratio:1.1;}
 .fh-project-card__body {padding:12px;}
 .fh-project-card__tags {margin-bottom:7px;}
 .fh-project-card__tags>span {font-size:10px;padding:4px 6px;}
 .fh-project-card h3 {font-size:13px;min-height:0;line-height:1.4;}
 .fh-project-card__link {font-size:11px;}
 .fh-project-card__arrow {width:29px;height:29px;right:9px;bottom:9px;font-size:17px;}
 /* Only change vertical spacing: margin shorthand reset .fh-section's 50% centering on mobile. */
 .fh-live {margin-top:48px;margin-bottom:60px;border-radius:16px;}
 .fh-live__art {min-height:290px;padding:22px;}
 .fh-live__camera-wrap {top:18%;width:128px;}
 .fh-live__camera-wrap .fh-icon {width:59px;height:59px;}
 .fh-live__art-bottom {gap:13px;margin-bottom:20px;}
 .fh-live__art-bottom strong {font-size:59px;}
 .fh-live__art-bottom>span {font-size:11px;}
 .fh-live__art-steps {font-size:8px;}
 .fh-live__copy {padding:28px 22px 30px;}
 .fh-live__copy h2 {font-size:31px;}
 .fh-live__copy>p {font-size:13px;margin-top:15px;}
 .fh-live__features {gap:17px;margin:22px 0 26px;}
 .fh-live__feature strong {font-size:13px;}
 .fh-live__button {width:100%;white-space:normal;text-align:center;}
 .fh-links {margin-top:53px;margin-bottom:64px;}
 .fh-links__intro h2 {font-size:28px;}
 .fh-links__grid {grid-template-columns:1fr;gap:11px;}
 .fh-resource {padding:24px 20px;gap:16px;}
 .fh-resource__icon {width:47px;height:47px;flex-basis:47px;}
 .fh-resource__icon .fh-icon {width:23px;height:23px;}
 .fh-resource h3 {font-size:20px;}
 .fh-advantages {margin-top:45px;margin-bottom:60px;}
 .fh-advantages__statement {padding:27px 23px;}
 .fh-advantages__statement h2 {font-size:31px;}
 .fh-advantages__grid {gap:9px;padding:10px;}
 .fh-advantage {padding:17px 13px;min-height:170px;}
 .fh-advantage__icon {margin-bottom:13px;}
 .fh-advantage h3 {font-size:13px;}
 .fh-advantage p {font-size:11px;line-height:1.6;}
}
@media (max-width: 375px) {
 .fh-projects__grid,.fh-advantages__grid {grid-template-columns:1fr;}
 .fh-project-card__image {aspect-ratio:1.5;}
 .fh-advantage {min-height:0;}
}
@media (prefers-reduced-motion:reduce) {
 .fh-section *, .fh-section *:before,.fh-section *:after {transition:none!important;animation:none!important;}
}
