:root{
  --blue:#1d4d6a;--blue2:#103449;--blue3:#286b91;--gold:#f4b54f;--gold2:#ffd278;
  --ink:#10222d;--muted:#657783;--bg:#f4f7f9;--card:#fff;--line:#dfe8ed;
  --shadow:0 18px 60px rgba(15,50,72,.13);--r:26px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.5}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 36px));margin:auto}
.topbar{background:var(--blue2);color:#e9f2f7;font-size:13px}.topbar-inner{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.topbar a:hover{text-decoration:underline}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(223,232,237,.9)}.nav{display:flex;align-items:center;gap:24px;min-height:80px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:188px;height:64px;object-fit:contain;object-position:left center}.navlinks{display:flex;gap:22px;margin-left:auto;font-size:14px;font-weight:800;color:#294453}.navlinks a{padding:28px 0;position:relative}.navlinks a:after{content:"";position:absolute;height:2px;left:0;right:100%;bottom:18px;background:var(--gold);transition:.2s}.navlinks a:hover:after{right:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:15px;padding:14px 19px;font-weight:850;cursor:pointer;transition:.2s;font-size:14px}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue3));color:#fff;box-shadow:0 12px 28px rgba(29,77,106,.22)}.btn-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#4b3512}.btn-soft{background:#ecf3f7;color:var(--blue)}.btn-light{background:#fff;color:var(--blue)}.menu-button{display:none;border:0;background:#edf4f7;color:var(--blue2);width:44px;height:44px;border-radius:13px;font-size:21px;cursor:pointer}
.hero{padding:54px 0 48px;background:radial-gradient(circle at 83% 20%,rgba(244,181,79,.2),transparent 28%),radial-gradient(circle at 12% 0%,rgba(29,77,106,.16),transparent 28%),linear-gradient(180deg,#fff 0%,#f7fafc 100%)}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:38px;align-items:center}.kicker,.eyebrow{display:inline-flex;gap:8px;align-items:center;color:var(--blue);font-size:13px;font-weight:900}.kicker{background:#edf5f8;border-radius:999px;padding:9px 13px}.hero h1{font-size:clamp(44px,5.6vw,72px);line-height:.98;margin:18px 0 20px;letter-spacing:-2.8px}.lead{font-size:20px;color:#526773;max-width:720px;margin:0 0 20px}.delivery-badge{display:inline-flex;align-items:center;gap:13px;padding:13px 16px;border:1px solid #efd095;background:#fff9ec;border-radius:17px;color:#6a4a15;margin-bottom:20px}.delivery-icon{font-size:30px;line-height:1;color:#d88a15}.delivery-badge strong{color:#b66f07}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-meta{display:flex;gap:28px;flex-wrap:wrap;margin-top:30px;color:#536a77;font-size:14px}.hero-meta strong{display:block;color:var(--ink);font-size:19px}.hero-meta span{display:block}.visual{background:linear-gradient(145deg,#10344a,#1f5878 60%,#2b769f);border-radius:34px;padding:26px;min-height:430px;position:relative;overflow:hidden;box-shadow:var(--shadow);color:#fff}.visual:after{content:"";position:absolute;width:180px;height:180px;border-radius:36px;background:rgba(255,255,255,.08);left:-30px;bottom:-45px;transform:rotate(24deg)}.visual-title{font-size:14px;font-weight:850;opacity:.84;position:relative;z-index:2}.orb{position:absolute;width:210px;height:210px;border-radius:50%;background:rgba(244,181,79,.5);right:-38px;top:-34px;border:16px solid rgba(255,255,255,.09)}.print-stack{position:absolute;inset:88px 34px 36px 52px}.sheet{position:absolute;border-radius:21px;box-shadow:0 24px 50px rgba(0,0,0,.2);width:74%;height:62%;padding:22px;left:0;top:20px}.sheet-gold{transform:rotate(6deg);left:19%;top:4px;background:#f8c15e}.sheet-white{transform:rotate(-1deg);left:10%;top:22px;background:#fff;color:var(--ink)}.mini-logo{width:160px;height:62px;object-fit:contain;object-position:left center}.bar{height:14px;border-radius:999px;background:#dce7ed;margin:10px 0}.bar.short{width:65%}.swatches{display:flex;gap:8px;margin-top:20px}.swatches i{display:block;width:32px;height:32px;border-radius:8px;background:#1d4d6a}.swatches i:nth-child(2){background:#f4b54f}.swatches i:nth-child(3){background:#da4569}.swatches i:nth-child(4){background:#22a8b5}
.section{padding:72px 0}.white{background:#fff}.section-title{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:28px}.section-title h2{font-size:38px;line-height:1.05;margin:6px 0 0;letter-spacing:-1.4px}.section-title p{margin:0;color:var(--muted);max-width:560px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--r);box-shadow:0 12px 34px rgba(15,50,72,.06)}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefit{padding:25px}.icon{width:48px;height:48px;border-radius:16px;background:#edf5f8;color:var(--blue);display:grid;place-items:center;font-weight:900;font-size:22px;margin-bottom:18px}.benefit h3{margin:0 0 8px;font-size:20px}.benefit p{color:var(--muted);margin:0}.calculator-section{background:#f4f7f9}.calc-shell{display:grid;grid-template-columns:1.35fr .65fr;gap:22px;align-items:start}.calc-panel{padding:28px}.calc-head{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:20px}.calc-head h3{font-size:26px;margin:0}.live{background:#ecf8ef;color:#26743e;padding:8px 11px;border-radius:999px;font-size:12px;font-weight:850}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:block}.field>span,.postpress legend{display:block;font-size:12px;color:#58707e;font-weight:850;margin:0 0 7px;text-transform:uppercase;letter-spacing:.05em}.field select,.field input,.field textarea,.modal-card textarea{width:100%;border:1px solid #d6e2e9;background:#fbfdfe;border-radius:15px;padding:13px 14px;font-size:15px;outline:none;color:var(--ink)}.field textarea{resize:vertical}.field select:focus,.field input:focus,.field textarea:focus{border-color:#7ba5bd;box-shadow:0 0 0 3px rgba(29,77,106,.08)}.field-full{margin-top:18px}.postpress{border:0;padding:0;margin:18px 0 0}.chips{display:flex;flex-wrap:wrap;gap:9px}.chip input{position:absolute;opacity:0;pointer-events:none}.chip span{display:block;border:1px solid #d8e4ea;border-radius:999px;padding:10px 13px;background:#fff;font-size:13px;font-weight:750;color:#48606e;cursor:pointer}.chip input:checked+span{background:#e8f3f8;border-color:#8cb7cd;color:var(--blue)}.result{padding:27px;position:sticky;top:100px;background:linear-gradient(180deg,#103449,#153e56);color:#fff;border-color:transparent;box-shadow:0 24px 60px rgba(15,50,72,.25)}.result small{color:#b9d1df}.price{font-size:46px;font-weight:950;letter-spacing:-2px;margin:5px 0 3px}.per{color:#c6d9e4;margin-bottom:23px}.result-row{display:flex;justify-content:space-between;gap:10px;padding:11px 0;border-top:1px solid rgba(255,255,255,.12);font-size:14px}.result-row span:first-child{color:#bcd0db}.result .btn{width:100%;margin-top:11px}.note{font-size:12px;color:#a9c0cd;margin-top:12px}
.services{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service{padding:22px;min-height:205px;position:relative;overflow:hidden}.service:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:#eef5f8;right:-35px;top:-35px}.service h3{position:relative;margin:0 0 8px}.service p{position:relative;color:var(--muted);font-size:14px;min-height:62px}.service .num{position:relative;font-size:38px;font-weight:950;color:#d7e5ed;margin-bottom:23px}.service a{position:relative;color:var(--blue);font-size:13px;font-weight:850}.service a:hover{text-decoration:underline}.portal{display:grid;grid-template-columns:.75fr 1.25fr;gap:22px;align-items:center;background:linear-gradient(135deg,#fff8ea,#fff);border:1px solid #f0ddba;padding:32px;border-radius:30px}.portal h3{font-size:30px;margin:6px 0 10px}.portal p{color:#6e665a}.history{background:#fff;border-radius:22px;padding:14px;box-shadow:0 14px 38px rgba(59,45,24,.09);min-height:142px}.saved-item{display:grid;grid-template-columns:1.2fr .7fr .65fr;gap:10px;align-items:center;padding:13px 12px;border-bottom:1px solid #edf0f2;font-size:13px}.saved-item:last-child{border-bottom:0}.saved-item small{color:#687985}.empty-history{display:grid;place-items:center;min-height:114px;color:#7a8186;font-size:14px}.saved-status{justify-self:end;padding:7px 10px;border-radius:999px;font-weight:850;background:#fff3df;color:#94611c}.works-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.work{border-radius:24px;min-height:230px;padding:22px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid var(--line);overflow:hidden;position:relative}.work:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.8),transparent 28%)}.work span,.work strong{position:relative}.work span{font-size:13px;font-weight:850;color:var(--blue);margin-bottom:8px}.work strong{font-size:20px;line-height:1.25}.work-print{background:linear-gradient(145deg,#d8ebf2,#fff)}.work-pack{background:linear-gradient(145deg,#fff0cf,#fff)}.work-uv{background:linear-gradient(145deg,#e8e8f7,#fff)}.work-brand{background:linear-gradient(145deg,#e7f5ec,#fff)}.requirements-strip{background:linear-gradient(135deg,#eef5f8,#fff8ea)}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:22px}.contact{padding:28px}.contact-logo{width:240px;height:96px;object-fit:contain;object-position:left center;margin-bottom:12px}.contact p{color:var(--muted);margin:9px 0}.contact strong{color:var(--ink)}.contact-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.map-wrap{overflow:hidden;border-radius:24px;border:1px solid var(--line);min-height:330px;background:#eaf0f3}.map-wrap iframe{border:0;width:100%;height:100%;min-height:330px;display:block}
footer{background:#0f3248;color:#d7e5ed;padding:30px 0}.footer-main{display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center}.footer-main>img{width:180px;height:70px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1);opacity:.92}.footer-links{display:flex;gap:20px;justify-content:center;font-size:13px}.footer-links a:hover{text-decoration:underline}.footer-copy{font-size:13px;color:#a8bfcc;white-space:nowrap}
.modal{position:fixed;inset:0;z-index:80;display:none;place-items:center;padding:20px}.modal.open{display:grid}.modal-backdrop{position:absolute;inset:0;background:rgba(6,24,34,.62);backdrop-filter:blur(5px)}.modal-card{position:relative;z-index:1;background:#fff;width:min(560px,100%);max-height:calc(100vh - 40px);overflow:auto;border-radius:28px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.28)}.modal-card h2{margin:5px 0 6px;font-size:32px}.modal-intro{margin:0 0 18px;color:var(--muted)}.modal-close{position:absolute;right:16px;top:16px;border:0;background:#eef3f6;width:40px;height:40px;border-radius:12px;font-size:24px;cursor:pointer;color:#345}.modal-card .field{margin-top:13px}.modal-card textarea{resize:vertical}.consent{display:flex;gap:9px;align-items:flex-start;font-size:12px;color:#637580;margin:16px 0}.consent input{margin-top:3px}.consent a{text-decoration:underline}.honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-status{font-size:13px;margin-top:10px;color:#49616e}.toast{position:fixed;left:50%;bottom:24px;z-index:100;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#103449;color:#fff;padding:12px 17px;border-radius:13px;box-shadow:0 12px 34px rgba(0,0,0,.22);transition:.25s;font-size:14px}.toast.show{opacity:1;transform:translate(-50%,0)}
.page-hero{padding:62px 0 42px;background:linear-gradient(135deg,#edf5f8,#fff)}.page-hero h1{font-size:48px;line-height:1.05;margin:8px 0 14px;letter-spacing:-1.8px}.prose{max-width:880px}.prose h2{margin-top:38px}.prose p,.prose li{color:#516673}.prose ul{padding-left:22px}.info-box{background:#fff8ea;border:1px solid #f0ddba;border-radius:20px;padding:20px;margin:22px 0}.back-link{display:inline-flex;margin-top:22px;font-weight:850;color:var(--blue)}
@media(max-width:980px){.navlinks{display:none;position:absolute;left:18px;right:18px;top:82px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:var(--shadow);flex-direction:column;gap:0}.navlinks.open{display:flex}.navlinks a{padding:13px}.navlinks a:after{display:none}.menu-button{display:block;margin-left:auto}.portal-button{display:none}.hero-grid,.calc-shell,.portal,.contact-grid{grid-template-columns:1fr}.visual{min-height:360px}.benefits{grid-template-columns:1fr}.services,.works-grid{grid-template-columns:1fr 1fr}.result{position:static}.section-title{align-items:start;flex-direction:column}.footer-main{grid-template-columns:1fr;text-align:center}.footer-main>img{margin:auto}.footer-links{flex-wrap:wrap}.footer-copy{white-space:normal}}
@media(max-width:620px){.container{width:min(100% - 24px,1180px)}.topbar-inner{justify-content:center;text-align:center}.topbar-inner span:last-child{display:none}.brand img{width:155px;height:56px}.nav{min-height:70px}.navlinks{top:72px}.hero{padding-top:30px}.hero h1{font-size:43px;letter-spacing:-1.8px}.lead{font-size:17px}.hero-meta{gap:16px}.visual{min-height:310px}.print-stack{inset:78px 18px 24px 28px}.sheet{width:82%;height:65%;padding:16px}.mini-logo{width:130px}.section{padding:52px 0}.section-title h2{font-size:31px}.grid2{grid-template-columns:1fr}.calc-panel,.result,.contact{padding:20px}.services,.works-grid{grid-template-columns:1fr}.portal{padding:22px}.saved-item{grid-template-columns:1fr}.saved-status{justify-self:start}.contact-logo{width:210px}.footer-links{flex-direction:column;gap:8px}.modal-card{padding:24px 18px}.page-hero h1{font-size:38px}}


/* =========================================================
   MIRA — HERO / HEADER REFINEMENT 2026-08-23
   ========================================================= */

.hero{
  padding:72px 0 68px;
  background:
    radial-gradient(circle at 88% 16%,rgba(244,181,79,.18),transparent 25%),
    radial-gradient(circle at 8% 0%,rgba(29,77,106,.12),transparent 26%),
    linear-gradient(180deg,#ffffff 0%,#f5f9fb 100%);
  overflow:hidden;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:58px;
  align-items:center;
}

.hero-copy{
  position:relative;
  z-index:2;
}

.hero .kicker{
  background:#edf5f8;
  color:#1d4d6a;
  border:1px solid #dbe9ef;
  padding:9px 14px;
  border-radius:999px;
  font-size:12px;
  letter-spacing:.045em;
  text-transform:uppercase;
}

.hero h1{
  max-width:720px;
  margin:20px 0 22px;
  font-size:clamp(52px,5.7vw,78px);
  line-height:.96;
  letter-spacing:-3.6px;
  color:#102b3b;
}

.hero .lead{
  max-width:690px;
  margin:0 0 28px;
  font-size:19px;
  line-height:1.65;
  color:#526b79;
}

.hero-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.hero-actions .btn{
  min-height:54px;
  padding-left:24px;
  padding-right:24px;
  border-radius:16px;
}

.hero-main-btn{
  box-shadow:0 14px 32px rgba(205,139,31,.23);
}

.hero-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:34px;
}

.hero-point{
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 10px 12px 0;
}

.hero-point-icon{
  flex:0 0 30px;
  width:30px;
  height:30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#e9f5ef;
  color:#287348;
  font-size:14px;
  font-weight:950;
}

.hero-point strong,
.hero-point small{
  display:block;
}

.hero-point strong{
  color:#17394d;
  font-size:13px;
  line-height:1.25;
}

.hero-point small{
  margin-top:2px;
  color:#72848e;
  font-size:11px;
}


/* Product showcase */

.hero-showcase{
  position:relative;
  min-height:480px;
  padding:27px 28px 25px;
  overflow:hidden;
  border-radius:34px;
  background:
    radial-gradient(circle at 90% 4%,rgba(255,210,120,.42),transparent 25%),
    linear-gradient(145deg,#0e3248,#1c5878 58%,#286f95);
  box-shadow:0 28px 75px rgba(15,50,72,.24);
  color:#fff;
}

.hero-showcase:before{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  right:-115px;
  bottom:-135px;
  border-radius:50%;
  border:38px solid rgba(255,255,255,.06);
}

.showcase-top{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font-size:12px;
  color:#d6e8f1;
}

.showcase-top strong{
  color:#ffd278;
  font-weight:850;
}

.showcase-stage{
  position:relative;
  height:340px;
  margin-top:22px;
}

.showcase-card{
  position:absolute;
  background:#fff;
  color:#183747;
  border-radius:22px;
  box-shadow:0 24px 55px rgba(0,0,0,.24);
}

.showcase-card-main{
  width:72%;
  height:205px;
  left:8%;
  top:66px;
  padding:25px;
  transform:rotate(-4deg);
  z-index:3;
}

.showcase-card-main img{
  display:block;
  width:150px;
  height:58px;
  object-fit:contain;
  object-position:left center;
}

.showcase-lines{
  margin-top:13px;
}

.showcase-lines i{
  display:block;
  height:8px;
  margin-top:8px;
  border-radius:999px;
  background:#dfe9ee;
}

.showcase-lines i:nth-child(1){width:72%}
.showcase-lines i:nth-child(2){width:52%}
.showcase-lines i:nth-child(3){
  width:36%;
  background:#f4b54f;
}

.showcase-card-main>span{
  position:absolute;
  left:25px;
  bottom:20px;
  font-size:12px;
  font-weight:800;
  color:#617984;
}

.showcase-banner{
  position:absolute;
  width:72%;
  height:150px;
  right:2%;
  top:4px;
  padding:22px 24px;
  border-radius:22px;
  background:linear-gradient(135deg,#f6bd52,#ffd788);
  color:#503817;
  transform:rotate(5deg);
  box-shadow:0 20px 45px rgba(0,0,0,.18);
}

.showcase-banner small,
.showcase-banner strong,
.showcase-banner span{
  display:block;
}

.showcase-banner small{
  font-size:11px;
  font-weight:800;
  opacity:.72;
}

.showcase-banner strong{
  margin-top:8px;
  font-size:30px;
  letter-spacing:.05em;
}

.showcase-banner span{
  margin-top:5px;
  font-size:12px;
  font-weight:850;
}

.showcase-sticker{
  position:absolute;
  z-index:5;
  right:2%;
  bottom:20px;
  width:132px;
  height:132px;
  border:8px solid #fff;
  border-radius:50%;
  display:grid;
  align-content:center;
  justify-items:center;
  background:#ffd278;
  color:#173d55;
  transform:rotate(8deg);
  box-shadow:0 18px 40px rgba(0,0,0,.24);
}

.showcase-sticker strong{
  font-size:25px;
  line-height:1;
}

.showcase-sticker span{
  margin-top:5px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:850;
}

.showcase-bottom{
  position:relative;
  z-index:3;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.showcase-bottom span{
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  border-radius:999px;
  font-size:10px;
  color:#d5e6ee;
}


/* Header refinement */

.site-header{
  box-shadow:0 5px 25px rgba(15,50,72,.035);
}

.navlinks{
  gap:25px;
}

.portal-button{
  min-width:116px;
}


/* Responsive */

@media(max-width:980px){

  .hero-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .hero-showcase{
    min-height:430px;
  }

  .hero-points{
    max-width:720px;
  }
}

@media(max-width:620px){

  .hero{
    padding:38px 0 42px;
  }

  .hero h1{
    margin-top:17px;
    font-size:46px;
    line-height:.98;
    letter-spacing:-2.4px;
  }

  .hero .lead{
    font-size:16px;
    line-height:1.55;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .hero-actions .btn{
    width:100%;
  }

  .hero-points{
    grid-template-columns:1fr;
    gap:1px;
    margin-top:24px;
  }

  .hero-point{
    padding:8px 0;
  }

  .hero-showcase{
    min-height:365px;
    padding:21px;
    border-radius:26px;
  }

  .showcase-stage{
    height:265px;
  }

  .showcase-card-main{
    width:78%;
    height:170px;
    left:3%;
    top:58px;
    padding:18px;
  }

  .showcase-card-main img{
    width:125px;
    height:48px;
  }

  .showcase-banner{
    width:75%;
    height:122px;
    padding:17px;
  }

  .showcase-banner strong{
    font-size:23px;
  }

  .showcase-sticker{
    width:105px;
    height:105px;
    right:0;
    bottom:8px;
  }

  .showcase-sticker strong{
    font-size:20px;
  }
}

/* MIRA — benefits refinement */

.benefits-4{
  grid-template-columns:repeat(4,1fr);
}

.benefits-4 .benefit{
  min-height:230px;
  padding:27px 24px;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.benefits-4 .benefit:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 42px rgba(15,50,72,.10);
  border-color:#cfdee6;
}

.benefits-4 .icon{
  background:linear-gradient(145deg,#edf5f8,#f8fbfc);
  border:1px solid #dce8ee;
  color:#1d4d6a;
}

.benefits-4 h3{
  font-size:21px;
}

.benefits-4 p{
  font-size:14px;
  line-height:1.65;
}

.calculator-title{
  padding-bottom:4px;
}

.calculator-title .eyebrow{
  color:#b87513;
}

@media(max-width:980px){
  .benefits-4{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:620px){
  .benefits-4{
    grid-template-columns:1fr;
  }

  .benefits-4 .benefit{
    min-height:auto;
  }
}

/* MIRA — SERVICES MODERN */

.services-modern{
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.services-modern .service{
  position:relative;
  min-height:285px;
  padding:24px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}

.services-modern .service:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 48px rgba(15,50,72,.11);
  border-color:#ccdce4;
}

.service-top{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:26px;
}

.service-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:#edf5f8;
  color:#1d4d6a;
  font-size:13px;
  font-weight:950;
}

.service-tag{
  padding:7px 9px;
  border-radius:999px;
  background:#e9f5ef;
  color:#287348;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  white-space:nowrap;
}

.service-tag-soft{
  background:#edf3f6;
  color:#607783;
}

.service-tag-gold{
  background:#fff1d6;
  color:#a5650c;
}

.services-modern .service h3{
  position:relative;
  z-index:2;
  margin:0 0 10px;
  font-size:21px;
  line-height:1.15;
}

.services-modern .service p{
  position:relative;
  z-index:2;
  margin:0;
  min-height:auto;
  font-size:14px;
  line-height:1.65;
  color:#657883;
}

.service-meta{
  position:relative;
  z-index:2;
  margin-top:15px;
  color:#8a9aa3;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
}

.services-modern .service a{
  position:relative;
  z-index:2;
  margin-top:auto;
  padding-top:23px;
  font-size:13px;
  font-weight:900;
}

.service-digital{background:linear-gradient(145deg,#fff,#f6fafc)}
.service-sticker{background:linear-gradient(145deg,#fff,#f8fbf7)}
.service-banner{background:linear-gradient(145deg,#fffdf9,#fff7e8)}
.service-uv{background:linear-gradient(145deg,#fff,#f7f5fb)}
.service-offset{background:linear-gradient(145deg,#fff,#f7fafc)}
.service-pack{background:linear-gradient(145deg,#fffdf9,#fff8ee)}
.service-brand{background:linear-gradient(145deg,#fff,#f5faf7)}
.service-delivery{background:linear-gradient(145deg,#fff,#f2f8fb)}

@media(max-width:1100px){
  .services-modern{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:620px){
  .services-modern{
    grid-template-columns:1fr;
  }

  .services-modern .service{
    min-height:245px;
  }
}

/* MIRA — ORDER STEPS */

.order-steps-section{
  background:
    linear-gradient(180deg,#f4f7f9 0%,#f8fafb 100%);
}

.order-steps{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  position:relative;
}

.order-step{
  position:relative;
  min-height:220px;
  padding:24px 20px;
  border:1px solid #dfe8ed;
  border-radius:24px;
  background:#fff;
  box-shadow:0 10px 30px rgba(15,50,72,.055);
}

.order-step-num{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:linear-gradient(145deg,#edf5f8,#f8fbfc);
  color:#1d4d6a;
  font-size:12px;
  font-weight:950;
  margin-bottom:20px;
}

.order-step h3{
  margin:0 0 9px;
  font-size:19px;
  color:#17394d;
}

.order-step p{
  margin:0;
  font-size:13px;
  line-height:1.65;
  color:#687b86;
}

.order-steps-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:26px;
}

@media(max-width:1100px){
  .order-steps{
    grid-template-columns:repeat(2,1fr);
  }

  .order-step:last-child{
    grid-column:span 2;
  }
}

@media(max-width:620px){
  .order-steps{
    grid-template-columns:1fr;
  }

  .order-step,
  .order-step:last-child{
    grid-column:auto;
    min-height:auto;
  }

  .order-steps-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .order-steps-actions .btn{
    width:100%;
  }
}

/* MIRA — PORTAL BLOCK */

.portal-section{
  background:
    radial-gradient(circle at 85% 20%,rgba(244,181,79,.13),transparent 28%),
    linear-gradient(180deg,#ffffff,#f7fafb);
}

.portal-modern{
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:stretch;
  padding:38px;
  border-radius:32px;
  background:linear-gradient(135deg,#fff9ee,#ffffff 55%);
}

.portal-copy{
  padding:4px 2px;
}

.portal-copy h3{
  margin:8px 0 14px;
  font-size:34px;
  line-height:1.05;
  letter-spacing:-1px;
  color:#17394d;
}

.portal-copy>p{
  margin:0;
  max-width:520px;
  color:#657883;
  line-height:1.7;
}

.portal-features{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 18px;
  margin-top:24px;
}

.portal-features div{
  display:flex;
  gap:9px;
  align-items:center;
  font-size:13px;
  font-weight:800;
  color:#415b68;
}

.portal-features span{
  width:24px;
  height:24px;
  flex:0 0 24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e9f5ef;
  color:#287348;
  font-size:11px;
  font-weight:950;
}

.portal-actions{
  display:flex;
  gap:11px;
  flex-wrap:wrap;
  margin-top:28px;
}

.portal-preview{
  padding:22px;
  border-radius:25px;
  background:#fff;
  border:1px solid #e1e9ed;
  box-shadow:0 18px 45px rgba(59,45,24,.09);
}

.portal-preview-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:12px;
}

.portal-preview-head small,
.portal-preview-head strong{
  display:block;
}

.portal-preview-head small{
  color:#84939b;
  font-size:11px;
  text-transform:uppercase;
  font-weight:850;
  letter-spacing:.05em;
}

.portal-preview-head strong{
  margin-top:3px;
  color:#17394d;
  font-size:18px;
}

.portal-preview-head>span{
  padding:7px 10px;
  border-radius:999px;
  background:#edf5f8;
  color:#1d4d6a;
  font-size:11px;
  font-weight:950;
}

.portal-preview .history{
  box-shadow:none;
  border:1px solid #edf1f3;
}

.portal-preview-note{
  margin-top:13px;
  padding:12px 13px;
  border-radius:14px;
  background:#f7f9fa;
  color:#74858e;
  font-size:11px;
  line-height:1.55;
}

@media(max-width:980px){
  .portal-modern{
    grid-template-columns:1fr;
  }
}

@media(max-width:620px){
  .portal-modern{
    padding:22px;
  }

  .portal-copy h3{
    font-size:28px;
  }

  .portal-features{
    grid-template-columns:1fr;
  }

  .portal-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .portal-actions .btn{
    width:100%;
  }

  .portal-preview{
    padding:16px;
  }
}

/* MIRA — WORKS */

.works-modern{
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.works-modern .work{
  min-height:280px;
  padding:24px;
  border-radius:26px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:transform .22s ease,box-shadow .22s ease;
}

.works-modern .work:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 45px rgba(15,50,72,.10);
}

.work-code{
  position:relative;
  z-index:2;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.8);
  font-size:12px;
  font-weight:950;
  color:#1d4d6a;
}

.work-content{
  position:relative;
  z-index:2;
}

.work-content span{
  display:block;
  margin-bottom:8px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
  color:#1d4d6a;
}

.work-content strong{
  display:block;
  font-size:21px;
  line-height:1.25;
  color:#17394d;
}

.work-content small{
  display:block;
  margin-top:9px;
  color:#71838d;
  font-size:12px;
}

.work-stickers{
  background:linear-gradient(145deg,#eaf6ee,#fff);
}

.work-banner{
  background:linear-gradient(145deg,#fff0cf,#fff);
}

.works-note{
  margin-top:20px;
  padding:20px 22px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:18px;
  align-items:center;
  border:1px solid #dfe8ed;
  border-radius:22px;
  background:#f8fafb;
}

.works-note strong{
  color:#17394d;
}

.works-note span{
  color:#687b86;
  font-size:13px;
}

@media(max-width:980px){
  .works-modern{
    grid-template-columns:repeat(2,1fr);
  }

  .works-note{
    grid-template-columns:1fr;
    align-items:start;
  }

  .works-note .btn{
    justify-self:start;
  }
}

@media(max-width:620px){
  .works-modern{
    grid-template-columns:1fr;
  }

  .works-modern .work{
    min-height:230px;
  }

  .works-note .btn{
    width:100%;
  }
}

/* MIRA — REQUIREMENTS + DELIVERY */

.requirements-modern{
  background:
    radial-gradient(circle at 12% 20%,rgba(29,77,106,.08),transparent 26%),
    radial-gradient(circle at 88% 20%,rgba(244,181,79,.12),transparent 24%),
    linear-gradient(135deg,#f4f9fb,#fffaf1);
}

.requirements-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:stretch;
}

.requirements-copy,
.delivery-card{
  border:1px solid #dfe8ed;
  border-radius:28px;
  padding:34px;
  background:#fff;
  box-shadow:0 14px 38px rgba(15,50,72,.065);
}

.requirements-copy h2{
  margin:8px 0 14px;
  font-size:36px;
  line-height:1.06;
  letter-spacing:-1.2px;
  color:#17394d;
}

.requirements-copy>p{
  margin:0;
  max-width:620px;
  color:#657883;
  line-height:1.7;
}

.requirements-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px 18px;
  margin:24px 0 26px;
}

.requirements-points div{
  display:flex;
  align-items:center;
  gap:9px;
  color:#435d6a;
  font-size:13px;
  font-weight:800;
}

.requirements-points span{
  width:24px;
  height:24px;
  flex:0 0 24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e9f5ef;
  color:#287348;
  font-size:11px;
  font-weight:950;
}

.delivery-card{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 90% 10%,rgba(255,210,120,.32),transparent 28%),
    linear-gradient(145deg,#103449,#1f5878);
  color:#fff;
  border-color:transparent;
}

.delivery-card-badge{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.16);
  color:#ffd278;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.delivery-card h3{
  margin:14px 0 12px;
  font-size:32px;
  line-height:1.05;
}

.delivery-card>p{
  margin:0;
  color:#c8dae4;
  line-height:1.7;
}

.delivery-list{
  display:grid;
  gap:10px;
  margin:24px 0;
}

.delivery-list div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:12px 0;
  border-top:1px solid rgba(255,255,255,.12);
}

.delivery-list strong{
  font-size:13px;
}

.delivery-list span{
  color:#d6e5ed;
  font-size:12px;
}

@media(max-width:980px){
  .requirements-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:620px){
  .requirements-copy,
  .delivery-card{
    padding:22px;
  }

  .requirements-copy h2,
  .delivery-card h3{
    font-size:28px;
  }

  .requirements-points{
    grid-template-columns:1fr;
  }
}

/* MIRA — CONTACTS */

.contacts-modern-section{
  background:linear-gradient(180deg,#fff,#f7fafb);
}

.contact-grid-modern{
  grid-template-columns:.85fr 1.15fr;
  gap:24px;
  align-items:stretch;
}

.contact-card-modern{
  padding:30px;
  border:1px solid #dfe8ed;
  border-radius:28px;
  background:#fff;
  box-shadow:0 16px 42px rgba(15,50,72,.07);
}

.contact-card-modern .contact-logo{
  max-width:190px;
  margin-bottom:25px;
}

.contact-info-row{
  padding:14px 0;
  border-top:1px solid #edf1f3;
}

.contact-info-label{
  display:block;
  margin-bottom:5px;
  color:#8a9aa3;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.contact-info-row strong,
.contact-info-row a{
  color:#17394d;
  font-size:15px;
  font-weight:850;
  text-decoration:none;
}

.contact-info-row a:hover{
  color:#286b91;
}

.contact-actions-modern{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:22px;
}

.map-wrap-modern{
  min-height:460px;
  overflow:hidden;
  border:1px solid #dfe8ed;
  border-radius:28px;
  background:#fff;
  box-shadow:0 16px 42px rgba(15,50,72,.07);
}

.map-caption{
  min-height:76px;
  padding:17px 20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
}

.map-caption small,
.map-caption strong{
  display:block;
}

.map-caption small{
  color:#8a9aa3;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
}

.map-caption strong{
  margin-top:3px;
  color:#17394d;
  font-size:18px;
}

.map-caption>span{
  padding:7px 10px;
  border-radius:999px;
  background:#edf5f8;
  color:#1d4d6a;
  font-size:11px;
  font-weight:900;
}

.map-wrap-modern iframe{
  width:100%;
  height:384px;
  border:0;
  display:block;
}

@media(max-width:980px){
  .contact-grid-modern{
    grid-template-columns:1fr;
  }
}

@media(max-width:620px){
  .contact-card-modern{
    padding:22px;
  }

  .contact-actions-modern{
    display:grid;
    grid-template-columns:1fr;
  }

  .contact-actions-modern .btn{
    width:100%;
  }

  .map-wrap-modern{
    min-height:390px;
  }

  .map-wrap-modern iframe{
    height:315px;
  }
}

/* MIRA — FOOTER */

.footer-modern{
  background:#0f3348;
  color:#fff;
  padding:48px 0 0;
}

.footer-modern-grid{
  display:grid;
  grid-template-columns:1.5fr .7fr .9fr 1fr;
  gap:38px;
  padding-bottom:38px;
}

.footer-brand img{
  width:180px;
  max-width:100%;
  margin-bottom:14px;
}

.footer-brand p{
  max-width:320px;
  margin:0;
  color:#aac0cc;
  font-size:13px;
  line-height:1.65;
}

.footer-nav,
.footer-contact{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:9px;
}

.footer-nav strong,
.footer-contact strong{
  margin-bottom:5px;
  color:#ffd278;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.footer-nav a,
.footer-contact a{
  color:#d8e5eb;
  text-decoration:none;
  font-size:13px;
}

.footer-nav a:hover,
.footer-contact a:hover{
  color:#fff;
}

.footer-contact span{
  color:#9fb5c0;
  font-size:12px;
}

.footer-bottom{
  padding-top:18px;
  padding-bottom:18px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid rgba(255,255,255,.1);
  color:#8faab8;
  font-size:11px;
}

@media(max-width:900px){
  .footer-modern-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:620px){
  .footer-modern-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .footer-bottom{
    flex-direction:column;
    gap:6px;
  }
}


/* MIRA — FINAL PAGE POLISH */

.section{
  padding:76px 0;
}

.section-title{
  margin-bottom:32px;
}

.section-title h2{
  margin-top:6px;
  line-height:1.08;
}

.section-title>p{
  max-width:600px;
  line-height:1.65;
}

.eyebrow{
  letter-spacing:.055em;
}

.btn{
  min-height:46px;
  padding:12px 18px;
  font-weight:850;
}

.card{
  border-color:#dde7ec;
}

@media(max-width:980px){
  .section{
    padding:62px 0;
  }
}

@media(max-width:620px){
  .section{
    padding:48px 0;
  }

  .section-title{
    margin-bottom:24px;
  }

  .section-title h2{
    font-size:30px;
    letter-spacing:-.7px;
  }

  .section-title>p{
    font-size:14px;
  }
}

/* MIRA — MOBILE HEADER */

@media(max-width:760px){

  .topbar{
    font-size:10px;
  }

  .header-inner{
    min-height:68px;
  }

  .brand img,
  .logo img{
    max-width:150px;
  }

  .nav{
    border-top:1px solid #e4ecef;
  }

  .nav a{
    padding:12px 0;
    font-size:14px;
  }

  #portalButton{
    min-height:40px;
    padding:9px 13px;
    font-size:12px;
  }

  #menuButton{
    width:42px;
    height:42px;
  }
}

/* MIRA — MOBILE HERO */

@media(max-width:760px){

  .hero{
    padding:46px 0 48px;
  }

  .hero-grid{
    gap:34px;
  }

  .hero h1{
    font-size:46px;
    line-height:.98;
    letter-spacing:-2px;
  }

  .hero .lead{
    font-size:15px;
    line-height:1.65;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .hero-actions .btn{
    width:100%;
  }

  .hero-points{
    grid-template-columns:1fr;
    gap:9px;
  }

  .hero-point{
    min-height:auto;
  }

  .hero-showcase{
    min-height:390px;
  }
}

@media(max-width:430px){

  .hero h1{
    font-size:39px;
  }

  .hero-showcase{
    min-height:350px;
  }
}

/* MIRA — MOBILE CALCULATOR */

@media(max-width:760px){

  .calc-shell{
    grid-template-columns:1fr;
    gap:18px;
  }

  .calculator,
  .calc-card,
  .calc-result{
    border-radius:22px;
  }

  .calc-grid{
    grid-template-columns:1fr;
  }

  .calc-result{
    position:static;
  }

  .price{
    font-size:38px;
  }

  .postpress-chips{
    gap:7px;
  }

  .chip{
    font-size:12px;
  }
}

/* MIRA — MOBILE CARDS */

@media(max-width:620px){

  .benefits-4 .benefit,
  .services-modern .service,
  .order-step,
  .works-modern .work{
    border-radius:20px;
  }

  .portal-modern,
  .requirements-copy,
  .delivery-card,
  .contact-card-modern,
  .map-wrap-modern{
    border-radius:22px;
  }

  .services-modern .service{
    padding:21px;
  }

  .service-top{
    margin-bottom:20px;
  }

  .order-step{
    padding:21px;
  }

  .portal-modern{
    padding:20px;
  }

  .requirements-copy,
  .delivery-card{
    padding:22px;
  }

  .contact-card-modern{
    padding:22px;
  }
}

/* MIRA — MOBILE FOOTER */

@media(max-width:620px){

  .footer-modern{
    padding-top:36px;
  }

  .footer-modern-grid{
    gap:24px;
  }

  .footer-brand img{
    width:155px;
  }

  .footer-bottom{
    padding-top:15px;
    padding-bottom:20px;
  }
}

/* MIRA — SOUVENIR SUPPLIERS */

.souvenirs-section{
  background:
    radial-gradient(circle at 82% 10%,rgba(244,181,79,.11),transparent 24%),
    linear-gradient(180deg,#f7fafb,#ffffff);
}

.souvenir-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.souvenir-card{
  min-height:180px;
  padding:22px;
  display:flex;
  flex-direction:column;
  position:relative;
  text-decoration:none;
  border:1px solid #dfe8ed;
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 32px rgba(15,50,72,.055);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.souvenir-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(15,50,72,.11);
  border-color:#cbdce5;
}

.souvenir-num{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#edf5f8;
  color:#1d4d6a;
  font-size:12px;
  font-weight:950;
}

.souvenir-body{
  margin-top:auto;
}

.souvenir-body strong{
  display:block;
  margin-bottom:6px;
  color:#17394d;
  font-size:21px;
}

.souvenir-body span{
  display:block;
  max-width:190px;
  color:#6c7f89;
  font-size:13px;
  line-height:1.5;
}

.souvenir-arrow{
  position:absolute;
  right:20px;
  top:20px;
  color:#b77716;
  font-size:21px;
  font-weight:900;
}

.souvenir-help{
  margin-top:20px;
  padding:20px 22px;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:18px;
  border-radius:22px;
  background:#103449;
}

.souvenir-help strong{
  display:block;
  color:#fff;
  margin-bottom:5px;
  font-size:16px;
}

.souvenir-help span{
  color:#c2d5df;
  font-size:13px;
  line-height:1.5;
}

@media(max-width:1000px){
  .souvenir-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:620px){
  .souvenir-grid{
    grid-template-columns:1fr;
  }

  .souvenir-card{
    min-height:145px;
  }

  .souvenir-help{
    grid-template-columns:1fr;
  }

  .souvenir-help .btn{
    width:100%;
  }
}

/* MIRA — PRODUCTION */

.production-section{
  background:
    radial-gradient(circle at 85% 10%,rgba(29,77,106,.08),transparent 25%),
    linear-gradient(180deg,#ffffff,#f4f7f9);
}

.production-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.production-card{
  position:relative;
  min-height:310px;
  overflow:hidden;
  border-radius:26px;
  background:#163b50;
  box-shadow:0 14px 36px rgba(15,50,72,.10);
}

.production-card-wide{
  grid-column:span 2;
}

.production-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}

.production-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      180deg,
      rgba(8,30,43,0) 35%,
      rgba(8,30,43,.18) 55%,
      rgba(8,30,43,.88) 100%
    );
}

.production-card:hover img{
  transform:scale(1.045);
}

.production-caption{
  position:absolute;
  z-index:2;
  left:22px;
  right:22px;
  bottom:20px;
}

.production-caption span{
  display:block;
  margin-bottom:5px;
  color:#ffd278;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.production-caption strong{
  display:block;
  color:#fff;
  font-size:20px;
  line-height:1.2;
}

@media(max-width:980px){

  .production-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .production-card-wide{
    grid-column:span 2;
  }
}

@media(max-width:620px){

  .production-grid{
    grid-template-columns:1fr;
  }

  .production-card,
  .production-card-wide{
    grid-column:auto;
    min-height:260px;
    border-radius:21px;
  }

  .production-caption{
    left:18px;
    right:18px;
    bottom:17px;
  }

  .production-caption strong{
    font-size:18px;
  }
}

/* ===== v3.6 visual polish ===== */
.section-title-visual {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 22px;
  align-items: end;
}
.section-title-visual p {
  margin: 0;
  max-width: 640px;
}

.works-premium {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}
.work-premium {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 240px;
  padding: 26px;
  color: #fff;
  background: linear-gradient(145deg, #133d5f 0%, #0b253d 58%, #071a2c 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 60px rgba(8, 30, 52, 0.14);
  isolation: isolate;
}
.work-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(241, 187, 56, 0.28), transparent 36%),
    radial-gradient(circle at bottom left, rgba(255,255,255,0.08), transparent 28%);
  z-index: -1;
}
.work-premium::after {
  content: "";
  position: absolute;
  inset: auto -30px -30px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.16), rgba(255,255,255,0));
  z-index: -1;
}
.work-premium-lg { grid-column: span 6; }
.work-premium-md { grid-column: span 3; }
.work-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 12px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #0c2740;
  background: linear-gradient(135deg, #f7d57b 0%, #f1bb38 100%);
  box-shadow: 0 12px 24px rgba(241, 187, 56, 0.3);
}
.work-content {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  display: grid;
  gap: 8px;
}
.work-content span {
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.72);
}
.work-content strong {
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.14;
  font-weight: 800;
}
.work-premium-md .work-content strong {
  font-size: clamp(18px, 1.6vw, 22px);
}
.work-content small {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255,255,255,0.86);
}
.works-note-premium {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,249,252,0.98));
  border: 1px solid rgba(12, 39, 64, 0.08);
  box-shadow: 0 18px 40px rgba(12, 39, 64, 0.08);
}
.works-note-premium strong {
  color: #0f3552;
}
.works-note-premium span {
  flex: 1;
  color: #5b6f82;
}

.production-section {
  background:
    linear-gradient(180deg, #f8fbfd 0%, #eef4f8 100%);
}
.production-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}
.production-card {
  grid-column: span 4;
  position: relative;
  overflow: hidden;
  min-height: 285px;
  border-radius: 30px;
  background: #0b253d;
  box-shadow: 0 24px 60px rgba(8, 30, 52, 0.14);
  border: 1px solid rgba(11, 37, 61, 0.06);
}
.production-card-wide {
  grid-column: span 8;
  min-height: 360px;
}
.production-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform 0.7s ease, filter 0.5s ease;
  filter: saturate(1.04) contrast(1.03);
}
.production-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 14, 24, 0.04) 0%, rgba(3, 14, 24, 0.18) 44%, rgba(3, 14, 24, 0.78) 100%);
}
.production-card:hover img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.05);
}
.production-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
}
.production-caption span {
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.74);
}
.production-caption strong {
  font-size: clamp(20px, 1.5vw, 24px);
  line-height: 1.2;
  color: #fff;
}

.souvenirs-section {
  background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
}
.souvenir-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.souvenir-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 112px;
  padding: 20px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  border: 1px solid rgba(12, 39, 64, 0.08);
  box-shadow: 0 18px 40px rgba(12, 39, 64, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.souvenir-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(12, 39, 64, 0.12);
  border-color: rgba(241, 187, 56, 0.32);
}
.souvenir-num {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  color: #0d2b45;
  background: linear-gradient(135deg, #f7d57b 0%, #f1bb38 100%);
  box-shadow: 0 12px 24px rgba(241, 187, 56, 0.28);
}
.souvenir-body {
  display: grid;
  gap: 4px;
  flex: 1;
}
.souvenir-body strong {
  font-size: 20px;
  line-height: 1.1;
  color: #0f3552;
}
.souvenir-body span {
  color: #617588;
}
.souvenir-arrow {
  flex: 0 0 auto;
  font-size: 22px;
  color: #0f3552;
  transition: transform 0.25s ease, color 0.25s ease;
}
.souvenir-card:hover .souvenir-arrow {
  transform: translate(2px, -2px);
  color: #d19b1d;
}
.souvenir-help {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px;
  border-radius: 26px;
  background: linear-gradient(140deg, #10344a 0%, #0b2336 100%);
  color: #fff;
  box-shadow: 0 24px 60px rgba(8, 30, 52, 0.16);
}
.souvenir-help strong {
  display: block;
  margin-bottom: 4px;
  font-size: 22px;
}
.souvenir-help span {
  color: rgba(255,255,255,0.82);
}

@media (max-width: 1100px) {
  .section-title-visual,
  .souvenir-help,
  .works-note-premium {
    grid-template-columns: 1fr;
    display: grid;
  }
  .works-premium,
  .production-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .work-premium-lg,
  .production-card-wide { grid-column: span 6; }
  .work-premium-md,
  .production-card { grid-column: span 3; }
}
@media (max-width: 820px) {
  .works-premium,
  .production-grid,
  .souvenir-grid {
    grid-template-columns: 1fr;
  }
  .work-premium-lg,
  .work-premium-md,
  .production-card,
  .production-card-wide {
    grid-column: auto;
  }
  .work-premium,
  .production-card { min-height: 250px; }
  .production-card-wide { min-height: 320px; }
  .souvenir-card,
  .souvenir-help,
  .works-note-premium {
    border-radius: 22px;
  }
}
/* ===== /v3.6 visual polish ===== */
/* ===== v3.6.2 WORKS CARD FIX ===== */

.works-premium .work-premium {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
    padding: 26px !important;
}

/* ????? ???????? */
.works-premium .work-premium .work-code {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !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-radius: 50% !important;

    background: linear-gradient(
        135deg,
        #f9d878 0%,
        #f2b936 100%
    ) !important;

    color: #0b2b43 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;

    box-shadow:
        0 9px 24px rgba(239,183,48,.30) !important;

    z-index: 3 !important;
}

/* ?????? ????????? ???? */
.works-premium .work-premium .work-content {
    position: absolute !important;

    top: auto !important;
    right: 26px !important;
    bottom: 25px !important;
    left: 26px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;

    margin: 0 !important;
    padding: 0 !important;

    gap: 7px !important;

    z-index: 2 !important;
}

/* ????????? */
.works-premium .work-premium .work-content > span {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    color: rgba(255,255,255,.72) !important;

    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;

    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

/* ??????? ???????? */
.works-premium .work-premium .work-content > strong {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;

    letter-spacing: -.02em !important;
}

/* ???????? */
.works-premium .work-premium .work-content > small {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    color: rgba(255,255,255,.82) !important;

    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

/* ??????? ???????? */
.works-premium .work-premium-lg {
    min-height: 280px !important;
}

.works-premium .work-premium-lg
.work-content > strong {
    font-size: 29px !important;
}

/* ????????? ???????? */
.works-premium .work-premium-md {
    min-height: 280px !important;
}

.works-premium .work-premium-md
.work-content > strong {
    font-size: 20px !important;
}

/* ?????? ???????????? ???????? */
.works-premium .work-premium::after {
    pointer-events: none !important;
}

/* ????????? ?????? */
@media (max-width: 820px) {

    .works-premium .work-premium,
    .works-premium .work-premium-lg,
    .works-premium .work-premium-md {
        min-height: 260px !important;
        padding: 22px !important;
    }

    .works-premium .work-premium .work-content {
        left: 22px !important;
        right: 22px !important;
        bottom: 22px !important;
    }

    .works-premium .work-premium .work-content > strong,
    .works-premium .work-premium-lg .work-content > strong,
    .works-premium .work-premium-md .work-content > strong {
        font-size: 21px !important;
    }
}

/* ===== /v3.6.2 WORKS CARD FIX ===== */

/* ===== v3.7 HERO ===== */
.hero-v37{position:relative;overflow:hidden;padding:54px 0 46px;background:radial-gradient(circle at 88% 18%,rgba(247,204,95,.16),transparent 31%),radial-gradient(circle at 12% 12%,rgba(59,132,178,.09),transparent 28%),linear-gradient(180deg,#fbfdff 0%,#f6fafc 100%)}
.hero-v37::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(15,53,82,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(15,53,82,.025) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 85%)}
.hero-v37-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr);gap:58px;align-items:center}
.hero-v37-copy{padding:18px 0 10px}.hero-v37-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:22px;padding:8px 13px;border-radius:999px;background:#fff;border:1px solid rgba(15,53,82,.08);box-shadow:0 10px 28px rgba(15,53,82,.07);color:#39566d;font-size:13px;font-weight:800}.hero-v37-kicker-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#f7d46f,#eeb42f);box-shadow:0 0 0 5px rgba(241,187,56,.12)}
.hero-v37 h1{margin:0;max-width:760px;color:#10364f;font-size:clamp(52px,5vw,82px);line-height:.96;letter-spacing:-.055em;font-weight:900}.hero-v37 h1 span{position:relative;display:inline-block;color:#10364f}.hero-v37 h1 span::after{content:"";position:absolute;left:2px;right:2px;bottom:-9px;height:7px;border-radius:999px;background:linear-gradient(90deg,#f3bf42,#f8d678 55%,rgba(248,214,120,0));opacity:.88}
.hero-v37-lead{max-width:660px;margin:32px 0 0;color:#607587;font-size:18px;line-height:1.66}.hero-v37-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-v37-primary{min-height:54px;padding-inline:24px!important;gap:12px;box-shadow:0 16px 34px rgba(237,180,47,.24)}.hero-v37-primary span{font-size:18px;transition:transform .2s ease}.hero-v37-primary:hover span{transform:translateX(3px)}.hero-v37-secondary{min-height:54px;padding-inline:22px!important}
.hero-v37-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px}.hero-v37-point{display:flex;align-items:center;gap:11px;min-height:78px;padding:13px 14px;border-radius:18px;background:rgba(255,255,255,.74);border:1px solid rgba(15,53,82,.07);box-shadow:0 12px 28px rgba(15,53,82,.055);backdrop-filter:blur(8px)}.hero-v37-point-icon{flex:0 0 36px;width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#153f5e,#0e2b43);color:#f6cb60;font-size:15px;font-weight:900;box-shadow:0 9px 18px rgba(12,39,64,.16)}.hero-v37-point strong{display:block;color:#153b55;font-size:13px;line-height:1.22}.hero-v37-point span{display:block;margin-top:3px;color:#7a8d9d;font-size:11px;line-height:1.25}
.hero-v37-showcase{position:relative;min-height:530px;padding:22px;border-radius:38px;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(238,245,249,.95));border:1px solid rgba(15,53,82,.08);box-shadow:0 42px 90px rgba(15,53,82,.15),inset 0 1px 0 rgba(255,255,255,.95);overflow:hidden;isolation:isolate}.hero-v37-showcase::before{content:"";position:absolute;inset:18px;border-radius:28px;border:1px solid rgba(15,53,82,.045);pointer-events:none}.hero-v37-glow{position:absolute;border-radius:50%;filter:blur(4px);z-index:-1}.hero-v37-glow-a{width:260px;height:260px;right:-50px;top:-70px;background:radial-gradient(circle,rgba(245,198,77,.35),rgba(245,198,77,0) 70%)}.hero-v37-glow-b{width:310px;height:310px;left:-80px;bottom:-100px;background:radial-gradient(circle,rgba(59,132,178,.18),rgba(59,132,178,0) 70%)}.hero-v37-stage{position:relative;height:430px;margin-top:5px}
.hero-v37-banner{position:absolute;top:20px;right:14px;width:67%;height:170px;padding:20px 22px;border-radius:24px;color:#fff;background:linear-gradient(125deg,rgba(255,255,255,.07),rgba(255,255,255,0)),linear-gradient(145deg,#103e5f,#0a253c 62%,#071b2e);box-shadow:0 22px 48px rgba(7,28,47,.22);transform:rotate(2.2deg)}.hero-v37-banner-top{display:flex;align-items:center;justify-content:space-between;gap:12px;color:rgba(255,255,255,.65);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.hero-v37-banner-top b{color:#f4ca5f;letter-spacing:.12em}.hero-v37-banner>strong{display:block;margin-top:24px;font-size:35px;line-height:1;letter-spacing:.04em}.hero-v37-banner>small{display:block;margin-top:9px;color:rgba(255,255,255,.7);font-size:12px}
.hero-v37-card{position:absolute;left:15px;top:118px;width:61%;height:215px;padding:22px;border-radius:25px;background:#fff;border:1px solid rgba(15,53,82,.08);box-shadow:0 30px 60px rgba(15,53,82,.2);transform:rotate(-6deg);z-index:4}.hero-v37-card-head{display:flex;align-items:center;justify-content:space-between;gap:15px}.hero-v37-card-head img{width:112px;height:auto;display:block}.hero-v37-card-head span{font-size:10px;font-weight:900;color:#7a8e9e;letter-spacing:.12em}.hero-v37-card-lines{display:grid;gap:9px;margin-top:28px}.hero-v37-card-lines i{display:block;height:6px;border-radius:999px;background:#dbe5eb}.hero-v37-card-lines i:nth-child(1){width:74%}.hero-v37-card-lines i:nth-child(2){width:54%}.hero-v37-card-lines i:nth-child(3){width:64%}.hero-v37-card-swatches{display:flex;gap:8px;margin-top:22px}.hero-v37-card-swatches span{width:22px;height:22px;border-radius:8px;background:#123d5b}.hero-v37-card-swatches span:nth-child(2){background:#f0ba37}.hero-v37-card-swatches span:nth-child(3){background:#dbe9ee}
.hero-v37-sticker{position:absolute;display:grid;place-items:center;text-align:center;border-radius:50%;color:#fff;box-shadow:0 20px 40px rgba(15,53,82,.2);z-index:5}.hero-v37-sticker span{display:block;font-size:9px;line-height:1;text-transform:uppercase;letter-spacing:.1em;opacity:.75}.hero-v37-sticker strong{display:block;margin-top:2px;font-size:17px;line-height:1}.hero-v37-sticker-one{right:18px;top:198px;width:116px;height:116px;background:linear-gradient(145deg,#f3c34e,#d89b14);color:#0d314a;transform:rotate(7deg)}.hero-v37-sticker-two{right:112px;bottom:18px;width:94px;height:94px;background:linear-gradient(145deg,#194b6d,#0d2d47);transform:rotate(-8deg)}
.hero-v37-pack{position:absolute;right:12px;bottom:24px;width:175px;height:145px;z-index:3;filter:drop-shadow(0 24px 28px rgba(15,53,82,.2))}.hero-v37-pack-face{position:absolute;left:0;top:12px;width:135px;height:122px;padding:18px;border-radius:18px 8px 8px 18px;background:linear-gradient(145deg,#f5f0df,#e8dfc5);border:1px solid rgba(88,70,35,.08)}.hero-v37-pack-face img{width:78px;height:auto;display:block}.hero-v37-pack-face span{display:block;margin-top:18px;color:#6a5936;font-size:10px;line-height:1.35;font-weight:900;letter-spacing:.08em}.hero-v37-pack-side{position:absolute;right:0;top:0;width:48px;height:118px;border-radius:7px 18px 18px 7px;background:linear-gradient(180deg,#d6c89f,#c4b483);transform:skewY(-24deg);transform-origin:left top}.hero-v37-showcase-footer{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.hero-v37-showcase-footer span{padding:8px 11px;border-radius:999px;background:rgba(15,53,82,.055);color:#547084;font-size:10px;font-weight:800}
@media(max-width:1100px){.hero-v37-grid{grid-template-columns:1fr;gap:38px}.hero-v37-copy{max-width:820px}.hero-v37-showcase{max-width:760px;width:100%;margin-inline:auto}}
@media(max-width:760px){.hero-v37{padding:34px 0 38px}.hero-v37 h1{font-size:clamp(43px,12vw,62px)}.hero-v37-lead{font-size:16px;line-height:1.55}.hero-v37-points{grid-template-columns:1fr}.hero-v37-point{min-height:auto}.hero-v37-showcase{min-height:430px;padding:15px;border-radius:28px}.hero-v37-stage{height:340px}.hero-v37-banner{width:72%;height:135px;padding:16px}.hero-v37-banner>strong{margin-top:18px;font-size:27px}.hero-v37-card{top:92px;width:66%;height:175px;padding:17px}.hero-v37-card-head img{width:82px}.hero-v37-sticker-one{width:84px;height:84px;top:160px}.hero-v37-sticker-two{width:74px;height:74px;right:92px;bottom:4px}.hero-v37-pack{width:140px;height:115px;bottom:12px}.hero-v37-pack-face{width:108px;height:98px;padding:13px}.hero-v37-pack-face img{width:58px}.hero-v37-pack-face span{margin-top:12px;font-size:8px}.hero-v37-pack-side{width:40px;height:95px}}
@media(max-width:520px){.hero-v37-actions{display:grid;grid-template-columns:1fr}.hero-v37-actions .btn{width:100%;justify-content:center}.hero-v37-showcase{min-height:390px}.hero-v37-stage{height:305px}.hero-v37-banner{right:4px;width:78%}.hero-v37-card{left:4px;width:72%}.hero-v37-pack{right:0;transform:scale(.88);transform-origin:right bottom}.hero-v37-sticker-two{display:none}}
/* ===== /v3.7 HERO ===== */

/* ===== v3.7.1 HERO POLISH ===== */

/* Чуть плотнее весь первый экран */
.hero-v37{
  padding-top:46px !important;
  padding-bottom:38px !important;
}

.hero-v37-grid{
  grid-template-columns:minmax(0,1.04fr) minmax(500px,.96fr) !important;
  gap:42px !important;
}

/* Немного сильнее текстовая часть */
.hero-v37-lead{
  color:#526d80 !important;
  max-width:650px !important;
}

/* Более аккуратное золотое подчеркивание */
.hero-v37 h1 span::after{
  left:3px !important;
  right:18% !important;
  bottom:-8px !important;
  height:6px !important;
  background:linear-gradient(90deg,#eeb63b 0%,#f5cb67 72%,rgba(245,203,103,0) 100%) !important;
}

/* Основная кнопка — спокойнее и дороже */
.hero-v37-primary{
  background:linear-gradient(135deg,#f4c85d 0%,#edb33b 100%) !important;
  border-color:#e9ae31 !important;
  color:#17374e !important;
  box-shadow:0 14px 30px rgba(217,157,33,.22) !important;
}

/* Карточки преимуществ немного крупнее */
.hero-v37-points{
  gap:14px !important;
  margin-top:36px !important;
}

.hero-v37-point{
  min-height:84px !important;
  padding:15px 16px !important;
  border-radius:19px !important;
  box-shadow:0 14px 30px rgba(15,53,82,.07) !important;
}

.hero-v37-point-icon{
  flex-basis:39px !important;
  width:39px !important;
  height:39px !important;
}

.hero-v37-point strong{
  font-size:13.5px !important;
}

.hero-v37-point span{
  font-size:11.5px !important;
}

/* Правая витрина крупнее и ближе к тексту */
.hero-v37-showcase{
  min-height:548px !important;
  transform:scale(1.035);
  transform-origin:center center;
  box-shadow:
    0 38px 78px rgba(15,53,82,.16),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}

.hero-v37-stage{
  height:444px !important;
}

/* Чуть выразительнее карточка визитки */
.hero-v37-card{
  box-shadow:0 28px 58px rgba(15,53,82,.22) !important;
}

/* Аккуратнее нижние метки витрины */
.hero-v37-showcase-footer{
  margin-top:4px !important;
}

.hero-v37-showcase-footer span{
  background:rgba(15,53,82,.065) !important;
  color:#49677b !important;
}

/* На средних экранах не даём увеличению ломать сетку */
@media(max-width:1100px){
  .hero-v37-grid{
    grid-template-columns:1fr !important;
    gap:34px !important;
  }

  .hero-v37-showcase{
    transform:none !important;
    max-width:760px !important;
  }
}

@media(max-width:760px){
  .hero-v37{
    padding-top:32px !important;
    padding-bottom:34px !important;
  }

  .hero-v37 h1 span::after{
    right:10% !important;
  }

  .hero-v37-points{
    margin-top:28px !important;
  }

  .hero-v37-showcase{
    min-height:430px !important;
  }

  .hero-v37-stage{
    height:340px !important;
  }
}

/* ===== /v3.7.1 HERO POLISH ===== */


/* ===== v3.7.2 CUTTING REMINDER ===== */

.mira-cut-reminder {
    display: block;
    width: 100%;
    margin-top: 7px;
    padding-left: 2px;

    color: #d43131;

    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

/* ===== /v3.7.2 CUTTING REMINDER ===== */


/* ===== v3.7.3 CUTTING NOTICE ===== */

#calculator .mira-cut-reminder {
    display: block !important;

    width: 100% !important;

    margin:
        7px 0 2px 2px !important;

    padding: 0 !important;

    color: #d32626 !important;

    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

/* ===== /v3.7.3 CUTTING NOTICE ===== */


/* =========================================================
   MIRA SITE v3.8
   Order without registration + mobile calculator
   ========================================================= */

/* ---- Clear no-registration CTA ---- */
#calculator .no-register-note{
  display:flex;
  flex-direction:column;
  gap:3px;
  margin-top:9px;
  padding:11px 12px;
  border:1px solid rgba(18,61,91,.08);
  border-radius:13px;
  background:rgba(18,61,91,.035);
}

#calculator .no-register-note strong{
  color:#173d58;
  font-size:12px;
  font-weight:850;
  line-height:1.25;
}

#calculator .no-register-note span{
  color:#708391;
  font-size:11px;
  line-height:1.4;
}

/* Make the order action visually clear but secondary to price. */
#calculator #sendManager{
  width:100%;
  min-height:48px;
  margin-top:9px;
  font-weight:800;
}

/* =========================================================
   MOBILE CALCULATOR
   ========================================================= */

@media (max-width: 820px){

  /* Prevent horizontal overflow from any calculator child. */
  #calculator,
  #calculator .container,
  #calculator .calc-shell,
  #calculator .calc-panel,
  #calculator .result{
    min-width:0 !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  #calculator.section,
  #calculator.calculator-section{
    padding-top:42px !important;
    padding-bottom:42px !important;
  }

  #calculator .section-title{
    display:block !important;
    margin-bottom:22px !important;
  }

  #calculator .section-title > div{
    width:100% !important;
  }

  #calculator .section-title p{
    width:100% !important;
    max-width:none !important;
    margin-top:10px !important;
    font-size:14px !important;
    line-height:1.5 !important;
  }

  /* Form first, result directly below it. */
  #calculator .calc-shell{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
    align-items:start !important;
  }

  #calculator .calc-panel,
  #calculator .result{
    width:100% !important;
    margin:0 !important;
    border-radius:20px !important;
  }

  #calculator .calc-panel{
    padding:18px !important;
  }

  #calculator .result{
    position:static !important;
    top:auto !important;
    padding:18px !important;
  }

  #calculator .calc-head{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    margin-bottom:17px !important;
  }

  #calculator .calc-head h3{
    margin:0 !important;
    font-size:20px !important;
  }

  /* All calculator fields in one column on phone. */
  #calculator .grid2{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:13px !important;
  }

  #calculator .field,
  #calculator .field-full,
  #calculator .custom-size{
    width:100% !important;
    min-width:0 !important;
    grid-column:1 !important;
  }

  #calculator .field > span{
    display:block !important;
    margin-bottom:6px !important;
    font-size:12px !important;
    font-weight:750 !important;
  }

  /* Finger-friendly inputs. */
  #calculator input,
  #calculator select,
  #calculator textarea{
    width:100% !important;
    min-width:0 !important;
    min-height:48px !important;
    padding:11px 12px !important;
    border-radius:12px !important;
    box-sizing:border-box !important;
    font-size:16px !important; /* prevents iOS zoom */
  }

  #calculator .postpress{
    margin-top:16px !important;
    padding:14px !important;
    border-radius:16px !important;
  }

  #calculator .postpress legend{
    padding:0 5px !important;
    font-size:13px !important;
    font-weight:800 !important;
  }

  #calculator .chips{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:9px !important;
    width:100% !important;
  }

  #calculator .chip{
    display:flex !important;
    align-items:center !important;
    width:100% !important;
    min-height:48px !important;
    margin:0 !important;
    padding:10px 12px !important;
    border-radius:13px !important;
    box-sizing:border-box !important;
  }

  #calculator .chip input[type="checkbox"]{
    width:20px !important;
    min-width:20px !important;
    height:20px !important;
    min-height:20px !important;
    margin:0 10px 0 0 !important;
    padding:0 !important;
  }

  /* Lamination chip + side selector fit comfortably. */
  #calculator .lamination-control{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    width:100% !important;
  }

  #calculator .lamination-control .chip{
    width:100% !important;
  }

  #calculator .lamination-sides{
    width:100% !important;
    min-height:46px !important;
    margin:0 !important;
    padding:9px 11px !important;
    font-size:16px !important;
  }

  #calculator .mira-cut-reminder{
    margin:7px 0 0 !important;
    padding:0 !important;
    font-size:11px !important;
    line-height:1.35 !important;
  }

  /* Result becomes a compact mobile checkout card. */
  #calculator .result > small{
    display:block !important;
    font-size:11px !important;
    line-height:1.35 !important;
  }

  #calculator .price{
    margin-top:5px !important;
    font-size:36px !important;
    line-height:1.05 !important;
    letter-spacing:-.035em !important;
  }

  #calculator .per{
    margin-top:5px !important;
    font-size:13px !important;
  }

  #calculator .result-row{
    min-height:40px !important;
    padding:8px 0 !important;
    gap:12px !important;
  }

  #calculator .result-row span,
  #calculator .result-row strong{
    font-size:12px !important;
  }

  #calculator #saveCalc,
  #calculator #sendManager{
    width:100% !important;
    min-height:50px !important;
    margin-top:9px !important;
    justify-content:center !important;
    font-size:14px !important;
  }

  #calculator .note{
    margin-top:11px !important;
    font-size:11px !important;
    line-height:1.45 !important;
  }

  #calculator .no-register-note{
    padding:11px 12px !important;
    margin-top:9px !important;
  }
}

