:root{
    --navy:#0B2A4A;
    --navy-deep:#061A30;
    --navy-tint:#EAF0F6;
    --orange:#F2A93C;
    --orange-deep:#D98F1E;
    --orange-tint:#FCF0DA;
    --bg:#FFFFFF;
    --bg-soft:#F5F7F9;
    --ink:#0F1D2C;
    --ink-soft:#57677A;
    --line:rgba(11,42,74,0.12);
    --ok:#1E8E5A;
  }
  *{box-sizing:border-box;margin:0;padding:0;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--bg); color:var(--ink);
    font-family:'Karla',sans-serif; font-size:16px; line-height:1.6;
    -webkit-font-smoothing:antialiased;
    padding-bottom:64px;
  }
  h1,h2,h3,.display{font-family:'Bricolage Grotesque',sans-serif; font-weight:700; letter-spacing:-0.01em; color:var(--navy);}
  .mono{font-family:'IBM Plex Mono',monospace; letter-spacing:0.02em;}
  a{color:inherit; text-decoration:none;}
  img{max-width:100%; display:block;}
  ul{list-style:none;}
  button{font-family:inherit; cursor:pointer;}
  .placeholder{
    background:repeating-linear-gradient(135deg,#FFF3E9,#FFF3E9 8px,#FFE1C8 8px,#FFE1C8 16px);
    color:#8A4A15; border:1px dashed var(--orange);
    font-family:'IBM Plex Mono',monospace; font-size:12px; padding:2px 8px; border-radius:4px; display:inline-block;
  }

  .util-bar{background:var(--navy-deep); color:#C9D6E4; font-size:12.5px;}
  .util-inner{max-width:1180px; margin:0 auto; padding:8px 24px; display:flex; justify-content:space-between; align-items:center; gap:16px; flex-wrap:wrap;}
  .util-left{display:flex; gap:18px; align-items:center; flex-wrap:wrap;}
  .util-left a{display:flex; align-items:center; gap:6px;}
  .util-left a:hover{color:#fff;}
  .util-left svg{width:13px; height:13px; opacity:0.85;}

  header{position:sticky; top:0; z-index:50; background:#fff; border-bottom:1px solid var(--line);}
  .navbar{display:flex; align-items:center; justify-content:space-between; padding:14px 24px; max-width:1180px; margin:0 auto;}
  .brand{display:flex; align-items:center; gap:10px;}
  .brand-mark{height:44px; width:auto; flex-shrink:0; display:block;}
  .brand-text{font-family:'Bricolage Grotesque',sans-serif; font-size:18px; font-weight:800; color:var(--navy); line-height:1.15;}
  .brand-text small{display:block; font-family:'IBM Plex Mono',monospace; font-size:9.5px; letter-spacing:0.12em; color:var(--ink-soft); font-weight:500; text-transform:uppercase;}
  .footer-brand .brand-mark{background:#fff; border-radius:8px; padding:6px 10px; height:40px;}
  nav.links{display:flex; gap:4px;}
  nav.links a{font-size:13.5px; font-weight:600; color:var(--ink-soft); padding:9px 14px; border-radius:6px; transition:background .15s, color .15s;}
  nav.links a:hover{background:var(--bg-soft); color:var(--navy);}
  .header-ctas{display:flex; align-items:center; gap:10px;}

  .btn{display:inline-flex; align-items:center; gap:8px; justify-content:center; background:var(--orange); color:#fff; padding:12px 22px; border-radius:8px; font-size:14px; font-weight:700; border:1px solid var(--orange); transition:background .15s, transform .15s; white-space:nowrap;}
  .btn:hover{background:var(--orange-deep); transform:translateY(-1px);}
  .btn.navy{background:var(--navy); border-color:var(--navy);}
  .btn.navy:hover{background:var(--navy-deep);}
  .btn.outline{background:#fff; color:var(--navy); border:1.5px solid var(--navy);}
  .btn.outline:hover{background:var(--navy-tint);}
  .btn.small{padding:9px 16px; font-size:13px;}
  .btn.block{width:100%;}

  .hero{position:relative; overflow:hidden; color:#fff;}
  .hero-bg{position:absolute; inset:0; background-size:cover; background-position:center; opacity:0; transition:opacity 1.6s ease; z-index:0;}
  .hero-bg.active{opacity:1;}
  .hero-overlay{position:absolute; inset:0; background:linear-gradient(100deg, rgba(6,26,48,0.94) 0%, rgba(6,26,48,0.72) 46%, rgba(6,26,48,0.4) 78%); z-index:1;}
  .hero-grid{max-width:760px; margin:0 auto; padding:88px 24px 80px; position:relative; z-index:2; text-align:center; display:flex; flex-direction:column; align-items:center;}
  .badge-row{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:20px; justify-content:center;}
  .badge{display:inline-flex; align-items:center; gap:7px; font-size:12px; font-weight:600; background:rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.25); padding:7px 14px; border-radius:999px;}
  .badge .dot{width:6px; height:6px; border-radius:50%; background:var(--orange);}
  .hero h1{color:#fff; font-size:clamp(30px,4.4vw,46px); line-height:1.12; font-weight:800;}
  .hero h1 span{color:var(--orange);}
  .hero p.lede{max-width:560px; margin:16px auto 0; font-size:16px; color:rgba(255,255,255,0.82);}
  .hero-ctas{display:flex; gap:12px; margin-top:26px; flex-wrap:wrap; justify-content:center;}
  .hero .btn.outline{background:rgba(255,255,255,0.06); color:#fff; border-color:rgba(255,255,255,0.4);}
  .hero .btn.outline:hover{background:rgba(255,255,255,0.16);}
  .trust-strip{display:flex; gap:22px; margin-top:40px; flex-wrap:wrap; justify-content:center;}
  .trust-strip .item{text-align:center; width:110px;}
  .trust-strip .icon{width:44px; height:44px; border-radius:50%; background:rgba(242,169,60,0.15); display:flex; align-items:center; justify-content:center; margin:0 auto 8px;}
  .trust-strip .icon svg{width:20px; height:20px; stroke:var(--orange);}
  .trust-strip .n{font-family:'Bricolage Grotesque',sans-serif; font-weight:800; font-size:19px; color:#fff;}
  .trust-strip .l{font-size:11px; color:rgba(255,255,255,0.65); margin-top:2px;}

  .section{padding:72px 24px;}
  .section.soft{background:var(--bg-soft);}
  .section-head{max-width:1180px; margin:0 auto 40px; display:flex; justify-content:space-between; align-items:flex-end; gap:20px; flex-wrap:wrap;}
  .section-tag{font-family:'IBM Plex Mono',monospace; font-size:11.5px; letter-spacing:0.12em; text-transform:uppercase; color:var(--orange-deep); margin-bottom:10px; font-weight:600;}
  .section-head h2{font-size:clamp(24px,3vw,32px);}
  .section-head p{color:var(--ink-soft); max-width:400px; font-size:14.5px;}

  .dev-tabs{max-width:1180px; margin:0 auto; display:flex; gap:8px; flex-wrap:wrap; border-bottom:1px solid var(--line); padding:6px 0 20px; justify-content:center;}
  .dev-tab{display:flex; align-items:center; justify-content:center; padding:20px 32px; border-radius:16px; transition:box-shadow .2s, transform .2s, background .2s; background:none; border:none;}
  .dev-tab:hover{transform:translateY(-2px);}
  .dev-tab.active{background:#fff; box-shadow:0 14px 34px rgba(11,42,74,0.16); transform:translateY(-4px);}
  .dev-tab .dev-tab-logo{height:88px; width:auto; max-width:260px; flex-shrink:0; object-fit:contain; opacity:0.55; filter:grayscale(30%); transition:opacity .2s, filter .2s;}
  .dev-tab:hover .dev-tab-logo, .dev-tab.active .dev-tab-logo{opacity:1; filter:none;}
  .dev-panel{display:none; padding-top:40px;}
  .dev-panel.active{display:block;}

  .dev-grid{max-width:1180px; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
  .dev-card{background:#fff; border:1px solid var(--line); border-radius:14px; overflow:hidden; box-shadow:0 1px 3px rgba(11,42,74,0.06); transition:box-shadow .2s, transform .2s;}
  .dev-card:hover{box-shadow:0 16px 32px rgba(11,42,74,0.12); transform:translateY(-3px);}
  .dev-photo{position:relative; overflow:hidden; aspect-ratio:16/10; background:linear-gradient(135deg,var(--navy-tint),#dfe8ef);}
  .dev-photo-caption{position:absolute; left:0; right:0; bottom:0; padding:28px 32px; background:linear-gradient(0deg, rgba(6,26,48,0.92) 0%, rgba(6,26,48,0.6) 60%, rgba(6,26,48,0) 100%);}
  .dev-photo-caption p{color:#fff; font-size:14.5px; line-height:1.75; max-width:760px; margin:0;}
  .dev-photo-caption strong{color:var(--orange);}
  .dev-body{padding:22px;}
  .dev-body .dev-tag{font-family:'IBM Plex Mono',monospace; font-size:11px; color:var(--orange-deep); font-weight:600;}
  .dev-body h3{font-size:21px; margin-top:8px;}
  .dev-body .from{font-size:13px; color:var(--ink-soft); margin-top:6px;}
  .dev-body .from b{color:var(--navy); font-size:17px; font-family:'Bricolage Grotesque',sans-serif;}
  .dev-actions{display:flex; gap:8px;}

  .model-grid{max-width:1180px; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
  .model-card{background:#fff; border:1px solid var(--line); border-radius:14px; overflow:hidden; box-shadow:0 1px 3px rgba(11,42,74,0.06); transition:box-shadow .2s, transform .2s;}
  .model-card:hover{box-shadow:0 16px 32px rgba(11,42,74,0.12); transform:translateY(-3px);}
  .model-photo{aspect-ratio:4/3; background:linear-gradient(135deg,var(--navy-tint),#dfe8ef); display:flex; align-items:center; justify-content:center; color:var(--navy); font-family:'IBM Plex Mono',monospace; font-size:11px; text-align:center; padding:14px;}
  .model-body{padding:20px;}
  .model-body h4{font-size:18px; font-weight:700; color:var(--navy);}
  .model-price{display:flex; align-items:flex-end; gap:18px; margin-top:8px; flex-wrap:wrap;}
  .model-price .price-block{display:flex; flex-direction:column;}
  .model-price .price-label{font-family:'IBM Plex Mono',monospace; font-size:9px; letter-spacing:0.06em; text-transform:uppercase; color:var(--ink-soft); margin-bottom:2px;}
  .model-price .price-block.discount .price-label{color:var(--orange-deep);}
  .model-price .val{font-family:'Bricolage Grotesque',sans-serif; font-size:20px; color:var(--orange-deep); font-weight:800;}
  .model-price .old{font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--ink-soft); text-decoration:line-through;}
  .model-specs{display:flex; gap:14px; margin:12px 0 16px; font-size:12.5px; color:var(--ink-soft); flex-wrap:wrap;}
  .model-specs b{color:var(--ink);}
  .model-actions{display:flex; gap:8px;}
  .model-note{margin-top:14px; padding-top:12px; border-top:1px solid var(--line);}
  .model-note p{font-size:10.5px; line-height:1.6; color:var(--ink-soft); margin:0;}

  .credit-grid{max-width:1180px; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
  .credit-card{background:#fff; border:1px solid var(--line); border-radius:14px; padding:26px;}
  .credit-icon{width:44px; height:44px; border-radius:10px; background:var(--orange-tint); display:flex; align-items:center; justify-content:center; margin-bottom:16px;}
  .credit-icon svg{width:22px; height:22px;}
  .credit-card h4{font-size:16.5px; color:var(--navy);}
  .credit-card p{font-size:13.5px; color:var(--ink-soft); margin-top:8px;}

  .amenity-grid{max-width:1180px; margin:0 auto; display:grid; grid-template-columns:repeat(auto-fit, minmax(220px, 1fr)); gap:20px;}
  .amenity-card{border-radius:14px; overflow:hidden; background:#fff; border:1px solid var(--line); box-shadow:0 1px 3px rgba(11,42,74,0.06); transition:box-shadow .2s, transform .2s;}
  .amenity-card:hover{box-shadow:0 16px 32px rgba(11,42,74,0.12); transform:translateY(-3px);}
  .amenity-photo{aspect-ratio:4/3; background:linear-gradient(135deg,var(--navy-tint),#dfe8ef); display:flex; align-items:center; justify-content:center; color:var(--navy); font-family:'IBM Plex Mono',monospace; font-size:11px; text-align:center; padding:14px;}
  .amenity-card h5{font-size:14.5px; font-weight:700; color:var(--navy); padding:14px 16px 16px;}

  .faq-list{max-width:820px; margin:0 auto;}
  .faq-item{border-bottom:1px solid var(--line);}
  .faq-q{padding:18px 4px; display:flex; justify-content:space-between; align-items:center; cursor:pointer; font-weight:600; font-size:15px; color:var(--navy);}
  .faq-q svg{width:16px; height:16px; flex-shrink:0; transition:transform .2s;}
  .faq-item.open .faq-q svg{transform:rotate(45deg);}
  .faq-a{max-height:0; overflow:hidden; transition:max-height .25s ease;}
  .faq-item.open .faq-a{max-height:200px;}
  .faq-a p{font-size:14px; color:var(--ink-soft); padding:0 4px 18px;}

  .contact-panel{max-width:1180px; margin:0 auto; background:#fff; border:1px solid var(--line); border-radius:16px; box-shadow:0 1px 3px rgba(11,42,74,0.06); display:grid; grid-template-columns:0.85fr 1.15fr; overflow:hidden;}
  .contact-info{padding:44px; background:var(--navy); color:#fff;}
  .contact-info h3{color:#fff; font-size:20px;}
  .contact-info .sub{color:rgba(255,255,255,0.7); font-size:13.5px; margin-top:8px; margin-bottom:28px;}
  .info-row{display:flex; gap:12px; padding:14px 0; border-top:1px solid rgba(255,255,255,0.14); align-items:flex-start;}
  .info-row:first-of-type{border-top:none;}
  .info-row svg{width:16px; height:16px; margin-top:2px; flex-shrink:0; color:var(--orange);}
  .info-row .k{font-size:10.5px; text-transform:uppercase; letter-spacing:0.08em; color:rgba(255,255,255,0.55); font-family:'IBM Plex Mono',monospace;}
  .info-row .v{font-size:14px; margin-top:2px;}
  .contact-form{padding:44px;}
  .field{margin-bottom:16px;}
  .field label{display:block; font-size:12.5px; font-weight:600; color:var(--ink-soft); margin-bottom:6px;}
  .field input, .field select, .field textarea{width:100%; padding:11px 13px; border:1.5px solid var(--line); border-radius:8px; font-family:'Karla',sans-serif; font-size:14px; background:var(--bg-soft);}
  .field textarea{resize:vertical; min-height:76px;}
  .field-row{display:grid; grid-template-columns:1fr 1fr; gap:12px;}
  .form-note{font-size:12px; color:var(--ink-soft); margin-top:10px; display:flex; gap:6px; align-items:flex-start;}
  .form-note svg{width:13px; height:13px; margin-top:2px; flex-shrink:0; color:var(--ok);}

  footer{background:var(--navy-deep); color:rgba(255,255,255,0.72); padding:48px 24px 24px;}
  .footer-grid{max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:36px; padding-bottom:30px; border-bottom:1px solid rgba(255,255,255,0.12);}
  .footer-grid h6{color:#fff; font-size:11.5px; text-transform:uppercase; letter-spacing:0.1em; font-family:'IBM Plex Mono',monospace; margin-bottom:14px;}
  .footer-grid li{margin-bottom:9px; font-size:13.5px;}
  .footer-grid a:hover{color:#fff;}
  .footer-brand .brand-text, .footer-brand .brand-text small{color:#fff;}
  .footer-brand p{margin-top:14px; font-size:13px; max-width:260px; color:rgba(255,255,255,0.6);}
  .footer-social{display:flex; gap:10px; margin-top:18px;}
  .footer-social a{width:36px; height:36px; border-radius:50%; background:rgba(255,255,255,0.08); display:flex; align-items:center; justify-content:center; transition:background .15s, transform .15s;}
  .footer-social a:hover{background:var(--orange); transform:translateY(-2px);}
  .footer-social a svg{width:16px; height:16px; fill:#fff;}
  .footer-bottom{max-width:1180px; margin:20px auto 0; display:flex; justify-content:space-between; font-size:12px; color:rgba(255,255,255,0.45); flex-wrap:wrap; gap:8px;}

  .sticky-cta{position:fixed; bottom:0; left:0; right:0; z-index:60; background:#fff; border-top:1px solid var(--line); display:grid; grid-template-columns:1fr 1fr 1fr; box-shadow:0 -6px 20px rgba(11,42,74,0.1);}
  .sticky-cta a{display:flex; flex-direction:column; align-items:center; gap:3px; padding:9px 4px 10px; font-size:11px; font-weight:600; color:var(--navy); border-right:1px solid var(--line);}
  .sticky-cta a:last-child{border-right:none;}
  .sticky-cta a svg{width:19px; height:19px;}
  .sticky-cta a.primary{background:var(--orange); color:#fff;}

  @media (min-width:861px){ .sticky-cta{display:none;} }

  .wa-float{position:fixed; right:22px; bottom:22px; z-index:70; display:flex; align-items:center; gap:10px;}
  .wa-float-btn{position:relative; width:60px; height:60px; border-radius:50%; background:#25D366; display:flex; align-items:center; justify-content:center; box-shadow:0 6px 20px rgba(0,0,0,0.25); transition:transform .15s;}
  .wa-float-btn:hover{transform:scale(1.08);}
  .wa-float-btn svg{width:30px; height:30px; fill:#fff; position:relative; z-index:2;}
  .wa-float-btn::before, .wa-float-btn::after{content:''; position:absolute; inset:0; border-radius:50%; background:#25D366; opacity:0.55; animation:wa-pulse 2.2s ease-out infinite;}
  .wa-float-btn::after{animation-delay:1.1s;}
  @keyframes wa-pulse{
    0%{ transform:scale(1); opacity:0.55; }
    100%{ transform:scale(1.9); opacity:0; }
  }
  .wa-float-label{background:#fff; color:var(--navy); font-size:13px; font-weight:700; padding:10px 16px; border-radius:999px; box-shadow:0 6px 18px rgba(11,42,74,0.16); white-space:nowrap; opacity:0; transform:translateX(8px); transition:opacity .2s, transform .2s; pointer-events:none;}
  .wa-float:hover .wa-float-label{opacity:1; transform:translateX(0);}
  @media (max-width:860px){
    .wa-float{right:16px; bottom:84px;}
    .wa-float-label{display:none;}
  }
  @media (max-width:860px){
    nav.links{display:none;}
    .header-ctas .btn.outline{display:none;}
    .hero-grid{grid-template-columns:1fr;}
    .trust-strip{gap:18px;}
    .dev-grid, .model-grid, .credit-grid{grid-template-columns:1fr;}
    .dev-tabs{gap:0; overflow-x:auto; -webkit-overflow-scrolling:touch; justify-content:flex-start;}
    .dev-tab{padding:14px 18px;}
    .dev-tab .dev-tab-logo{height:48px; max-width:140px;}
    .contact-panel{grid-template-columns:1fr;}
    .field-row{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr 1fr;}
    .util-left{display:none;}
    .util-inner{justify-content:center;}
  }

  /* Página individual de propiedad (single-propiedad.php) */
  .property-page{max-width:1180px; margin:0 auto; padding:120px 24px 80px;}
  .property-breadcrumb{font-size:12.5px; color:var(--ink-soft); margin-bottom:20px;}
  .property-breadcrumb a{color:var(--ink-soft);}
  .property-breadcrumb a:hover{color:var(--navy);}

  .property-gallery-main{aspect-ratio:16/9; border-radius:16px; background-size:cover; background-position:center; background-color:var(--navy-tint);}
  .property-gallery-main.placeholder{display:flex; align-items:center; justify-content:center; color:var(--ink-soft); font-family:'IBM Plex Mono',monospace; font-size:12px;}
  .property-gallery-thumbs{display:flex; gap:10px; margin-top:10px; overflow-x:auto; padding-bottom:4px;}
  .property-thumb{width:92px; height:68px; border-radius:8px; background-size:cover; background-position:center; cursor:pointer; opacity:0.5; flex-shrink:0; border:2px solid transparent; transition:opacity .15s, border-color .15s;}
  .property-thumb:hover, .property-thumb.active{opacity:1; border-color:var(--orange);}

  .property-body{display:grid; grid-template-columns:1fr 320px; gap:44px; margin-top:40px; align-items:start;}
  .property-main h1{font-family:'Bricolage Grotesque',sans-serif; font-size:30px; color:var(--navy); margin-top:8px;}
  .property-desc{margin-top:20px; font-size:14.5px; line-height:1.75; color:var(--ink-soft);}
  .property-distribucion{margin-top:30px; border-top:1px solid var(--line); padding-top:26px;}
  .property-distribucion h3{font-family:'Bricolage Grotesque',sans-serif; font-size:18px; color:var(--navy); margin-bottom:12px;}
  .property-distribucion-content{font-size:14px; line-height:1.85; color:var(--ink-soft);}
  .property-distribucion-content ul{padding-left:20px; margin:8px 0;}
  .property-distribucion-content p{margin:0 0 10px;}

  .property-sidebar-card{background:#fff; border:1px solid var(--line); border-radius:14px; padding:26px; position:sticky; top:24px; box-shadow:0 1px 3px rgba(11,42,74,0.06);}
  .property-back-link{display:block; margin-top:20px; font-size:12.5px; color:var(--ink-soft); text-align:center;}
  .property-back-link:hover{color:var(--navy);}

  @media (max-width:860px){
    .property-page{padding:100px 20px 60px;}
    .property-body{grid-template-columns:1fr; gap:28px;}
    .property-sidebar-card{position:static;}
  }

  /* Página dedicada de desarrollo (taxonomy-desarrollo.php) */
  .dev-hero{position:relative; min-height:480px; display:flex; align-items:flex-end; overflow:hidden; color:#fff; background-color:var(--navy);}
  .dev-hero-inner{max-width:1180px; margin:0 auto; padding:150px 24px 56px; width:100%; position:relative; z-index:2;}
  .dev-hero-breadcrumb{font-size:12.5px; color:rgba(255,255,255,0.7); margin-bottom:18px;}
  .dev-hero-breadcrumb a{color:rgba(255,255,255,0.7); text-decoration:none;}
  .dev-hero-breadcrumb a:hover{color:#fff;}
  .dev-hero h1{font-family:'Bricolage Grotesque',sans-serif; font-size:42px; font-weight:800; line-height:1.05; max-width:640px; color:#fff;}
  .dev-hero .lede{margin-top:14px; max-width:600px; font-size:15px; line-height:1.7; color:rgba(255,255,255,0.85);}
  .dev-hero-ctas{display:flex; gap:12px; margin-top:26px; flex-wrap:wrap; align-items:center;}
  .dev-hero-ctas .btn-solid-orange{background:var(--orange); color:#061A30; padding:13px 24px; border-radius:8px; font-weight:700; font-size:14px; font-family:'Bricolage Grotesque',sans-serif;}
  .dev-hero-ctas .btn-solid-white{background:#fff; color:var(--navy); padding:13px 24px; border-radius:8px; font-weight:700; font-size:14px; font-family:'Bricolage Grotesque',sans-serif;}
  .dev-hero-price{font-family:'IBM Plex Mono',monospace; font-size:12px; color:rgba(255,255,255,0.75);}
  .dev-hero-price b{display:block; font-family:'Bricolage Grotesque',sans-serif; font-size:22px; color:var(--orange); font-weight:800;}

  .dev-page-feat{max-width:1180px; margin:0 auto; display:flex; gap:10px; flex-wrap:wrap; padding:28px 24px 0;}
  .dev-page-feat span{font-size:12px; padding:7px 14px; background:var(--navy-tint); color:var(--navy); border-radius:20px; font-weight:600;}

  @media (max-width:860px){
    .dev-hero-inner{padding:120px 20px 40px;}
    .dev-hero h1{font-size:30px;}
  }

  /* Calculadora hipotecaria (page-template-calculadora.php) */
  .calc-wrap{max-width:1180px; margin:0 auto; padding:56px 24px;}

  .calc2-top{background:linear-gradient(135deg,var(--navy),var(--navy-deep)); border-radius:20px; padding:48px 40px; text-align:center; color:#fff;}
  .calc2-top .tag{font-family:'IBM Plex Mono',monospace; font-size:11px; color:var(--orange); text-transform:uppercase; letter-spacing:.08em;}
  .calc2-top h2{font-family:'Bricolage Grotesque',sans-serif; font-size:48px; font-weight:800; margin:10px 0 4px; color:#fff;}
  .calc2-top .sub{color:rgba(255,255,255,0.7); font-size:13.5px;}

  .calc2-controls{display:flex; gap:18px; justify-content:center; margin-top:28px; flex-wrap:wrap; align-items:flex-start;}
  .calc2-field{text-align:left;}
  .calc2-field-label{font-family:'IBM Plex Mono',monospace; font-size:10.5px; letter-spacing:.06em; text-transform:uppercase; color:rgba(255,255,255,0.55); margin-bottom:8px;}
  .calc2-controls select{-webkit-appearance:none; appearance:none; background:rgba(255,255,255,0.08) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23ffffff" stroke-width="2"><path d="M6 9l6 6 6-6"/></svg>') no-repeat right 14px center; background-size:16px; border:none; border-radius:10px; color:#fff; font-size:13.5px; padding:12px 40px 12px 16px; min-width:220px;}
  .calc2-controls select optgroup, .calc2-controls select option{color:#0F1D2C;}
  .calc2-controls .pill-row{display:flex; gap:4px; background:rgba(255,255,255,0.08); border-radius:10px; padding:6px;}
  .calc2-controls .pill{padding:8px 14px; border-radius:8px; font-size:12.5px; font-weight:600; color:rgba(255,255,255,0.6); cursor:pointer;}
  .calc2-controls .pill.sel{background:var(--orange); color:#061A30;}

  .calc2-slider-wrap{max-width:640px; margin:26px auto 0; text-align:left;}
  .calc2-slider-label{display:flex; justify-content:space-between; font-size:12.5px; color:rgba(255,255,255,0.65); margin-bottom:8px;}
  .calc2-slider-label b{color:#fff; font-family:'Bricolage Grotesque',sans-serif; font-size:15px;}
  .calc2-slider{-webkit-appearance:none; width:100%; height:6px; border-radius:4px; background:rgba(255,255,255,0.18); outline:none;}
  .calc2-slider::-webkit-slider-thumb{-webkit-appearance:none; width:20px; height:20px; border-radius:50%; background:var(--orange); border:3px solid #fff; cursor:pointer; box-shadow:0 2px 6px rgba(0,0,0,0.3);}
  .calc2-slider::-moz-range-thumb{width:20px; height:20px; border-radius:50%; background:var(--orange); border:3px solid #fff; cursor:pointer;}
  .calc2-slider-ticks{display:flex; justify-content:space-between; font-size:10.5px; color:rgba(255,255,255,0.4); margin-top:6px;}

  .calc2-cards{display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:28px;}
  .calc2-card{background:#fff; border:1px solid var(--line); border-radius:14px; padding:20px; box-shadow:0 1px 3px rgba(11,42,74,0.06);}
  .calc2-card .k{font-family:'IBM Plex Mono',monospace; font-size:10.5px; color:var(--ink-soft); text-transform:uppercase; letter-spacing:.05em;}
  .calc2-card .hint{font-size:11px; color:var(--ink-soft); opacity:0.75; margin-top:3px; line-height:1.4;}
  .calc2-card .v{font-family:'Bricolage Grotesque',sans-serif; font-size:21px; font-weight:800; color:var(--navy); margin-top:6px;}
  .calc2-card.highlight{background:var(--orange-tint); border-color:var(--orange);}
  .calc2-card.highlight .k{color:var(--orange-deep);}
  .calc2-card.highlight .v{color:var(--orange-deep);}

  .calc2-cta{text-align:center; margin-top:28px;}

  .calc-info{max-width:820px; margin:64px auto 0;}
  .calc-info-item{padding:26px 0; border-top:1px solid var(--line);}
  .calc-info-item:last-child{border-bottom:1px solid var(--line);}
  .calc-info-item h3{font-family:'Bricolage Grotesque',sans-serif; font-size:18px; color:var(--navy); margin-bottom:10px;}
  .calc-info-item p{font-size:14px; line-height:1.75; color:var(--ink-soft);}
  .calc-info-item p + p{margin-top:10px;}
  .calc-info-note{background:var(--navy-tint); border-radius:12px; padding:20px 24px; margin-top:36px; font-size:13px; line-height:1.7; color:var(--ink-soft);}

  @media (max-width:860px){
    .calc2-top{padding:36px 22px;}
    .calc2-top h2{font-size:32px;}
    .calc2-cards{grid-template-columns:1fr;}
  }
