/*
Theme Name: Yolcu Trade Theme
Version: 1.0
*/
:root{--blue:#0e3d5c;--orange:#f29724;--ink:#13283b;--muted:#637487;--soft:#f4f8fb;--line:#e4edf4;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1160px,92vw);margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.head{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:14px 0}body{overflow-x:hidden}.brand img,.custom-logo-link img{width:min(480px,80vw)!important;height:auto!important;max-height:100px;display:block}.main-menu{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0}.main-menu li{list-style:none}.main-menu a{font-weight:750;color:#183b56;white-space:nowrap}.searchform{display:flex;gap:8px}.searchform input{border:1px solid var(--line);border-radius:12px;padding:10px 12px;max-width:170px}.btn,.searchform button,.ff-btn-submit{background:var(--orange);color:white;border:0;border-radius:14px;padding:12px 18px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 20px rgba(242,151,36,.22);cursor:pointer}.btn.secondary{background:var(--blue)}.hero{background:linear-gradient(135deg,#eef7fc 0%,#fff 52%,#fff7ec 100%);padding:72px 0}.hero-grid,.split{display:grid;grid-template-columns:1.03fr .97fr;gap:44px;align-items:center}.eyebrow{color:var(--orange);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}.hero h1{font-size:clamp(2.2rem,5vw,4.5rem);line-height:1.03;margin:12px 0 20px;color:#0d2d46}.lead{font-size:1.18rem;color:#516274;max-width:720px}.hero-img,.split img{width:100%;border-radius:28px;box-shadow:0 24px 60px rgba(14,61,92,.18);display:block;aspect-ratio:16/9;object-fit:cover}.hero-points{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.pill{background:white;border:1px solid var(--line);padding:9px 13px;border-radius:999px;font-weight:750;color:#244b65}.section{padding:72px 0}.section.soft{background:var(--soft)}.section-title{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:26px}.section-title h2,.archive-title{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.12;margin:0;color:#0d2d46}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cat-card,.post-card,.testimonial{background:white;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(14,61,92,.07)}.cat-card img,.post-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.cat-card div,.post-card .body{padding:20px}.cat-card h3,.post-card h3{margin:0 0 8px;color:#0d2d46;line-height:1.22}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.meta{display:flex;justify-content:space-between;align-items:center;gap:10px;color:var(--muted);font-size:.88rem;margin-bottom:12px}.badge{background:#eaf4fa;color:var(--blue);font-weight:850;border-radius:999px;padding:5px 10px}.post-card{display:flex;flex-direction:column}.post-card .body{display:flex;flex:1;flex-direction:column}.post-card .more{margin-top:auto;color:var(--orange);font-weight:900}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.testimonial{padding:26px}.testimonial img{width:72px;height:72px;border-radius:50%;object-fit:cover}.quote{font-size:1.02rem;color:#44586b}.cta{background:var(--blue);color:white;border-radius:30px;padding:42px;display:flex;justify-content:space-between;gap:24px;align-items:center}.cta h2{margin:0;color:white}.site-footer{background:#071f31;color:#d9e8f2;padding:34px 0}.foot{display:flex;justify-content:space-between;align-items:center;gap:20px}.foot img{height:48px;width:auto}.foot a{color:#d9e8f2;margin-left:16px}.page-wrap{padding:56px 0}.content-card{background:white;border:1px solid var(--line);border-radius:28px;padding:min(42px,6vw);box-shadow:0 12px 35px rgba(14,61,92,.06)}.entry-content{max-width:840px;margin:auto}.entry-content h1{font-size:clamp(2rem,4vw,3rem);line-height:1.1;color:#0d2d46}.entry-content img{max-width:100%;height:auto;border-radius:22px}.archive-head{padding:54px 0 24px}.pagination{margin:32px 0;text-align:center}.page-numbers{display:inline-block;border:1px solid var(--line);padding:8px 12px;margin:3px;border-radius:10px}.current{background:var(--blue);color:white}.fluentform{max-width:760px}.fluentform input,.fluentform textarea{border:1px solid var(--line)!important;border-radius:13px!important;padding:13px!important} @media(max-width:900px){.head{align-items:flex-start;flex-direction:column}.main-menu{flex-wrap:wrap}.searchform{width:100%}.hero-grid,.split{grid-template-columns:1fr}.grid4,.post-grid,.testimonials{grid-template-columns:1fr 1fr}.cta,.foot{flex-direction:column;align-items:flex-start}.brand img{height:50px}}@media(max-width:620px){.grid4,.post-grid,.testimonials{grid-template-columns:1fr}.hero{padding:46px 0}.section{padding:48px 0}.hero h1{font-size:2.3rem}.searchform input{max-width:none;flex:1}.cta{padding:28px}.foot a{display:inline-block;margin:10px 14px 0 0}}