
/*  BASE  */
.ix-tk{font-family:'Inter',system-ui,-apple-system,sans-serif;color:#1A1D24;background:#fff}
.ix-tk *{box-sizing:border-box}

/*  BREADCRUMB  */
.ix-tk-bc{background:#FAF8F3;border-bottom:1px solid #E5E2DA}
.ix-tk-bc-in{max-width:1240px;margin:0 auto;padding:9px 28px;font-size:12px;color:#7A7A7A;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.ix-tk-bc-in a{color:#7A7A7A;text-decoration:none}
.ix-tk-bc-in a:hover{color:#BC2E2B}
.ix-tk-bc-in .sep{color:var(--ix-line-2);font-size:13px}
.ix-tk-bc-in .cur{color:#1A1D24;font-weight:600;letter-spacing:.02em}

/*  HERO  */
.ix-tk-hero{position:relative;height:clamp(772px,94vh,1040px);display:flex;align-items:flex-end;overflow:hidden}
.ix-tk-hero::before{content:"";position:absolute;inset:0;background:url('https://immoxx.at/wp-content/uploads/ix-carnerigasse/baustelle-tks-14.jpg') center top/cover no-repeat}
.ix-tk-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,10,14,.88) 0%,rgba(8,10,14,.64) 32%,rgba(8,10,14,.28) 58%,rgba(8,10,14,0) 76%),linear-gradient(180deg,rgba(8,10,14,.60) 0%,rgba(8,10,14,.22) 14%,rgba(8,10,14,0) 28%),radial-gradient(150% 120% at 0% 100%,rgba(8,10,14,.92) 0%,rgba(8,10,14,.62) 32%,rgba(8,10,14,.20) 56%,rgba(8,10,14,0) 70%),linear-gradient(0deg,rgba(8,10,14,.52) 0%,rgba(8,10,14,0) 30%)}
.ix-tk-hero-inner{position:relative;z-index:2;width:100%;max-width:1240px;margin:0 auto;padding:0 44px 84px}
.ix-tk-hero-copy{display:flex;flex-direction:column;align-items:flex-start;max-width:660px}
.ix-tk-hero-kicker{font-size:11px;font-weight:700;letter-spacing:.38em;text-transform:uppercase;color:rgba(255,255,255,.72);display:flex;align-items:center;gap:14px;margin-bottom:24px}
.ix-tk-hero-kicker::before{content:"";width:36px;height:2px;background:#BC2E2B;flex-shrink:0}
.ix-tk-hero-copy h1{font-family:'Cormorant Garamond',serif;font-weight:400;font-style:italic;font-size:clamp(44px,4.8vw,72px);line-height:1.05;color:#fff;margin:0 0 20px;text-shadow:0 2px 40px rgba(0,0,0,.25)}
.ix-tk-hero-copy .lead{font-size:16.5px;line-height:1.74;color:rgba(255,255,255,.78);margin:0 0 32px}
.ix-tk-hero-kpis{display:flex;gap:0;margin-bottom:30px;border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);padding:16px 0}
.ix-tk-kpi-item{display:flex;flex-direction:column;gap:3px;padding:0 32px;border-right:1px solid rgba(255,255,255,.18)}
.ix-tk-kpi-item:first-child{padding-left:0}
.ix-tk-kpi-item:last-child{border-right:none}
.ix-tk-kpi-item .num{font-family:'Cormorant Garamond',serif;font-size:42px;font-weight:400;color:#fff;line-height:1}
.ix-tk-kpi-item .num sup{font-size:20px;color:#BC2E2B}
.ix-tk-kpi-item .lbl{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.82)}
.ix-tk-hero-cta{display:inline-flex;align-items:center;background:#BC2E2B;color:#fff;padding:17px 40px;font-weight:700;font-size:13px;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:background .2s;box-shadow:0 8px 32px rgba(188,46,43,.42)}
.ix-tk-hero-cta:hover{background:#9A211F;color:#fff !important}
@media(max-width:980px){
  html:not(.ix-hdr-stuck) body.page-id-8900 .ix-tk-hero{margin-top:0 !important}
  .ix-tk-hero{height:auto;padding-top:130px;padding-bottom:0;align-items:flex-start}
  .ix-tk-hero-inner{padding:0 24px 52px}
}
@media(max-width:600px){
  .ix-tk-hero{padding-top:110px}
  .ix-tk-hero-inner{padding:0 18px 44px}
  .ix-tk-kpi-item{padding:0 18px}
  .ix-tk-kpi-item:first-child{padding-left:0}
}

/*  INQUIRY STRIP (hell)  */
.ix-tk-inquiry{background:#FAF8F3;padding:32px 24px;border-top:1px solid #E5E2DA;border-bottom:3px solid #BC2E2B}
.ix-tk-inquiry .wrap{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.ix-tk-inquiry p{color:var(--ix-muted-2);font-size:15px;line-height:1.5;margin:0;flex:1;min-width:260px}
.ix-tk-inquiry p strong{color:#1A1D24}
.ix-tk-inquiry .actions{display:flex;gap:12px;flex-wrap:wrap;flex-shrink:0}
.ix-tk-inquiry .actions a{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;font-weight:700;font-size:13px;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:all .2s}
.ix-tk-inquiry .actions a.primary{background:#BC2E2B;color:#fff}
.ix-tk-inquiry .actions a.primary:hover{background:var(--ix-red-dark)}
.ix-tk-inquiry .actions a.wa{background:#25D366;color:#fff}
.ix-tk-inquiry .actions a.wa:hover{background:var(--ix-ok)}

/*  CITY SECTION  */
.ix-tk-city{padding:90px 24px;background:#fff;border-bottom:1px solid #E5E2DA}
.ix-tk-city .wrap{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:72px;align-items:start}
.ix-tk-city-text .tag{display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin-bottom:18px}
.ix-tk-city-text .tag::before{content:"";width:32px;height:2px;background:#BC2E2B;flex-shrink:0}
.ix-tk-city-text h2{font-family:'Cormorant Garamond',serif;font-weight:400;font-style:italic;font-size:42px;line-height:1.1;color:#1A1D24;margin:0 0 8px}
.ix-tk-city-text h2 em{color:inherit}
.ix-tk-city-text .section-intro{font-size:18px;font-style:italic;color:var(--ix-muted-2);margin:0 0 28px;border-left:3px solid #BC2E2B;padding-left:16px;font-family:'Cormorant Garamond',serif;font-weight:400;line-height:1.4}
.ix-tk-city-text h3{font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin:28px 0 10px}
.ix-tk-city-text p{font-size:15.5px;line-height:1.78;color:var(--ix-ink-3);margin:0 0 4px}
.ix-tk-city-text p strong{color:#1A1D24;font-weight:600}
.ix-tk-city-side{}
.ix-tk-city-map{width:100%;display:block;border:1px solid #E5E2DA;border-bottom:3px solid #BC2E2B}
.ix-tk-city-stats{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid #E5E2DA;border-top:none}
.ix-tk-city-stat{padding:20px 18px;border-right:1px solid #E5E2DA;border-bottom:1px solid #E5E2DA}
.ix-tk-city-stat:nth-child(2n){border-right:none}
.ix-tk-city-stat:last-child{border-bottom:none;grid-column:1/-1;border-right:none}
.ix-tk-city-stat .v{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;font-size:24px;color:#BC2E2B;line-height:1;margin-bottom:6px}
.ix-tk-city-stat .l{font-size:11.5px;line-height:1.45;color:var(--ix-muted-2)}

/*  PROJECT SECTION  */
.ix-tk-project{padding:90px 24px;background:#FAF8F3;border-bottom:1px solid #E5E2DA}
.ix-tk-project .wrap{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:72px;align-items:start}
.ix-tk-project-text .tag{display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin-bottom:18px}
.ix-tk-project-text .tag::before{content:"";width:32px;height:2px;background:#BC2E2B;flex-shrink:0}
.ix-tk-project-text h2{font-family:'Cormorant Garamond',serif;font-weight:400;font-style:italic;font-size:42px;line-height:1.1;color:#1A1D24;margin:0 0 24px}
.ix-tk-project-text h2 em{color:inherit}
.ix-tk-project-text h3{font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin:28px 0 10px}
.ix-tk-project-text p{font-size:15.5px;line-height:1.78;color:var(--ix-ink-3);margin:0 0 14px}
.ix-tk-project-text p strong{color:#1A1D24;font-weight:600}
.ix-tk-project-text ul{margin:0 0 18px;padding-left:0;list-style:none}
.ix-tk-project-text ul li{font-size:15px;line-height:1.6;color:var(--ix-ink-3);padding:7px 0 7px 22px;border-bottom:1px solid var(--ix-cream);position:relative}
.ix-tk-project-text ul li::before{content:"›";position:absolute;left:0;color:#BC2E2B;font-weight:700;font-size:16px}
.ix-tk-project-text ul li:last-child{border-bottom:none}
.ix-tk-project-text .cta-line{font-size:15.5px;line-height:1.7;color:#1A1D24;font-weight:600;margin:24px 0 8px;padding:16px 20px;background:#fff;border-left:4px solid #BC2E2B}
.ix-tk-project-text .disclaimer{font-size:12.5px;color:#7A7A7A;font-style:italic;margin:8px 0 0}
.ix-tk-project-side img{width:100%;display:block;border:1px solid #E5E2DA;border-bottom:3px solid #BC2E2B}

/*  INVEST FACTS  */
.ix-tk-invest{padding:90px 24px;background:#FAF8F3;color:#1A1D24;border-top:1px solid #E5E2DA;border-bottom:1px solid #E5E2DA}
.ix-tk-invest .wrap{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.ix-tk-invest-left .tag{display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin-bottom:18px}
.ix-tk-invest-left h2{font-family:'Cormorant Garamond',serif;font-weight:400;font-style:italic;font-size:40px;color:#1A1D24;margin:0 0 8px}
.ix-tk-invest-left h2 em{color:inherit}
.ix-tk-invest-left .sub{color:var(--ix-muted-2);font-size:14px;margin:0 0 28px;font-style:italic}
.ix-tk-invest-items{display:flex;flex-direction:column;gap:0}
.ix-tk-invest-item{display:grid;grid-template-columns:160px 1fr;gap:0;border-bottom:1px solid #E5E2DA;padding:12px 0}
.ix-tk-invest-item:last-child{border-bottom:none}
.ix-tk-invest-item .k{font-size:12px;letter-spacing:.06em;color:#BC2E2B;font-weight:700;padding-right:16px;line-height:1.5}
.ix-tk-invest-item .v{font-size:14px;line-height:1.55;color:var(--ix-ink-3)}
.ix-tk-invest-checks{margin-top:0}
.ix-tk-invest-check{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid var(--ix-cream);font-size:14px;color:var(--ix-ink-3);line-height:1.5}
.ix-tk-invest-check:last-child{border-bottom:none}
.ix-tk-invest-check strong{color:#1A1D24 !important}
.ix-tk-invest-check::before{content:"";color:var(--ix-ok);font-weight:700;font-size:14px;flex-shrink:0;margin-top:1px}

/*  INFRASTRUCTURE  */
.ix-tk-infra{padding:90px 24px;background:#fff;border-bottom:1px solid #E5E2DA}
.ix-tk-infra .wrap{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:72px;align-items:start}
.ix-tk-infra-text .tag{display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin-bottom:18px}
.ix-tk-infra-text .tag::before{content:"";width:32px;height:2px;background:#BC2E2B;flex-shrink:0}
.ix-tk-infra-text h2{font-family:'Cormorant Garamond',serif;font-weight:400;font-style:italic;font-size:42px;line-height:1.1;color:#1A1D24;margin:0 0 6px}
.ix-tk-infra-text h2 em{color:inherit}
.ix-tk-infra-text .sub-label{font-size:13px;color:#7A7A7A;letter-spacing:.08em;text-transform:uppercase;font-weight:600;margin:0 0 28px}
.ix-tk-infra-list{display:flex;flex-direction:column;gap:0}
.ix-tk-infra-item{display:flex;align-items:center;gap:16px;padding:11px 0;border-bottom:1px solid var(--ix-cream)}
.ix-tk-infra-item:last-child{border-bottom:none}
.ix-tk-infra-item .num{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:15px;color:#BC2E2B;font-weight:500;min-width:28px;text-align:right;flex-shrink:0}
.ix-tk-infra-item .lbl{font-size:15px;color:var(--ix-ink-3);line-height:1.4}
.ix-tk-infra-side img{width:100%;display:block;border:1px solid #E5E2DA;border-bottom:3px solid #BC2E2B}

/*  HOUSE TABLES  */
.ix-tk-tables{padding:90px 24px;background:#FAF8F3;border-bottom:1px solid #E5E2DA}
.ix-tk-tables .wrap{max-width:1240px;margin:0 auto}
.ix-tk-tables .head{text-align:center;margin-bottom:52px}
.ix-tk-tables .head .tag{display:inline-flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin-bottom:14px}
.ix-tk-tables .head h2{font-family:'Cormorant Garamond',serif;font-weight:400;font-style:italic;font-size:40px;color:#1A1D24;margin:0 0 10px}
.ix-tk-tables .head h2 em{color:inherit}
.ix-tk-tables .head p{color:var(--ix-muted-2);font-size:15px;max-width:680px;margin:0 auto}
.ix-tk-tables-cols{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.ix-tk-htable{background:#fff;border:1px solid #E5E2DA;overflow:hidden}
.ix-tk-htable table{width:100%;border-collapse:collapse;font-size:13.5px}
.ix-tk-htable table th{background:#1A1D24;padding:10px 12px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.8);font-weight:600;text-align:left;border-right:1px solid rgba(255,255,255,.08)}
.ix-tk-htable table th:last-child{border-right:none}
.ix-tk-htable table td{padding:10px 12px;border-bottom:1px solid var(--ix-cream);border-right:1px solid var(--ix-cream);color:var(--ix-ink-3);vertical-align:middle}
.ix-tk-htable table td:last-child{border-right:none}
.ix-tk-htable table tr:last-child td{border-bottom:none}
.ix-tk-htable table td img{display:block;width:64px;height:64px;object-fit:contain}
.ix-tk-htable table td.th-sub{background:#FAF8F3;font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:#BC2E2B;padding:8px 12px}
.ix-tk-htable table .st-sold{color:#BC2E2B;font-weight:700;font-size:11.5px;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}
.ix-tk-htable table .st-prep{color:var(--ix-muted-2);font-weight:600;font-size:12px;font-style:italic;white-space:nowrap}

/*  MAP  */
.ix-tk-map{padding:90px 24px;background:#fff;border-top:1px solid #E5E2DA}
.ix-tk-map .wrap{max-width:1240px;margin:0 auto}
.ix-tk-map-head{margin-bottom:28px}
.ix-tk-map-head .tag{display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin-bottom:14px}
.ix-tk-map-head .tag::before{content:"";width:32px;height:2px;background:#BC2E2B;flex-shrink:0}
.ix-tk-map-head h2{font-family:'Cormorant Garamond',serif;font-weight:400;font-style:italic;font-size:36px;color:#1A1D24;margin:0}
.ix-tk-map-head h2 em{color:inherit}
.ix-tk-map iframe{width:100%;height:460px;display:block;border:0;border-top:3px solid #BC2E2B}

/*  CTA  */
.ix-tk-cta{padding:90px 24px;background:#FAF8F3;border-top:1px solid #E5E2DA}
.ix-tk-cta .wrap{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.ix-tk-cta-left .tag{display:inline-flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin-bottom:16px;padding:5px 14px;background:rgba(188,46,43,.07);border:1px solid rgba(188,46,43,.18)}
.ix-tk-cta-left h2{font-family:'Cormorant Garamond',serif;font-weight:400;font-style:italic;font-size:40px;line-height:1.12;color:#1A1D24;margin:0 0 18px}
.ix-tk-cta-left h2 em{color:inherit}
.ix-tk-cta-left p{font-size:15.5px;line-height:1.72;color:var(--ix-ink-3);margin:0 0 24px}
.ix-tk-cta-left .actions{display:flex;gap:12px;flex-wrap:wrap}
.ix-tk-cta-left .actions a{display:inline-flex;align-items:center;gap:8px;padding:16px 28px;font-weight:700;font-size:13px;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:all .2s}
.ix-tk-cta-left .actions a.primary{background:#BC2E2B;color:#fff}
.ix-tk-cta-left .actions a.primary:hover{background:var(--ix-red-dark)}
.ix-tk-cta-left .actions a.wa{background:#25D366;color:#fff}
.ix-tk-cta-left .actions a.wa:hover{background:var(--ix-ok)}
.ix-tk-cta-left .actions a.sec{background:#fff;color:#1A1D24;border:1px solid #E5E2DA}
.ix-tk-cta-left .actions a.sec:hover{border-color:#BC2E2B;color:#BC2E2B}
.ix-tk-expert{background:#fff;border:1px solid #E5E2DA;overflow:hidden}
.ix-tk-expert-photo{aspect-ratio:4/3;background:#E5E2DA center 20%/cover no-repeat;border-bottom:3px solid #BC2E2B}
.ix-tk-expert-info{padding:26px 30px}
.ix-tk-expert-info .role{font-size:10.5px;letter-spacing:.22em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin-bottom:6px}
.ix-tk-expert-info h3{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:500;font-size:26px;color:#1A1D24;margin:0 0 4px}
.ix-tk-expert-info .pos{font-size:13px;color:var(--ix-muted-2);letter-spacing:.02em;margin-bottom:18px}
.ix-tk-expert-info .contact{display:flex;flex-direction:column;gap:6px;font-size:14px}
.ix-tk-expert-info .contact a{color:#1A1D24;text-decoration:none;display:inline-flex;align-items:center;gap:8px;padding:5px 0}
.ix-tk-expert-info .contact a:hover{color:#BC2E2B}

/*  FAQ  */
.ix-tk-faq{padding:90px 24px;background:#fff;border-top:1px solid #E5E2DA}
.ix-tk-faq .wrap{max-width:900px;margin:0 auto}
.ix-tk-faq .head{text-align:center;margin-bottom:48px}
.ix-tk-faq .head .tag{display:inline-flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin-bottom:14px}
.ix-tk-faq .head h2{font-family:'Cormorant Garamond',serif;font-weight:400;font-style:italic;font-size:40px;color:#1A1D24;margin:0}
.ix-tk-faq .head h2 em{color:inherit}
.ix-tk-faq details{background:#FAF8F3;border:1px solid #E5E2DA;margin-bottom:10px;transition:border-color .2s}
.ix-tk-faq details[open]{border-color:#BC2E2B;background:#fff}
.ix-tk-faq summary{padding:18px 54px 18px 22px;cursor:pointer;font-weight:600;font-size:15.5px;color:#1A1D24;list-style:none;position:relative;line-height:1.45}
.ix-tk-faq summary::-webkit-details-marker{display:none}
.ix-tk-faq summary::after{content:"+";position:absolute;right:22px;top:50%;transform:translateY(-50%);color:#BC2E2B;font-size:22px;font-weight:300;line-height:1}
.ix-tk-faq details[open] summary::after{content:"−"}
.ix-tk-faq .faq-body{padding:0 22px 20px;font-size:15px;line-height:1.72;color:var(--ix-muted-2)}
.ix-tk-faq .faq-body strong{color:#1A1D24}

/*  STANDORT USPS  */
.ix-tk-usps{padding:90px 24px;background:#FAF8F3;border-top:1px solid #E5E2DA;border-bottom:1px solid #E5E2DA}
.ix-tk-usps .wrap{max-width:1240px;margin:0 auto}
.ix-tk-usps .head{text-align:center;margin-bottom:52px}
.ix-tk-usps .head .tag{display:inline-flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin-bottom:14px}
.ix-tk-usps .head h2{font-family:'Cormorant Garamond',serif;font-weight:400;font-style:italic;font-size:40px;color:#1A1D24;margin:0 0 10px}
.ix-tk-usps .head h2 em{color:inherit}
.ix-tk-usps .head p{color:var(--ix-muted-2);font-size:15px;max-width:680px;margin:0 auto}
.ix-tk-usps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.ix-tk-usp{background:#fff;border:1px solid #E5E2DA;padding:28px 24px;transition:border-color .25s}
.ix-tk-usp:hover{border-color:#BC2E2B}
.ix-tk-usp .ico{font-size:28px;margin-bottom:14px;line-height:1}
.ix-tk-usp h3{font-family:'Inter',sans-serif;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#BC2E2B;font-weight:700;margin:0 0 10px}
.ix-tk-usp p{font-size:14px;line-height:1.65;color:var(--ix-muted-2);margin:0}

/*  RESPONSIVE  */
/* Tablet wide */
/*  HEADER: via immoxx-subpage-hero.php (Shared-Engine)  */
/*  TRANSPARENT HEADER OVERLAY  */
body.page-id-8900 .ix-tk-bc{display:none !important}
html:not(.ix-hdr-stuck) body.page-id-8900 .ix-tk-hero{margin-top:-90px !important}

@media(max-width:1100px){
  .ix-tk-usps-grid{grid-template-columns:repeat(2,1fr)}
}
/* Tablet */
@media(max-width:960px){
  html:not(.ix-hdr-stuck) body.page-id-8900 .ix-tk-hero{margin-top:0 !important}
  .ix-tk-hero{padding:100px 20px 80px}
  html body .ix-tk-hero h1{font-size:38px!important}
  html body .ix-tk-hero .sub-h{font-size:19px!important}
  html body .ix-tk-hero .lead{font-size:15.5px!important}
  .ix-tk-city .wrap,.ix-tk-project .wrap,.ix-tk-infra .wrap{grid-template-columns:1fr;gap:36px}
  .ix-tk-city-side,.ix-tk-infra-side{order:-1}
  .ix-tk-project-side{order:-1}
  .ix-tk-city-map{max-height:300px;object-fit:cover;object-position:center}
  .ix-tk-infra-side img,.ix-tk-project-side img{max-height:280px;object-fit:cover;object-position:center}
  .ix-tk-invest .wrap{grid-template-columns:1fr;gap:40px}
  .ix-tk-invest-grid{grid-template-columns:repeat(2,1fr)}
  .ix-tk-tables-cols{grid-template-columns:1fr;gap:18px}
  .ix-tk-cta .wrap{grid-template-columns:1fr;gap:36px}
  .ix-tk-city,.ix-tk-project,.ix-tk-invest,.ix-tk-infra,.ix-tk-tables,.ix-tk-map,.ix-tk-cta,.ix-tk-faq,.ix-tk-usps{padding:56px 18px}
  .ix-tk-city-text h2,.ix-tk-project-text h2,.ix-tk-infra-text h2,.ix-tk-tables .head h2,.ix-tk-invest-left h2,.ix-tk-cta-left h2,.ix-tk-faq .head h2,.ix-tk-usps .head h2{font-size:30px}
  .ix-tk-map iframe{height:380px}
}
/* Mobile */
@media(max-width:768px){
  html body .ix-tk-hero h1{font-size:30px!important}
  html body .ix-tk-hero .sub-h{font-size:17px!important}
  .ix-tk-usps-grid{grid-template-columns:repeat(2,1fr)}
  .ix-tk-invest-grid{grid-template-columns:1fr}
  /* table: scrollable on mobile */
  .ix-tk-htable{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .ix-tk-htable table{min-width:480px}
  .ix-tk-map iframe{height:320px}
  .ix-tk-inquiry .wrap{flex-direction:column;align-items:flex-start;gap:18px}
}
/* Small phone */
@media(max-width:600px){
  .ix-tk-hero{padding:80px 16px 64px}
  html body .ix-tk-hero h1{font-size:26px!important}
  html body .ix-tk-hero .kicker{font-size:9.5px!important;letter-spacing:.16em!important;padding:5px 12px!important}
  html body .ix-tk-hero .addr{font-size:12px!important;letter-spacing:.04em!important}
  html body .ix-tk-hero .lead{font-size:14.5px!important}
  html body .ix-tk-hero .baubewill{font-size:11px!important;padding:8px 16px!important}
  .ix-tk-city-stats{grid-template-columns:1fr 1fr}
  .ix-tk-city-stat:last-child{grid-column:1/-1}
  .ix-tk-invest-item{grid-template-columns:1fr;gap:3px}
  .ix-tk-invest-item .k{font-size:10.5px;color:rgba(255,128,128,.65)}
  .ix-tk-htable table{font-size:12px;min-width:420px}
  .ix-tk-htable table th,.ix-tk-htable table td{padding:8px 9px}
  .ix-tk-htable table td img{width:44px;height:44px}
  .ix-tk-faq summary{font-size:14px;padding:16px 44px 16px 16px}
  .ix-tk-faq .faq-body{font-size:14px;padding:0 16px 16px}
  .ix-tk-usps-grid{grid-template-columns:1fr}
  .ix-tk-bc-in{padding:8px 16px}
}
/* Very small (320px) */
@media(max-width:400px){
  html body .ix-tk-hero h1{font-size:22px!important}
  .ix-tk-city,.ix-tk-project,.ix-tk-invest,.ix-tk-infra,.ix-tk-tables,.ix-tk-map,.ix-tk-cta,.ix-tk-faq,.ix-tk-usps{padding:40px 14px}
  .ix-tk-htable table{min-width:360px;font-size:11px}
}
