/* ────────────────────────────────────────────────────────────
   DMNT Custom Widgets — Armonta · PRADŽIA (Homepage)
   Hero, Services Mosaic, Why, Quote, Process, Coverage,
   About Split, Testimonials, Fullbleed CTA
   ──────────────────────────────────────────────────────────── */

/* ── HERO — full bleed image ── */
.armonta .hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden;}
.armonta .hero-img{position:absolute;inset:0;z-index:0;}
.armonta .hero-img img{object-position:center 30%;}
.armonta .hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to right, rgba(15,18,22,0.92) 55%, rgba(15,18,22,0.35) 100%);}
.armonta .hero-overlay-bottom{position:absolute;bottom:0;left:0;right:0;height:220px;z-index:2;background:linear-gradient(to top,rgba(15,18,22,0.7),transparent);}
.armonta .hero-content{position:relative;z-index:3;width:100%;display:grid;grid-template-columns:1fr 1fr;align-items:end;padding:0 6% 6rem;}
.armonta .hero-left{padding-right:3rem;}
.armonta .hero-eyebrow{display:flex;align-items:center;gap:.8rem;margin-bottom:2rem;animation:armonta-fadeUp .6s ease both;}
.armonta .hero-eyebrow-line{width:36px;height:1px;background:var(--orange);}
.armonta .hero-eyebrow span{font-family:'Poppins',sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);}
.armonta .hero h1{font-size:clamp(2rem,7vw,5.2rem);font-weight:700;line-height:1.05;color:#fff;margin-bottom:1.8rem;animation:armonta-fadeUp .6s .1s ease both;letter-spacing:-.02em;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;}
.armonta .hero h1 em{font-style:italic;color:var(--orange);}
.armonta .hero-desc{font-family:'Poppins',sans-serif;font-size:1.2rem;line-height:1.75;color:rgba(200,210,220,.85);max-width:460px;margin-bottom:2.8rem;animation:armonta-fadeUp .6s .2s ease both;font-weight:300;}
.armonta .hero-actions{display:flex;gap:1rem;flex-wrap:wrap;animation:armonta-fadeUp .6s .3s ease both;}
.armonta .hero-right-panel{animation:armonta-fadeUp .6s .35s ease both;}
.armonta .hero-stats-panel{display:flex;flex-direction:column;gap:0;border:1px solid rgba(255,255,255,0.1);border-radius:3px;overflow:hidden;max-width:320px;margin-left:auto;}
.armonta .hero-stat-row{padding:1.3rem 1.6rem;border-bottom:1px solid rgba(255,255,255,0.08);display:flex;align-items:center;gap:1.2rem;background:rgba(255,255,255,0.04);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .2s;}
.armonta .hero-stat-row:last-child{border-bottom:none;}
.armonta .hero-stat-row:hover{background:rgba(232,98,26,0.12);}
.armonta .hero-stat-ico{font-size:1.3rem;flex-shrink:0;}
.armonta .hero-stat-num{font-family:'Poppins',sans-serif;font-size:1.4rem;font-weight:700;color:var(--orange);line-height:1;}
.armonta .hero-stat-lbl{font-family:'Poppins',sans-serif;font-size:.68rem;color:rgba(200,208,220,.6);margin-top:.2rem;letter-spacing:.06em;}
.armonta .hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:4;display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:armonta-fadeUp .8s .6s ease both;}
.armonta .hero-scroll span{font-family:'Poppins',sans-serif;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,0.3);}
.armonta .hero-scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(232,98,26,0.8),transparent);animation:armonta-scrollPulse 2s infinite;}

