:root{--bg:#06111e;--bg-2:#0a1728;--panel:#0e1d31;--panel-2:#12243b;--line:rgba(255,255,255,.10);--text:#f7f9fc;--muted:#b6c0cf;--orange:#ff6a00;--orange-2:#ff8a1f;--green:#12c978;--blue:#1f78ff;--white:#fff;--radius:18px;--shadow:0 18px 55px rgba(0,0,0,.28);--container:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:#fff;color:#101723;line-height:1.65}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}.container{width:min(var(--container),calc(100% - 32px));margin:auto}.site-shell{background:linear-gradient(180deg,var(--bg) 0%,#081523 72%,#f4f7fb 72%);min-height:100vh}.admin-bar .site-header{top:32px}.market-ticker{background:#081321;color:#fff;border-bottom:1px solid var(--line);overflow:hidden;white-space:nowrap}.ticker-track{display:inline-flex;min-width:100%;animation:hfTicker 34s linear infinite}.ticker-item{display:inline-flex;gap:8px;align-items:center;padding:8px 18px;font-size:13px;font-weight:700;border-right:1px solid var(--line)}.ticker-dot{width:8px;height:8px;border-radius:99px;background:var(--orange)}.up{color:#19d989}.down{color:#ff5c5c}@keyframes hfTicker{from{transform:translateX(0)}to{transform:translateX(-50%)}}.site-header{position:sticky;top:0;z-index:999;background:rgb(6 17 30 / .93);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-row{min-height:72px;display:flex;align-items:center;gap:28px}.site-brand{display:flex;align-items:center;gap:12px;min-width:235px}.brand-mark{width:38px;height:38px;border:2px solid var(--orange);border-radius:50%;display:grid;place-items:center;color:var(--orange);font-weight:900}.brand-text{font-size:20px;font-weight:900;letter-spacing:.2px;color:#fff}.brand-text span{color:var(--orange)}.primary-nav{margin-left:auto}.primary-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:4px}.primary-nav li{position:relative}.primary-nav a{color:#fff;display:flex;align-items:center;gap:7px;padding:25px 12px;font-weight:700;font-size:14px}.primary-nav li:hover>a,.primary-nav .current-menu-item>a{color:var(--orange)}.primary-nav .menu-item-has-children>a:after{content:"⌄";font-size:12px}.primary-nav .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:235px;background:#0c1a2b;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:8px}.primary-nav li:hover>.sub-menu{display:block}.primary-nav .sub-menu a{padding:11px 12px;border-radius:8px}.primary-nav .sub-menu a:hover{background:rgb(255 255 255 / .06)}.header-actions{display:flex;align-items:center;gap:10px}.search-mini{width:118px;height:40px;border:1px solid var(--line);border-radius:10px;background:#0d1a2b;color:#dce4ef;padding:0 12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 20px;border-radius:10px;font-weight:800;transition:.2s;border:1px solid #fff0;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-orange{background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff;box-shadow:0 10px 24px rgb(255 106 0 / .25)}.btn-green{background:var(--green);color:#fff}.btn-outline{border-color:rgb(255 255 255 / .35);color:#fff;background:rgb(255 255 255 / .03)}.mobile-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}.hero{position:relative;padding:30px 0 16px;color:#fff;overflow:hidden;background:radial-gradient(circle at 74% 32%,rgb(255 106 0 / .30),transparent 28%),linear-gradient(90deg,rgb(6 17 30 / .98) 0%,rgb(6 17 30 / .74) 45%,rgb(6 17 30 / .35) 100%),url(/wp-content/themes/hf360-modern/assets/images/hero-industrial.svg) center/cover no-repeat}.hero-grid{display:grid;grid-template-columns:1.5fr .75fr;gap:30px;align-items:center}.hero-copy{padding:42px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--orange);border:1px solid var(--orange);border-radius:99px;padding:7px 12px;font-size:13px;font-weight:800;margin-bottom:18px}.hero h1{font-size:clamp(42px,5.2vw,72px);line-height:1.02;margin:0 0 20px;max-width:760px}.hero h1 span{display:block;color:var(--orange)}.hero p{font-size:18px;color:#dbe4f0;max-width:650px;margin:0 0 26px}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.hero-badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.hero-badge{background:rgb(8 22 37 / .78);border:1px solid var(--line);border-radius:10px;padding:10px 13px;font-size:13px;font-weight:700}.market-card{background:rgb(10 25 42 / .92);border:1px solid rgb(255 255 255 / .17);border-radius:18px;padding:20px;box-shadow:var(--shadow)}.market-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.market-card h2{font-size:22px;margin:0}.live{color:var(--green);font-size:12px;font-weight:800}.market-tabs{display:flex;background:#14263e;border-radius:9px;padding:4px;margin-bottom:12px}.market-tabs span{flex:1;text-align:center;padding:7px;font-size:12px;border-radius:7px}.market-tabs .active{background:#283c5a}.market-row{display:grid;grid-template-columns:28px 1fr auto auto;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--line);font-size:14px}.market-icon{width:28px;height:28px;border-radius:8px;background:rgb(18 201 120 / .15);display:grid;place-items:center;color:var(--green)}.market-price{font-weight:900}.mini-chart{height:72px;margin-top:14px;border-radius:12px;background:linear-gradient(180deg,rgb(18 201 120 / .18),transparent),url(/wp-content/themes/hf360-modern/assets/images/chart.svg) center/cover no-repeat}.price-strip{margin-top:16px}.price-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.price-card{background:#0e1d31;border:1px solid var(--line);border-radius:12px;overflow:hidden;color:#fff}.price-card-body{padding:12px}.price-card small{color:#c4cedb}.price-card strong{display:block;font-size:20px;margin-top:2px}.price-card .thumb{height:80px;background-size:cover;background-position:center}.price-card:nth-child(1) .thumb{background-image:url(/wp-content/themes/hf360-modern/assets/images/bakir.svg)}.price-card:nth-child(2) .thumb{background-image:url(/wp-content/themes/hf360-modern/assets/images/kablo.svg)}.price-card:nth-child(3) .thumb{background-image:url(/wp-content/themes/hf360-modern/assets/images/sari.svg)}.price-card:nth-child(4) .thumb{background-image:url(/wp-content/themes/hf360-modern/assets/images/aluminyum.svg)}.price-card:nth-child(5) .thumb{background-image:url(/wp-content/themes/hf360-modern/assets/images/demir.svg)}.price-card:nth-child(6) .thumb{background-image:url(/wp-content/themes/hf360-modern/assets/images/krom.svg)}.price-card:nth-child(7) .thumb{background-image:url(/wp-content/themes/hf360-modern/assets/images/kursun.svg)}.dark-section{background:#071321;color:#fff;padding:20px 0 36px}.category-panel,.map-panel{background:linear-gradient(145deg,#0a1728,#071321);border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:var(--shadow);margin-top:20px}.category-layout{display:grid;grid-template-columns:230px 1fr;gap:22px}.category-layout h2,.map-panel h2{font-size:30px;line-height:1.1;margin:0 0 12px}.category-layout p,.map-panel p{color:var(--muted)}.category-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category-card{border:1px solid rgb(255 255 255 / .14);border-radius:12px;overflow:hidden;background:#0d1c30;transition:.2s}.category-card:hover{transform:translateY(-5px);border-color:var(--orange)}.category-card .image{height:120px;background-size:cover;background-position:center}.category-card .body{padding:12px}.category-card strong{display:block}.category-card small{color:#b8c4d3}.category-card:nth-child(1) .image{background-image:url(/wp-content/themes/hf360-modern/assets/images/bakir.svg)}.category-card:nth-child(2) .image{background-image:url(/wp-content/themes/hf360-modern/assets/images/kablo.svg)}.category-card:nth-child(3) .image{background-image:url(/wp-content/themes/hf360-modern/assets/images/sari.svg)}.category-card:nth-child(4) .image{background-image:url(/wp-content/themes/hf360-modern/assets/images/aluminyum.svg)}.category-card:nth-child(5) .image{background-image:url(/wp-content/themes/hf360-modern/assets/images/demir.svg)}.category-card:nth-child(6) .image{background-image:url(/wp-content/themes/hf360-modern/assets/images/krom.svg)}.map-layout{display:grid;grid-template-columns:240px 1fr 170px;gap:25px;align-items:center}.turkey-map{position:relative;min-height:330px;border-radius:14px;background:radial-gradient(circle at center,rgb(31 120 255 / .28),transparent 45%),url(/wp-content/themes/hf360-modern/assets/images/turkey-map.svg) center/contain no-repeat}.city-pin{position:absolute;padding:7px 10px;border-radius:99px;background:#fff;color:#14203a;font-size:12px;font-weight:900;box-shadow:0 4px 20px rgb(0 0 0 / .35)}.city-pin:hover{background:var(--orange);color:#fff}.pin-ist{left:23%;top:17%}.pin-ank{left:46%;top:38%;background:var(--orange);color:#fff}.pin-izm{left:17%;top:59%}.pin-ant{left:38%;top:78%}.pin-tra{right:18%;top:16%}.stats{display:grid;gap:10px}.stat{padding:17px;border:1px solid var(--line);border-radius:12px;background:#10223b}.stat b{display:block;font-size:25px}.stat small{color:#b8c4d3}.white-section{background:#f5f7fb;padding:28px 0 0}.feature-title{text-align:center;font-size:28px;margin:0 0 25px}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:38px}.feature{display:flex;gap:14px;align-items:flex-start}.feature-icon{width:46px;height:46px;border-radius:50%;background:#fff0e6;color:var(--orange);display:grid;place-items:center;font-size:20px;flex:none}.feature h3{margin:0 0 4px;font-size:17px}.feature p{margin:0;color:#586274;font-size:14px}.section-head{display:flex;justify-content:space-between;align-items:center;margin:0 0 16px}.section-head h2{font-size:29px;margin:0}.posts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.post-card{background:#fff;border-radius:13px;overflow:hidden;box-shadow:0 10px 35px rgb(10 23 40 / .08)}.post-card img{width:100%;height:165px;object-fit:cover}.post-card .post-body{padding:15px}.post-card h3{font-size:18px;line-height:1.3;margin:6px 0 10px}.post-meta{font-size:12px;color:#6b7482}.cta-bar{margin:30px 0 0;background:#0a1728;color:#fff;border-radius:14px;padding:18px 24px;display:flex;justify-content:space-between;align-items:center;gap:18px}.cta-bar strong{font-size:20px}.page-hero{background:#071321;color:#fff;padding:64px 0}.page-hero h1{font-size:46px;margin:0 0 10px}.page-content{padding:50px 0;background:#f5f7fb;min-height:460px}.content-card{background:#fff;padding:30px;border-radius:16px;box-shadow:0 10px 35px rgb(10 23 40 / .08)}.hf-table-wrap{overflow:auto;border-radius:14px;border:1px solid #dbe2ea}.hf-table{width:100%;border-collapse:collapse;background:#fff}.hf-table th,.hf-table td{padding:15px 16px;text-align:left;border-bottom:1px solid #e7ecf2}.hf-table th{background:#0a1728;color:#fff}.hf-table tr:hover td{background:#fff8f3}.hf-price{font-weight:900;color:#0b7b4d}.site-footer{background:#06111e;color:#fff;padding:38px 0 18px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px}.footer-grid h4{margin:0 0 12px}.footer-grid p,.footer-grid li{color:#b7c1cf;font-size:14px}.footer-grid ul{list-style:none;padding:0;margin:0}.footer-grid li{margin:7px 0}.footer-bottom{border-top:1px solid var(--line);margin-top:25px;padding-top:16px;color:#8f9aaa;font-size:13px;display:flex;justify-content:space-between}@media(max-width:1100px){.price-grid{grid-template-columns:repeat(4,1fr)}.category-cards{grid-template-columns:repeat(3,1fr)}.map-layout{grid-template-columns:1fr}.stats{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.admin-bar .site-header{top:46px}.mobile-toggle{display:block;margin-left:auto}.header-actions .search-mini{display:none}.primary-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#071321;border-top:1px solid var(--line);padding:10px 16px}.primary-nav.open{display:block}.primary-nav ul{display:block}.primary-nav a{padding:13px 8px}.primary-nav .sub-menu{display:block;position:static;background:#fff0;border:0;box-shadow:none;padding-left:16px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:26px 0 0}.category-layout{grid-template-columns:1fr}.features,.posts-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.container{width:min(100% - 20px,var(--container))}.header-row{min-height:64px}.site-brand{min-width:0}.brand-text{font-size:17px}.header-actions .btn{display:none}.hero{padding-top:12px}.hero h1{font-size:42px}.hero p{font-size:16px}.market-card{padding:15px}.price-grid{grid-template-columns:repeat(2,1fr)}.category-cards{grid-template-columns:repeat(2,1fr)}.category-panel,.map-panel{padding:18px}.map-panel h2,.category-layout h2{font-size:25px}.turkey-map{min-height:230px}.stats{grid-template-columns:repeat(2,1fr)}.features,.posts-grid,.footer-grid{grid-template-columns:1fr}.cta-bar{align-items:stretch;flex-direction:column}.cta-bar .btn{width:100%}.footer-bottom{display:block}.ticker-item{padding:8px 12px}}.home-prices-section{scroll-margin-top:110px;margin:0 0 42px;padding:30px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 14px 45px rgb(10 23 40 / .09)}.home-price-head{align-items:flex-end}.home-price-head h2{font-size:32px;margin:4px 0 5px}.home-price-head p{margin:0;color:#667085}.home-price-kicker{display:inline-block;color:var(--orange);font-size:12px;font-weight:900;letter-spacing:1.1px}.price-update-badge{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#eafbf3;color:#087a4b;font-size:12px;font-weight:800}.home-price-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.7fr);gap:20px;align-items:stretch}.home-price-table-card{min-width:0;border-radius:14px;overflow:hidden}.home-price-info-card{padding:24px;color:#fff;background:radial-gradient(circle at 100% 0,rgb(255 106 0 / .30),transparent 38%),linear-gradient(145deg,#0c1d31,#071321);border:1px solid rgb(255 255 255 / .10);border-radius:14px}.info-card-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:rgb(255 106 0 / .14);color:var(--orange);font-size:24px;font-weight:900}.home-price-info-card h3{font-size:23px;line-height:1.2;margin:16px 0 10px}.home-price-info-card p{color:#c0cad7;margin:0 0 15px}.home-price-info-card ul{margin:0 0 20px;padding:0;list-style:none}.home-price-info-card li{position:relative;padding:7px 0 7px 24px;color:#eef3f8;font-size:14px}.home-price-info-card li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}.home-price-info-card .btn{width:100%}@media(max-width:900px){.home-price-layout{grid-template-columns:1fr}}@media(max-width:640px){.home-prices-section{padding:18px}.home-price-head{display:block}.price-update-badge{margin-top:12px}.home-price-head h2{font-size:27px}}.home-price-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start}.hf-sticky-info{position:sticky;top:115px}.hf-price-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.hf-price-group{min-width:0;overflow:hidden;background:#fff;border:1px solid #dfe6ee;border-radius:15px;box-shadow:0 8px 25px rgb(10 23 40 / .06)}.hf-price-group-head{display:flex;align-items:center;gap:12px;padding:17px 18px;background:linear-gradient(135deg,#0a1728,#10243b);color:#fff;border-bottom:3px solid var(--orange)}.hf-price-group-head h3{margin:0;font-size:19px;line-height:1.25}.hf-price-group-head p{margin:2px 0 0;color:#aebacd;font-size:12px}.hf-metal-icon{width:42px;height:42px;flex:none;display:grid;place-items:center;border-radius:11px;background:rgb(255 106 0 / .15);color:var(--orange);font-weight:900;border:1px solid rgb(255 106 0 / .30)}.hf-price-group .hf-table-wrap{border:0;border-radius:0}.hf-price-group .hf-table th,.hf-price-group .hf-table td{padding:12px 13px;font-size:14px}.hf-price-group .hf-table th{background:#f1f5f9;color:#172033;font-size:12px;text-transform:uppercase;letter-spacing:.3px}.hf-price-group .hf-table tbody tr:nth-child(even) td{background:#fbfcfe}.hf-price-group .hf-table tbody tr:hover td{background:#fff4eb}.hf-price-group .hf-price{color:#087a4b;font-size:15px}.hf-price-group .up{color:#0bbf74;font-weight:800}.hf-price-group .down{color:#ff5050;font-weight:800}@media(max-width:1180px){.home-price-layout{grid-template-columns:1fr}.hf-sticky-info{position:static}}@media(max-width:820px){.hf-price-groups{grid-template-columns:1fr}}@media(max-width:520px){.hf-price-group .hf-table th,.hf-price-group .hf-table td{padding:10px 9px;font-size:12px;white-space:nowrap}.hf-price-group-head h3{font-size:17px}}@media (max-width:768px){body{padding-bottom:64px!important}.hf-mobile-actions{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:999999!important;display:flex!important;width:100%!important;height:64px!important;background:#071321!important;box-shadow:0 -8px 30px rgb(0 0 0 / .35)!important}.hf-mobile-action{display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;width:50%!important;height:64px!important;color:#ffffff!important;font-size:17px!important;font-weight:800!important;line-height:1!important;text-align:center!important;text-decoration:none!important;border-radius:0!important;margin:0!important;padding:0 10px!important}.hf-mobile-whatsapp{background:#16b968!important}.hf-mobile-phone{background:#ff6a00!important}.hf-mobile-whatsapp:hover,.hf-mobile-whatsapp:focus{background:#119955!important;color:#ffffff!important}.hf-mobile-phone:hover,.hf-mobile-phone:focus{background:#e85f00!important;color:#ffffff!important}.hf-action-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:29px!important;height:29px!important;border:2px solid rgb(255 255 255 / .9)!important;border-radius:50%!important;font-size:15px!important;color:#ffffff!important}}.hf360-mobil-ara{display:none}@media (max-width:768px){.hf360-mobil-ara{position:fixed;left:12px;right:12px;bottom:12px;z-index:999999;display:flex;align-items:center;justify-content:center;gap:9px;height:56px;padding:0 20px;background:#16a34a;color:#ffffff!important;border:1px solid rgb(255 255 255 / .18);border-radius:14px;font-size:17px;font-weight:800;line-height:1;text-decoration:none!important;box-shadow:0 8px 25px rgb(0 0 0 / .28);-webkit-tap-highlight-color:#fff0}.hf360-mobil-ara:active{transform:scale(.98)}.hf360-mobil-ara svg{width:22px;height:22px;fill:currentColor;flex-shrink:0}body{padding-bottom:80px}}.hf360-mobil-ara{display:none}@media (max-width:768px){.hf360-mobil-ara{display:flex;position:fixed;left:15px;right:15px;bottom:15px;height:56px;background:#16a34a;color:#fff!important;font-size:18px;font-weight:700;border-radius:14px;justify-content:center;align-items:center;text-decoration:none!important;z-index:999999;box-shadow:0 10px 25px rgb(0 0 0 / .25)}body{padding-bottom:85px}}.hf360-map-section{margin-top:40px;padding:28px;background:#071626;border:1px solid rgb(255 255 255 / .12);border-radius:20px;overflow:hidden}.hf360-map-heading{margin-bottom:22px}.hf360-map-kicker{display:block;margin-bottom:8px;color:#ff6b00;font-size:13px;font-weight:800;letter-spacing:1.5px}.hf360-map-heading h2{margin:0 0 10px;color:#ffffff!important;font-size:34px;line-height:1.15}.hf360-map-heading p{max-width:760px;margin:0;color:#e5e7eb!important;font-size:16px;line-height:1.7}.hf360-google-map{width:100%;overflow:hidden;border:1px solid rgb(255 107 0 / .35);border-radius:16px;background:#0e1d31}.hf360-google-map iframe{display:block;width:100%;height:420px}.hf360-map-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:20px;padding:20px;background:#0e1d31;border:1px solid rgb(255 255 255 / .10);border-radius:14px}.hf360-map-bottom strong{display:block;margin-bottom:6px;color:#fff;font-size:18px}.hf360-map-bottom p{max-width:720px;margin:0;color:#b6c0cf;font-size:14px;line-height:1.65}.hf360-map-bottom .btn{flex:none;white-space:nowrap}@media (max-width:768px){.hf360-map-section{margin-top:25px;padding:18px;border-radius:16px}.hf360-map-heading h2{font-size:28px}.hf360-map-heading p{font-size:15px}.hf360-google-map iframe{height:330px}.hf360-map-bottom{flex-direction:column;align-items:stretch;gap:16px;padding:17px}.hf360-map-bottom .btn{width:100%;text-align:center}}@media (max-width:480px){.hf360-map-section{padding:14px}.hf360-map-heading h2{font-size:25px}.hf360-google-map iframe{height:290px}.hf360-map-bottom strong{font-size:17px}}.hf-seo-content{background:#fff;border:1px solid #ececec;border-top:4px solid #ff7a00;border-radius:16px;padding:35px;margin:25px 0 45px;box-shadow:0 8px 25px rgb(0 0 0 / .05)}.hf-seo-content h2{font-size:38px;margin-bottom:18px;color:#0d1b2a}.hf-seo-content h3{border-left:4px solid #ff7a00;padding-left:12px;margin-top:35px;margin-bottom:12px;color:#10243b}.hf-seo-content p{color:#4a5568;line-height:1.9;margin-bottom:18px}.hf-seo-content ul{margin:20px 0;padding-left:25px}.hf-seo-content li{margin-bottom:10px}@media(max-width:768px){.hf-seo-content{padding:22px;margin:20px 0}.hf-seo-content h2{font-size:30px}}.market-title{font-size:22px;font-weight:700;color:#fff;line-height:1.2;margin:0}.hf360-article-card{margin:40px 0 60px;overflow:hidden}.hf360-article-card-head{display:flex;align-items:center;gap:16px;padding:28px 30px;border-bottom:3px solid #ff7300;background:#0d2945}.hf360-article-symbol{display:grid;flex:0 0 64px;width:64px;height:64px;place-items:center;border:1px solid #b95700;border-radius:16px;background:#2b2525;color:#ff7300;font-size:25px;font-weight:900}.hf360-article-card-head h2{margin:0 0 6px;color:#fff;font-size:29px;line-height:1.2}.hf360-article-card-head p{margin:0;color:#d5dfeb;font-size:17px}.hf360-article-card-body{padding:34px 30px 38px;background:#fff}.hf360-article-card-body>p{margin:0 0 20px;color:#424b57;font-size:17px;line-height:1.85}.hf360-article-card-body h3{margin:38px 0 16px;padding-bottom:11px;border-bottom:1px solid #dde4ec;color:#10243a;font-size:25px;line-height:1.3}.hf360-article-info{margin:25px 0;padding:18px 20px;border-left:4px solid #ff7300;border-radius:0 10px 10px 0;background:#fff4e8;color:#503920;font-weight:700;line-height:1.7}.hf360-article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}.hf360-article-item{padding:20px;border:1px solid #dce4ec;border-radius:12px;background:#f8fafc}.hf360-article-item h4{margin:0 0 9px;color:#10243a;font-size:19px}.hf360-article-item p{margin:0;color:#525d69;font-size:15px;line-height:1.7}.hf360-article-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0 28px;padding:0;list-style:none}.hf360-article-checks li{position:relative;padding:14px 15px 14px 44px;border:1px solid #dce4ec;border-radius:10px;background:#f8fafc;color:#404a55;line-height:1.55}.hf360-article-checks li::before{content:"✓";position:absolute;top:13px;left:15px;color:#00ae68;font-size:19px;font-weight:900}.hf360-article-bottom{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:36px;padding:22px;border:1px solid #ffd1a8;border-radius:12px;background:#fff5eb}.hf360-article-bottom strong{display:block;margin-bottom:5px;color:#172335;font-size:19px}.hf360-article-bottom p{margin:0;color:#5b6570;line-height:1.6}@media (max-width:768px){.hf360-article-card{margin:28px 0 45px}.hf360-article-card-head{align-items:flex-start;padding:22px 18px}.hf360-article-symbol{flex-basis:52px;width:52px;height:52px;border-radius:13px;font-size:21px}.hf360-article-card-head h2{font-size:24px}.hf360-article-card-head p{font-size:15px}.hf360-article-card-body{padding:25px 18px 30px}.hf360-article-card-body>p{font-size:16px;line-height:1.75}.hf360-article-card-body h3{margin-top:31px;font-size:21px}.hf360-article-grid,.hf360-article-checks{grid-template-columns:1fr}.hf360-article-bottom{align-items:stretch;flex-direction:column}.hf360-article-bottom .btn{width:100%;text-align:center}}.footer-bottom{border-top:1px solid rgb(255 255 255 / .08);margin-top:40px;padding-top:25px;text-align:center;font-size:15px;line-height:1.8}.footer-bottom a{color:#fff;text-decoration:none}.footer-bottom a:hover{color:#ff7a00}.hf360-pages{width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin:45px 0 15px}.hf360-page-btn{box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:46px!important;min-width:46px!important;height:46px!important;margin:0!important;padding:0!important;border:1px solid #dfe3e8!important;border-radius:50%!important;background:#ffffff!important;color:#202733!important;font-size:15px!important;font-weight:700!important;line-height:1!important;text-decoration:none!important;box-shadow:0 3px 10px rgb(15 23 42 / .05)!important;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.hf360-page-btn:hover{background:#ff6a00!important;border-color:#ff6a00!important;color:#ffffff!important;transform:translateY(-2px)}.hf360-page-btn.is-active{background:#202733!important;border-color:#202733!important;color:#ffffff!important;pointer-events:none}.hf360-page-arrow{width:54px!important;min-width:54px!important;border-radius:999px!important;font-size:25px!important;font-weight:500!important}.hf360-page-dots{display:inline-flex;align-items:center;justify-content:center;width:28px;height:46px;color:#687386;font-size:18px;font-weight:800;line-height:1}@media(max-width:768px){.hf360-pages{gap:8px;margin:35px 0 10px}.hf360-page-btn{width:42px!important;min-width:42px!important;height:42px!important;font-size:14px!important}.hf360-page-arrow{width:49px!important;min-width:49px!important;font-size:23px!important}.hf360-page-dots{height:42px}}@media(max-width:480px){.hf360-pages{gap:6px;margin:30px 0 8px}.hf360-page-btn{width:38px!important;min-width:38px!important;height:38px!important;font-size:13px!important}.hf360-page-arrow{width:44px!important;min-width:44px!important;font-size:21px!important}.hf360-page-dots{width:18px;height:38px;font-size:16px}}.primary-nav .sub-menu{width:520px;max-height:70vh;overflow-y:auto;padding:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;border-radius:14px}.primary-nav .sub-menu li{margin:0}.primary-nav .sub-menu li a{display:block;padding:10px 12px;line-height:1.35;border-radius:8px;white-space:normal}.primary-nav .sub-menu li a:hover{background:rgb(255 255 255 / .06)}.primary-nav .sub-menu::-webkit-scrollbar{width:6px}.primary-nav .sub-menu::-webkit-scrollbar-thumb{background:rgb(255 255 255 / .22);border-radius:10px}@media (max-width:768px){.primary-nav .sub-menu{width:100%;max-height:60vh;grid-template-columns:1fr;padding:10px}}@media (min-width:769px){.primary-nav .sub-menu{width:560px;max-height:520px;overflow-y:auto;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 10px;padding:14px;border-radius:12px}.primary-nav .sub-menu li{margin:0!important;padding:0!important}.primary-nav .sub-menu li a{padding:8px 10px!important;font-size:14px;line-height:1.3;white-space:normal!important;min-height:auto}}.hf360-gallery-container{width:min(1180px, calc(100% - 40px));margin:0 auto}.hf360-gallery-hero{position:relative;overflow:hidden;padding:62px 0;background:radial-gradient(circle at 80% 30%,rgb(44 135 66 / .18),transparent 32%),linear-gradient(135deg,#06192c,#0d2945);color:#fff}.hf360-gallery-hero::after{content:"";position:absolute;right:-120px;top:-180px;width:520px;height:520px;border:1px solid rgb(255 255 255 / .06);border-radius:50%}.hf360-gallery-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.35fr .65fr;align-items:center;gap:60px}.hf360-gallery-label{display:inline-block;margin-bottom:10px;color:#73c548;font-size:14px;font-weight:800;letter-spacing:1.4px}.hf360-gallery-hero h1{max-width:650px;margin:0 0 16px;color:#fff;font-size:46px;line-height:1.08}.hf360-gallery-hero-grid>div>p{max-width:680px;margin:0;color:#d6e0eb;font-size:17px;line-height:1.7}.hf360-gallery-trust{display:flex;align-items:center;gap:18px;padding:25px;border:1px solid rgb(255 255 255 / .14);border-radius:16px;background:rgb(255 255 255 / .05);box-shadow:0 14px 35px rgb(0 0 0 / .12)}.hf360-gallery-camera{display:grid;flex:0 0 60px;width:60px;height:60px;place-items:center;border:1px solid #73c548;border-radius:14px;color:#73c548;font-size:28px}.hf360-gallery-trust strong{display:block;margin-bottom:5px;color:#fff;font-size:18px}.hf360-gallery-trust p{margin:0;color:#cbd7e3;font-size:14px;line-height:1.6}.hf360-gallery-section{padding:55px 0 70px;background:#f4f7fb}.hf360-gallery-intro{margin-bottom:30px;text-align:center}.hf360-gallery-intro span{color:#4c9633;font-size:13px;font-weight:800;letter-spacing:1.5px}.hf360-gallery-intro h2{margin:7px 0 8px;color:#0b2138;font-size:32px}.hf360-gallery-intro p{margin:0;color:#657180;font-size:16px}.hf360-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.hf360-gallery-card{overflow:hidden;border:1px solid #dfe6ee;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgb(16 36 58 / .07);transition:transform .25s ease,box-shadow .25s ease}.hf360-gallery-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgb(16 36 58 / .12)}.hf360-gallery-image{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:#e9eef3}.hf360-gallery-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.hf360-gallery-card:hover .hf360-gallery-image img{transform:scale(1.04)}.hf360-gallery-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;background:linear-gradient(135deg,#e8edf2,#f8fafc);color:#687686}.hf360-gallery-placeholder span{display:grid;width:56px;height:56px;margin-bottom:6px;place-items:center;border:2px dashed #9eabb7;border-radius:50%;color:#557080;font-size:30px;line-height:1}.hf360-gallery-placeholder strong{color:#415467;font-size:15px}.hf360-gallery-placeholder small{color:#8b98a5}.hf360-gallery-content{padding:20px}.hf360-gallery-content h3{margin:0 0 9px;color:#10243a;font-size:19px;line-height:1.35}.hf360-gallery-content>p{min-height:48px;margin:0 0 18px;color:#5d6975;font-size:14px;line-height:1.65}.hf360-gallery-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding-top:14px;border-top:1px solid #edf0f3}.hf360-gallery-meta span{padding:6px 9px;border-radius:7px;background:#f3f6f8;color:#52606d;font-size:12px;font-weight:600}.hf360-gallery-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:45px;padding:32px 35px;border-radius:16px;background:linear-gradient(135deg,#081a2d,#0d2945);color:#fff;box-shadow:0 14px 35px rgb(10 23 40 / .12)}.hf360-gallery-bottom span{color:#73c548;font-size:13px;font-weight:800;letter-spacing:1px}.hf360-gallery-bottom h2{margin:5px 0 7px;color:#fff;font-size:27px}.hf360-gallery-bottom p{max-width:700px;margin:0;color:#cbd5df;line-height:1.6}.hf360-gallery-call{flex:0 0 auto;padding:16px 28px;border-radius:11px;background:#ff7300;color:#fff!important;font-size:17px;font-weight:800;text-decoration:none!important;box-shadow:0 10px 24px rgb(255 115 0 / .22)}.hf360-gallery-call:hover{background:#e96600;color:#fff!important}@media (max-width:900px){.hf360-gallery-hero-grid{grid-template-columns:1fr;gap:30px}.hf360-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.hf360-gallery-container{width:calc(100% - 28px)}.hf360-gallery-hero{padding:42px 0}.hf360-gallery-hero h1{font-size:33px}.hf360-gallery-hero-grid>div>p{font-size:15px}.hf360-gallery-trust{padding:18px}.hf360-gallery-camera{flex-basis:50px;width:50px;height:50px}.hf360-gallery-section{padding:40px 0 50px}.hf360-gallery-intro h2{font-size:26px}.hf360-gallery-grid{grid-template-columns:1fr;gap:17px}.hf360-gallery-content>p{min-height:0}.hf360-gallery-bottom{align-items:stretch;flex-direction:column;padding:25px 21px}.hf360-gallery-bottom h2{font-size:23px}.hf360-gallery-call{width:100%;text-align:center}}.hf360-gallery-page{width:100%!important;background:#f4f7fb!important}.hf360-gallery-wrap{width:min(1400px,calc(100% - 50px))!important;margin:0 auto!important}.hf360-gallery-hero{position:relative!important;overflow:hidden!important;padding:52px 0!important;background:radial-gradient(circle at 80% 30%,rgb(48 150 70 / .18),transparent 35%),linear-gradient(135deg,#06192c,#0d2945)!important;color:#fff!important}.hf360-gallery-hero-grid{display:grid!important;grid-template-columns:1.35fr .65fr!important;gap:60px!important;align-items:center!important}.hf360-gallery-kicker{display:block!important;margin-bottom:10px!important;color:#73c548!important;font-size:15px!important;font-weight:900!important}.hf360-gallery-hero h1{margin:0 0 15px!important;color:#fff!important;font-size:46px!important;line-height:1.08!important;font-weight:900!important}.hf360-gallery-hero-copy{max-width:700px!important;margin:0!important;color:#d6e1eb!important;font-size:16px!important;line-height:1.7!important}.hf360-gallery-trust{display:flex!important;align-items:center!important;gap:18px!important;padding:24px!important;border:1px solid rgb(255 255 255 / .15)!important;border-radius:15px!important;background:rgb(255 255 255 / .05)!important}.hf360-camera{width:60px!important;min-width:60px!important;height:60px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid #73c548!important;border-radius:13px!important;color:#73c548!important;font-size:27px!important}.hf360-gallery-trust strong{display:block!important;margin-bottom:5px!important;color:#fff!important;font-size:17px!important}.hf360-gallery-trust p{margin:0!important;color:#d5e0e9!important;font-size:13px!important;line-height:1.6!important}.hf360-gallery-body{padding:28px 0 60px!important;background:#f4f7fb!important}.hf360-gallery-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.hf360-gallery-card{display:block!important;overflow:hidden!important;margin:0!important;padding:0!important;background:#fff!important;border:1px solid #dfe5eb!important;border-radius:14px!important;box-shadow:0 7px 24px rgb(15 35 55 / .08)!important;transition:transform .25s ease,box-shadow .25s ease!important}.hf360-gallery-card:hover{transform:translateY(-5px)!important;box-shadow:0 18px 38px rgb(15 35 55 / .14)!important}.hf360-photo{position:relative!important;display:block!important;width:100%!important;height:250px!important;overflow:hidden!important;background:#e8edf2!important}.hf360-photo img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.hf360-empty-photo{position:absolute!important;inset:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:5px!important;background:linear-gradient(135deg,#e6ebf0,#f9fafc)!important;text-align:center!important}.hf360-empty-photo .plus{width:56px!important;height:56px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:7px!important;border:2px dashed #95a4b1!important;border-radius:50%!important;color:#40586b!important;font-size:29px!important}.hf360-empty-photo strong{color:#33495c!important;font-size:15px!important}.hf360-empty-photo small{color:#84919d!important;font-size:12px!important}.hf360-card-body{display:block!important;padding:17px!important}.hf360-card-body h3{margin:0 0 7px!important;color:#10243a!important;font-size:17px!important;line-height:1.35!important;font-weight:800!important}.hf360-card-body>p{margin:0 0 14px!important;min-height:42px!important;color:#586572!important;font-size:13px!important;line-height:1.6!important}.hf360-card-meta{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px!important}.hf360-card-meta span{display:inline-flex!important;padding:5px 8px!important;background:#f0f3f5!important;border-radius:5px!important;color:#4c5965!important;font-size:11px!important;font-weight:600!important}.hf360-card-meta .hf360-source{background:#edf5e9!important;color:#467233!important}@media(max-width:900px){.hf360-gallery-hero-grid{grid-template-columns:1fr!important;gap:25px!important}.hf360-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:600px){.hf360-gallery-wrap{width:calc(100% - 24px)!important}.hf360-gallery-hero{padding:38px 0!important}.hf360-gallery-hero h1{font-size:32px!important}.hf360-gallery-grid{grid-template-columns:1fr!important;gap:15px!important}.hf360-photo{height:220px!important}.hf360-card-body>p{min-height:0!important}}body.page-id-XXX .site-main,body.page-id-XXX main,body.page-id-XXX .page-content,body.page-id-XXX .entry-content,body.page-id-XXX article{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}body.page-id-XXX .is-layout-constrained,body.page-id-XXX .wp-block-group,body.page-id-XXX .wp-block-html{width:100%!important;max-width:none!important}body.page-id-XXX .is-layout-constrained>*,body.page-id-XXX .entry-content>*{max-width:none!important}.hf360-map-section .hf360-map-heading h2{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;opacity:1!important;visibility:visible!important;filter:none!important}.hf360-map-section .hf360-map-heading p{color:#d9e2ec!important;-webkit-text-fill-color:#d9e2ec!important;opacity:1!important;visibility:visible!important}.hf360-map-section .hf360-map-heading h2{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;background:none!important;background-image:none!important;opacity:1!important}.hf360-map-section .hf360-map-heading p{color:#cbd5e1!important;-webkit-text-fill-color:#cbd5e1!important;opacity:1!important}.hero{background:linear-gradient(90deg,rgb(6 17 30 / .72) 0%,rgb(6 17 30 / .56) 48%,rgb(6 17 30 / .42) 100%),url(https://hurdafiyatlari360.com/wp-content/uploads/2026/08/ChatGPT-Image-24-Agu-2026-21_18_11.png) center center / cover no-repeat!important}