/* Small phones */
@media (max-width: 480px){

  #calculator .container{
    padding-left:14px !important;
    padding-right:14px !important;
  }

  #calculator .calc-panel,
  #calculator .result{
    padding:15px !important;
    border-radius:17px !important;
  }

  #calculator .section-title h2{
    font-size:30px !important;
    line-height:1.06 !important;
  }

  #calculator .price{
    font-size:33px !important;
  }

  #calculator .live{
    font-size:10px !important;
  }
}

/* =========================================================
   END v3.8
   ========================================================= */

/* =========================================================
   MIRA SITE v3.8.1 — saved quotes compact UI
   ========================================================= */
#calculator .saved-quotes-ui{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-top:10px;
}

#calculator .saved-confirm{
  display:flex;
  flex-direction:column;
  gap:3px;
  padding:11px 12px;
  border:1px solid rgba(90,190,120,.24);
  border-radius:13px;
  background:rgba(225,248,232,.10);
}

#calculator .saved-confirm[hidden]{
  display:none !important;
}

#calculator .saved-confirm strong{
  color:#dff7e5;
  font-size:12px;
  line-height:1.25;
  font-weight:850;
}

#calculator .saved-confirm span{
  color:rgba(255,255,255,.72);
  font-size:11px;
  line-height:1.4;
}

