/* hesaplibiletal.com — unified visual system, 2026-08-26 */
:root{
  --ink:#14213d;
  --muted:#62708a;
  --line:#e3e9f2;
  --brand:#ffc400;
  --blue:#1768ff;
  --cyan:#21b8ee;
  --surface:#ffffff;
  --page:#f4f7fb;
  --shadow:0 16px 42px rgba(14,31,66,.08);
  --soft:0 8px 24px rgba(14,31,66,.06);
  --container:min(1240px,calc(100% - 40px));
}

html{scroll-padding-top:86px}
body{background:var(--page);color:var(--ink);font-family:Inter,Arial,sans-serif}
.wrap{width:var(--container)}
.topbar{display:none!important}

/* Header */
.header{background:rgba(8,18,37,.96);box-shadow:0 8px 28px rgba(3,10,24,.16);border-bottom:1px solid rgba(255,255,255,.07)}
.header .wrap{min-height:78px;gap:24px}
.logo{padding:0;flex:0 0 auto}
.logo img{height:52px;max-width:250px;width:auto}
.nav{gap:20px;font-size:15px}
.nav a::after{bottom:-10px}
.header-actions .btn{min-height:44px;padding:0 18px}

/* Homepage hero */
.hero{padding:38px 0 46px;background:radial-gradient(circle at 78% 10%,rgba(33,184,238,.18),transparent 28%),linear-gradient(120deg,#071327 0%,#102957 52%,#135fc4 100%)}
.hero-grid{grid-template-columns:.92fr 1.08fr;gap:36px}
.hero h1{max-width:630px;margin:16px 0 14px;font-size:clamp(40px,4.25vw,58px);line-height:1.06;letter-spacing:-.035em}
.lead{max-width:650px;font-size:17px;line-height:1.68}
.kicker{padding:8px 12px;font-size:11px}
.hero-highlights{gap:12px;margin-top:22px}
.highlight{padding:15px;border-radius:16px}
.highlight strong{font-size:14px;margin-bottom:5px}
.highlight span{font-size:12px;line-height:1.55}
.hero-actions{margin-top:22px}

/* Search area */
.search-card{padding:20px;border-radius:24px;border:1px solid rgba(219,228,241,.9);box-shadow:0 24px 64px rgba(5,18,45,.20)}
.search-top{margin-bottom:14px}
.search-top h2{font-size:27px;line-height:1.15}
.search-tabs{gap:8px;margin-bottom:14px}
.search-tab{min-height:52px;border-radius:14px;font-size:15px}
.widget-shell{padding:14px;border-radius:17px;background:#fff}
.widget-note{padding-top:11px;font-size:12px}

/* Page rhythm */
.section{padding:62px 0}
.section.alt{background:#fff}
.section-head{align-items:flex-end;margin-bottom:24px}
.section-head h2{font-size:clamp(30px,3.2vw,40px);line-height:1.12}
.section-head p{line-height:1.68}
.service-strip{padding:28px 0}
.service-grid,.route-grid,.content-grid,.destination-grid,.route-links-grid{gap:16px}
.section .service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.service-strip .service-grid{grid-template-columns:repeat(4,minmax(0,1fr))}

/* Cards */
.service-card,.route-card,.content-card,.seo-card,.faq-panel,.article-card,.notice,.route-link-chip,.destination-card,.cluster-card,.related-box{
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:var(--soft);
  background:#fff;
}
.service-card{padding:20px}
.service-card:hover,.route-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.service-icon{width:46px;height:46px;border-radius:14px;font-size:20px;margin-bottom:12px}
.service-card h3{font-size:18px}
.service-card p{font-size:14px;line-height:1.62}
.route-grid,.content-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.destination-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.route-links-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.route-card,.content-card{padding:20px}
.route-card h3,.content-card h3,.destination-body h3{font-size:21px}
.destination-card img{height:190px;aspect-ratio:auto;object-fit:cover;background:#eaf0f8}
.destination-body{padding:18px}
.destination-card p{font-size:14px;line-height:1.62}
.route-link-chip{padding:15px 16px;border-radius:15px;font-size:15px}

/* Subpages: remove the right rail that looks like a vertical advert */
.page-hero{padding:38px 0 30px;background:linear-gradient(125deg,#08152c 0%,#143d7c 66%,#1768d5 100%)}
.page-hero h1{max-width:1000px;margin:10px 0;font-size:clamp(34px,4vw,48px);line-height:1.08}
.page-hero p{max-width:820px;line-height:1.65}
.breadcrumbs{font-size:13px}
.route-layout{display:block!important}
.route-layout>div:first-child{width:100%;min-width:0}
.route-sidebar,.ad-band,.ad-wide,.ad-pair,.ad-card,.ad-side{display:none!important}
.route-layout .search-card{width:100%;max-width:none}
.page-hero--visual{min-height:280px}
.action-primary{padding:30px 0 42px!important;background:#fff!important;border-bottom:1px solid var(--line)}
.action-primary .wrap{display:grid;gap:18px}
.action-primary .section-heading{display:block;margin:0}
.action-primary .section-heading>div:first-child{max-width:820px}
.action-primary .section-heading h2{margin:7px 0 8px;font-size:clamp(28px,3vw,38px);line-height:1.12;letter-spacing:-.025em}
.action-primary .section-heading p{margin:0;color:var(--muted);line-height:1.65}
.action-primary .widget-shell{margin:0;padding:16px;border-radius:20px;box-shadow:var(--shadow)}
.action-primary .route-links-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:0}
.action-primary .route-link-chip{padding:12px 14px;background:#f7f9fd;box-shadow:none;font-size:14px}
.seo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.seo-card,.faq-panel,.notice,.article-card{padding:24px}
.seo-card h3,.faq-panel h3{font-size:26px;line-height:1.2}
.bullets span{padding:11px 13px;border-radius:13px}
.link-cluster{gap:16px}
.cluster-card{padding:20px}
.cluster-card h3{font-size:20px}
.info-row{border-radius:14px}
.route-intelligence{background:#fff}
.route-intelligence .section-head{margin-bottom:22px}
.content-updated{margin-top:10px!important;font-size:12px!important;color:#7b879b!important}
.route-decision-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.route-decision-card{position:relative;padding:22px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);box-shadow:var(--soft)}
.route-decision-card h3{margin:0 0 10px;padding-right:44px;font-size:20px;line-height:1.25}
.route-decision-card p{margin:0 0 10px;color:var(--muted);font-size:14px;line-height:1.67}
.route-decision-card p:last-child{margin-bottom:0}
.decision-no{position:absolute;right:18px;top:18px;display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#eaf2ff;color:#1768ff;font-size:12px;font-weight:900}
.route-action-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px}
.route-action-links a{display:flex;align-items:center;justify-content:center;min-height:46px;padding:10px 13px;border:1px solid #dce6f4;border-radius:13px;background:#fff;color:#1557d5;font-size:13px;font-weight:800;text-align:center}
.route-action-links a:hover{background:#eef5ff;border-color:#cbdcff}

/* Homepage comparison explanation */
#nasil-calisir{background:#fff}
#nasil-calisir .service-card{box-shadow:none;background:#f8faff}
#nasil-calisir .service-card:hover{transform:none;box-shadow:none}
#nasil-calisir .notice{margin-top:18px;padding:16px 18px;background:#f8faff}

/* Footer */
.footer-premium{margin-top:0;padding-top:38px;background:linear-gradient(180deg,#06152c 0%,#030d1c 100%)}
.footer-premium .wrap{width:var(--container)}
.footer-premium-grid{grid-template-columns:1.15fr repeat(4,minmax(0,1fr));gap:26px}
.footer-logo-boxed{max-width:205px;border-radius:10px}
.footer-brand-box p{font-size:14px;line-height:1.7}
.footer-col h3{font-size:16px;margin-bottom:13px}
.footer-col a{font-size:13px;line-height:1.45;margin-bottom:7px;color:rgba(255,255,255,.82)}
.footer-subtitle{font-size:11px;margin:10px 0 7px}
.footer-bottom{margin-top:26px;padding:17px 0 24px;font-size:13px}

/* Cookie notice: visible but not dominant */
.cookie-consent{left:16px;right:16px;bottom:16px}
.cookie-consent__card{width:min(820px,100%);padding:16px 18px;border-radius:16px;gap:14px}
.cookie-consent__title{font-size:16px}
.cookie-consent__text{font-size:12px;line-height:1.5}
.cookie-btn{padding:10px 15px;font-size:13px}

@media (max-width:1120px){
  .header .wrap{gap:16px}.nav{gap:14px;font-size:14px}.logo img{height:48px;max-width:220px}
  .hero-grid{grid-template-columns:1fr}.hero-grid>div:first-child{max-width:820px}
  .route-grid,.content-grid,.destination-grid,.service-strip .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand-box{grid-column:1/-1}
}

@media (max-width:900px){
  :root{--container:min(100% - 28px,720px)}
  .header .wrap{min-height:68px;padding:7px 0}.logo img{height:48px;max-width:220px}
  .hero{min-height:auto;padding:28px 0 34px;display:block}
  .hero-grid{gap:24px}.hero-grid>div:first-child{order:1}#search{order:2;display:block}
  .hero h1{display:block;font-size:clamp(34px,10vw,46px);line-height:1.08}.lead{display:block;font-size:16px;line-height:1.62}
  .hero-highlights{display:none}.hero-actions{display:flex}
  .section{padding:48px 0}.section-head h2{font-size:30px}
  .section .service-grid,.service-strip .service-grid,.route-grid,.content-grid,.destination-grid,.route-links-grid,.seo-grid,.link-cluster,.info-table{grid-template-columns:1fr}
  .destination-card img{height:220px}
  .page-hero{padding:30px 0 25px}.page-hero h1{font-size:34px}
  .page-hero--visual{min-height:230px}
  .action-primary{padding:24px 0 34px!important}.action-primary .route-links-grid{grid-template-columns:1fr 1fr}
  .footer-premium-grid{grid-template-columns:1fr}.footer-brand-box{grid-column:auto}
  .route-decision-grid,.route-action-links{grid-template-columns:1fr}
}

@media (max-width:560px){
  :root{--container:calc(100% - 24px)}
  .logo img{height:43px;max-width:200px}
  .hero h1{font-size:33px}.lead{font-size:15px}
  .hero-actions .btn,.hero-actions .btn-secondary{width:100%}
  .search-card{padding:13px;border-radius:18px}.search-top h2{font-size:22px}
  .search-tabs{grid-template-columns:1fr}.search-tab{min-height:44px}
  .widget-shell{padding:9px}
  .widget-note{display:grid;gap:5px}
  .action-primary .route-links-grid{grid-template-columns:1fr}
  .destination-card img{height:190px}
  .cookie-consent__card{grid-template-columns:1fr}.cookie-consent__actions{justify-content:stretch}.cookie-btn{width:100%}
}