/* ── SERVICES MOSAIC ── */
/* ── SERVICES CARDS GRID ── */
.armonta .services-cards-section{padding-top:6rem;padding-bottom:6rem;background:var(--slate-50);}
.armonta .services-cards-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem;}
.armonta .services-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;}
.armonta .svc-tile{background:#fff;border:1px solid var(--slate-100);overflow:hidden;display:flex;flex-direction:column;border-radius:2px;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;}
.armonta .svc-tile:hover{transform:translateY(-6px);box-shadow:0 22px 44px -18px rgba(15,18,22,.18);border-color:transparent;}
.armonta .svc-tile-media{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--slate-100);}
.armonta .svc-tile-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease;}
.armonta .svc-tile:hover .svc-tile-media img{transform:scale(1.06);}
.armonta .svc-tile-body{padding:1.6rem 1.5rem 1.75rem;display:flex;flex-direction:column;gap:.55rem;flex:1;position:relative;}
.armonta .svc-tile-num{font-family:'Poppins',sans-serif;font-size:.78rem;font-style:italic;color:var(--orange);letter-spacing:.04em;font-weight:500;}
.armonta .svc-tile-title{font-family:'Poppins',sans-serif;font-size:1.15rem;font-weight:600;color:var(--slate-900);line-height:1.3;margin:0;}
.armonta .svc-tile-desc{font-family:'Poppins',sans-serif;font-size:.88rem;color:var(--slate-400);line-height:1.6;margin:0;flex:1;}
.armonta .svc-tile-accent{display:block;height:2px;width:36px;background:var(--orange);margin-top:.4rem;transition:width .45s ease;}
.armonta .svc-tile:hover .svc-tile-accent{width:72px;}

/* ── WHY CHOOSE US (split — CSS Grid full-bleed pattern) ── */
/* ── WHY US (redesigned) ── */
.armonta .why-redesigned{
  position:relative;
  background:var(--slate-900);
  color:#fff;
  overflow:hidden;
  padding:6rem 0;
  isolation:isolate;
}
.armonta .why-bg-decor{position:absolute;inset:0;z-index:0;pointer-events:none;}
.armonta .why-glow{
  position:absolute;top:-220px;right:-180px;width:620px;height:620px;
  background:radial-gradient(circle,rgba(232,98,26,.22) 0%,rgba(232,98,26,.05) 45%,transparent 70%);
  filter:blur(20px);
}
.armonta .why-glow::after{
  content:'';position:absolute;left:-60%;bottom:-60%;width:520px;height:520px;
  background:radial-gradient(circle,rgba(64,118,224,.12) 0%,transparent 70%);
  filter:blur(30px);
}
.armonta .why-pattern{
  position:absolute;inset:0;
  background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:24px 24px;
  opacity:.55;
  mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 80%,transparent);
  -webkit-mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 80%,transparent);
}
.armonta .why-redesigned-inner{
  position:relative;z-index:1;
  max-width:var(--armonta-max);
  margin:0 auto;
  padding:0 var(--armonta-pad);
  display:grid;
  grid-template-columns:minmax(0,5fr) minmax(0,6fr);
  gap:4.5rem;
  align-items:center;
}
.armonta .why-media{position:relative;}
.armonta .why-media-frame{
  position:relative;z-index:2;
  aspect-ratio:4/5;
  overflow:hidden;
  border-radius:3px;
  box-shadow:0 40px 80px -28px rgba(0,0,0,.6),0 12px 32px -16px rgba(232,98,26,.18);
}
.armonta .why-media-frame img{width:100%;height:100%;object-fit:cover;display:block;}
.armonta .why-media-accent{
  position:absolute;top:28px;left:28px;width:100%;height:100%;
  border:2px solid var(--orange);border-radius:3px;z-index:1;
  transition:transform .5s ease;
}
.armonta .why-media:hover .why-media-accent{transform:translate(-6px,-6px);}
.armonta .why-media-dot{
  position:absolute;bottom:-30px;left:-30px;width:120px;height:120px;
  background-image:radial-gradient(rgba(232,98,26,.55) 1.5px,transparent 1.5px);
  background-size:14px 14px;
  z-index:0;
  opacity:.7;
}
.armonta .why-body{display:flex;flex-direction:column;}
.armonta .why-title{color:#fff;margin-bottom:1.1rem;}
.armonta .why-title em{font-style:italic;color:var(--orange);}
.armonta .why-desc{
  font-family:'Poppins',sans-serif;
  color:rgba(200,208,220,.8);
  font-size:1.05rem;line-height:1.75;font-weight:300;
  margin:0 0 2.5rem;max-width:560px;
}
.armonta .why-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1.1rem;
}
.armonta .why-feature{
  position:relative;
  background:linear-gradient(180deg,rgba(255,255,255,.04) 0%,rgba(255,255,255,.015) 100%);
  border:1px solid rgba(255,255,255,.08);
  padding:1.4rem 1.4rem 1.5rem;
  border-radius:3px;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:transform .35s ease,border-color .35s ease,background .35s ease,box-shadow .35s ease;
  overflow:hidden;
}
.armonta .why-feature::before{
  content:'';position:absolute;top:0;left:0;width:100%;height:2px;
  background:linear-gradient(90deg,var(--orange) 0%,transparent 100%);
  transform:scaleX(0);transform-origin:left;transition:transform .4s ease;
}
.armonta .why-feature:hover{
  transform:translateY(-5px);
  background:linear-gradient(180deg,rgba(232,98,26,.08) 0%,rgba(232,98,26,.02) 100%);
  border-color:rgba(232,98,26,.45);
  box-shadow:0 16px 32px -16px rgba(232,98,26,.25);
}
.armonta .why-feature:hover::before{transform:scaleX(1);}
.armonta .why-feature-num{
  display:inline-block;font-family:'Poppins',sans-serif;
  font-size:1.8rem;font-weight:700;color:var(--orange);
  line-height:1;margin-bottom:.85rem;letter-spacing:-.02em;
}
.armonta .why-feature-title{
  font-family:'Poppins',sans-serif;
  font-size:1rem;font-weight:600;color:#fff;
  line-height:1.35;margin:0 0 .45rem;
}
.armonta .why-feature-desc{
  font-family:'Poppins',sans-serif;
  font-size:.85rem;color:rgba(200,208,220,.7);
  line-height:1.6;margin:0;
}