#calculator .saved-compact-button{
  width:100%;
  min-height:42px;
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:12px;
  background:rgba(255,255,255,.07);
  color:#fff;
  font:inherit;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}

#calculator .saved-compact-button:hover{
  background:rgba(255,255,255,.12);
}

#calculator .saved-preview-compact{
  display:flex;
  flex-direction:column;
  gap:7px;
  max-height:310px;
  overflow:auto;
  padding:2px;
}

#calculator .saved-preview-compact[hidden]{
  display:none !important;
}

#calculator .saved-preview-compact .saved-item{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  padding:10px 11px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:11px;
  background:rgba(255,255,255,.055);
}

#calculator .saved-preview-compact .saved-item > div:first-child{
  min-width:0;
}

#calculator .saved-preview-compact .saved-item strong{
  color:#fff;
  font-size:11px;
  line-height:1.35;
}

#calculator .saved-preview-compact .saved-item small{
  color:rgba(255,255,255,.62);
  font-size:10px;
  line-height:1.35;
}

#calculator .saved-item-side{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:3px;
  flex:0 0 auto;
}

#calculator .saved-status{
  display:inline-flex;
  align-items:center;
  min-height:19px;
  padding:2px 6px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:rgba(255,255,255,.72);
  font-size:9px;
  line-height:1;
  white-space:nowrap;
}

#calculator .empty-history{
  padding:10px 11px;
  border:1px dashed rgba(255,255,255,.16);
  border-radius:11px;
  color:rgba(255,255,255,.64);
  font-size:11px;
  line-height:1.4;
}

@media (max-width:820px){
  #calculator .saved-preview-compact .saved-item{
    align-items:stretch;
  }
  #calculator .saved-item-side{
    align-items:flex-end;
  }
}

@media (max-width:480px){
  #calculator .saved-preview-compact .saved-item{
    flex-direction:column;
  }
  #calculator .saved-item-side{
    align-items:flex-start;
  }
}
/* END MIRA SITE v3.8.1 */