/* ── FULL BLEED QUOTE ── */
.armonta .fullbleed-quote{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;}
.armonta .fullbleed-quote-img{position:absolute;inset:0;z-index:0;}
.armonta .fullbleed-quote-img img{object-position:center 40%;}
.armonta .fullbleed-quote-overlay{position:absolute;inset:0;z-index:1;background:rgba(15,18,22,0.72);}
.armonta .fullbleed-quote-content{position:relative;z-index:2;max-width:700px;margin:0 auto;text-align:center;padding:5rem 6%;}
.armonta .fullbleed-quote-content blockquote{font-family:'Poppins',sans-serif;font-size:clamp(1.5rem,3vw,2.4rem);font-weight:400;font-style:italic;color:#fff;line-height:1.4;margin-bottom:1.5rem;}
.armonta .fullbleed-quote-content blockquote em{color:var(--orange);font-style:normal;}
.armonta .fullbleed-quote-content cite{font-family:'Poppins',sans-serif;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(200,208,220,.5);}

/* ── PROCESS SECTION (split — CSS Grid full-bleed pattern) ── */
.armonta .process-section{
  display:grid;
  grid-template-columns:
    minmax(var(--armonta-pad), 1fr)
    minmax(0, calc(var(--armonta-max) / 2))
    minmax(0, calc(var(--armonta-max) / 2))
    minmax(var(--armonta-pad), 1fr);
  min-height:640px;
  background:var(--slate-900);
}
.armonta .process-content{grid-column:2 / 3;padding:5rem 4rem 5rem 0;display:flex;flex-direction:column;justify-content:center;}
.armonta .process-steps{margin-top:2.5rem;display:flex;flex-direction:column;gap:0;}
.armonta .process-step{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,0.06);position:relative;}
.armonta .process-step:last-child{border-bottom:none;}
.armonta .process-step-num{font-family:'Poppins',sans-serif;font-size:2.2rem;font-weight:700;color:rgba(232,98,26,0.25);line-height:1;flex-shrink:0;width:48px;transition:color .3s;}
.armonta .process-step:hover .process-step-num{color:var(--orange);}
.armonta .process-step-body h4{font-family:'Poppins',sans-serif;font-size:1rem;font-weight:600;color:#fff;margin-bottom:.35rem;}
.armonta .process-step-body p{font-family:'Poppins',sans-serif;font-size:.95rem;color:var(--slate-400);line-height:1.6;}
.armonta .process-img{grid-column:3 / 4;position:relative;overflow:hidden;}
.armonta .process-img img{object-position:center;}
.armonta .process-img-overlay{position:absolute;inset:0;background:linear-gradient(to left,transparent 60%,rgba(26,30,36,0.5));}
.armonta .process-accent{position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--orange);}

/* ── TESTIMONIALS ── */
.armonta .trust-section{padding:6rem 6%;background:var(--white);}
.armonta .trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--slate-100);border:2px solid var(--slate-100);overflow:hidden;margin-top:3rem;}
.armonta .trust-card{background:var(--white);padding:2.5rem;}
.armonta .trust-quote-icon{font-size:2rem;color:var(--orange);opacity:.4;margin-bottom:1rem;font-family:'Poppins',sans-serif;font-style:italic;line-height:1;}
.armonta .trust-text{font-family:'Poppins',sans-serif;font-size:1.05rem;color:var(--slate-600);line-height:1.7;margin-bottom:1.5rem;font-style:italic;}
.armonta .trust-author{display:flex;align-items:center;gap:.8rem;}
.armonta .trust-avatar{width:40px;height:40px;border-radius:50%;background:var(--orange-pale);border:2px solid var(--orange);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;}
.armonta .trust-name{font-family:'Poppins',sans-serif;font-size:.82rem;font-weight:600;color:var(--slate-900);}
.armonta .trust-role{font-family:'Poppins',sans-serif;font-size:.72rem;color:var(--slate-400);}

/* ── COVERAGE ── */
.armonta .coverage-section{padding:6rem 6%;background:var(--slate-900);}
.armonta .coverage-head{margin-bottom:3rem;}
.armonta .coverage-head .section-title{color:#fff;}
.armonta .coverage-head .section-desc{color:var(--slate-400);}
.armonta .coverage-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:3px;background:var(--slate-700);}
.armonta .cov-card{position:relative;overflow:hidden;min-height:300px;}
.armonta .cov-card-img{position:absolute;inset:0;transition:transform .5s;}
.armonta .cov-card:hover .cov-card-img{transform:scale(1.08);}
.armonta .cov-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,18,22,.9) 0%,rgba(15,18,22,.2) 100%);}
.armonta .cov-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:2;}
.armonta .cov-icon{font-size:1.5rem;margin-bottom:.6rem;}
.armonta .cov-title{font-family:'Poppins',sans-serif;font-size:.95rem;font-weight:600;color:#fff;line-height:1.3;}
.armonta .cov-sub{font-family:'Poppins',sans-serif;font-size:.68rem;color:var(--orange);margin-top:.3rem;letter-spacing:.08em;text-transform:uppercase;}

/* ── ABOUT SPLIT (CSS Grid full-bleed pattern) ── */
.armonta .about-split{
  display:grid;
  grid-template-columns:
    minmax(var(--armonta-pad), 1fr)
    minmax(0, calc(var(--armonta-max) / 2))
    minmax(0, calc(var(--armonta-max) / 2))
    minmax(var(--armonta-pad), 1fr);
  min-height:580px;
  background:var(--slate-50);
}
.armonta .about-split-img{grid-column:2 / 3;position:relative;overflow:hidden;}
.armonta .about-split-img img{object-position:center;}
.armonta .about-split-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(15,18,22,0.15),transparent);}
.armonta .about-badge-abs{position:absolute;bottom:2.5rem;left:2.5rem;background:var(--orange);color:#fff;padding:1.2rem 1.6rem;border-radius:2px;box-shadow:0 12px 40px rgba(232,98,26,.35);}
.armonta .about-badge-abs .num{font-family:'Poppins',sans-serif;font-size:2rem;font-weight:700;line-height:1;display:block;}
.armonta .about-badge-abs .lbl{font-family:'Poppins',sans-serif;font-size:.68rem;letter-spacing:.1em;margin-top:.25rem;opacity:.85;}
.armonta .about-split-content{grid-column:3 / 4;display:flex;flex-direction:column;justify-content:center;padding:5rem 0 5rem 5rem;background:var(--slate-50);}
.armonta .about-feats{margin-top:2rem;display:flex;flex-direction:column;gap:1.2rem;}
.armonta .about-feat{display:flex;gap:1rem;align-items:flex-start;padding-bottom:1.2rem;border-bottom:1px solid var(--slate-100);}
.armonta .about-feat:last-child{border-bottom:none;}
.armonta .about-feat-ico{width:34px;height:34px;flex-shrink:0;background:var(--orange-pale);border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:1rem;}
.armonta .about-feat h4{font-family:'Poppins',sans-serif;font-size:.98rem;font-weight:600;margin-bottom:.2rem;}
.armonta .about-feat p{font-family:'Poppins',sans-serif;font-size:.92rem;color:var(--slate-400);line-height:1.55;}

/* ── CTA FULLBLEED ── */
.armonta .cta-fullbleed{position:relative;min-height:420px;display:flex;align-items:center;overflow:hidden;}
.armonta .cta-fullbleed-img{position:absolute;inset:0;z-index:0;}
.armonta .cta-fullbleed-img img{object-position:center;}
.armonta .cta-fullbleed-overlay{position:absolute;inset:0;z-index:1;background:rgba(15,18,22,.78);}
.armonta .cta-fullbleed-overlay-orange{position:absolute;inset:0;z-index:2;background:linear-gradient(to right,rgba(232,98,26,.25),transparent);}
.armonta .cta-fullbleed-content{position:relative;z-index:3;padding:5rem 6%;max-width:680px;}
.armonta .cta-fullbleed-content h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;color:#fff;line-height:1.15;margin-bottom:1rem;}
.armonta .cta-fullbleed-content h2 em{font-style:italic;color:var(--orange);}
.armonta .cta-fullbleed-content p{font-family:'Poppins',sans-serif;color:rgba(200,208,220,.8);font-size:1.1rem;line-height:1.7;margin-bottom:2rem;}
.armonta .cta-fullbleed-actions{display:flex;gap:1rem;flex-wrap:wrap;}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  /* Reserve the fixed navbar's height so the bottom-aligned hero content can
     never slide up underneath it once the stats panel is stacked in. */
  .armonta .hero{padding-top:100px;}
  /* Single column — the stats panel stacks under the copy instead of being
     dropped, so mobile keeps the same content as desktop. */
  .armonta .hero-content{grid-template-columns:1fr;padding-bottom:4rem;align-items:start;row-gap:2.5rem;}
  .armonta .hero-left{padding-right:0;}
  .armonta .hero-stats-panel{max-width:none;margin-left:0;}

  /* Split sections collapse to 1-col; all children span full row.
     Padding handled by universal container alignment formula. */
  .armonta .process-section,
  .armonta .about-split{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .armonta .process-content,
  .armonta .process-img,
  .armonta .about-split-img,
  .armonta .about-split-content{
    grid-column:1 / -1;
  }
  .armonta .process-img,
  .armonta .about-split-img{
    min-height:320px;
  }
  .armonta .process-content,
  .armonta .about-split-content{
    padding-top:4rem;
    padding-bottom:4rem;
    padding-left:max(var(--armonta-pad), calc((100% - var(--armonta-max)) / 2));
    padding-right:max(var(--armonta-pad), calc((100% - var(--armonta-max)) / 2));
  }

  /* Why redesigned: stack vertically, image becomes contained card */
  .armonta .why-redesigned-inner{
    grid-template-columns:1fr;
    gap:3rem;
  }
  .armonta .why-media{max-width:460px;width:100%;margin:0 auto;}
  .armonta .why-media-frame{aspect-ratio:4/3;}
  .armonta .why-desc{max-width:none;}

  .armonta .coverage-cards{grid-template-columns:repeat(2,1fr);}
  .armonta .trust-grid{grid-template-columns:1fr;}
}
@media(max-width:1200px){
  .armonta .services-cards-grid{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:900px){
  .armonta .services-cards-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;}
}
@media(max-width:768px){
  .armonta .coverage-cards{grid-template-columns:1fr 1fr;}
  .armonta .cta-fullbleed-actions{flex-direction:column;align-items:stretch;}
  .armonta .cta-fullbleed-actions a{justify-content:center;}
  /* Tighten hero on mobile + hide scroll prompt to avoid overlap with buttons */
  .armonta .hero{min-height:auto;padding-top:90px;padding-bottom:3rem;}
  .armonta .hero h1{font-size:clamp(1.8rem,9vw,2.6rem);margin-bottom:1.2rem;}
  .armonta .hero-desc{font-size:1rem;margin-bottom:1.8rem;}
  .armonta .hero-content{padding-bottom:2rem;}
  .armonta .hero-actions{width:100%;}
  .armonta .hero-actions a{flex:1 1 auto;justify-content:center;text-align:center;}
  .armonta .hero-scroll{display:none !important;}
  /* Stats panel: 2-up so the four rows stay compact on phones */
  .armonta .hero-content{row-gap:2rem;}
  .armonta .hero-stats-panel{display:grid;grid-template-columns:1fr 1fr;}
  .armonta .hero-stat-row{padding:1rem 1.1rem;gap:.9rem;border-bottom:1px solid rgba(255,255,255,0.08);}
  .armonta .hero-stat-row:nth-child(odd){border-right:1px solid rgba(255,255,255,0.08);}
  .armonta .hero-stat-row:nth-last-child(-n+2){border-bottom:none;}
  .armonta .hero-stat-num{font-size:1.2rem;}
  .armonta .hero-stat-lbl{font-size:.62rem;line-height:1.35;}
  .armonta .services-cards-section,
  .armonta .trust-section,
  .armonta .coverage-section{padding-top:3.5rem;padding-bottom:3.5rem;}
  .armonta .services-cards-head{flex-direction:column;align-items:flex-start;margin-bottom:2rem;}
  .armonta .svc-tile-body{padding:1.35rem 1.25rem 1.5rem;}
  /* Why redesigned mobile */
  .armonta .why-redesigned{padding:4rem 0;}
  .armonta .why-redesigned-inner{gap:2.5rem;}
  .armonta .why-grid{gap:.9rem;}
  .armonta .why-feature{padding:1.2rem;}
  .armonta .why-feature-num{font-size:1.5rem;margin-bottom:.6rem;}
  .armonta .why-media-accent{top:18px;left:18px;}
  .armonta .why-media-dot{width:90px;height:90px;bottom:-20px;left:-20px;}
  .armonta .why-glow{width:380px;height:380px;top:-140px;right:-120px;}
  .armonta .svc-tile-title{font-size:1.05rem;}
}
@media(max-width:560px){
  .armonta .services-cards-grid{grid-template-columns:1fr;gap:1.1rem;}
  .armonta .svc-tile-media{aspect-ratio:16/10;}
  .armonta .coverage-cards{grid-template-columns:1fr;}
  /* Why redesigned: single-column features on small phones */
  .armonta .why-grid{grid-template-columns:1fr;}
  .armonta .why-media-frame{aspect-ratio:5/4;}
  .armonta .why-redesigned{padding:3.5rem 0;}
}
@media(max-width:440px){
  /* Narrow phones: stat labels need the full width to stay on one/two lines */
  .armonta .hero-stats-panel{grid-template-columns:1fr;}
  .armonta .hero-stat-row:nth-child(odd){border-right:none;}
  .armonta .hero-stat-row:nth-last-child(-n+2){border-bottom:1px solid rgba(255,255,255,0.08);}
  .armonta .hero-stat-row:last-child{border-bottom:none;}
  .armonta .hero-actions{flex-direction:column;align-items:stretch;}
  .armonta .hero-actions a{width:100%;}
}
