/* ARVETEHA HOMEPAGE — SHARED PUBLIC HEADER STAGE 2; header rules live in public-header.css */
/* ARVETEHA INDEX CLOUD SECURITY LOCALES 20260720-v2 */
/*
 * Arveteha avalehe stiilid
 * Turvaliselt eraldatud failist views/index.ejs.
 * Plokkide algne järjekord on säilitatud, et kujundus ei muutuks.
 */

:root{
  --ink:#17213b;
  --ink-soft:#34415f;
  --muted:#667085;
  --white:#ffffff;
  --line:#e3e7f1;

  --purple:#635bff;
  --purple-2:#8b78ff;
  --purple-dark:#4d46d9;
  --purple-pale:#f1efff;
  --purple-wash:#f8f7ff;

  --teal:#16b8a6;
  --teal-dark:#087f73;
  --teal-pale:#e8faf6;

  --green:#27c782;
  --green-dark:#168f5b;
  --green-pale:#eafaf2;

  --blue:#4e7df2;
  --blue-dark:#2f5bcb;
  --blue-pale:#eaf1ff;

  --sky:#8fd8ff;
  --coral:#ff8d76;
  --coral-pale:#fff0eb;
  --yellow:#ffd86b;
  --yellow-pale:#fff8dd;

  --shadow-xl:0 36px 90px rgba(47,45,110,.18);
  --shadow-lg:0 24px 60px rgba(39,48,85,.13);
  --shadow-md:0 14px 38px rgba(39,48,85,.10);
  --shadow-sm:0 8px 22px rgba(39,48,85,.07);

  --radius-xl:34px;
  --radius-lg:26px;
  --radius-md:19px;
  --radius-sm:13px;
  --content:1200px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:88px}
body{
  margin:0;
  min-width:320px;
  overflow-x:hidden;
  background:#fff;
  color:var(--ink);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:15px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
button{font:inherit}
img,svg{display:block;max-width:100%}
.container{width:min(var(--content),calc(100% - 48px));margin:0 auto}
.section{position:relative;padding:100px 0}
.section-title{
  margin:0;
  max-width:780px;
  font-size:clamp(33px,4vw,48px);
  line-height:1.08;
  letter-spacing:-.052em;
  font-weight:750;
  text-wrap:balance;
}
.section-copy{
  max-width:480px;
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.78;
}
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:44px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:17px;
  color:var(--purple-dark);
  font-size:12px;
  font-weight:800;
  letter-spacing:.085em;
  text-transform:uppercase;
}
.eyebrow:before{
  content:"";
  width:34px;
  height:5px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--teal),var(--purple));
}

/* HEADER */
.logo{
  display:inline-flex;
  align-items:baseline;
  flex:none;
  font-size:34px;
  font-weight:800;
  letter-spacing:-.05em;
  line-height:1;
}
.logo-arve{color:var(--teal)}
.logo-teha{color:#17213b}
.login-link{
  padding:10px 12px;
  color:#28344d;
  font-size:15px;
  font-weight:500;
}
.primary-cta,.secondary-cta{
  min-height:47px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:12px 20px;
  border:0;
  border-radius:14px;
  font-size:14px;
  font-weight:800;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
}
.primary-cta{
  color:#fff;
  background:linear-gradient(135deg,var(--purple) 0%,#7669ff 100%);
  box-shadow:0 13px 28px rgba(99,91,255,.24);
}
.primary-cta:hover{transform:translateY(-2px);box-shadow:0 17px 34px rgba(99,91,255,.29)}
.secondary-cta{
  color:var(--ink);
  background:#fff;
  border:1px solid #dce1ec;
  box-shadow:0 6px 18px rgba(33,43,72,.05);
}
.secondary-cta:hover{transform:translateY(-2px);border-color:#bfc7d8;box-shadow:var(--shadow-sm)}

/* HERO */
.hero{
  position:relative;
  min-height:720px;
  overflow:hidden;
  padding:82px 0 80px;
  background:
    radial-gradient(circle at 82% 12%,rgba(126,108,255,.15),transparent 28%),
    radial-gradient(circle at 18% 82%,rgba(22,184,166,.12),transparent 31%),
    #fff;
}
.hero-ribbons{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
}
.hero-ribbons .ribbon{fill:none;stroke-linecap:round;stroke-linejoin:round}
.hero-ribbons .ribbon-main{stroke:url(#heroRibbonMain);stroke-width:112;opacity:.98}
.hero-ribbons .ribbon-secondary{stroke:url(#heroRibbonSecondary);stroke-width:66;opacity:.95}
.hero-ribbons .ribbon-soft{stroke:url(#heroRibbonSoft);stroke-width:28;opacity:.72}
.hero-ribbons .dot-field{opacity:.46}
.hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);
  gap:68px;
  align-items:center;
}
.hero-copy{padding:20px 0}
.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 14px;
  color:#4b45c9;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(99,91,255,.19);
  border-radius:999px;
  box-shadow:0 10px 28px rgba(99,91,255,.10);
  font-size:12px;
  font-weight:800;
}
.hero-badge:before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 5px rgba(39,199,130,.14);
}
.hero h1{
  max-width:690px;
  margin:25px 0 0;
  font-size:clamp(47px,5.3vw,70px);
  line-height:1;
  letter-spacing:-.067em;
  font-weight:760;
  text-wrap:balance;
}
.hero h1 .accent-purple{
  color:transparent;
  background:linear-gradient(100deg,#5148e5 0%,#7c6cff 68%,#9b7cff 100%);
  -webkit-background-clip:text;
  background-clip:text;
}
.hero h1 .accent-teal{color:var(--teal-dark)}
.hero-description{
  max-width:620px;
  margin:25px 0 0;
  color:#56627b;
  font-size:18px;
  line-height:1.72;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:30px}
.hero-note{display:flex;flex-wrap:wrap;gap:10px;margin-top:23px}
.hero-note span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  color:#4e5a72;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(219,224,236,.9);
  border-radius:999px;
  font-size:11px;
  font-weight:700;
  box-shadow:0 6px 18px rgba(33,43,72,.05);
}
.hero-note span:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--teal)}
.hero-visual{position:relative;padding:38px 0 46px}
.hero-orbit{
  position:absolute;
  inset:3% -10% 0 8%;
  border:1px solid rgba(255,255,255,.45);
  border-radius:50%;
  transform:rotate(-13deg);
}
.hero-window{
  position:relative;
  z-index:2;
  padding:12px;
  background:rgba(255,255,255,.93);
  border:1px solid rgba(255,255,255,.86);
  border-radius:25px;
  box-shadow:var(--shadow-xl);
  backdrop-filter:blur(16px);
  transform:rotate(1.4deg);
}
.hero-window:before{
  content:"";
  position:absolute;
  inset:-10px 70px auto -10px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--teal),var(--sky),var(--purple));
}
.hero-window-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:6px 6px 14px;
}
.hero-window-title{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:800}
.window-mark{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  color:var(--purple);
  background:var(--purple-pale);
  border-radius:11px;
}
.window-mark svg{width:18px}
.window-live{
  padding:7px 10px;
  color:#116b48;
  background:var(--green-pale);
  border:1px solid #c6ecd8;
  border-radius:9px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.hero-window img{
  width:100%;
  min-height:320px;
  object-fit:cover;
  object-position:top center;
  background:#fff;
  border:1px solid #e4e8f0;
  border-radius:15px;
}
.hero-status{
  position:absolute;
  z-index:4;
  left:-42px;
  bottom:0;
  width:325px;
  display:grid;
  gap:9px;
}
.status-card{
  display:grid;
  grid-template-columns:43px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:12px 13px;
  background:rgba(255,255,255,.95);
  border:1px solid rgba(222,226,237,.92);
  border-radius:16px;
  box-shadow:0 18px 46px rgba(39,48,85,.15);
  backdrop-filter:blur(12px);
}
.status-card:nth-child(2){transform:translateX(24px)}
.status-card:nth-child(3){transform:translateX(9px)}
.status-icon{
  width:43px;
  height:43px;
  display:grid;
  place-items:center;
  color:var(--green-dark);
  background:var(--green-pale);
  border-radius:13px;
}
.status-card:nth-child(2) .status-icon{color:var(--purple);background:var(--purple-pale)}
.status-card:nth-child(3) .status-icon{color:var(--blue);background:var(--blue-pale)}
.status-icon svg{width:20px}
.status-card strong{display:block;font-size:13px;line-height:1.2}
.status-card small{display:block;margin-top:3px;color:var(--muted);font-size:10px}
.status-pill{
  padding:6px 8px;
  color:#116b48;
  background:var(--green-pale);
  border-radius:999px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.035em;
  text-transform:uppercase;
}
.status-card:nth-child(n+2) .status-pill{color:#737e93;background:#f0f2f6}

/* PAIN — compact infographic */
.pain-section{
  position:relative;
  overflow:hidden;
  padding:70px 0 76px;
  background:#fff;
}
.pain-section:before{
  content:"";
  position:absolute;
  left:50%;
  top:16px;
  width:min(980px,88vw);
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(99,91,255,.16),rgba(22,184,166,.18),transparent);
  transform:translateX(-50%);
}
.pain-section:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:10px;
  width:480px;
  height:110px;
  background:radial-gradient(ellipse,rgba(99,91,255,.08),transparent 68%);
  transform:translateX(-50%);
  pointer-events:none;
}
.pain-intro{
  position:relative;
  z-index:2;
  max-width:720px;
  margin:0 auto 30px;
  text-align:center;
}
.pain-intro .eyebrow{margin-bottom:12px}
.pain-intro .section-title{
  max-width:690px;
  margin-inline:auto;
  font-size:clamp(29px,3.2vw,41px);
  line-height:1.04;
}
.pain-intro p{
  max-width:540px;
  margin:12px auto 0;
  color:#68748a;
  font-size:13px;
  line-height:1.45;
}
.pain-article-link{
  display:inline-flex;
  align-items:center;
  margin-top:14px;
  color:var(--teal-dark);
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}
.pain-article-link:hover{text-decoration:underline}

.pain-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:15px;
}
.pain-card{
  --card-accent:var(--teal);
  --card-ink:#087f73;
  --card-hover:#9edfd6;
  position:relative;
  min-height:190px;
  overflow:hidden;
  padding:25px 25px 23px;
  background:linear-gradient(145deg,#e7fbf7 0%,#f8fffd 62%,#fff 100%);
  border:1px solid #d8f1eb;
  border-radius:24px;
  box-shadow:0 13px 34px rgba(29,73,81,.08);
  isolation:isolate;
  transition:transform .32s cubic-bezier(.2,.85,.25,1.35),box-shadow .32s ease,border-color .32s ease;
}
.pain-card:nth-child(2){
  --card-accent:var(--purple);
  --card-ink:#4d46d9;
  --card-hover:#bdb7ff;
  background:linear-gradient(145deg,#efedff 0%,#faf9ff 63%,#fff 100%);
  border-color:#e0dcff;
  box-shadow:0 13px 34px rgba(79,70,169,.09);
}
.pain-card:nth-child(3){
  --card-accent:#ef7d68;
  --card-ink:#d56853;
  --card-hover:#f0b7ac;
  background:linear-gradient(145deg,#fff0eb 0%,#fff9f3 58%,#f3f7ff 100%);
  border-color:#f5ddd5;
  box-shadow:0 13px 34px rgba(122,73,77,.08);
}
.pain-card:before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:linear-gradient(115deg,rgba(255,255,255,.56),transparent 42%);
  pointer-events:none;
}
.pain-card:hover{
  transform:translateY(-10px) scale(1.012);
  border-color:var(--card-hover);
  box-shadow:0 25px 52px rgba(52,57,105,.16);
}
.pain-card-top{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:25px;
}
.pain-number{
  color:var(--card-ink);
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
}
.card-icon{
  width:45px;
  height:45px;
  display:grid;
  place-items:center;
  margin-bottom:20px;
  color:var(--purple);
  background:#fff;
  border:1px solid #e1e5ef;
  border-radius:14px;
  box-shadow:0 8px 20px rgba(52,62,98,.07);
}
.card-icon svg{width:21px}
.pain-card .card-icon{
  width:43px;
  height:43px;
  flex:none;
  margin:0;
  color:var(--card-ink);
  background:rgba(255,255,255,.82);
  border-color:rgba(255,255,255,.95);
  box-shadow:0 9px 22px rgba(52,62,98,.08);
  backdrop-filter:blur(8px);
  transition:transform .32s cubic-bezier(.2,.85,.25,1.35);
}
.pain-card:hover .card-icon{transform:translateY(-4px) rotate(-4deg) scale(1.08)}
.pain-card .card-icon svg{width:20px}
.pain-card h3{
  position:relative;
  z-index:2;
  max-width:285px;
  margin:0 0 8px;
  font-size:20px;
  line-height:1.14;
  letter-spacing:-.035em;
}
.pain-card p{
  position:relative;
  z-index:2;
  max-width:300px;
  margin:0;
  color:#5f6b81;
  font-size:12.5px;
  line-height:1.45;
}
.pain-art{
  position:absolute;
  z-index:-1;
  right:-32px;
  top:-26px;
  width:190px;
  height:150px;
  opacity:.88;
  pointer-events:none;
  transition:transform .45s cubic-bezier(.2,.8,.2,1),opacity .3s ease;
}
.pain-card:nth-child(2) .pain-art{right:-24px;top:-18px;width:180px}
.pain-card:nth-child(3) .pain-art{right:-38px;top:-20px;width:205px}
.pain-card:hover .pain-art{transform:translate(-8px,7px) rotate(-3deg) scale(1.05);opacity:1}

/* PRODUCT SHOWCASE */
.product-section{
  overflow:hidden;
  background:#fff;
}
.product-shell{
  position:relative;
  overflow:visible;
  padding:0;
  color:var(--ink);
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.product-shell:before,.product-shell:after{display:none}
.product-head{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.65fr);
  gap:48px;
  align-items:end;
  margin-bottom:36px;
}
.product-head .eyebrow{color:var(--ink)}
.product-head .eyebrow:before{background:linear-gradient(90deg,var(--teal),#8fd8ff)}
.product-head h2{
  margin:0;
  max-width:700px;
  font-size:clamp(34px,4.1vw,49px);
  line-height:1.08;
  letter-spacing:-.052em;
}
.product-head p{margin:0;color:#65708a;font-size:15px;line-height:1.78}
.product-shot{
  position:relative;
  z-index:2;
  width:100%;
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.product-shot img{display:block;width:100%;height:auto;background:transparent;border:0;border-radius:0}
.product-mini-grid{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}
.product-mini{
  display:flex;
  align-items:center;
  gap:11px;
  padding:16px;
  color:#28334d;
  background:rgba(255,255,255,.93);
  border:1px solid rgba(255,255,255,.72);
  border-radius:16px;
  box-shadow:0 10px 30px rgba(27,28,81,.16);
}
.product-mini-mark{width:38px;height:38px;display:grid;place-items:center;flex:none;border-radius:12px;background:var(--purple-pale);color:var(--purple)}
.product-mini:nth-child(2) .product-mini-mark{background:var(--teal-pale);color:var(--teal-dark)}
.product-mini:nth-child(3) .product-mini-mark{background:var(--blue-pale);color:var(--blue)}
.product-mini-mark svg{width:18px}
.product-mini strong{display:block;font-size:13px}
.product-mini small{display:block;margin-top:2px;color:#7a8498;font-size:10px}

/* FEATURES / BENTO */
.features-section{
  overflow:hidden;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
}
.bento-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px;
}
.feature-card{
  position:relative;
  overflow:hidden;
  min-height:270px;
  padding:31px;
  border:1px solid var(--line);
  border-radius:25px;
  box-shadow:var(--shadow-sm);
}
.feature-card:nth-child(1){grid-column:span 7;background:linear-gradient(135deg,#e8faf6 0%,#f8fffd 60%,#fff 100%)}
.feature-card:nth-child(2){grid-column:span 5;background:linear-gradient(135deg,#f0edff 0%,#fbfaff 100%)}
.feature-card:nth-child(3){grid-column:span 5;background:linear-gradient(135deg,#eaf1ff 0%,#fbfdff 100%)}
.feature-card:nth-child(4){grid-column:span 7;background:linear-gradient(135deg,#fff1eb 0%,#fff9ea 58%,#fff 100%)}
.feature-card:after{
  content:"";
  position:absolute;
  right:-72px;
  bottom:-80px;
  width:220px;
  height:92px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(22,184,166,.46),rgba(143,216,255,.42));
  transform:rotate(-28deg);
}
.feature-card:nth-child(2):after{background:linear-gradient(90deg,rgba(99,91,255,.46),rgba(139,120,255,.38))}
.feature-card:nth-child(3):after{background:linear-gradient(90deg,rgba(78,125,242,.43),rgba(143,216,255,.45))}
.feature-card:nth-child(4):after{background:linear-gradient(90deg,rgba(255,141,118,.42),rgba(255,216,107,.52))}
.feature-card .card-icon{position:relative;z-index:2;width:49px;height:49px;margin-bottom:27px}
.feature-card h3{position:relative;z-index:2;margin:0 0 12px;font-size:23px;letter-spacing:-.036em}
.feature-card p{position:relative;z-index:2;max-width:490px;margin:0;color:#65708a;font-size:14px;line-height:1.78}
.feature-metric{
  position:absolute;
  z-index:2;
  right:27px;
  top:27px;
  min-width:92px;
  padding:10px 12px;
  text-align:center;
  color:var(--purple-dark);
  background:rgba(255,255,255,.84);
  border:1px solid rgba(255,255,255,.94);
  border-radius:15px;
  box-shadow:0 8px 22px rgba(38,49,85,.08);
}
.feature-metric strong{display:block;font-size:20px;line-height:1}
.feature-metric small{display:block;margin-top:5px;color:#7a8498;font-size:9px;text-transform:uppercase;letter-spacing:.06em}

/* PROCESS */
.process-section{
  overflow:hidden;
  background:linear-gradient(135deg,#eaf9f6 0%,#f5fbff 48%,#f1efff 100%);
}
.process-section:before{
  content:"";
  position:absolute;
  width:78%;
  height:82px;
  right:-26%;
  top:78px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(99,91,255,.24),rgba(255,141,118,.27));
  transform:rotate(9deg);
}
.process-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:15px;
}
.process-card{
  position:relative;
  min-height:235px;
  padding:27px;
  background:rgba(255,255,255,.91);
  border:1px solid rgba(255,255,255,.94);
  border-radius:22px;
  box-shadow:0 15px 40px rgba(43,63,89,.08);
}
.process-card:after{
  content:"";
  position:absolute;
  top:46px;
  right:-16px;
  width:31px;
  height:2px;
  background:linear-gradient(90deg,var(--purple),transparent);
}
.process-card:last-child:after{display:none}
.process-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  color:#fff;
  background:linear-gradient(135deg,var(--purple),var(--purple-2));
  border-radius:14px;
  box-shadow:0 10px 24px rgba(99,91,255,.22);
  font-size:12px;
  font-weight:800;
}
.process-card:nth-child(2) .process-number{background:linear-gradient(135deg,var(--teal),#44cfbd);box-shadow:0 10px 24px rgba(22,184,166,.22)}
.process-card:nth-child(3) .process-number{background:linear-gradient(135deg,var(--blue),#79a1ff);box-shadow:0 10px 24px rgba(78,125,242,.22)}
.process-card:nth-child(4) .process-number{background:linear-gradient(135deg,var(--coral),#ffb078);box-shadow:0 10px 24px rgba(255,141,118,.22)}
.process-card h3{margin:25px 0 10px;font-size:18px;line-height:1.35;letter-spacing:-.026em}
.process-card p{margin:0;color:#65708a;font-size:13px;line-height:1.73}
.status-overview{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}
.status-overview article{
  padding:24px 25px;
  background:rgba(255,255,255,.87);
  border:1px solid rgba(255,255,255,.96);
  border-radius:18px;
  box-shadow:0 12px 32px rgba(43,63,89,.07);
}
.status-overview strong{display:block;font-size:16px}
.status-overview p{margin:6px 0 0;color:var(--muted);font-size:12px}
.format-label{
  display:inline-flex;
  margin-bottom:14px;
  padding:6px 9px;
  color:#116b48;
  background:var(--green-pale);
  border-radius:999px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.status-overview article:nth-child(n+2) .format-label{color:#737e93;background:#eef1f5}

/* PRICING */
.pricing-section{
  overflow:hidden;
  background:#fff;
}
.pricing-section:before{
  content:"";
  position:absolute;
  left:-22%;
  bottom:34px;
  width:67%;
  height:98px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(22,184,166,.16),rgba(143,216,255,.18));
  transform:rotate(-9deg);
}
.pricing-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.1fr .95fr .95fr;
  gap:18px;
  align-items:stretch;
}
.price-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:505px;
  overflow:hidden;
  padding:31px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  box-shadow:var(--shadow-md);
}
.price-card:after{
  content:"";
  position:absolute;
  right:-75px;
  top:-48px;
  width:190px;
  height:82px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(99,91,255,.13),rgba(143,216,255,.16));
  transform:rotate(22deg);
}
.price-card.featured{
  color:#fff;
  background:linear-gradient(145deg,#3f3aaf 0%,#645be8 58%,#786cff 100%);
  border-color:transparent;
  box-shadow:0 26px 70px rgba(75,68,199,.26);
}
.price-card.featured:before{
  content:"";
  position:absolute;
  left:-25%;
  bottom:42px;
  width:95%;
  height:86px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(22,184,166,.72),rgba(143,216,255,.56));
  transform:rotate(-14deg);
  opacity:.72;
}
.price-card.featured:after{background:linear-gradient(90deg,rgba(255,141,118,.72),rgba(255,216,107,.56));opacity:.72}
.price-card>*{position:relative;z-index:2}
.price-badge{
  align-self:flex-start;
  padding:7px 10px;
  color:#116b48;
  background:var(--green-pale);
  border-radius:999px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.price-card.featured .price-badge{color:#fff;background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.28)}
.price-card h3{margin:20px 0 0;font-size:22px;letter-spacing:-.035em}
.price{margin:24px 0 26px;font-size:47px;line-height:1;letter-spacing:-.06em;font-weight:760}
.price small{font-size:13px;color:var(--muted);letter-spacing:0;font-weight:600}
.price-card.featured .price small{color:rgba(255,255,255,.72)}
.price-list{display:grid;gap:12px;margin:0 0 29px;padding:0;list-style:none;flex:1}
.price-list li{position:relative;padding-left:24px;color:#506078;font-size:13px;line-height:1.55}
.price-card.featured .price-list li{color:rgba(255,255,255,.87)}
.price-list li:before{
  content:"";
  position:absolute;
  left:1px;
  top:.52em;
  width:8px;
  height:4px;
  border-left:2px solid var(--teal-dark);
  border-bottom:2px solid var(--teal-dark);
  transform:rotate(-45deg);
}
.price-card.featured .price-list li:before{border-color:#8ef1df}
.price-card .primary-cta,.price-card .secondary-cta{width:100%}
.price-card.featured .primary-cta{color:#3f3aaf;background:#fff;box-shadow:0 14px 32px rgba(24,22,80,.20)}

/* FAQ */
.faq-section{
  overflow:hidden;
  background:linear-gradient(135deg,#fff6ea 0%,#fff 45%,#f5f3ff 100%);
}
.faq-section:before{
  content:"";
  position:absolute;
  right:-13%;
  top:65px;
  width:58%;
  height:90px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(255,141,118,.20),rgba(255,216,107,.22));
  transform:rotate(11deg);
}
.faq-layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(280px,.55fr) minmax(0,1fr);
  gap:70px;
  align-items:start;
}
.faq-side{position:sticky;top:110px}
.faq-side p{margin:20px 0 0;color:var(--muted);font-size:15px;line-height:1.75}
.faq-list{display:grid;gap:11px}
.faq-item{
  overflow:hidden;
  background:rgba(255,255,255,.90);
  border:1px solid rgba(224,226,236,.94);
  border-radius:16px;
  box-shadow:0 8px 24px rgba(62,55,107,.055);
}
.faq-item summary{
  position:relative;
  padding:21px 58px 21px 22px;
  list-style:none;
  cursor:pointer;
  font-size:16px;
  font-weight:700;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{
  content:"+";
  position:absolute;
  right:16px;
  top:14px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  color:var(--purple);
  background:var(--purple-pale);
  border-radius:11px;
  font-size:21px;
  font-weight:600;
}
.faq-item[open] summary:after{content:"–";color:#fff;background:var(--purple)}
.faq-answer{padding:0 58px 21px 22px;color:var(--muted);font-size:14px;line-height:1.76}

/* TESTIMONIALS */
.testimonials-section{background:#fff}
.testimonial-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  width:min(880px,100%);
  margin:0 auto;
}
.testimonial-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:170px minmax(0,1fr);
  align-items:center;
  gap:34px;
  min-height:245px;
  padding:34px;
  background:linear-gradient(135deg,#f0edff 0%,#ffffff 72%);
  border:1px solid #ddd8ff;
  border-radius:23px;
  box-shadow:var(--shadow-md);
}
.testimonial-card:after{
  content:"";
  position:absolute;
  right:-65px;
  bottom:-60px;
  width:190px;
  height:82px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(22,184,166,.16),rgba(99,91,255,.18));
  transform:rotate(-25deg);
}
.testimonial-person{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:15px;
  margin:0;
}
.testimonial-photo{
  width:160px;
  height:160px;
  aspect-ratio:1 / 1;
  object-fit:cover;
  border:1px solid #d8dcea;
  border-radius:16px;
  box-shadow:0 12px 30px rgba(39,48,85,.12);
}
.testimonial-card h4{margin:0 0 3px;font-size:16px}
.testimonial-role{color:var(--muted);font-size:12px}
.testimonial-text{
  position:relative;
  z-index:2;
  margin:0;
  color:#44516a;
  font-size:18px;
  line-height:1.75;
  letter-spacing:-.012em;
}

/* FINAL CTA */
.final-cta{position:relative;overflow:hidden;padding:30px 0 68px;background:#fff}
.final-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:44px;
  align-items:center;
  min-height:310px;
  padding:58px;
  color:#fff;
  background:linear-gradient(125deg,#3f3aaf 0%,#655be8 52%,#178f86 132%);
  border-radius:32px;
  box-shadow:0 30px 82px rgba(75,68,199,.25);
}
.final-ribbons{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.final-ribbons path{fill:none;stroke-linecap:round}
.final-content{position:relative;z-index:2;max-width:740px}
.final-card h2{margin:0;font-size:clamp(34px,4.5vw,54px);line-height:1.06;letter-spacing:-.055em}
.final-card p{max-width:610px;margin:17px 0 0;color:rgba(255,255,255,.82);font-size:15px;line-height:1.76}
.final-card .primary-cta{position:relative;z-index:2;min-width:190px;color:#3f3aaf;background:#fff;box-shadow:0 15px 35px rgba(24,22,80,.20)}

/* FOOTER */
.footer{padding:31px 0 26px;background:#fff;border-top:1px solid var(--line)}
.footer-top{display:flex;justify-content:space-between;gap:40px;align-items:flex-start}
.footer-brand p{max-width:430px;margin:12px 0 0;color:var(--muted);font-size:12px;line-height:1.65}
.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 20px}
.footer-links a{color:var(--purple);font-size:12px;font-weight:750}
.footer-links a:hover{text-decoration:underline}
.footer-bottom{display:flex;justify-content:space-between;gap:25px;margin-top:22px;padding-top:20px;border-top:1px solid var(--line);color:#98a2b3;font-size:11px}

@keyframes floatCard{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-6px)}
}
@media(prefers-reduced-motion:no-preference){
  .hero-window{animation:floatCard 7s ease-in-out infinite}
}

@media(max-width:1080px){
  .hero{min-height:auto}
  .hero-inner{grid-template-columns:1fr;gap:34px}
  .hero-copy{max-width:790px}
  .hero-visual{width:min(900px,100%)}
  .hero-status{left:16px}
  .pain-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .process-grid{grid-template-columns:repeat(2,1fr)}
  .process-card:after{display:none}
  .pricing-grid{grid-template-columns:1fr}
  .price-card{min-height:auto}
  .price-card.featured{order:-1}
  .testimonial-grid{grid-template-columns:1fr}
}

@media(max-width:840px){
  .container{width:min(var(--content),calc(100% - 28px))}
  .section{padding:78px 0}
  .section-head{align-items:flex-start;flex-direction:column;gap:17px}
  .hero{padding:58px 0 70px}
  .hero h1{font-size:clamp(43px,10.5vw,61px)}
  .hero-description{font-size:16px}
  .hero-ribbons .ribbon-main{stroke-width:86}
  .hero-ribbons .ribbon-secondary{stroke-width:48}
  .hero-status{position:static;width:100%;margin-top:10px}
  .status-card:nth-child(2),.status-card:nth-child(3){transform:none}
  .product-shell{padding:0}
  .product-head{grid-template-columns:1fr;gap:18px}
  .product-mini-grid{grid-template-columns:1fr}
  .bento-grid{grid-template-columns:1fr}
  .feature-card:nth-child(n){grid-column:auto}
  .faq-layout{grid-template-columns:1fr;gap:40px}
  .faq-side{position:static}
  .status-overview{grid-template-columns:1fr}
  .final-card{grid-template-columns:1fr;padding:43px 32px}
  .final-card .primary-cta{justify-self:start}
  .footer-top,.footer-bottom{align-items:flex-start;flex-direction:column}
  .footer-links{justify-content:flex-start}
}

@media(max-width:600px){
  .homepage-earve-banner-inner{min-height:62px;padding:14px 16px;border-radius:18px;font-size:13px;line-height:1.35}
  .container{width:min(var(--content),calc(100% - 22px))}
  .logo{font-size:29px}
  .section-title{font-size:clamp(31px,9vw,41px)}
  .hero{padding-top:48px}
  .hero h1{font-size:clamp(40px,12.5vw,54px)}
  .hero-actions .primary-cta,.hero-actions .secondary-cta{width:100%}
  .hero-window{padding:8px;border-radius:19px;transform:none}
  .hero-window-title span:last-child{display:none}
  .hero-window img{min-height:230px}
  .status-card{grid-template-columns:39px minmax(0,1fr) auto}
  .status-icon{width:39px;height:39px}
  .pain-grid,.process-grid{grid-template-columns:1fr}
  .pain-card,.feature-card,.process-card{min-height:0;padding:25px}
  .product-shell{margin-inline:0;padding:0;border-radius:0}
  .product-shot{padding:0;border-radius:0}
  .product-mini{padding:14px}
  .feature-metric{position:static;width:max-content;margin-bottom:18px}
  .price-card{padding:27px}
  .faq-item summary{font-size:15px}
  .testimonial-card{
    grid-template-columns:1fr;
    gap:22px;
    padding:24px;
  }
  .testimonial-person{flex-direction:row;align-items:center;gap:16px}
  .testimonial-photo{width:104px;height:104px;border-radius:14px}
  .testimonial-text{font-size:16px;line-height:1.68}
  .final-card{padding:37px 24px;border-radius:25px}
  .final-card .primary-cta{width:100%}
}

/* HERO — responsive redesign */
.hero{
  position:relative;
  min-height:760px;
  overflow:hidden;
  isolation:isolate;
  padding:92px 0 96px;
  background:
    radial-gradient(ellipse at 84% 27%,rgba(99,91,255,.10),transparent 30%),
    radial-gradient(ellipse at 12% 72%,rgba(22,184,166,.08),transparent 34%),
    linear-gradient(180deg,#fbfcff 0%,#f7f9ff 58%,#fbfcff 100%);
}
.hero:before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background-image:radial-gradient(circle,rgba(99,91,255,.09) 1px,transparent 1px);
  background-size:28px 28px;
  mask-image:linear-gradient(to right,transparent 0,#000 15%,#000 85%,transparent 100%);
  opacity:.25;
}
.hero-lines{position:absolute;left:0;width:100%;height:auto;pointer-events:none;overflow:visible}
.hero-lines path{fill:none;stroke:#756cff;stroke-width:2;opacity:.19;vector-effect:non-scaling-stroke}
.hero-lines-top{top:8px}
.hero-lines-bottom{bottom:-8px}
.hero-inner{grid-template-columns:minmax(0,.95fr) minmax(500px,1.05fr);gap:70px;align-items:center}
.hero-copy{padding:24px 0 42px}
.hero-badge{padding:10px 16px;background:rgba(255,255,255,.92);border-color:#e2e5ef;color:#534ce2;box-shadow:0 8px 24px rgba(39,48,85,.08)}
.hero h1{max-width:710px;margin-top:30px;font-size:clamp(48px,5.25vw,72px);line-height:1.03;letter-spacing:-.064em}
.hero h1 .accent-purple{background:linear-gradient(90deg,#4d46d9,#635bff 55%,#8d7cff);-webkit-background-clip:text;background-clip:text}
.hero-last-line{font-size:.82em;letter-spacing:-.055em}
.hero-description{max-width:600px;margin-top:27px;color:#58657e;font-size:18px;line-height:1.68}
.hero-actions{margin-top:31px;gap:14px}
.hero-actions .primary-cta,.hero-actions .secondary-cta{min-height:55px;padding:14px 26px;border-radius:12px}
.hero-actions .primary-cta span{font-size:21px;line-height:1;margin-left:7px}
.hero-note{gap:18px;margin-top:25px}
.hero-note span{padding:0;border:0;background:transparent;box-shadow:none;color:#4f5b72;font-size:12px}
.hero-note span:before{width:16px;height:16px;background:var(--green);box-shadow:inset 0 0 0 4px #fff,0 0 0 1px rgba(39,199,130,.18)}
.hero-visual{padding:42px 0 70px}
.hero-window{padding:16px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.95);border-radius:30px;box-shadow:0 34px 86px rgba(41,48,92,.18);transform:rotate(.35deg)}
.hero-window:before{inset:-9px 74px auto -2px;height:9px;background:linear-gradient(90deg,var(--teal),#8fd8ff 46%,var(--purple));box-shadow:0 4px 15px rgba(99,91,255,.18)}
.hero-window-bar{padding:8px 8px 16px}
.hero-window img{min-height:410px;border-radius:18px;object-fit:cover;object-position:top center}
.hero-status{left:-92px;bottom:1px;width:330px}
.status-card{border-radius:15px;box-shadow:0 16px 38px rgba(39,48,85,.14)}
.status-card:nth-child(2){transform:translateX(22px)}
.status-card:nth-child(3){transform:translateX(43px)}
@media(max-width:1080px){
  .hero{padding:72px 0 84px}
  .hero-inner{grid-template-columns:1fr;gap:18px}
  .hero-copy{max-width:820px;padding-bottom:8px}
  .hero-visual{width:min(850px,100%);margin-inline:auto}
  .hero-status{left:20px}
}
@media(max-width:840px){
  .hero{padding:58px 0 72px;background:linear-gradient(180deg,#fbfcff 0%,#f5f7ff 54%,#fbfcff 100%)}
  .hero:before{background-size:24px 24px;opacity:.16}
  .hero-lines-top{top:18px;height:210px}
  .hero-lines-bottom{bottom:0;height:180px}
  .hero-lines path{opacity:.15;stroke-width:1.5}
  .hero h1{font-size:clamp(42px,10vw,60px);max-width:720px}
  .hero-last-line{font-size:.84em}
  .hero-description{font-size:16px}
  .hero-visual{padding-top:28px;padding-bottom:0}
  .hero-window img{min-height:320px}
  .hero-status{position:relative;left:auto;bottom:auto;width:min(620px,calc(100% - 18px));margin:-26px auto 0}
}
@media(max-width:600px){
  .hero{min-height:auto;padding:42px 0 58px}
  .hero-lines-top{top:0;height:150px;transform:scaleX(1.45);transform-origin:center}
  .hero-lines-bottom{bottom:0;height:135px;transform:scaleX(1.55);transform-origin:center}
  .hero-copy{padding:10px 0 0}
  .hero-badge{max-width:100%;padding:9px 12px;font-size:11px;line-height:1.35}
  .hero h1{margin-top:22px;font-size:clamp(39px,12vw,50px);line-height:1.04;letter-spacing:-.058em}
  .hero h1 br{display:none}
  .hero-last-line{display:block;margin-top:8px;font-size:.82em}
  .hero-description{margin-top:20px;font-size:15px;line-height:1.65}
  .hero-actions{gap:10px;margin-top:25px}
  .hero-actions .primary-cta,.hero-actions .secondary-cta{width:100%;min-height:51px}
  .hero-note{display:grid;grid-template-columns:1fr;gap:8px;margin-top:20px}
  .hero-visual{margin-top:8px;padding-top:26px}
  .hero-window{padding:8px;border-radius:21px;transform:none}
  .hero-window:before{left:8px;right:54px;height:7px}
  .hero-window-bar{padding:7px 6px 11px}
  .hero-window img{min-height:245px;border-radius:14px}
  .hero-status{width:calc(100% - 12px);margin:-12px auto 0;gap:7px}
  .status-card{grid-template-columns:39px minmax(0,1fr);padding:10px 11px}
  .status-card:nth-child(2),.status-card:nth-child(3){transform:none}
  .status-pill{display:none}
  .status-card strong{font-size:12px}
  .status-card small{font-size:9px}
}


/* FEATURE — "Alusta kohe" card */
.feature-card-start{
  display:grid;
  grid-template-columns:minmax(0,1fr) 184px;
  align-items:stretch;
  gap:24px;
  padding:28px;
  background:
    radial-gradient(circle at 92% 12%,rgba(22,184,166,.13),transparent 34%),
    linear-gradient(135deg,#eafaf6 0%,#f7fffd 58%,#ffffff 100%) !important;
}
.feature-card-start:after{
  right:-58px;
  bottom:-70px;
  width:190px;
  height:82px;
  opacity:.42;
}
.feature-start-copy{
  position:relative;
  z-index:2;
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
}
.feature-start-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  color:var(--teal-dark);
  background:rgba(255,255,255,.84);
  border:1px solid rgba(22,184,166,.18);
  border-radius:999px;
  box-shadow:0 7px 18px rgba(22,126,116,.07);
  font-size:10px;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.feature-start-kicker svg{width:15px;height:15px;flex:none}
.feature-card-start h3{
  margin:21px 0 10px;
  font-size:24px;
}
.feature-card-start p{
  max-width:470px;
  margin:0 0 22px;
}
.feature-start-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:44px;
  margin-top:auto;
  padding:11px 16px;
  color:#fff;
  background:linear-gradient(135deg,var(--teal-dark),var(--teal));
  border:1px solid rgba(8,127,115,.18);
  border-radius:12px;
  box-shadow:0 12px 24px rgba(8,127,115,.17);
  font-size:13px;
  font-weight:800;
  transition:transform .18s ease,box-shadow .18s ease;
}
.feature-start-action span{font-size:18px;line-height:1}
.feature-start-action:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(8,127,115,.22);
}
.feature-start-panel{
  position:relative;
  z-index:2;
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:22px 16px;
  text-align:center;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(205,231,225,.95);
  border-radius:19px;
  box-shadow:0 15px 34px rgba(37,91,84,.10);
  backdrop-filter:blur(10px);
}
.feature-start-price-row strong{
  display:block;
  color:var(--ink);
  font-size:37px;
  line-height:1;
  letter-spacing:-.06em;
}
.feature-start-price-row span{
  display:inline-flex;
  margin-top:10px;
  padding:6px 9px;
  color:var(--teal-dark);
  background:var(--teal-pale);
  border-radius:999px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.feature-start-panel small{
  display:block;
  max-width:130px;
  margin-top:13px;
  color:#69768b;
  font-size:10px;
  line-height:1.45;
}
@media(max-width:600px){
  .feature-card-start{
    grid-template-columns:1fr;
    gap:17px;
    padding:22px !important;
  }
  .feature-card-start h3{
    margin-top:18px;
    font-size:22px;
  }
  .feature-card-start p{
    margin-bottom:19px;
    font-size:13px;
    line-height:1.7;
  }
  .feature-start-action{
    width:100%;
    min-height:48px;
    margin-top:0;
  }
  .feature-start-panel{
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    gap:13px;
    align-items:center;
    justify-items:start;
    padding:15px 16px;
    text-align:left;
    border-radius:15px;
  }
  .feature-start-price-row{
    display:flex;
    align-items:center;
    gap:9px;
  }
  .feature-start-price-row strong{
    font-size:29px;
    white-space:nowrap;
  }
  .feature-start-price-row span{
    margin-top:0;
  }
  .feature-start-panel small{
    max-width:none;
    margin-top:0;
    font-size:10px;
  }
}

/* FEATURES — invoice image */
.features-invoice-preview{
  width:min(1040px,100%);
  margin:0 auto 38px;
  padding:12px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow-lg);
}
.features-invoice-preview img{
  width:100%;
  height:auto;
  max-height:680px;
  object-fit:contain;
  object-position:center top;
  border-radius:16px;
}
@media(max-width:840px){
  .features-invoice-preview{
    width:100%;
    margin-bottom:30px;
    padding:9px;
    border-radius:19px;
  }
  .features-invoice-preview img{
    max-height:560px;
    border-radius:13px;
  }
}
@media(max-width:600px){
  .features-invoice-preview{
    margin-bottom:24px;
    padding:6px;
    border-radius:15px;
  }
  .features-invoice-preview img{
    width:100%;
    max-height:none;
    border-radius:10px;
  }
}


/* =========================================================
   HERO V3 — compact interactive invoice + mobile refinement
   ========================================================= */

.hero{
  min-height:auto;
  padding:62px 0 68px;
  background:
    radial-gradient(circle at 84% 18%,rgba(99,91,255,.12),transparent 29%),
    radial-gradient(circle at 13% 78%,rgba(22,184,166,.09),transparent 32%),
    linear-gradient(180deg,#fbfcff 0%,#f7f9ff 58%,#fff 100%);
}
.hero-inner{
  grid-template-columns:minmax(0,.88fr) minmax(470px,1.12fr);
  gap:clamp(42px,5.4vw,72px);
  align-items:center;
}
.hero-copy{max-width:590px;padding:8px 0 18px}
.hero-badge{padding:8px 13px;font-size:11px}
.hero h1{
  max-width:620px;
  margin-top:21px;
  font-size:clamp(38px,4.15vw,55px);
  line-height:1.035;
  letter-spacing:-.058em;
}
.hero-last-line{display:block;margin-top:5px;font-size:.78em;letter-spacing:-.045em}
.hero-description{max-width:570px;margin-top:20px;font-size:16px;line-height:1.65}
.hero-actions{margin-top:25px;gap:10px}
.hero-actions .primary-cta,.hero-actions .secondary-cta{min-height:48px;padding:12px 19px;border-radius:12px}
.hero-actions .primary-cta span{font-size:18px}
.hero-note{gap:13px;margin-top:20px}
.hero-note span{font-size:10.5px}
.hero-visual{min-width:0;padding:8px 0 20px}

.hero-invoice-stage{
  position:relative;
  width:min(590px,100%);
  margin-left:auto;
  padding:10px;
  overflow:visible;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.94);
  border-radius:24px;
  box-shadow:0 28px 70px rgba(41,48,92,.17);
  backdrop-filter:blur(18px);
}
.hero-invoice-stage:before{
  content:"";
  position:absolute;
  left:16px;
  right:76px;
  top:-7px;
  height:7px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--teal),var(--sky),var(--purple));
  box-shadow:0 5px 16px rgba(99,91,255,.18);
}
.hero-invoice-toolbar{
  min-height:43px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:5px 6px 10px;
}
.hero-invoice-toolbar-title{display:flex;align-items:center;gap:9px;min-width:0}
.hero-invoice-toolbar-title>span:last-child{display:grid;gap:1px}
.hero-invoice-toolbar-title strong{font-size:11px;line-height:1.25}
.hero-invoice-toolbar-title small{color:#7b869c;font-size:8.5px;line-height:1.2}
.hero-invoice-toolbar-icon{width:31px;height:31px;display:grid;place-items:center;flex:none;color:var(--purple);background:var(--purple-pale);border-radius:10px}
.hero-invoice-toolbar-icon svg{width:16px}
.hero-invoice-live{display:inline-flex;align-items:center;gap:7px;padding:6px 8px;color:#116b48;background:var(--green-pale);border:1px solid #c6ecd8;border-radius:8px;font-size:8.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}
.hero-invoice-live i{width:6px;height:6px;border-radius:50%;background:var(--green)}
.hero-invoice-sheet{position:relative;overflow:visible;background:#fff;border:1px solid #e0e5ef;border-radius:15px;box-shadow:0 12px 28px rgba(39,48,85,.08)}
.hero-invoice-paper{position:relative;min-height:430px;padding:25px 27px 20px;overflow:hidden;border-radius:15px;background:#fff}
.hero-invoice-top{display:grid;grid-template-columns:1fr auto;align-items:start;gap:20px}
.hero-invoice-logo{display:inline-flex;align-items:baseline;font-size:26px;line-height:1;font-weight:800;letter-spacing:-.05em}
.hero-invoice-logo span{color:var(--teal)}
.hero-invoice-logo b{color:var(--ink);font-weight:800}
.hero-invoice-heading{position:relative;padding-right:30px;text-align:right}
.hero-invoice-heading h2{margin:0;font-size:26px;line-height:1;letter-spacing:-.04em}
.hero-invoice-heading p{margin:6px 0 0;color:#4d5a72;font-size:10px;font-weight:700}
.hero-invoice-parties{display:grid;grid-template-columns:1fr minmax(205px,.8fr);gap:35px;margin-top:27px}
.hero-invoice-buyer{position:relative;padding-left:28px}
.hero-invoice-buyer h3{margin:0 0 7px;font-size:8px;letter-spacing:.08em}
.hero-invoice-buyer p{margin:0 0 3px;color:#526078;font-size:8px;line-height:1.32}
.hero-invoice-meta{display:grid;gap:7px;margin:0}
.hero-invoice-meta>div{position:relative;display:grid;grid-template-columns:1fr auto;gap:15px;padding-left:0;font-size:8px;line-height:1.35}
.hero-invoice-meta>div.is-marked{padding-left:28px}
.hero-invoice-meta dt{font-weight:700}
.hero-invoice-meta dd{margin:0;color:#526078;text-align:right;font-variant-numeric:tabular-nums}
.hero-invoice-table-wrap{position:relative;margin-top:28px;padding-left:0;border:1px solid #dce2ec;border-radius:7px;overflow:visible}
.hero-invoice-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:7.5px}
.hero-invoice-table th,.hero-invoice-table td{padding:8px 7px;border-bottom:1px solid #e8ebf1;text-align:right;white-space:nowrap}
.hero-invoice-table th:first-child,.hero-invoice-table td:first-child{width:38%;text-align:left}
.hero-invoice-table thead th{color:#34415f;background:#f8f9fc;font-size:7px}
.hero-invoice-table tbody tr:last-child td{border-bottom:0}
.hero-invoice-summary{display:grid;grid-template-columns:1fr minmax(180px,.52fr);gap:25px;align-items:end;margin-top:17px}
.hero-invoice-note{color:#7b8699;font-size:7.5px}
.hero-invoice-totals{border:1px solid #dce2ec;border-radius:7px;overflow:visible}
.hero-invoice-totals>div{position:relative;display:grid;grid-template-columns:1fr auto;gap:10px;padding:6px 8px;border-bottom:1px solid #e8ebf1;font-size:7.5px}
.hero-invoice-totals>div:last-child{border-bottom:0}
.hero-invoice-totals .is-due{padding-left:35px;color:#fff;background:linear-gradient(135deg,#5148e5,#6f63ee);font-size:8.5px}
.hero-invoice-footer{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:19px;padding:12px 0 0 31px;border-top:1px solid #e4e8ef}
.hero-invoice-footer span{display:grid;gap:2px;min-width:0}
.hero-invoice-footer strong{overflow:hidden;color:#34415f;font-size:7.3px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
.hero-invoice-footer small{overflow:hidden;color:#8b95a8;font-size:6.7px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.hero-tip-marker{
  position:absolute;
  z-index:7;
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  padding:0;
  color:#fff;
  background:linear-gradient(135deg,var(--purple),#7d70ff);
  border:2px solid #fff;
  border-radius:50%;
  box-shadow:0 6px 16px rgba(99,91,255,.35);
  cursor:pointer;
  font-size:8px;
  font-weight:800;
  line-height:1;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.hero-tip-marker:hover,.hero-tip-marker:focus-visible,.hero-tip-marker.is-active{transform:translateY(-2px) scale(1.08);background:linear-gradient(135deg,var(--teal-dark),var(--teal));box-shadow:0 9px 20px rgba(8,127,115,.30);outline:none}
.hero-invoice-heading .hero-tip-marker{right:0;top:2px}
.hero-invoice-buyer>.hero-tip-marker{left:0;top:-2px}
.hero-invoice-meta .hero-tip-marker{left:0;top:-4px}
.hero-invoice-table-wrap>.hero-tip-marker{left:-11px;top:50%;transform:translateY(-50%)}
.hero-invoice-table-wrap>.hero-tip-marker:hover,.hero-invoice-table-wrap>.hero-tip-marker:focus-visible,.hero-invoice-table-wrap>.hero-tip-marker.is-active{transform:translateY(-50%) scale(1.08)}
.hero-invoice-totals .hero-tip-marker{left:6px;top:50%;transform:translateY(-50%)}
.hero-invoice-totals .hero-tip-marker:hover,.hero-invoice-totals .hero-tip-marker:focus-visible,.hero-invoice-totals .hero-tip-marker.is-active{transform:translateY(-50%) scale(1.08)}
.hero-invoice-footer>.hero-tip-marker{left:0;top:8px}
.hero-tip-card{
  position:absolute;
  z-index:20;
  left:18px;
  right:18px;
  bottom:16px;
  display:grid;
  grid-template-columns:32px minmax(0,1fr) 24px;
  align-items:start;
  gap:10px;
  padding:13px 14px;
  color:#fff;
  background:rgba(24,30,63,.96);
  border:1px solid rgba(255,255,255,.18);
  border-radius:13px;
  box-shadow:0 18px 45px rgba(22,28,65,.32);
  backdrop-filter:blur(14px);
  animation:heroTipIn .18s ease both;
}
.hero-tip-card[hidden]{display:none}
.hero-tip-number{width:28px;height:28px;display:grid;place-items:center;color:#4038b0;background:#fff;border-radius:9px;font-size:10px;font-weight:800}
.hero-tip-title{display:block;margin-top:1px;font-size:10px;line-height:1.25}
.hero-tip-text{margin:4px 0 0;color:rgba(255,255,255,.76);font-size:8.5px;line-height:1.45}
.hero-tip-close{grid-column:3;grid-row:1;width:23px;height:23px;display:grid;place-items:center;padding:0;color:#fff;background:rgba(255,255,255,.10);border:0;border-radius:7px;cursor:pointer;font-size:17px;line-height:1}
.hero-invoice-caption{margin:10px 12px 0;color:#707c92;font-size:9.5px;text-align:right}
@keyframes heroTipIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

@media(max-width:1080px){
  .hero{padding:56px 0 66px}
  .hero-inner{grid-template-columns:minmax(0,.82fr) minmax(450px,1.18fr);gap:36px}
  .hero h1{font-size:clamp(36px,4.8vw,50px)}
}
@media(max-width:900px){
  .hero-inner{grid-template-columns:1fr;gap:32px}
  .hero-copy{max-width:720px;padding-bottom:0}
  .hero h1{max-width:690px}
  .hero-visual{width:min(650px,100%);margin-inline:auto}
  .hero-invoice-stage{margin-inline:auto}
}
@media(max-width:840px){
  .hero{padding:45px 0 55px}
  .hero-copy{text-align:left}
  .hero h1{font-size:clamp(34px,7.4vw,46px)}
  .hero-description{font-size:15px}
}
@media(max-width:600px){
  .hero{padding:35px 0 47px}
  .hero-copy{padding:0}
  .hero-badge{font-size:10px}
  .hero h1{margin-top:18px;font-size:clamp(29px,9vw,36px);line-height:1.055;letter-spacing:-.052em}
  .hero-last-line{margin-top:6px;font-size:.79em}
  .hero-description{margin-top:17px;font-size:14px;line-height:1.58}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:22px}
  .hero-actions .primary-cta,.hero-actions .secondary-cta{width:100%;min-height:46px}
  .hero-note{display:flex;gap:8px 12px;margin-top:17px}
  .hero-note span{font-size:9.5px}
  .hero-visual{margin-top:2px;padding:0}
  .hero-invoice-stage{padding:7px;border-radius:18px}
  .hero-invoice-stage:before{left:12px;right:48px;height:6px}
  .hero-invoice-toolbar{min-height:39px;padding:4px 4px 8px}
  .hero-invoice-toolbar-icon{width:28px;height:28px}
  .hero-invoice-toolbar-title strong{font-size:10px}
  .hero-invoice-toolbar-title small{font-size:8px}
  .hero-invoice-live{padding:5px 7px;font-size:7.5px}
  .hero-invoice-paper{min-height:382px;padding:20px 16px 16px}
  .hero-invoice-logo{font-size:22px}
  .hero-invoice-heading{padding-right:25px}
  .hero-invoice-heading h2{font-size:22px}
  .hero-invoice-heading p{font-size:8.5px}
  .hero-invoice-parties{grid-template-columns:1fr minmax(145px,.9fr);gap:16px;margin-top:23px}
  .hero-invoice-buyer{padding-left:23px}
  .hero-invoice-meta>div{grid-template-columns:1fr auto;gap:7px;font-size:6.6px}
  .hero-invoice-meta>div.is-marked{padding-left:23px}
  .hero-invoice-buyer h3{font-size:7px}
  .hero-invoice-buyer p{font-size:6.4px}
  .hero-invoice-table-wrap{margin-top:22px}
  .hero-invoice-table{font-size:6px}
  .hero-invoice-table th,.hero-invoice-table td{padding:6px 4px}
  .hero-invoice-table th{font-size:5.5px}
  .hero-invoice-summary{grid-template-columns:.72fr 1fr;gap:10px;margin-top:13px}
  .hero-invoice-note{font-size:6px}
  .hero-invoice-totals>div{padding:5px 6px;font-size:6.4px}
  .hero-invoice-totals .is-due{padding-left:29px;font-size:7px}
  .hero-invoice-footer{gap:6px;margin-top:14px;padding-left:26px}
  .hero-invoice-footer strong{font-size:5.7px}
  .hero-invoice-footer small{font-size:5.2px}
  .hero-tip-marker{width:19px;height:19px;border-width:1.5px;font-size:7px}
  .hero-invoice-table-wrap>.hero-tip-marker{left:-10px}
  .hero-tip-card{left:9px;right:9px;bottom:9px;grid-template-columns:29px minmax(0,1fr) 22px;gap:8px;padding:10px 11px;border-radius:11px}
  .hero-tip-number{width:26px;height:26px}
  .hero-tip-title{font-size:9px}
  .hero-tip-text{font-size:7.5px;line-height:1.4}
  .hero-invoice-caption{margin:8px 6px 0;font-size:8.5px;text-align:center}
}
@media(max-width:380px){
  .hero-invoice-live{display:none}
  .hero-invoice-paper{padding-inline:13px}
  .hero-invoice-parties{grid-template-columns:1fr 130px;gap:10px}
  .hero-invoice-table th:nth-child(4),.hero-invoice-table td:nth-child(4){display:none}
}


/* CUSTOMER STORY — third page block */
.customer-story-section{
  position:relative;
  overflow:hidden;
  padding:76px 0 88px;
  background:#fff;
}
.customer-story-section:before{
  content:"";
  position:absolute;
  left:-170px;
  top:28px;
  width:430px;
  height:430px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(22,184,166,.12),transparent 70%);
  pointer-events:none;
}
.customer-story-section:after{
  content:"";
  position:absolute;
  right:-190px;
  bottom:-90px;
  width:480px;
  height:480px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(99,91,255,.12),transparent 70%);
  pointer-events:none;
}
.customer-story-card{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(390px,.92fr) minmax(0,1.08fr);
  min-height:520px;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 8%,rgba(99,91,255,.10),transparent 31%),
    linear-gradient(135deg,#f2efff 0%,#fbfaff 50%,#eefbf8 100%);
  border:1px solid #e1ddf7;
  border-radius:30px;
  box-shadow:0 28px 76px rgba(55,52,128,.14);
}
.customer-story-card:before{
  content:"";
  position:absolute;
  z-index:0;
  right:-100px;
  top:70px;
  width:420px;
  height:76px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(99,91,255,.14),rgba(255,141,118,.14));
  transform:rotate(13deg);
  pointer-events:none;
}
.customer-story-photo{
  position:relative;
  min-height:520px;
  overflow:hidden;
}
.customer-story-photo:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 54%,rgba(19,25,53,.54) 100%);
  pointer-events:none;
}
.customer-story-photo img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  object-position:center;
  transition:transform .65s cubic-bezier(.2,.8,.2,1);
}
.customer-story-card:hover .customer-story-photo img{transform:scale(1.025)}
.customer-story-photo-label{
  position:absolute;
  z-index:2;
  left:23px;
  bottom:23px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  max-width:calc(100% - 46px);
  padding:10px 13px;
  color:#fff;
  background:rgba(20,25,52,.48);
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  backdrop-filter:blur(14px);
  font-size:11px;
  font-weight:700;
}
.customer-story-photo-dot{
  width:8px;
  height:8px;
  flex:none;
  border-radius:50%;
  background:#72ead6;
  box-shadow:0 0 0 5px rgba(114,234,214,.16);
}
.customer-story-content{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:54px 52px;
}
.customer-story-content .eyebrow{margin-bottom:14px}
.customer-story-content h2{
  max-width:610px;
  margin:0;
  color:var(--ink);
  font-size:clamp(31px,3.35vw,44px);
  line-height:1.07;
  letter-spacing:-.05em;
  font-weight:750;
  text-wrap:balance;
}
.customer-story-content blockquote{
  position:relative;
  max-width:640px;
  margin:23px 0 0;
  padding:0 0 0 22px;
  color:#46536d;
  border-left:3px solid var(--purple);
  font-size:16px;
  line-height:1.72;
  font-style:normal;
}
.customer-story-content blockquote:before{
  content:"“";
  position:absolute;
  left:14px;
  top:-24px;
  color:rgba(99,91,255,.12);
  font-family:Georgia,serif;
  font-size:76px;
  line-height:1;
  pointer-events:none;
}
.customer-story-person{
  display:flex;
  align-items:center;
  gap:13px;
  margin-top:24px;
}
.customer-story-avatar{
  width:45px;
  height:45px;
  display:grid;
  place-items:center;
  flex:none;
  color:#fff;
  background:linear-gradient(135deg,var(--purple),var(--purple-2));
  border:3px solid rgba(255,255,255,.92);
  border-radius:50%;
  box-shadow:0 10px 22px rgba(99,91,255,.20);
  font-size:15px;
  font-weight:800;
}
.customer-story-person strong{
  display:block;
  color:var(--ink);
  font-size:14px;
  line-height:1.3;
}
.customer-story-person span{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:11px;
}
.customer-story-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  margin-top:30px;
}
.customer-story-facts article{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
  padding:12px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.98);
  border-radius:14px;
  box-shadow:0 10px 26px rgba(49,57,98,.07);
  backdrop-filter:blur(10px);
}
.customer-story-fact-icon{
  width:35px;
  height:35px;
  display:grid;
  place-items:center;
  flex:none;
  color:var(--purple);
  background:var(--purple-pale);
  border-radius:10px;
}
.customer-story-facts article:nth-child(2) .customer-story-fact-icon{
  color:var(--teal-dark);
  background:var(--teal-pale);
}
.customer-story-facts article:nth-child(3) .customer-story-fact-icon{
  color:var(--blue);
  background:var(--blue-pale);
}
.customer-story-fact-icon svg{width:17px;height:17px}
.customer-story-facts strong{
  display:block;
  color:var(--ink);
  font-size:10.5px;
  line-height:1.28;
}
.customer-story-facts article div>span{
  display:block;
  margin-top:3px;
  color:#7a8498;
  font-size:8.7px;
  line-height:1.35;
}

/* HERO interactive note refinement */
.hero-tip-card{
  left:20px;
  right:20px;
  bottom:18px;
  grid-template-columns:38px minmax(0,1fr) 30px;
  gap:12px;
  padding:17px 18px;
  color:var(--ink);
  background:#fff;
  border:1px solid #d8deea;
  border-radius:8px;
  box-shadow:0 22px 55px rgba(30,38,78,.22);
  backdrop-filter:none;
}
.hero-tip-number{
  width:36px;
  height:36px;
  color:#fff;
  background:linear-gradient(135deg,var(--purple),#7d70ff);
  border-radius:7px;
  font-size:12px;
}
.hero-tip-title{
  margin-top:1px;
  color:var(--ink);
  font-size:14px;
  line-height:1.28;
}
.hero-tip-text{
  margin-top:6px;
  color:#667085;
  font-size:12.5px;
  line-height:1.56;
}
.hero-tip-close{
  width:29px;
  height:29px;
  color:#59657a;
  background:#f3f5f8;
  border:1px solid #e3e7ef;
  border-radius:6px;
  font-size:19px;
}
.hero-tip-close:hover,
.hero-tip-close:focus-visible{
  color:var(--ink);
  background:#e9edf4;
  outline:none;
}

@media(max-width:960px){
  .customer-story-card{grid-template-columns:1fr;min-height:0}
  .customer-story-photo{min-height:420px;max-height:500px}
  .customer-story-photo img{min-height:420px}
  .customer-story-content{padding:44px 38px}
}
@media(max-width:600px){
  .customer-story-section{padding:52px 0 60px}
  .customer-story-card{border-radius:23px}
  .customer-story-photo{min-height:300px;max-height:350px}
  .customer-story-photo img{min-height:300px;object-position:center 34%}
  .customer-story-photo-label{
    left:14px;
    bottom:14px;
    max-width:calc(100% - 28px);
    padding:8px 10px;
    font-size:9px;
  }
  .customer-story-content{padding:29px 21px 23px}
  .customer-story-content .eyebrow{margin-bottom:11px}
  .customer-story-content h2{font-size:clamp(27px,8.2vw,35px)}
  .customer-story-content blockquote{
    margin-top:19px;
    padding-left:17px;
    font-size:14px;
    line-height:1.64;
  }
  .customer-story-content blockquote:before{
    left:10px;
    top:-16px;
    font-size:57px;
  }
  .customer-story-person{margin-top:20px}
  .customer-story-facts{
    grid-template-columns:1fr;
    gap:8px;
    margin-top:24px;
  }
  .customer-story-facts article{padding:11px 12px}
  .customer-story-facts strong{font-size:11px}
  .customer-story-facts article div>span{font-size:9.5px}

  .hero-tip-card{
    left:8px;
    right:8px;
    bottom:8px;
    grid-template-columns:34px minmax(0,1fr) 27px;
    gap:9px;
    padding:13px 13px;
    border-radius:7px;
  }
  .hero-tip-number{width:32px;height:32px;border-radius:6px;font-size:11px}
  .hero-tip-title{font-size:12.5px;line-height:1.3}
  .hero-tip-text{margin-top:4px;font-size:11px;line-height:1.48}
  .hero-tip-close{width:26px;height:26px;border-radius:5px;font-size:17px}
}



/* =========================================================
   UUDISED JA JUHENDID — FOTOKAARDID
========================================================= */
/* =========================================================
     UUDISED JA JUHENDID
  ========================================================= */

  .news-reading,
  .news-reading * {
    box-sizing: border-box;
  }

  .news-reading {
    position: relative;
    overflow: hidden;
    padding: clamp(64px, 8vw, 108px) 24px;
    background: #ffffff;
    font-family:
      Inter,
      system-ui,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      sans-serif;
  }

  .news-reading__inner {
    width: min(1200px, 100%);
    margin: 0 auto;
  }

  /* =========================================================
     ЗАГОЛОВОК РАЗДЕЛА
  ========================================================= */

  .news-reading__header {
    display: grid;
    grid-template-columns:
      minmax(0, 1.15fr)
      minmax(280px, 0.85fr);
    gap: 40px;
    align-items: end;
    margin-bottom: 30px;
  }

  .news-reading__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 14px;
    padding: 7px 12px;

    border: 1px solid rgba(26, 37, 61, 0.1);
    border-radius: 999px;

    background: #f4f6ff;
    color: #6555dd;

    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
  }

  .news-reading__header h2 {
    max-width: 680px;
    margin: 0;

    color: #16213a;

    font-size: clamp(32px, 4.2vw, 54px);
    font-weight: 760;
    letter-spacing: -0.05em;
    line-height: 1;
  }

  .news-reading__header p {
    max-width: 430px;
    margin: 0 0 3px;

    color: #6c7588;

    font-size: 15px;
    line-height: 1.6;
  }

  /* =========================================================
     СЕТКА КАРТОЧЕК
  ========================================================= */

  .news-reading__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }

  /* =========================================================
     ФОТОКАРТОЧКА
  ========================================================= */

  .news-photo-card {
    --news-overlay:
      rgba(99, 77, 215, 0.82);

    position: relative;
    display: block;
    min-width: 0;
    height: 500px;
    overflow: hidden;

    border: 1px solid rgba(19, 31, 53, 0.08);
    border-radius: 26px;

    background: #dfe4ef;
    color: #ffffff;
    text-decoration: none;

    box-shadow:
      0 18px 50px rgba(29, 42, 73, 0.13);

    transform: translateY(0);

    transition:
      transform 240ms ease,
      box-shadow 240ms ease;
  }

  .news-photo-card--turquoise {
    --news-overlay:
      rgba(0, 145, 139, 0.82);
  }

  .news-photo-card--coral {
    --news-overlay:
      rgba(220, 85, 68, 0.82);
  }

  .news-photo-card:hover {
    transform: translateY(-8px);

    box-shadow:
      0 28px 64px rgba(29, 42, 73, 0.2);
  }

  .news-photo-card:focus-visible {
    outline: 4px solid rgba(102, 83, 222, 0.25);
    outline-offset: 4px;
  }

  /* =========================================================
     ФОТОГРАФИЯ НА ВСЮ КАРТОЧКУ
  ========================================================= */

  .news-photo-card__image {
    position: absolute;
    inset: 0;

    background-image:
      linear-gradient(
        180deg,
        rgba(12, 20, 40, 0.08) 0%,
        rgba(12, 20, 40, 0.18) 55%,
        rgba(12, 20, 40, 0.48) 100%
      ),
      var(--news-image);

    background-position: center;
    background-size: cover;

    transform: scale(1.01);

    transition:
      transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1),
      filter 300ms ease;
  }

  .news-photo-card:hover .news-photo-card__image {
    transform: scale(1.075);
    filter: saturate(1.08);
  }

  /* =========================================================
     ЦВЕТНАЯ ПОЛУПРОЗРАЧНАЯ ПОЛОВИНА
  ========================================================= */

  .news-photo-card::before {
    position: absolute;
    z-index: 1;
    inset: 0 46% 0 0;
    content: "";

    background:
      linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.11),
        transparent 45%
      ),
      var(--news-overlay);

    backdrop-filter:
      blur(2px)
      saturate(1.12);

    transition:
      right 320ms ease,
      background-color 320ms ease;
  }

  .news-photo-card:hover::before {
    right: 40%;
  }

  /* Тонкая декоративная линия на границе заливки */

  .news-photo-card::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 54%;
    width: 1px;
    content: "";

    background:
      linear-gradient(
        180deg,
        transparent,
        rgba(255, 255, 255, 0.6),
        transparent
      );

    opacity: 0.65;

    transition:
      left 320ms ease;
  }

  .news-photo-card:hover::after {
    left: 60%;
  }

  /* =========================================================
     КОНТЕНТ
  ========================================================= */

  .news-photo-card__content {
    position: relative;
    z-index: 3;

    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;

    padding: 22px;
  }

  .news-photo-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
  }

  .news-photo-card__category {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 11px;

    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;

    font-size: 10px;
    font-weight: 760;
    letter-spacing: 0.11em;
    line-height: 1;
    text-transform: uppercase;

    backdrop-filter: blur(10px);
  }

  .news-photo-card__number {
    color: rgba(255, 255, 255, 0.82);

    font-size: 14px;
    font-weight: 760;
    letter-spacing: 0.08em;
    line-height: 1;
  }

  .news-photo-card__text {
    display: flex;
    width: 54%;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .news-photo-card__reading-time {
    margin-bottom: 12px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1;
    text-transform: uppercase;
  }

  .news-photo-card h3 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(23px, 2.2vw, 31px);
    font-weight: 760;
    letter-spacing: -0.04em;
    line-height: 1.05;

    text-wrap: balance;
  }

  .news-photo-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 20px;

    color: #ffffff;

    font-size: 13px;
    font-weight: 750;
  }

  .news-photo-card__link svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
      transform 180ms ease;
  }

  .news-photo-card:hover .news-photo-card__link svg {
    transform: translateX(5px);
  }

  /* =========================================================
     ПЛАНШЕТ
  ========================================================= */

  @media (max-width: 1000px) {
    .news-reading__header {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .news-reading__grid {
      grid-template-columns: 1fr 1fr;
    }

    .news-photo-card:first-child {
      grid-column: 1 / -1;
      height: 430px;
    }

    .news-photo-card__text {
      width: 56%;
    }
  }

  /* =========================================================
     МОБИЛЬНЫЙ
  ========================================================= */

  @media (max-width: 680px) {
    .news-reading {
      padding: 58px 16px;
    }

    .news-reading__header {
      margin-bottom: 24px;
    }

    .news-reading__header h2 {
      font-size: 36px;
    }

    .news-reading__grid {
      grid-template-columns: 1fr;
      gap: 13px;
    }

    .news-photo-card,
    .news-photo-card:first-child {
      grid-column: auto;
      height: 420px;
      border-radius: 22px;
    }

    /* На мобильном цветная заливка становится нижней половиной */

    .news-photo-card::before {
      inset: 43% 0 0;
      background:
        linear-gradient(
          180deg,
          rgba(255, 255, 255, 0.04),
          transparent 18%
        ),
        var(--news-overlay);

      backdrop-filter:
        blur(3px)
        saturate(1.08);
    }

    .news-photo-card:hover::before {
      inset: 38% 0 0;
    }

    .news-photo-card::after {
      top: 43%;
      right: 0;
      bottom: auto;
      left: 0;
      width: auto;
      height: 1px;

      background:
        linear-gradient(
          90deg,
          transparent,
          rgba(255, 255, 255, 0.55),
          transparent
        );

      transition:
        top 320ms ease;
    }

    .news-photo-card:hover::after {
      top: 38%;
      left: 0;
    }

    .news-photo-card__content {
      padding: 19px;
    }

    .news-photo-card__text {
      width: 100%;
    }

    .news-photo-card h3 {
      max-width: 94%;
      font-size: 27px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .news-photo-card,
    .news-photo-card::before,
    .news-photo-card::after,
    .news-photo-card__image,
    .news-photo-card__link svg {
      transition: none;
    }
  }

/* =========================================================
   ANNA REVIEW — same visual language as the first review
   ========================================================= */
.anna-review-section{
  position:relative;
  overflow:hidden;
  padding:76px 0 88px;
  background:#fff;
}
.anna-review-section:before{
  content:"";
  position:absolute;
  left:-170px;
  top:28px;
  width:430px;
  height:430px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(22,184,166,.12),transparent 70%);
  pointer-events:none;
}
.anna-review-section:after{
  content:"";
  position:absolute;
  right:-190px;
  bottom:-90px;
  width:480px;
  height:480px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(99,91,255,.12),transparent 70%);
  pointer-events:none;
}
.anna-review-card{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(390px,.92fr) minmax(0,1.08fr);
  min-height:500px;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 8%,rgba(99,91,255,.10),transparent 31%),
    linear-gradient(135deg,#f2efff 0%,#fbfaff 50%,#eefbf8 100%);
  border:1px solid #e1ddf7;
  border-radius:30px;
  box-shadow:0 28px 76px rgba(55,52,128,.14);
}
.anna-review-card:before{
  content:"";
  position:absolute;
  z-index:0;
  right:-100px;
  top:70px;
  width:420px;
  height:76px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(99,91,255,.14),rgba(255,141,118,.14));
  transform:rotate(13deg);
  pointer-events:none;
}
.anna-review-photo-panel{
  position:relative;
  min-height:500px;
  overflow:hidden;
}
.anna-review-photo-panel:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 54%,rgba(19,25,53,.58) 100%);
  pointer-events:none;
}
.anna-review-image{
  width:100%;
  height:100%;
  min-height:500px;
  object-fit:cover;
  object-position:center;
  transition:transform .65s cubic-bezier(.2,.8,.2,1);
}
.anna-review-card:hover .anna-review-image{transform:scale(1.025)}
.anna-review-person{
  position:absolute;
  z-index:2;
  left:23px;
  bottom:23px;
  max-width:calc(100% - 46px);
  padding:11px 14px;
  color:#fff;
  background:rgba(20,25,52,.48);
  border:1px solid rgba(255,255,255,.24);
  border-radius:14px;
  backdrop-filter:blur(14px);
}
.anna-review-person strong{
  display:block;
  font-size:14px;
  line-height:1.3;
}
.anna-review-person span{
  display:block;
  margin-top:3px;
  color:rgba(255,255,255,.76);
  font-size:11px;
}
.anna-review-content{
  position:relative;
  z-index:2;
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  padding:54px 52px;
}
.anna-review-content .eyebrow{margin-bottom:14px}
.anna-review-content h2{
  max-width:610px;
  margin:0;
  color:var(--ink);
  font-size:clamp(31px,3.35vw,44px);
  line-height:1.07;
  letter-spacing:-.05em;
  font-weight:750;
  text-wrap:balance;
}
.anna-review-content blockquote{
  position:relative;
  max-width:640px;
  margin:23px 0 0;
  padding:0 0 0 22px;
  color:#46536d;
  border-left:3px solid var(--purple);
  font-size:16px;
  line-height:1.72;
  font-style:normal;
}
.anna-review-content blockquote:before{
  content:"“";
  position:absolute;
  left:14px;
  top:-24px;
  color:rgba(99,91,255,.12);
  font-family:Georgia,serif;
  font-size:76px;
  line-height:1;
  pointer-events:none;
}
.anna-review-stars{
  display:flex;
  align-items:center;
  gap:5px;
  width:fit-content;
  margin-top:28px;
  padding:10px 13px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.98);
  border-radius:999px;
  box-shadow:0 10px 26px rgba(49,57,98,.07);
  backdrop-filter:blur(10px);
}
.anna-review-stars svg{
  width:18px;
  height:18px;
  fill:#ffba4a;
}

@media(max-width:960px){
  .anna-review-card{grid-template-columns:1fr;min-height:0}
  .anna-review-photo-panel{min-height:420px;max-height:500px}
  .anna-review-image{min-height:420px}
  .anna-review-content{padding:44px 38px}
}
@media(max-width:600px){
  .anna-review-section{padding:52px 0 60px}
  .anna-review-card{border-radius:23px}
  .anna-review-photo-panel{min-height:300px;max-height:350px}
  .anna-review-image{min-height:300px;object-position:center 34%}
  .anna-review-person{
    left:14px;
    bottom:14px;
    max-width:calc(100% - 28px);
    padding:9px 11px;
  }
  .anna-review-person strong{font-size:12px}
  .anna-review-person span{font-size:9.5px}
  .anna-review-content{padding:29px 21px 25px}
  .anna-review-content .eyebrow{margin-bottom:11px}
  .anna-review-content h2{font-size:clamp(27px,8.2vw,35px)}
  .anna-review-content blockquote{
    margin-top:19px;
    padding-left:17px;
    font-size:14px;
    line-height:1.64;
  }
  .anna-review-content blockquote:before{
    left:10px;
    top:-16px;
    font-size:57px;
  }
  .anna-review-stars{
    gap:4px;
    margin-top:22px;
    padding:9px 11px;
  }
  .anna-review-stars svg{width:17px;height:17px}
}


/* LANGUAGE SWITCH — homepage locales */
.language-switch{
  display:inline-flex;
  align-items:center;
  gap:3px;
  padding:3px;
  background:#f3f4f8;
  border:1px solid #e1e5ee;
  border-radius:11px;
}
.language-switch a{
  min-width:34px;
  height:32px;
  display:grid;
  place-items:center;
  padding:0 8px;
  color:#69758a;
  border-radius:8px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  transition:background .18s ease,color .18s ease,box-shadow .18s ease;
}
.language-switch a:hover{
  color:var(--purple-dark);
  background:#fff;
}
.language-switch a.is-active{
  color:#fff;
  background:linear-gradient(135deg,var(--purple),#7669ff);
  box-shadow:0 6px 14px rgba(99,91,255,.22);
}
@media(max-width:600px){
  .language-switch a{min-width:31px;height:30px;padding:0 6px;font-size:10px}
}
/* =========================================================
   FINAL OVERRIDE — Stripe-style hero + stable mobile header
   Lisatud lõppu, et varasemad avalehe reeglid ei lõhuks menüüd.
   ========================================================= */
.hero{
  position:relative;
  isolation:isolate;
  min-height:auto;
  padding:72px 0 76px;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 18%,rgba(20,184,166,.18),transparent 28%),
    radial-gradient(circle at 76% 6%,rgba(99,91,255,.20),transparent 25%),
    radial-gradient(circle at 98% 54%,rgba(255,122,200,.10),transparent 20%),
    linear-gradient(180deg,#ffffff 0%,#f7f9ff 54%,#ffffff 100%);
}
.hero:before{
  content:"";
  position:absolute;
  z-index:-2;
  left:50%;
  top:18px;
  width:min(1320px,122vw);
  height:420px;
  transform:translateX(-50%);
  opacity:.95;
  pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1320 420'%3E%3Cpath d='M-80 290C175 118 342 368 612 205S1032 38 1405 162' fill='none' stroke='%23635bff' stroke-opacity='.16' stroke-width='54' stroke-linecap='round'/%3E%3Cpath d='M-70 348C205 186 422 405 710 255S1086 142 1390 274' fill='none' stroke='%2314b8a6' stroke-opacity='.15' stroke-width='34' stroke-linecap='round'/%3E%3Cpath d='M170 34C332 130 470 78 622 26' fill='none' stroke='%23ff8d76' stroke-opacity='.13' stroke-width='28' stroke-linecap='round'/%3E%3Ccircle cx='1120' cy='86' r='64' fill='%23ffd86b' fill-opacity='.15'/%3E%3Ccircle cx='86' cy='86' r='35' fill='%2392cbff' fill-opacity='.18'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:center top;
  background-size:100% auto;
}
.hero:after{
  content:"";
  position:absolute;
  z-index:-1;
  right:-18%;
  bottom:20px;
  width:62%;
  height:130px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(99,91,255,.12),rgba(20,184,166,.10),rgba(255,141,118,.10));
  transform:rotate(-7deg);
  filter:blur(.3px);
  pointer-events:none;
}
.hero-lines{display:none}
.hero-inner{
  grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);
  gap:clamp(42px,5.2vw,76px);
  align-items:center;
}
.hero-copy{
  max-width:640px;
  padding:8px 0 24px;
}
.hero-badge{
  padding:8px 13px;
  color:#4740c7;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(99,91,255,.18);
  border-radius:999px;
  box-shadow:0 10px 26px rgba(42,52,94,.08);
  font-size:11px;
  font-weight:850;
  letter-spacing:.02em;
}
.hero-badge:before{
  width:8px;
  height:8px;
  background:var(--teal);
  box-shadow:0 0 0 5px rgba(20,184,166,.13);
}
.hero h1{
  max-width:660px;
  margin:22px 0 0;
  color:var(--ink);
  font-size:clamp(38px,4.45vw,60px);
  line-height:1.02;
  letter-spacing:-.064em;
  font-weight:800;
  text-wrap:balance;
}
.hero-title-main{display:block}
.hero h1 .accent-purple{
  color:transparent;
  background:linear-gradient(90deg,#3f39b8 0%,#635bff 52%,#8a7cff 100%);
  -webkit-background-clip:text;
  background-clip:text;
}
.hero-last-line{
  display:block;
  max-width:560px;
  margin-top:9px;
  color:#1f2a44;
  font-size:.64em;
  line-height:1.14;
  letter-spacing:-.045em;
}
.hero-description{
  max-width:590px;
  margin:21px 0 0;
  color:#4f5b73;
  font-size:16.5px;
  line-height:1.7;
  font-weight:550;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:11px;
  margin-top:26px;
}
.hero-actions .primary-cta,
.hero-actions .secondary-cta{
  min-height:48px;
  padding:12px 19px;
  border-radius:11px;
  font-size:14px;
}
.hero-actions .primary-cta{
  color:#fff;
  background:linear-gradient(135deg,#5148e5 0%,#635bff 54%,#7e70ff 100%);
  box-shadow:0 16px 34px rgba(99,91,255,.24);
}
.hero-actions .secondary-cta{
  background:rgba(255,255,255,.92);
  border-color:#dde2ee;
}
.hero-note{
  display:flex;
  flex-wrap:wrap;
  gap:10px 16px;
  margin-top:20px;
}
.hero-note span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0;
  color:#4f5b73;
  background:transparent;
  border:0;
  box-shadow:none;
  font-size:11px;
  font-weight:800;
}
.hero-note span:before{
  width:14px;
  height:14px;
  background:var(--green);
  box-shadow:inset 0 0 0 4px #fff,0 0 0 1px rgba(39,199,130,.18);
}
.hero-visual{
  min-width:0;
  padding:12px 0 22px;
}
.hero-invoice-stage{
  width:min(610px,100%);
  margin-left:auto;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.95);
  border-radius:24px;
  box-shadow:0 30px 76px rgba(39,48,85,.18),inset 0 1px 0 rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
}
.hero-invoice-stage:before{
  left:16px;
  right:82px;
  top:-8px;
  height:8px;
  background:linear-gradient(90deg,var(--teal),#92cbff 46%,var(--purple),#ff8d76);
}
.hero-invoice-sheet{
  border-color:#e1e6f0;
  box-shadow:0 14px 31px rgba(39,48,85,.09);
}
.hero-invoice-paper{
  min-height:430px;
}
.hero-tip-marker{
  border-radius:999px;
}
.hero-invoice-caption{
  color:#6c768b;
  font-size:10px;
  font-weight:650;
}

/* Mobile header and menu: do not let homepage CSS fight public-header.css */

@media(max-width:900px){
  .hero-inner{
    grid-template-columns:1fr;
    gap:30px;
  }
  .hero-copy{
    max-width:760px;
    padding-bottom:0;
  }
  .hero-visual{
    width:min(690px,100%);
    margin-inline:auto;
  }
  .hero-invoice-stage{
    margin-inline:auto;
  }
}

@media(max-width:840px){
  .hero{
    padding:46px 0 56px;
  }
  .hero h1{
    max-width:720px;
    font-size:clamp(34px,7.5vw,48px);
  }
  .hero-last-line{
    font-size:.70em;
  }
  .hero-description{
    font-size:15.5px;
  }
}

@media(max-width:600px){
  .container{
    width:calc(100% - 28px);
  }
  .logo{
    font-size:27px;
  }
  .language-switch{
    border-radius:10px;
  }
  .language-switch a{
    min-width:30px;
    height:29px;
    padding:0 6px;
    font-size:10px;
  }
  .hero{
    padding:36px 0 46px;
  }
  .hero-badge{
    max-width:100%;
    padding:8px 11px;
    font-size:10px;
    line-height:1.35;
  }
  .hero h1{
    margin-top:18px;
    font-size:clamp(29px,8.6vw,37px);
    line-height:1.065;
    letter-spacing:-.052em;
  }
  .hero-last-line{
    margin-top:7px;
    font-size:.73em;
  }
  .hero-description{
    margin-top:17px;
    font-size:14px;
    line-height:1.62;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
    margin-top:22px;
  }
  .hero-actions .primary-cta,
  .hero-actions .secondary-cta{
    width:100%;
    min-height:45px;
    padding:11px 14px;
    border-radius:11px;
    font-size:13.5px;
  }
  .hero-note{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    margin-top:17px;
  }
  .hero-note span{
    font-size:10px;
  }
  .hero-visual{
    margin-top:4px;
    padding:0;
  }
  .hero-invoice-stage{
    padding:7px;
    border-radius:18px;
  }
  .hero-invoice-stage:before{
    left:12px;
    right:52px;
    height:6px;
  }
}

@media(max-width:380px){
  .hero h1{
    font-size:clamp(27px,8.4vw,34px);
  }
}

/* =========================================================
   HERO — Light Office SaaS final override
   Valge taust, väiksem pealkiri, heleda lavendli aktsendiga.
   ========================================================= */
.hero{
  position:relative;
  isolation:isolate;
  min-height:auto;
  padding:58px 0 64px;
  overflow:hidden;
  background:#ffffff !important;
}
.hero:before,
.hero:after,
.hero-lines{
  display:none !important;
}
.hero-inner{
  grid-template-columns:minmax(0,.92fr) minmax(470px,1.08fr);
  gap:clamp(38px,5vw,68px);
  align-items:center;
}
.hero-copy{
  max-width:610px;
  padding:6px 0 18px;
}
.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:7px 12px;
  color:#0f766e;
  background:#ffffff;
  border:1px solid #d7eee9;
  border-radius:999px;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
  font-size:10.5px;
  font-weight:760;
  letter-spacing:.018em;
}
.hero-badge:before{
  width:7px;
  height:7px;
  background:#14b8a6;
  box-shadow:0 0 0 4px rgba(20,184,166,.12);
}
.hero h1{
  max-width:620px;
  margin:19px 0 0;
  color:#17213b;
  font-size:clamp(34px,3.72vw,48px);
  line-height:1.08;
  letter-spacing:-.052em;
  font-weight:760;
  text-wrap:balance;
}
.hero-title-main{display:block}
.hero h1 .accent-purple{
  color:#8a7bd1;
  background:none;
  -webkit-background-clip:initial;
  background-clip:initial;
}
.hero-last-line{
  display:block;
  max-width:540px;
  margin-top:7px;
  color:#334155;
  font-size:.70em;
  line-height:1.18;
  letter-spacing:-.038em;
  font-weight:720;
}
.hero-description{
  max-width:570px;
  margin:19px 0 0;
  color:#556174;
  font-size:15.5px;
  line-height:1.68;
  font-weight:470;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.hero-actions .primary-cta,
.hero-actions .secondary-cta{
  min-height:46px;
  padding:11px 18px;
  border-radius:9px;
  font-size:13.5px;
  font-weight:760;
}
.hero-actions .primary-cta{
  color:#ffffff;
  background:#0f766e;
  border:1px solid #0f766e;
  box-shadow:0 10px 22px rgba(15,118,110,.16);
}
.hero-actions .primary-cta:hover{
  background:#115e59;
  border-color:#115e59;
  box-shadow:0 13px 28px rgba(15,118,110,.19);
}
.hero-actions .secondary-cta{
  color:#243047;
  background:#ffffff;
  border:1px solid #dce3ed;
  box-shadow:0 6px 16px rgba(15,23,42,.05);
}
.hero-actions .secondary-cta:hover{
  border-color:#cbd5e1;
  box-shadow:0 10px 22px rgba(15,23,42,.07);
}

.hero-existing-user{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  width:max-content;
  max-width:100%;
  margin-top:14px;
  padding:7px 8px 7px 12px;
  color:#64748b;
  background:#fbfaff;
  border:1px solid #e5e1f4;
  border-radius:9px;
  box-shadow:0 5px 14px rgba(15,23,42,.035);
  font-size:12.5px;
  line-height:1.4;
}
.hero-existing-user-label{
  font-weight:560;
}
.hero-existing-user a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:31px;
  padding:6px 10px;
  color:#5f50ad;
  background:#ffffff;
  border:1px solid #dcd6f1;
  border-radius:7px;
  font-weight:780;
  text-decoration:none;
  box-shadow:0 3px 9px rgba(95,80,173,.07);
  transition:color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.hero-existing-user a svg{
  width:16px;
  height:16px;
  flex:none;
}
.hero-existing-user a span{
  line-height:1;
}
.hero-existing-user a:hover{
  color:#4f419e;
  background:#f7f5ff;
  border-color:#cfc6ec;
  box-shadow:0 6px 14px rgba(95,80,173,.11);
  transform:translateY(-1px);
}

.hero-note{
  display:flex;
  flex-wrap:wrap;
  gap:9px 14px;
  margin-top:19px;
}
.hero-note span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0;
  color:#64748b;
  background:transparent;
  border:0;
  box-shadow:none;
  font-size:10.5px;
  font-weight:720;
}
.hero-note span:before{
  width:13px;
  height:13px;
  background:#14b8a6;
  box-shadow:inset 0 0 0 4px #fff,0 0 0 1px rgba(20,184,166,.20);
}
.hero-visual{
  min-width:0;
  padding:10px 0 18px;
}
.hero-invoice-stage{
  width:min(600px,100%);
  margin-left:auto;
  padding:10px;
  background:#ffffff;
  border:1px solid #e2e8f0;
  border-radius:18px;
  box-shadow:0 18px 48px rgba(15,23,42,.10);
  backdrop-filter:none;
}
.hero-invoice-stage:before{
  left:16px;
  right:86px;
  top:-5px;
  height:5px;
  border-radius:999px;
  background:linear-gradient(90deg,#14b8a6 0%,#38bdf8 54%,#64748b 100%);
  box-shadow:none;
}
.hero-invoice-toolbar-icon{
  color:#0f766e;
  background:#e8faf6;
}
.hero-invoice-sheet{
  border-color:#e2e8f0;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}
.hero-invoice-paper{
  min-height:426px;
  border-radius:12px;
}
.hero-invoice-table thead th{
  color:#334155;
  background:#f8fafc;
}
.hero-invoice-totals .is-due{
  color:#ffffff;
  background:#0f766e;
}
.hero-tip-marker{
  color:#ffffff;
  background:#2563eb;
  border:2px solid #ffffff;
  box-shadow:0 6px 14px rgba(37,99,235,.22);
}
.hero-tip-marker:hover,
.hero-tip-marker:focus-visible,
.hero-tip-marker.is-active{
  background:#0f766e;
  box-shadow:0 8px 18px rgba(15,118,110,.24);
  outline:none;
}
.hero-tip-number{
  color:#ffffff;
  background:#0f766e;
}
.hero-tip-card{
  color:#17213b;
  background:#ffffff;
  border:1px solid #dbe3ef;
  border-radius:10px;
  box-shadow:0 18px 44px rgba(15,23,42,.18);
  backdrop-filter:none;
}
.hero-tip-title{color:#17213b}
.hero-tip-text{color:#64748b}
.hero-tip-close{
  color:#64748b;
  background:#f1f5f9;
  border:1px solid #e2e8f0;
}
.hero-tip-close:hover,
.hero-tip-close:focus-visible{
  color:#17213b;
  background:#e8eef6;
}
.hero-invoice-caption{
  color:#667085;
  font-size:9.5px;
  font-weight:600;
}

@media(max-width:1080px){
  .hero{padding:52px 0 58px}
  .hero-inner{grid-template-columns:minmax(0,.86fr) minmax(440px,1.14fr);gap:34px}
  .hero h1{font-size:clamp(32px,4.4vw,44px)}
}
@media(max-width:900px){
  .hero-inner{grid-template-columns:1fr;gap:30px}
  .hero-copy{max-width:720px;padding-bottom:0}
  .hero h1{max-width:680px}
  .hero-visual{width:min(650px,100%);margin-inline:auto}
  .hero-invoice-stage{margin-inline:auto}
}
@media(max-width:840px){
  .hero{padding:42px 0 50px;background:#ffffff !important}
  .hero h1{font-size:clamp(31px,7vw,42px)}
  .hero-last-line{font-size:.70em}
  .hero-description{font-size:15px}
}
@media(max-width:600px){
  .hero{padding:32px 0 42px}
  .hero-badge{max-width:100%;padding:7px 10px;font-size:9.8px;line-height:1.35}
  .hero h1{margin-top:16px;font-size:clamp(27px,8.1vw,34px);line-height:1.08;letter-spacing:-.048em}
  .hero-last-line{margin-top:6px;font-size:.72em}
  .hero-description{margin-top:15px;font-size:13.5px;line-height:1.6}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:20px}
  .hero-actions .primary-cta,
  .hero-actions .secondary-cta{width:100%;min-height:44px;padding:10px 14px;border-radius:9px;font-size:13px}
  .hero-existing-user{
    justify-content:space-between;
    width:100%;
    margin-top:11px;
    padding:7px 7px 7px 10px;
    font-size:12px;
    text-align:left;
  }
  .hero-existing-user a{
    flex:none;
    min-height:34px;
    padding:7px 10px;
  }
  .hero-note{display:grid;grid-template-columns:1fr;gap:8px;margin-top:16px}
  .hero-note span{font-size:9.8px}
  .hero-visual{margin-top:2px;padding:0}
  .hero-invoice-stage{padding:7px;border-radius:14px}
  .hero-invoice-stage:before{left:12px;right:52px;height:5px}
}
@media(max-width:380px){
  .hero h1{font-size:clamp(25px,8vw,32px)}
}



/* ==========================================================================\n   ACCOUNT CTA — compact block after Hero + workspace CTA before footer\n   ========================================================================== */
.account-invite-section{
  position:relative;
  padding:24px 0 46px;
  background:#fff;
}
.account-invite-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:34px;
  padding:25px 28px;
  overflow:hidden;
  background:linear-gradient(112deg,#fbfff5 0%,#ffffff 46%,#f8f7ff 100%);
  border:1px solid rgba(184,239,88,.78);
  border-radius:20px;
  box-shadow:
    0 0 0 1px rgba(201,255,105,.18),
    0 0 34px rgba(181,244,75,.16),
    0 14px 38px rgba(39,48,85,.08);
}
.account-invite-copy{max-width:790px}
.account-invite-eyebrow,
.workspace-final-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:8px;
  color:#577519;
  font-size:10px;
  font-weight:800;
  letter-spacing:.095em;
  text-transform:uppercase;
}
.account-invite-eyebrow:before,
.workspace-final-eyebrow:before{
  content:"";
  width:24px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#b8f43c,#16b8a6);
  box-shadow:0 0 13px rgba(184,244,60,.52);
}
.account-invite-card h2{
  margin:0;
  color:var(--ink);
  font-size:clamp(22px,2.4vw,30px);
  line-height:1.16;
  letter-spacing:-.038em;
}
.account-invite-card p{
  max-width:760px;
  margin:8px 0 0;
  color:#65708a;
  font-size:14px;
  line-height:1.68;
}
.account-glow-cta{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex:none;
  padding:13px 21px;
  color:#fff;
  background:linear-gradient(135deg,#4d46d9 0%,#6d61ef 58%,#5650dc 100%);
  border:2px solid #c9ff57;
  border-radius:14px;
  box-shadow:
    0 0 0 4px rgba(201,255,87,.13),
    0 0 26px rgba(185,255,66,.42),
    0 14px 30px rgba(77,70,217,.22);
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.account-glow-cta svg{width:18px;height:18px;flex:none;transition:transform .2s ease}
.account-glow-cta:hover{
  transform:translateY(-2px);
  background:linear-gradient(135deg,#443dcc 0%,#6256e8 58%,#4e48cf 100%);
  box-shadow:
    0 0 0 5px rgba(201,255,87,.16),
    0 0 36px rgba(185,255,66,.58),
    0 18px 36px rgba(77,70,217,.28);
}
.account-glow-cta:hover svg{transform:translateX(3px)}
.account-glow-cta:focus-visible{
  outline:3px solid rgba(22,184,166,.34);
  outline-offset:4px;
}

/* Replaces the old PDF-only final CTA with an account/workspace CTA. */
.final-cta{
  position:relative;
  overflow:hidden;
  padding:34px 0 72px;
  background:#fff;
}
.final-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:52px;
  min-height:0;
  padding:52px 54px;
  overflow:hidden;
  color:var(--ink);
  background:linear-gradient(125deg,#f7ffed 0%,#ffffff 47%,#f2f0ff 100%);
  border:1px solid rgba(184,239,88,.74);
  border-radius:28px;
  box-shadow:
    0 0 0 1px rgba(201,255,105,.14),
    0 0 42px rgba(181,244,75,.14),
    0 26px 70px rgba(57,55,115,.13);
}
.final-card:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(115deg,rgba(255,255,255,.72),transparent 46%);
}
.workspace-final-content,
.workspace-final-action{position:relative;z-index:2}
.workspace-final-content{max-width:800px}
.workspace-final-eyebrow{margin-bottom:13px}
.final-card h2{
  max-width:790px;
  margin:0;
  color:var(--ink);
  font-size:clamp(32px,4vw,49px);
  line-height:1.08;
  letter-spacing:-.052em;
}
.final-card p{
  max-width:760px;
  margin:17px 0 0;
  color:#59667e;
  font-size:15px;
  line-height:1.76;
}
.workspace-final-benefits{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:23px;
}
.workspace-final-benefits span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 11px;
  color:#34415f;
  background:rgba(255,255,255,.88);
  border:1px solid #dde5d1;
  border-radius:999px;
  box-shadow:0 7px 20px rgba(39,48,85,.05);
  font-size:11px;
  font-weight:700;
}
.workspace-final-benefits svg{
  width:15px;
  height:15px;
  color:#168f5b;
  flex:none;
}
.workspace-final-action{
  display:grid;
  justify-items:center;
  gap:12px;
  min-width:225px;
}
.workspace-final-action .account-glow-cta{min-width:220px}
.workspace-final-action small{
  max-width:220px;
  color:#7b8598;
  font-size:10px;
  line-height:1.5;
  text-align:center;
}

@media(max-width:840px){
  .account-invite-card,
  .final-card{
    grid-template-columns:1fr;
    gap:24px;
  }
  .account-invite-card{padding:24px}
  .account-invite-card .account-glow-cta,
  .workspace-final-action{justify-self:start}
  .workspace-final-action{justify-items:start;min-width:0}
  .workspace-final-action small{text-align:left}
  .final-card{padding:42px 34px}
}

@media(max-width:600px){
  .account-invite-section{padding:16px 0 38px}
  .account-invite-card{
    gap:20px;
    padding:21px 18px;
    border-radius:17px;
  }
  .account-invite-card h2{font-size:24px}
  .account-invite-card p{font-size:13px}
  .account-invite-card .account-glow-cta,
  .workspace-final-action,
  .workspace-final-action .account-glow-cta{width:100%}
  .final-cta{padding:22px 0 54px}
  .final-card{
    gap:27px;
    padding:31px 20px;
    border-radius:22px;
  }
  .final-card h2{font-size:clamp(29px,9vw,38px)}
  .final-card p{font-size:13.5px}
  .workspace-final-benefits{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }
  .workspace-final-benefits span{width:100%;border-radius:12px}
  .workspace-final-action small{max-width:none;text-align:center}
}


/* ==========================================================
   ARVETEHA HERO BANK LOGIN 20260715-1
   Compact bank-style authentication card below the Hero title.
========================================================== */

.hero-copy{
  max-width:640px;
  padding-top:0;
}

.hero h1{
  margin-top:0 !important;
}

.hero-badge,
.hero-existing-user{
  display:none !important;
}

.hero-login-card,
.hero-login-card *{
  box-sizing:border-box;
}

.hero-login-card{
  width:100%;
  max-width:625px;
  margin-top:22px;
  overflow:hidden;
  color:#1f2937;
  background:#ffffff;
  border:1px solid #d8dee8;
  border-top:3px solid #f05a22;
  border-radius:6px;
  box-shadow:
    0 1px 2px rgba(15,23,42,.04),
    0 12px 30px rgba(15,23,42,.075);
}

.hero-login-card-head{
  display:flex;
  align-items:center;
  gap:13px;
  min-height:76px;
  padding:14px 16px 13px;
  background:#ffffff;
  border-bottom:1px solid #e5e9ef;
}

.hero-login-card-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 42px;
  width:42px;
  height:42px;
  color:#243b65;
  background:#f3f6fa;
  border:1px solid #dbe2eb;
  border-radius:4px;
}

.hero-login-card-icon svg{
  width:21px;
  height:21px;
}

.hero-login-card-copy{
  display:grid;
  min-width:0;
  gap:2px;
}

.hero-login-card-copy > small{
  color:#64748b;
  font-size:11px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:.035em;
  text-transform:uppercase;
}

.hero-login-card-copy > strong{
  color:#183b67;
  font-size:21px;
  font-weight:650;
  line-height:1.16;
  letter-spacing:-.025em;
}

.hero-login-card-copy > span{
  color:#667085;
  font-size:13px;
  line-height:1.4;
}

.hero-login-form{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:13px 14px;
  padding:15px 16px 14px;
  background:#fbfcfe;
}

.hero-login-field{
  display:grid;
  min-width:0;
  gap:6px;
}

.hero-login-field > span{
  color:#344054;
  font-size:13px;
  font-weight:650;
  line-height:1.3;
}

.hero-login-field input{
  width:100%;
  height:43px;
  padding:0 12px;
  color:#172033;
  background:#ffffff;
  border:1px solid #bfc9d6;
  border-radius:3px;
  outline:0;
  font:inherit;
  font-size:15px;
  line-height:1;
  transition:border-color .15s ease,box-shadow .15s ease;
}

.hero-login-field input::placeholder{
  color:#98a2b3;
}

.hero-login-field input:hover{
  border-color:#9ca9b8;
}

.hero-login-field input:focus{
  border-color:#24588d;
  box-shadow:0 0 0 3px rgba(36,88,141,.14);
}

.hero-login-form-footer{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding-top:1px;
}

.hero-login-remember{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#475467;
  font-size:13px;
  line-height:1.3;
  cursor:pointer;
}

.hero-login-remember input{
  width:17px;
  height:17px;
  margin:0;
  accent-color:#24588d;
}

.hero-login-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-width:128px;
  min-height:42px;
  padding:0 17px;
  color:#ffffff;
  background:#f05a22;
  border:1px solid #df4d18;
  border-radius:3px;
  box-shadow:0 5px 13px rgba(240,90,34,.20);
  font:inherit;
  font-size:14px;
  font-weight:750;
  line-height:1;
  cursor:pointer;
  transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease;
}

.hero-login-submit svg{
  width:17px;
  height:17px;
}

.hero-login-submit:hover{
  background:#d94b16;
  border-color:#c84414;
  box-shadow:0 7px 16px rgba(217,75,22,.24);
  transform:translateY(-1px);
}

.hero-login-submit:focus-visible{
  outline:3px solid rgba(240,90,34,.22);
  outline-offset:2px;
}

.hero-login-full-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  min-height:55px;
  padding:10px 16px;
  color:#183b67;
  background:#ffffff;
  border-top:1px solid #e5e9ef;
  text-decoration:none;
  transition:background .15s ease,color .15s ease;
}

.hero-login-full-link > span{
  display:grid;
  min-width:0;
  gap:2px;
}

.hero-login-full-link strong{
  font-size:13px;
  font-weight:700;
  line-height:1.3;
}

.hero-login-full-link small{
  color:#667085;
  font-size:11.5px;
  line-height:1.35;
}

.hero-login-full-link > svg{
  flex:0 0 18px;
  width:18px;
  height:18px;
  color:#24588d;
}

.hero-login-full-link:hover{
  color:#102f55;
  background:#f7f9fc;
}

.hero-description{
  margin-top:23px;
}

@media(max-width:1080px){
  .hero-inner{
    grid-template-columns:minmax(0,.98fr) minmax(430px,1.02fr);
    gap:32px;
  }
}

@media(max-width:900px){
  .hero-login-card{
    max-width:680px;
  }
}

@media(max-width:600px){
  .hero h1{
    margin-top:0 !important;
  }

  .hero-login-card{
    margin-top:17px;
    border-radius:5px;
  }

  .hero-login-card-head{
    min-height:70px;
    padding:12px;
  }

  .hero-login-card-icon{
    flex-basis:38px;
    width:38px;
    height:38px;
  }

  .hero-login-card-copy > strong{
    font-size:19px;
  }

  .hero-login-card-copy > span{
    font-size:12px;
  }

  .hero-login-form{
    grid-template-columns:minmax(0,1fr);
    gap:12px;
    padding:13px 12px;
  }

  .hero-login-form-footer{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:11px;
  }

  .hero-login-submit{
    width:100%;
    min-height:44px;
  }

  .hero-login-full-link{
    padding-right:12px;
    padding-left:12px;
  }
}

/* ==========================================================
   ARVETEHA HERO BANK LOGIN — MOBILE FIX 20260715-2
   Restores the proven single-column mobile Hero layout.
========================================================== */

.hero,
.hero .container,
.hero-inner,
.hero-copy,
.hero-login-card,
.hero-login-form,
.hero-visual,
.hero-invoice-stage{
  min-width:0;
  max-width:100%;
}

.hero-login-card-copy,
.hero-login-full-link > span{
  min-width:0;
}

.hero-login-card-copy > strong,
.hero-login-card-copy > span,
.hero-login-full-link strong,
.hero-login-full-link small{
  overflow-wrap:anywhere;
}

/* Tablet and all narrower screens: Hero must be one column. */
@media(max-width:1080px){
  .hero{
    min-height:auto;
    padding:48px 0 56px;
  }

  .hero-inner{
    display:grid;
    grid-template-columns:minmax(0,1fr) !important;
    gap:30px;
    align-items:start;
  }

  .hero-copy{
    width:100%;
    max-width:760px;
    margin:0 auto;
    padding:0;
  }

  .hero-login-card{
    width:100%;
    max-width:680px;
  }

  .hero-visual{
    width:min(650px,100%);
    margin:0 auto;
    padding:0 0 8px;
  }

  .hero-invoice-stage{
    width:100%;
    margin:0 auto;
  }
}

@media(max-width:840px){
  .hero{
    padding:38px 0 46px;
    background:#ffffff !important;
  }

  .hero .container{
    width:min(var(--content),calc(100% - 28px));
  }

  .hero-inner{
    gap:25px;
  }

  .hero h1{
    max-width:720px;
    margin:0;
    font-size:clamp(31px,7.4vw,43px);
    line-height:1.08;
    letter-spacing:-.05em;
  }

  .hero-last-line{
    display:block;
    margin-top:7px;
    font-size:.72em;
    line-height:1.18;
  }

  .hero-login-card{
    margin-top:18px;
  }

  .hero-description{
    max-width:680px;
    margin-top:20px;
    font-size:15px;
    line-height:1.62;
  }

  .hero-actions{
    margin-top:22px;
  }

  .hero-note{
    margin-top:18px;
  }
}

@media(max-width:680px){
  .hero{
    padding:30px 0 40px;
  }

  .hero .container{
    width:calc(100% - 22px);
  }

  .hero-inner{
    gap:22px;
  }

  .hero h1{
    font-size:clamp(29px,9.4vw,38px);
    line-height:1.08;
    letter-spacing:-.047em;
    text-wrap:balance;
  }

  .hero-title-main,
  .hero-last-line{
    max-width:100%;
  }

  .hero-login-card{
    margin-top:16px;
    border-radius:5px;
    box-shadow:
      0 1px 2px rgba(15,23,42,.04),
      0 8px 22px rgba(15,23,42,.07);
  }

  .hero-login-card-head{
    align-items:flex-start;
    min-height:0;
    gap:11px;
    padding:13px 12px 12px;
  }

  .hero-login-card-icon{
    flex:0 0 38px;
    width:38px;
    height:38px;
  }

  .hero-login-card-icon svg{
    width:19px;
    height:19px;
  }

  .hero-login-card-copy{
    gap:2px;
  }

  .hero-login-card-copy > small{
    font-size:10px;
  }

  .hero-login-card-copy > strong{
    font-size:18px;
    line-height:1.2;
  }

  .hero-login-card-copy > span{
    font-size:12px;
    line-height:1.38;
  }

  .hero-login-form{
    grid-template-columns:minmax(0,1fr);
    gap:12px;
    padding:13px 12px;
  }

  .hero-login-field{
    gap:6px;
  }

  .hero-login-field > span{
    font-size:13px;
  }

  .hero-login-field input{
    height:46px;
    padding:0 12px;
    font-size:16px;
  }

  .hero-login-form-footer{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    align-items:stretch;
    gap:11px;
  }

  .hero-login-remember{
    min-height:30px;
  }

  .hero-login-submit{
    width:100%;
    min-height:46px;
    font-size:15px;
  }

  .hero-login-full-link{
    align-items:flex-start;
    min-height:0;
    gap:10px;
    padding:12px;
  }

  .hero-login-full-link strong{
    font-size:13px;
  }

  .hero-login-full-link small{
    font-size:11px;
  }

  .hero-login-full-link > svg{
    margin-top:3px;
  }

  .hero-description{
    margin-top:18px;
    font-size:14px;
    line-height:1.6;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:9px;
    margin-top:20px;
  }

  .hero-actions .primary-cta,
  .hero-actions .secondary-cta{
    width:100%;
    min-height:48px;
    padding:11px 14px;
    border-radius:9px;
    font-size:14px;
  }

  .hero-note{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:8px;
    margin-top:17px;
  }

  .hero-note span{
    font-size:10px;
  }

  .hero-visual{
    width:100%;
    margin-top:0;
    padding:0;
  }

  .hero-invoice-stage{
    padding:7px;
    border-radius:14px;
  }

  .hero-invoice-stage:before{
    left:12px;
    right:52px;
    height:5px;
  }
}

@media(max-width:420px){
  .hero{
    padding:25px 0 34px;
  }

  .hero .container{
    width:calc(100% - 18px);
  }

  .hero h1{
    font-size:clamp(27px,9.1vw,34px);
    line-height:1.09;
  }

  .hero-last-line{
    margin-top:6px;
    font-size:.7em;
  }

  .hero-login-card{
    margin-top:14px;
  }

  .hero-login-card-head{
    padding:12px 10px 11px;
  }

  .hero-login-form{
    padding:12px 10px;
  }

  .hero-login-full-link{
    padding:11px 10px;
  }

  .hero-description{
    font-size:13.5px;
  }
}

@media(max-width:360px){
  .hero h1{
    font-size:26px;
  }

  .hero-login-card-copy > span{
    display:none;
  }

  .hero-login-card-head{
    align-items:center;
  }
}


/* ==========================================================
   ARVETEHA HERO — COMPOSITION FIX 20260715-3
   One heading, two aligned work areas on desktop.
   One clean reading column on tablet and mobile.
========================================================== */
.hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  grid-template-areas:
    "heading heading"
    "copy visual";
  column-gap:48px;
  row-gap:27px;
  align-items:start;
}

.hero-heading{
  grid-area:heading;
  width:100%;
  max-width:900px;
  min-width:0;
}

.hero-heading .hero-title-main,
.hero-heading .hero-last-line{
  max-width:100%;
}

.hero h1{
  max-width:900px;
  margin:0 !important;
}

.hero-copy{
  grid-area:copy;
  width:100%;
  max-width:none;
  min-width:0;
  padding:0;
}

.hero-visual{
  grid-area:visual;
  width:100%;
  min-width:0;
  margin:0;
  padding:0;
}

.hero-login-card,
.hero-invoice-stage{
  width:100%;
  max-width:none;
  margin:0;
  background:#ffffff;
  border-right:1px solid #d8dee8;
  border-bottom:1px solid #d8dee8;
  border-left:1px solid #d8dee8;
  border-radius:6px;
  box-shadow:
    0 1px 2px rgba(15,23,42,.04),
    0 12px 30px rgba(15,23,42,.075);
}

.hero-login-card{
  border-top:3px solid #f05a22;
}

.hero-invoice-stage{
  padding:0 10px 10px;
  overflow:visible;
  border-top:3px solid #8a7bd1;
  backdrop-filter:none;
}

.hero-invoice-stage:before{
  display:none !important;
}

.hero-invoice-toolbar{
  min-height:76px;
  margin:0 -10px 10px;
  padding:13px 16px;
  background:#ffffff;
  border-bottom:1px solid #e5e9ef;
  border-radius:3px 3px 0 0;
}

.hero-invoice-toolbar-icon{
  width:42px;
  height:42px;
  color:#5f50ad;
  background:#f5f3ff;
  border:1px solid #e2def3;
  border-radius:4px;
}

.hero-invoice-toolbar-icon svg{
  width:20px;
}

.hero-invoice-toolbar-title{
  gap:12px;
}

.hero-invoice-toolbar-title strong{
  color:#183b67;
  font-size:14px;
  font-weight:700;
}

.hero-invoice-toolbar-title small{
  color:#667085;
  font-size:10.5px;
  line-height:1.35;
}

.hero-invoice-live{
  padding:6px 8px;
  border-radius:4px;
  font-size:8.5px;
}

.hero-invoice-sheet{
  border-radius:8px;
  box-shadow:0 7px 18px rgba(15,23,42,.055);
}

.hero-invoice-paper{
  border-radius:8px;
}

.hero-tip-marker{
  width:20px;
  height:20px;
  color:#ffffff;
  background:#24588d;
  border:1.5px solid #ffffff;
  box-shadow:0 3px 8px rgba(36,88,141,.23);
  font-size:8px;
}

.hero-tip-marker:hover,
.hero-tip-marker:focus-visible,
.hero-tip-marker.is-active{
  background:#183b67;
  box-shadow:0 4px 10px rgba(24,59,103,.25);
}

.hero-invoice-caption{
  margin:9px 2px 0;
  color:#667085;
  font-size:10px;
  line-height:1.45;
  text-align:left;
}

.hero-description{
  max-width:none;
  margin-top:21px;
}

.hero-actions{
  margin-top:22px;
}

.hero-note{
  margin-top:18px;
}

@media(max-width:1080px){
  .hero{
    min-height:auto;
    padding:46px 0 54px;
  }

  .hero-inner{
    grid-template-columns:minmax(0,1fr);
    grid-template-areas:
      "heading"
      "copy"
      "visual";
    gap:25px;
  }

  .hero-heading,
  .hero-copy{
    width:100%;
    max-width:760px;
    margin:0 auto;
  }

  .hero-visual{
    width:min(680px,100%);
    margin:0 auto;
  }
}

@media(max-width:680px){
  .hero{
    padding:29px 0 39px;
  }

  .hero-inner{
    gap:21px;
  }

  .hero h1{
    font-size:clamp(29px,9.4vw,38px);
    line-height:1.08;
    letter-spacing:-.047em;
  }

  .hero-login-card,
  .hero-invoice-stage{
    border-radius:5px;
    box-shadow:
      0 1px 2px rgba(15,23,42,.04),
      0 8px 22px rgba(15,23,42,.065);
  }

  .hero-invoice-stage{
    padding:0 7px 7px;
  }

  .hero-invoice-toolbar{
    min-height:64px;
    margin:0 -7px 7px;
    padding:10px 11px;
  }

  .hero-invoice-toolbar-icon{
    width:36px;
    height:36px;
  }

  .hero-invoice-toolbar-icon svg{
    width:18px;
  }

  .hero-invoice-toolbar-title{
    gap:9px;
  }

  .hero-invoice-toolbar-title strong{
    font-size:11px;
  }

  .hero-invoice-toolbar-title small{
    font-size:8.5px;
  }

  .hero-invoice-live{
    padding:5px 6px;
    font-size:7.5px;
  }

  .hero-description{
    margin-top:18px;
  }

  .hero-actions{
    margin-top:19px;
  }

  .hero-note{
    margin-top:16px;
  }
}

@media(max-width:420px){
  .hero{
    padding:24px 0 33px;
  }

  .hero-inner{
    gap:18px;
  }

  .hero-invoice-toolbar{
    min-height:59px;
    padding:9px 9px;
  }

  .hero-invoice-live{
    max-width:82px;
    white-space:normal;
    text-align:center;
    line-height:1.2;
  }

  .hero-invoice-caption{
    margin-top:7px;
    font-size:9px;
  }
}


/* ==========================================================================
   CLOUD TRUST — secure cloud storage block from locales
   ========================================================================== */
.cloud-trust-section{
  position:relative;
  padding:0 0 56px;
  background:#fff;
}
.cloud-trust-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:34px;
  padding:30px 32px;
  background:linear-gradient(135deg,#f8fafc 0%,#ffffff 40%,#f6f8fc 100%);
  border:1px solid #dbe2ee;
  border-radius:24px;
  box-shadow:0 18px 42px rgba(39,48,85,.08);
  overflow:hidden;
}
.cloud-trust-card:before{
  content:"";
  position:absolute;
  inset:auto -70px -70px auto;
  width:220px;
  height:220px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(99,91,255,.08),transparent 68%);
  pointer-events:none;
}
.cloud-trust-copy,
.cloud-trust-visual{position:relative;z-index:1}
.cloud-trust-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:10px;
  color:#4b45c9;
  font-size:10px;
  font-weight:800;
  letter-spacing:.095em;
  text-transform:uppercase;
}
.cloud-trust-eyebrow:before{
  content:"";
  width:24px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#16b8a6,#635bff);
}
.cloud-trust-card h2{
  margin:0;
  color:var(--ink);
  font-size:clamp(24px,2.8vw,34px);
  line-height:1.14;
  letter-spacing:-.042em;
  max-width:760px;
}
.cloud-trust-card p{
  margin:12px 0 0;
  color:#61708a;
  font-size:14px;
  line-height:1.74;
  max-width:720px;
}
.cloud-trust-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.cloud-trust-chips span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  color:#33415f;
  background:#fff;
  border:1px solid #e0e6f0;
  border-radius:999px;
  box-shadow:0 8px 18px rgba(39,48,85,.05);
  font-size:11px;
  font-weight:700;
}
.cloud-trust-chips svg{
  width:15px;
  height:15px;
  color:#16b8a6;
  flex:none;
}
.cloud-trust-visual{
  display:flex;
  flex-direction:column;
  gap:18px;
}
.cloud-trust-graphic{
  position:relative;
  min-height:170px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#eef3fb 0%,#ffffff 55%,#f3f5fb 100%);
  border:1px solid #e2e7f2;
  border-radius:22px;
  overflow:hidden;
}
.cloud-graphic-cloud{width:180px;color:#e7edf7;opacity:.96}
.cloud-graphic-shield{
  position:absolute;
  width:86px;
  filter:drop-shadow(0 10px 26px rgba(22,184,166,.16));
}
.cloud-graphic-ring{
  position:absolute;
  width:220px;
  height:220px;
  border:1px dashed rgba(99,91,255,.22);
  border-radius:50%;
}
.cloud-graphic-dots{
  position:absolute;
  inset:22px auto auto 22px;
  width:82px;
  height:54px;
  background-image:radial-gradient(circle,rgba(99,91,255,.18) 1.4px,transparent 1.4px);
  background-size:12px 12px;
  opacity:.8;
}
.cloud-trust-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.cloud-trust-point{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:11px;
  align-items:flex-start;
  padding:14px 14px 13px;
  background:#fff;
  border:1px solid #e1e7f0;
  border-radius:18px;
  box-shadow:0 10px 24px rgba(39,48,85,.05);
}
.cloud-trust-point-icon{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  color:#4d46d9;
  background:#f3f2ff;
  border:1px solid #e3e0ff;
  border-radius:12px;
  flex:none;
}
.cloud-trust-point-icon svg{width:17px;height:17px}
.cloud-trust-point strong{
  display:block;
  color:var(--ink);
  font-size:13px;
  line-height:1.35;
}
.cloud-trust-point p{
  margin:4px 0 0;
  color:#6d7890;
  font-size:12px;
  line-height:1.55;
}

@media(max-width:980px){
  .cloud-trust-card{grid-template-columns:1fr;gap:24px}
}

@media(max-width:680px){
  .cloud-trust-section{padding:0 0 44px}
  .cloud-trust-card{padding:22px 18px;gap:18px;border-radius:20px}
  .cloud-trust-card h2{font-size:clamp(23px,7vw,30px)}
  .cloud-trust-card p{font-size:13px}
  .cloud-trust-chips{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .cloud-trust-chips span{justify-content:center;border-radius:12px;font-size:10px}
  .cloud-trust-graphic{min-height:142px;border-radius:18px}
  .cloud-graphic-cloud{width:150px}
  .cloud-graphic-shield{width:76px}
  .cloud-graphic-ring{width:190px;height:190px}
  .cloud-trust-points{grid-template-columns:1fr;gap:10px}
  .cloud-trust-point{padding:12px;border-radius:16px}
  .cloud-trust-point strong{font-size:12px}
  .cloud-trust-point p{font-size:11px}
}

@media(max-width:420px){
  .cloud-trust-chips{grid-template-columns:1fr}
}

/* ==========================================================================
   CLOUD TRUST DESIGN V3 — stronger soft banking visual
   20260720-index-cloud-security-design-v3
   ========================================================================== */

.cloud-trust-section{
  padding:0 0 66px;
  background:#fff;
}

.cloud-trust-card{
  display:grid;
  grid-template-columns:minmax(0, .95fr) minmax(390px, 1.05fr);
  gap:34px;
  align-items:stretch;
  padding:34px;
  background:
    radial-gradient(circle at 87% 10%, rgba(22,184,166,.13), transparent 31%),
    linear-gradient(135deg,#f7f9fc 0%,#ffffff 43%,#f3f6fb 100%);
  border:1px solid #d9e1ee;
  border-radius:30px;
  box-shadow:
    0 1px 0 rgba(255,255,255,.88) inset,
    0 24px 62px rgba(39,48,85,.12);
  overflow:hidden;
}

.cloud-trust-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:8px 4px 8px 0;
}

.cloud-trust-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  width:max-content;
  margin-bottom:15px;
  padding:9px 13px;
  color:#1d6f57;
  background:#eefbf6;
  border:1px solid #cdeee3;
  border-radius:999px;
  font-size:11px;
  font-weight:850;
  letter-spacing:.085em;
  text-transform:uppercase;
}

.cloud-trust-eyebrow:before{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:#16b86f;
  box-shadow:0 0 0 6px rgba(22,184,111,.14);
}

.cloud-trust-card h2{
  max-width:780px;
  margin:0;
  color:#17213b;
  font-size:clamp(31px,3.35vw,44px);
  line-height:1.06;
  letter-spacing:-.055em;
  font-weight:780;
}

.cloud-trust-card p{
  max-width:740px;
  margin:17px 0 0;
  color:#5f6d83;
  font-size:16px;
  line-height:1.78;
}

.cloud-trust-highlight{
  color:#163d31;
  font-weight:850;
  background:linear-gradient(180deg, transparent 54%, rgba(184,244,60,.38) 54%);
  border-radius:5px;
  padding:0 3px;
}

.cloud-trust-chips{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:27px;
}

.cloud-trust-chips span{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  gap:11px;
  padding:11px 16px;
  color:#17213b;
  background:#fff;
  border:1px solid #dce4ef;
  border-radius:16px;
  box-shadow:
    0 1px 0 rgba(255,255,255,.92) inset,
    0 12px 26px rgba(39,48,85,.07);
  font-size:15px;
  line-height:1;
  font-weight:850;
}

.cloud-trust-chips span:before{
  content:"";
  width:26px;
  height:26px;
  display:inline-block;
  flex:none;
  border-radius:50%;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3 5 6v5c0 4.6 2.9 8 7 10 4.1-2 7-5.4 7-10V6l-7-3Z' fill='%2316b86f'/%3E%3Cpath d='m8.8 12.1 2.1 2.1 4.4-4.7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center/contain no-repeat;
  box-shadow:0 0 0 6px rgba(22,184,111,.11);
}

.cloud-trust-chips svg{
  display:none;
}

.cloud-trust-visual{
  min-width:0;
  display:grid;
  grid-template-rows:auto 1fr auto;
  gap:16px;
}

.cloud-trust-graphic{
  min-height:190px;
  display:grid;
  place-items:center;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,.96), transparent 48%),
    linear-gradient(135deg,#edf3f9 0%,#ffffff 54%,#f4f7fb 100%);
  border:1px solid #dfe6f0;
  border-radius:26px;
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 14px 34px rgba(39,48,85,.07);
}

.cloud-graphic-cloud{
  width:225px;
  opacity:1;
  filter:drop-shadow(0 16px 26px rgba(39,48,85,.08));
}

.cloud-graphic-shield{
  position:absolute;
  width:118px;
  height:118px;
  display:grid;
  place-items:center;
  border-radius:34px;
  background:linear-gradient(145deg,#ffffff 0%,#f5f8fc 100%);
  border:1px solid #d8e1ed;
  box-shadow:
    0 0 0 9px rgba(22,184,111,.07),
    0 22px 46px rgba(22,184,111,.20);
}

.cloud-graphic-shield svg{
  width:86px;
  height:96px;
}

.cloud-graphic-shield svg path:first-child{
  fill:#ffffff;
  stroke:#cfd9e8;
}

.cloud-graphic-shield svg path:last-child{
  stroke:#16b86f;
}

.cloud-graphic-ring{
  position:absolute;
  width:270px;
  height:270px;
  border:1px dashed rgba(22,184,111,.28);
  border-radius:50%;
}

.cloud-graphic-ring:after{
  content:"";
  position:absolute;
  inset:34px;
  border:1px dashed rgba(99,91,255,.16);
  border-radius:50%;
}

.cloud-graphic-dots{
  position:absolute;
  inset:24px auto auto 24px;
  width:96px;
  height:70px;
  opacity:.8;
  background-image:radial-gradient(circle,rgba(22,184,111,.24) 1.5px,transparent 1.5px);
  background-size:13px 13px;
}

.cloud-trust-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.cloud-trust-point{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:13px;
  align-items:flex-start;
  padding:17px 17px 16px;
  background:#fff;
  border:1px solid #dfe6f0;
  border-radius:22px;
  box-shadow:
    0 1px 0 rgba(255,255,255,.94) inset,
    0 14px 32px rgba(39,48,85,.07);
}

.cloud-trust-point-icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  flex:none;
  color:#16a36b;
  background:#eefbf6;
  border:1px solid #cceee2;
  border-radius:16px;
  box-shadow:0 0 0 5px rgba(22,184,111,.06);
}

.cloud-trust-point-icon svg{
  width:21px;
  height:21px;
}

.cloud-trust-point strong{
  display:block;
  color:#17213b;
  font-size:15px;
  line-height:1.28;
  font-weight:820;
  letter-spacing:-.018em;
}

.cloud-trust-point p{
  margin:6px 0 0;
  color:#657188;
  font-size:13px;
  line-height:1.55;
}

.cloud-trust-footnote{
  margin:0;
  padding:12px 14px;
  color:#6c778d;
  background:#f7f9fc;
  border:1px solid #e2e8f1;
  border-radius:16px;
  font-size:12px;
  line-height:1.55;
}

@media(max-width:1020px){
  .cloud-trust-card{
    grid-template-columns:1fr;
    gap:24px;
  }

  .cloud-trust-copy{
    padding:0;
  }
}

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

  .cloud-trust-card{
    padding:22px 18px;
    border-radius:24px;
  }

  .cloud-trust-card h2{
    font-size:clamp(27px,8vw,36px);
  }

  .cloud-trust-card p{
    font-size:14px;
  }

  .cloud-trust-chips{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .cloud-trust-chips span{
    min-height:46px;
    justify-content:flex-start;
    padding:11px 12px;
    font-size:14px;
    border-radius:14px;
  }

  .cloud-trust-chips span:before{
    width:24px;
    height:24px;
  }

  .cloud-trust-graphic{
    min-height:160px;
    border-radius:20px;
  }

  .cloud-graphic-cloud{
    width:180px;
  }

  .cloud-graphic-shield{
    width:98px;
    height:98px;
    border-radius:28px;
  }

  .cloud-graphic-shield svg{
    width:72px;
    height:82px;
  }

  .cloud-graphic-ring{
    width:220px;
    height:220px;
  }

  .cloud-trust-points{
    grid-template-columns:1fr;
    gap:11px;
  }

  .cloud-trust-point{
    padding:15px;
    border-radius:18px;
  }

  .cloud-trust-point strong{
    font-size:14px;
  }

  .cloud-trust-point p{
    font-size:12.5px;
  }
}

@media(max-width:430px){
  .cloud-trust-chips{
    grid-template-columns:1fr;
  }
}


/* ==========================================================
   ARVETEHA HOMEPAGE PRODUCT POSITIONING 20260722-v1
   Product-first Hero. Existing login and invoice cards remain unchanged.
========================================================== */

.hero-heading{
  max-width:1040px;
}

.hero-heading .hero-description{
  max-width:880px;
  margin:19px 0 0;
  color:#536078;
  font-size:17px;
  line-height:1.68;
}

.hero-benefits{
  display:flex;
  flex-wrap:wrap;
  gap:10px 22px;
  margin:20px 0 0;
  padding:0;
  list-style:none;
}

.hero-benefits li{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#34415f;
  font-size:13px;
  font-weight:700;
  line-height:1.35;
}

.hero-benefits li::before{
  content:"✓";
  width:20px;
  height:20px;
  display:inline-grid;
  place-items:center;
  flex:0 0 20px;
  color:#087f73;
  background:#e8faf6;
  border:1px solid #c9eee7;
  border-radius:50%;
  font-size:12px;
  font-weight:900;
  line-height:1;
}

.hero-heading-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:13px 18px;
  margin-top:23px;
}

.hero-proof{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#526078;
  font-size:13px;
  font-weight:700;
  line-height:1.4;
}

.hero-proof::before{
  content:"";
  width:8px;
  height:8px;
  flex:0 0 8px;
  background:#27c782;
  border-radius:50%;
  box-shadow:0 0 0 5px rgba(39,199,130,.13);
}

@media(max-width:680px){
  .hero-heading .hero-description{
    margin-top:15px;
    font-size:14px;
    line-height:1.62;
  }

  .hero-benefits{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:9px;
    margin-top:17px;
  }

  .hero-benefits li{
    font-size:12.5px;
  }

  .hero-heading-actions{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:14px;
    margin-top:19px;
  }

  .hero-heading-actions .primary-cta{
    width:100%;
  }

  .hero-proof{
    justify-content:center;
    text-align:center;
  }
}


/* ==========================================================
   ARVETEHA HOMEPAGE PRODUCT V2 — 20260722
   Exact search phrase + professional product-first Hero.
========================================================== */

.hero{
  padding-top:62px;
  background:
    radial-gradient(circle at 82% 8%,rgba(99,91,255,.09),transparent 27%),
    radial-gradient(circle at 16% 82%,rgba(22,184,166,.075),transparent 29%),
    linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);
}

.hero-search-phrase{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin:0 0 17px;
  padding:8px 12px;
  color:#315078;
  background:#ffffff;
  border:1px solid #dce4ef;
  border-radius:999px;
  box-shadow:0 7px 20px rgba(31,49,83,.055);
  font-size:12px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.045em;
  text-transform:uppercase;
}

.hero-search-phrase::before{
  content:"";
  width:8px;
  height:8px;
  flex:0 0 8px;
  background:#16b8a6;
  border-radius:50%;
  box-shadow:0 0 0 5px rgba(22,184,166,.12);
}

.hero-heading h1{
  max-width:1040px;
  font-size:clamp(43px,5.1vw,66px);
  line-height:1.02;
  letter-spacing:-.062em;
}

.hero-heading h1 .accent-purple{
  color:#4d46d9;
  background:linear-gradient(90deg,#4d46d9 0%,#635bff 52%,#7d72f6 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

.hero-heading .hero-description{
  max-width:880px;
  margin:20px 0 0;
  color:#536078;
  font-size:18px;
  line-height:1.68;
}

.hero-benefits{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,max-content));
  gap:11px 32px;
  margin:24px 0 0;
}

.hero-benefits li{
  font-size:14px;
}

.hero-heading-actions{
  gap:14px 22px;
  margin-top:27px;
}

.hero-heading-actions .primary-cta{
  min-height:52px;
  padding:13px 24px;
  border-radius:11px;
  background:linear-gradient(135deg,#4d46d9,#635bff 62%,#7369ee);
  box-shadow:0 13px 29px rgba(77,70,217,.23);
  font-size:15px;
}

.hero-heading-actions .primary-cta:hover,
.hero-heading-actions .primary-cta:focus-visible{
  box-shadow:0 17px 34px rgba(77,70,217,.29);
}

.hero-copy{
  align-self:start;
}

.hero-visual{
  align-self:stretch;
}

.hero-login-card{
  height:auto;
}

.hero-invoice-stage{
  height:100%;
}

.pricing-focus{
  display:grid;
  grid-template-columns:minmax(330px,.86fr) minmax(0,1.14fr);
  gap:30px;
  align-items:stretch;
}

.pricing-focus-card{
  height:100%;
}

.pricing-context{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  flex-direction:column;
  padding:42px;
  background:
    radial-gradient(circle at 90% 12%,rgba(99,91,255,.13),transparent 31%),
    linear-gradient(145deg,#fbfcff,#f6f7fb);
  border:1px solid #e1e6ef;
  border-radius:26px;
  box-shadow:0 18px 42px rgba(39,48,85,.075);
}

.pricing-context h3{
  max-width:620px;
  margin:0;
  font-size:clamp(28px,3.2vw,42px);
  line-height:1.1;
  letter-spacing:-.045em;
}

.pricing-context p{
  max-width:620px;
  margin:17px 0 25px;
  color:#667085;
  font-size:16px;
  line-height:1.72;
}

@media(max-width:1080px){
  .hero-heading{
    max-width:760px;
    margin-right:auto;
    margin-left:auto;
  }

  .hero-heading h1{
    font-size:clamp(42px,6.5vw,60px);
  }
}

@media(max-width:840px){
  .hero{
    padding-top:38px;
  }

  .hero-heading .hero-description{
    font-size:16px;
  }

  .pricing-focus{
    grid-template-columns:minmax(0,1fr);
  }
}

@media(max-width:680px){
  .hero-search-phrase{
    margin-bottom:14px;
    padding:7px 11px;
    font-size:10.5px;
  }

  .hero-heading h1{
    font-size:clamp(31px,9.5vw,40px);
    line-height:1.07;
    letter-spacing:-.05em;
  }

  .hero-heading .hero-description{
    margin-top:16px;
    font-size:14.5px;
    line-height:1.62;
  }

  .hero-benefits{
    grid-template-columns:minmax(0,1fr);
    gap:9px;
    margin-top:18px;
  }

  .hero-benefits li{
    font-size:13px;
  }

  .hero-heading-actions{
    gap:14px;
    margin-top:21px;
  }

  .pricing-context{
    padding:28px 22px;
    border-radius:20px;
  }

  .pricing-context p{
    font-size:14px;
  }

  .pricing-context .secondary-cta{
    width:100%;
  }
}


/* ==========================================================
   ARVETEHA HOMEPAGE LOGIN BALANCE FIX 20260722-v1
   Keeps the login card at its natural height while the invoice
   preview remains the taller visual demonstration.
========================================================== */

.hero-copy{
  display:flex;
  align-items:flex-start;
}

.hero-login-card{
  align-self:flex-start;
  min-height:0;
}

.hero-login-form{
  grid-template-columns:minmax(0,1.38fr) minmax(0,1fr);
  gap:13px 14px;
}

.hero-login-full-link{
  min-height:44px;
  padding:8px 16px;
  background:#fbfcfe;
  border-top-color:#e8edf3;
}

.hero-login-full-link > span{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:2px 9px;
}

.hero-login-full-link strong{
  font-size:12.5px;
}

.hero-login-full-link small{
  font-size:11px;
}

.hero-login-full-link > svg{
  width:16px;
  height:16px;
}

@media(max-width:1080px){
  .hero-copy,
  .hero-visual{
    align-self:start;
  }

  .hero-invoice-stage{
    height:auto;
  }
}

@media(max-width:680px){
  .hero-login-form{
    grid-template-columns:minmax(0,1fr);
  }

  .hero-login-full-link{
    min-height:0;
    padding:11px 12px;
  }

  .hero-login-full-link > span{
    display:grid;
    gap:2px;
  }
}

@media(max-width:420px){
  .hero-login-full-link{
    padding-right:10px;
    padding-left:10px;
  }
}


/* ==========================================================================
   ARVETEHA FINANCE INFOGRAPHIC + COMPANY FOOTER + SUPPORT SAFE 20260722-v2
   ========================================================================== */

.hero-copy{
  display:grid;
  align-content:start;
  align-items:start;
  gap:16px;
}

.hero-finance-cycle,
.hero-finance-cycle *{
  box-sizing:border-box;
}

.hero-finance-cycle{
  position:relative;
  overflow:hidden;
  border:1px solid #dfe6ef;
  border-radius:18px;
  background:
    radial-gradient(circle at 50% 48%,rgba(91,87,227,.11),transparent 31%),
    linear-gradient(145deg,#ffffff 0%,#f8faff 56%,#f5f8fc 100%);
  box-shadow:0 20px 48px rgba(36,51,78,.09);
  padding:19px 19px 15px;
}

.hero-finance-cycle:before{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  left:-92px;
  bottom:-110px;
  border-radius:50%;
  background:rgba(38,116,183,.055);
  pointer-events:none;
}

.hero-finance-cycle-head{
  position:relative;
  z-index:2;
  text-align:center;
  max-width:430px;
  margin:0 auto 8px;
}

.hero-finance-cycle-head > span{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:4px 9px;
  border-radius:999px;
  background:#ecebff;
  color:#4f49c8;
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.085em;
  text-transform:uppercase;
}

.hero-finance-cycle-head h2{
  margin:8px 0 4px;
  color:#182a42;
  font-size:18px;
  line-height:1.2;
  letter-spacing:-.025em;
}

.hero-finance-cycle-head p{
  max-width:395px;
  margin:0 auto;
  color:#6a788c;
  font-size:11.5px;
  line-height:1.48;
}

.hero-finance-cycle-map{
  position:relative;
  height:250px;
  max-width:520px;
  margin:2px auto 0;
}

.hero-finance-cycle-lines{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  overflow:visible;
  pointer-events:none;
}

.hero-finance-cycle-lines path{
  fill:none;
  stroke:#aebbe0;
  stroke-width:2;
  stroke-dasharray:5 6;
  marker-end:url(#financeCycleArrow);
}

.hero-finance-cycle-lines marker path{
  fill:#716ce0;
  stroke:none;
}

.hero-finance-cycle-core{
  position:absolute;
  z-index:3;
  left:50%;
  top:50%;
  width:116px;
  height:116px;
  transform:translate(-50%,-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:8px solid rgba(255,255,255,.88);
  border-radius:50%;
  background:linear-gradient(145deg,#5c57df,#7772ec);
  box-shadow:0 15px 32px rgba(82,77,204,.26);
  color:#fff;
  text-align:center;
}

.hero-finance-cycle-core > span{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  margin-bottom:4px;
  border-radius:9px;
  background:rgba(255,255,255,.16);
}

.hero-finance-cycle-core svg{
  width:19px;
  height:19px;
}

.hero-finance-cycle-core strong{
  font-size:14px;
  line-height:1.1;
}

.hero-finance-cycle-core small{
  margin-top:3px;
  color:rgba(255,255,255,.78);
  font-size:9px;
  line-height:1.1;
}

.hero-finance-cycle-node{
  position:absolute;
  z-index:4;
  display:flex;
  align-items:center;
  gap:9px;
  width:182px;
  min-height:70px;
  padding:10px 11px;
  border:1px solid rgba(204,215,229,.92);
  border-radius:13px;
  background:rgba(255,255,255,.94);
  box-shadow:0 10px 22px rgba(36,55,85,.085);
  backdrop-filter:blur(8px);
}

.hero-finance-cycle-node:before{
  content:attr(data-cycle-step);
  position:absolute;
  right:7px;
  top:6px;
  color:#a5b0bf;
  font-size:8px;
  font-weight:800;
}

.hero-finance-cycle-node.is-bank{left:0;top:12px}
.hero-finance-cycle-node.is-cash{right:0;top:12px}
.hero-finance-cycle-node.is-expenses{left:0;bottom:10px}
.hero-finance-cycle-node.is-cashflow{right:0;bottom:10px}

.hero-finance-cycle-icon{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:37px;
  height:37px;
  border-radius:11px;
  color:#4f60a8;
  background:#edf1ff;
}

.hero-finance-cycle-node.is-cash .hero-finance-cycle-icon{
  color:#25705c;
  background:#e8f7f1;
}

.hero-finance-cycle-node.is-expenses .hero-finance-cycle-icon{
  color:#9a5b28;
  background:#fff2e5;
}

.hero-finance-cycle-node.is-cashflow .hero-finance-cycle-icon{
  color:#6950b2;
  background:#f2ebff;
}

.hero-finance-cycle-icon svg{
  width:21px;
  height:21px;
}

.hero-finance-cycle-copy{
  min-width:0;
  display:grid;
  gap:3px;
}

.hero-finance-cycle-copy strong{
  color:#24374f;
  font-size:12px;
  line-height:1.18;
}

.hero-finance-cycle-copy small{
  color:#758397;
  font-size:9.5px;
  line-height:1.35;
}

.hero-finance-cycle-note{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:35px;
  margin-top:6px;
  padding:8px 10px;
  border-radius:10px;
  background:rgba(239,242,250,.9);
  color:#56677d;
  font-size:10px;
  font-weight:700;
  text-align:center;
}

.hero-finance-cycle-note svg{
  flex:0 0 auto;
  width:17px;
  height:17px;
  color:#6963d9;
}

/* Company footer. The bottom-right safe zone is reserved for the support widget. */
.footer.footer--company{
  position:relative;
  padding:42px 0 116px;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 18%,rgba(89,84,218,.08),transparent 27%),
    linear-gradient(180deg,#fbfcfe 0%,#f4f7fb 100%);
  border-top:1px solid #dde5ef;
}

.footer.footer--company:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  background:linear-gradient(90deg,#5c57df 0%,#857feb 42%,#2e83b9 100%);
}

.footer-company-grid{
  display:grid;
  grid-template-columns:minmax(220px,1.05fr) minmax(300px,1.35fr) minmax(210px,.85fr);
  gap:34px;
  align-items:start;
}

.footer-company-brand .logo{
  display:inline-flex;
  margin-bottom:15px;
}

.footer-company-eyebrow{
  display:block;
  margin-bottom:7px;
  color:#6d75a2;
  font-size:10px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.footer-company-brand p{
  max-width:390px;
  margin:0;
  color:#68788c;
  font-size:13px;
  line-height:1.68;
}

.footer-company-details{
  padding:18px 20px;
  border:1px solid #dfe6ef;
  border-radius:14px;
  background:rgba(255,255,255,.86);
  box-shadow:0 12px 30px rgba(40,58,85,.055);
}

.footer-company-details h2{
  margin:0 0 13px;
  color:#213a58;
  font-size:17px;
  line-height:1.22;
}

.footer-company-details dl{
  display:grid;
  gap:10px;
  margin:0;
}

.footer-company-details dl > div{
  display:grid;
  grid-template-columns:142px minmax(0,1fr);
  gap:12px;
  align-items:start;
}

.footer-company-details dt{
  color:#7a8798;
  font-size:11px;
  line-height:1.45;
}

.footer-company-details dd{
  margin:0;
  color:#334b66;
  font-size:12.5px;
  font-weight:650;
  line-height:1.5;
}

.footer-company-contact{
  display:grid;
  justify-items:start;
  gap:13px;
}

.footer-contact-email{
  color:#443fbe;
  font-size:17px;
  font-weight:800;
  text-decoration:none;
}

.footer-contact-email:hover{
  text-decoration:underline;
}

.footer-company-links{
  display:grid;
  gap:8px;
}

.footer-company-links a{
  color:#53667e;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}

.footer-company-links a:hover{
  color:#443fbe;
  text-decoration:underline;
}

.footer-company-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:27px;
  padding:18px 116px 0 0;
  border-top:1px solid #dce4ee;
  color:#8895a5;
  font-size:11px;
}

.footer-support-note{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  max-width:430px;
  text-align:right;
}

.footer-support-note svg{
  flex:0 0 auto;
  width:17px;
  height:17px;
  color:#5b56d9;
}

@media(max-width:1120px){
  .footer-company-grid{
    grid-template-columns:1fr 1.35fr;
  }

  .footer-company-contact{
    grid-column:1/-1;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px 22px;
  }

  .footer-company-contact .footer-company-eyebrow{
    width:100%;
    margin-bottom:0;
  }

  .footer-company-links{
    display:flex;
    flex-wrap:wrap;
    gap:10px 18px;
  }
}

@media(max-width:820px){
  .hero-finance-cycle-map{
    height:240px;
  }

  .hero-finance-cycle-node{
    width:176px;
  }

  .footer-company-grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .footer-company-contact{
    grid-column:auto;
  }

  .footer-company-bottom{
    align-items:flex-start;
    flex-direction:column;
    padding-right:96px;
  }

  .footer-support-note{
    justify-content:flex-start;
    text-align:left;
  }
}

@media(max-width:560px){
  .hero-finance-cycle{
    padding:17px 14px 14px;
  }

  .hero-finance-cycle-map{
    display:grid;
    grid-template-columns:1fr 1fr;
    height:auto;
    gap:9px;
    margin-top:14px;
  }

  .hero-finance-cycle-lines{
    display:none;
  }

  .hero-finance-cycle-core{
    position:relative;
    grid-column:1/-1;
    left:auto;
    top:auto;
    width:auto;
    height:auto;
    transform:none;
    display:grid;
    grid-template-columns:32px auto;
    grid-template-rows:auto auto;
    justify-content:center;
    column-gap:9px;
    padding:9px 14px;
    border:0;
    border-radius:12px;
  }

  .hero-finance-cycle-core > span{
    grid-row:1/3;
    margin:0;
  }

  .hero-finance-cycle-core strong,
  .hero-finance-cycle-core small{
    text-align:left;
  }

  .hero-finance-cycle-node,
  .hero-finance-cycle-node.is-bank,
  .hero-finance-cycle-node.is-cash,
  .hero-finance-cycle-node.is-expenses,
  .hero-finance-cycle-node.is-cashflow{
    position:relative;
    inset:auto;
    width:auto;
    min-height:92px;
    align-items:flex-start;
    padding:10px;
  }

  .hero-finance-cycle-node{
    display:grid;
    grid-template-columns:34px 1fr;
  }

  .hero-finance-cycle-icon{
    width:34px;
    height:34px;
  }

  .hero-finance-cycle-copy small{
    font-size:9px;
  }

  .footer.footer--company{
    padding:34px 0 128px;
  }

  .footer-company-details{
    padding:16px;
  }

  .footer-company-details dl > div{
    grid-template-columns:1fr;
    gap:3px;
  }

  .footer-company-contact{
    display:grid;
  }

  .footer-company-links{
    display:grid;
  }

  .footer-company-bottom{
    padding-right:82px;
  }
}

@media(max-width:390px){
  .hero-finance-cycle-map{
    grid-template-columns:1fr;
  }

  .hero-finance-cycle-core{
    grid-column:auto;
  }

  .hero-finance-cycle-node,
  .hero-finance-cycle-node.is-bank,
  .hero-finance-cycle-node.is-cash,
  .hero-finance-cycle-node.is-expenses,
  .hero-finance-cycle-node.is-cashflow{
    min-height:0;
  }
}


/* ==========================================================================
   ARVETEHA LARGE INFOGRAPHIC + UNIFIED FOOTER REFINEMENT 20260722-v2-3
   ========================================================================== */
.hero-finance-cycle{
  padding:22px 18px 18px;
}

.hero-finance-cycle-head{
  margin:0 auto 10px;
}

.hero-finance-cycle-head h2{
  margin:0;
  color:#182a42;
  font-size:24px;
  line-height:1.15;
  letter-spacing:-.03em;
  text-align:center;
}

.hero-finance-cycle-head > span,
.hero-finance-cycle-head p,
.hero-finance-cycle-note,
.hero-finance-cycle-copy small,
.hero-finance-cycle-node:before,
.hero-finance-cycle-core small{
  display:none !important;
}

.hero-finance-cycle-map{
  height:300px;
  max-width:560px;
  margin:10px auto 0;
}

.hero-finance-cycle-lines path{
  stroke:#8f9fd3;
  stroke-width:2.5;
  stroke-dasharray:none;
  opacity:.9;
}

.hero-finance-cycle-lines marker path{
  fill:#5f59df;
}

.hero-finance-cycle-core{
  width:132px;
  height:132px;
  border-width:9px;
}

.hero-finance-cycle-core > span{
  width:34px;
  height:34px;
  margin-bottom:6px;
}

.hero-finance-cycle-core strong{
  font-size:19px;
  line-height:1.1;
}

.hero-finance-cycle-node{
  width:204px;
  min-height:86px;
  gap:12px;
  padding:13px 14px;
  border-radius:16px;
  box-shadow:0 14px 30px rgba(36,55,85,.11);
}

.hero-finance-cycle-node.is-bank{left:0;top:18px}
.hero-finance-cycle-node.is-cash{right:0;top:18px}
.hero-finance-cycle-node.is-expenses{left:0;bottom:16px}
.hero-finance-cycle-node.is-cashflow{right:0;bottom:16px}

.hero-finance-cycle-icon{
  width:44px;
  height:44px;
  border-radius:13px;
}

.hero-finance-cycle-icon svg{
  width:24px;
  height:24px;
}

.hero-finance-cycle-copy strong{
  color:#24374f;
  font-size:18px;
  line-height:1.2;
  font-weight:800;
}

.footer-company-grid{
  grid-template-columns:minmax(220px,1fr) minmax(520px,1.7fr);
  gap:34px;
}

.footer-company-panel{
  display:grid;
  grid-template-columns:minmax(280px,1.1fr) minmax(210px,.9fr);
  gap:26px;
  align-items:start;
  padding:20px 22px;
  border:1px solid #dfe6ef;
  border-radius:14px;
  background:rgba(255,255,255,.86);
  box-shadow:0 12px 30px rgba(40,58,85,.055);
}

.footer-company-details,
.footer-company-contact{
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}

.footer-company-details h2{
  margin:0 0 14px;
}

.footer-company-contact{
  align-content:start;
  gap:16px;
}

.footer-company-contact .footer-company-eyebrow{
  display:none;
}

.footer-company-links{
  display:grid;
  gap:10px;
}

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

  .footer-company-panel{
    grid-template-columns:1.2fr .8fr;
  }
}

@media(max-width:820px){
  .hero-finance-cycle-map{
    height:280px;
  }

  .hero-finance-cycle-node{
    width:188px;
    min-height:80px;
  }

  .hero-finance-cycle-copy strong{
    font-size:16px;
  }

  .footer-company-panel{
    grid-template-columns:1fr;
    gap:22px;
  }
}

@media(max-width:560px){
  .hero-finance-cycle{
    padding:18px 14px 14px;
  }

  .hero-finance-cycle-head h2{
    font-size:21px;
  }

  .hero-finance-cycle-map{
    display:grid;
    grid-template-columns:1fr 1fr;
    height:auto;
    gap:10px;
  }

  .hero-finance-cycle-lines{display:none;}

  .hero-finance-cycle-core{
    position:relative;
    grid-column:1/-1;
    left:auto;
    top:auto;
    width:auto;
    height:76px;
    transform:none;
    display:flex;
    flex-direction:row;
    gap:10px;
    justify-content:center;
    border-radius:16px;
  }

  .hero-finance-cycle-core strong{
    font-size:20px;
  }

  .hero-finance-cycle-node,
  .hero-finance-cycle-node.is-bank,
  .hero-finance-cycle-node.is-cash,
  .hero-finance-cycle-node.is-expenses,
  .hero-finance-cycle-node.is-cashflow{
    position:relative;
    inset:auto;
    width:auto;
    min-height:88px;
    display:flex;
    align-items:center;
  }

  .hero-finance-cycle-copy strong{
    font-size:15px;
  }
}

@media(max-width:390px){
  .hero-finance-cycle-map{
    grid-template-columns:1fr;
  }

  .hero-finance-cycle-core{grid-column:auto;}
}


/* ==========================================================
   SECURE BRAND HERO + READABLE TYPOGRAPHY + MOBILE V1
   ========================================================== */

:root{
  --brand-emerald:#0f766e;
  --brand-emerald-dark:#0a5b55;
  --brand-emerald-soft:#e9f6f3;
}

body{
  font-size:16px;
  line-height:1.62;
}

.logo-arve,
.hero-invoice-logo span{
  color:var(--brand-emerald) !important;
}

.section-copy,
.hero-description,
.card p,
.feature-card p,
.process-card p,
.pricing-card p,
.faq-answer,
.footer-copy,
.footer-company-description{
  font-size:16px;
  line-height:1.68;
}

.eyebrow,
.hero-search-phrase,
.hero-proof,
.hero-login-card-copy small,
.hero-login-full-link small,
.hero-invoice-caption,
.cloud-trust-card small{
  font-size:14px;
  line-height:1.45;
}

.login-link,
.primary-cta,
.secondary-cta,
button,
input,
select,
textarea{
  font-size:15px;
}

.hero{
  min-height:auto;
  padding:84px 0 88px;
  background:
    radial-gradient(circle at 84% 12%,rgba(15,118,110,.11),transparent 29%),
    radial-gradient(circle at 16% 82%,rgba(99,91,255,.09),transparent 31%),
    #fff;
}

.hero-search-phrase{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:9px 13px;
  border:1px solid #cfe2df;
  border-radius:999px;
  background:rgba(242,249,247,.9);
  color:var(--brand-emerald-dark);
  font-weight:800;
  letter-spacing:.025em;
}

.hero-search-phrase::before{
  content:"";
  width:18px;
  height:18px;
  flex:0 0 18px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f766e' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 19 6v5.2c0 4.4-2.8 7.6-7 9.8-4.2-2.2-7-5.4-7-9.8V6l7-3Z'/%3E%3Cpath d='m8.8 12 2 2 4.5-4.6'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.hero h1{
  max-width:760px;
  margin-top:23px;
  font-size:clamp(48px,5.2vw,72px);
  line-height:1.03;
}

.accent-purple{
  color:var(--brand-emerald);
}

.hero-description{
  max-width:720px;
  margin-top:24px;
  color:#526174;
  font-size:18px;
  line-height:1.65;
}

.hero-benefits{
  gap:12px;
}

.hero-benefits li{
  min-height:44px;
  padding:10px 13px 10px 38px;
  font-size:15px;
  line-height:1.45;
}

.hero-benefits li::before{
  color:var(--brand-emerald);
  background:var(--brand-emerald-soft);
}

.primary-cta{
  color:#174843;
  background:#edf6f4;
  border:1px solid #bfd8d4;
  box-shadow:0 10px 24px rgba(15,118,110,.10);
}

.primary-cta:hover{
  background:#e2f1ee;
  border-color:#a9cac5;
  box-shadow:0 14px 30px rgba(15,118,110,.14);
}

.hero-proof{
  color:#5f6d7f;
  font-size:15px;
}

.hero-login-card{
  border-color:#dce5e3;
  box-shadow:0 18px 48px rgba(31,50,63,.09);
}

.hero-login-field span,
.hero-login-remember,
.hero-login-form-footer,
.hero-login-full-link{
  font-size:15px;
}

.hero-login-field input{
  min-height:50px;
  font-size:16px;
}

.hero-login-submit{
  min-height:50px;
  font-size:16px;
  background:#edf6f4;
  color:var(--brand-emerald-dark);
  border-color:#bfd8d4;
}

.hero-finance-cycle{
  border-color:#dce5e3;
  background:linear-gradient(145deg,#fff,#f6faf9);
}

.hero-finance-cycle-head h2{
  font-size:23px;
  line-height:1.3;
}

.hero-finance-cycle-core,
.hero-finance-cycle-node{
  text-decoration:none;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}

.hero-finance-cycle-core:hover,
.hero-finance-cycle-node:hover{
  transform:translateY(-3px);
  border-color:#aacbc6;
  box-shadow:0 14px 30px rgba(15,118,110,.12);
}

.hero-finance-cycle-core{
  color:var(--brand-emerald-dark);
  border-color:#bdd8d3;
  background:#edf7f5;
}

.hero-finance-cycle-node{
  color:#243448;
}

.hero-finance-cycle-arrow{
  margin-left:auto;
  color:var(--brand-emerald);
  font-size:19px;
  font-weight:800;
}

.hero-finance-cycle-copy strong{
  font-size:16px;
}

@media(max-width:820px){
  .container{
    width:min(100% - 28px,var(--content));
  }

  .section{
    padding:68px 0;
  }

  .section-head{
    display:grid;
    gap:18px;
    margin-bottom:30px;
  }

  .section-title{
    font-size:clamp(30px,8vw,40px);
    line-height:1.12;
  }

  .section-copy{
    max-width:none;
    font-size:17px;
  }

  .hero{
    padding:34px 0 58px;
  }

  .hero-inner{
    display:flex;
    flex-direction:column;
    gap:26px;
    align-items:stretch;
  }

  .hero-heading,
  .hero-copy,
  .hero-visual{
    width:100%;
    padding:0;
  }

  .hero-search-phrase{
    width:fit-content;
    max-width:100%;
    white-space:normal;
    font-size:15px;
  }

  .hero h1{
    margin-top:20px;
    font-size:clamp(38px,10vw,52px);
    line-height:1.08;
    letter-spacing:-.045em;
    text-wrap:pretty;
  }

  .hero-description{
    margin-top:20px;
    font-size:17px;
    line-height:1.65;
  }

  .hero-benefits{
    display:grid;
    grid-template-columns:1fr;
    margin-top:22px;
  }

  .hero-benefits li{
    min-height:52px;
    padding:13px 14px 13px 42px;
    font-size:16px;
    border:1px solid #e1e8eb;
    border-radius:12px;
    background:#fff;
  }

  .hero-heading-actions{
    display:grid;
    gap:12px;
    margin-top:24px;
  }

  .hero-heading-actions .primary-cta{
    width:100%;
    min-height:54px;
    font-size:16px;
  }

  .hero-proof{
    display:block;
    text-align:center;
    font-size:15px;
  }

  .hero-login-card,
  .hero-finance-cycle{
    border-radius:18px;
  }

  .hero-login-card{
    padding:20px 16px;
  }

  .hero-login-card-copy small{
    font-size:15px;
  }

  .hero-login-card-copy strong{
    font-size:23px;
  }

  .hero-login-form{
    gap:15px;
  }

  .hero-login-field span,
  .hero-login-remember,
  .hero-login-full-link{
    font-size:16px;
  }

  .hero-login-field input,
  .hero-login-submit{
    min-height:52px;
    font-size:16px;
  }

  .hero-finance-cycle{
    padding:20px 16px 16px;
  }

  .hero-finance-cycle-head h2{
    font-size:23px;
  }

  .hero-finance-cycle-map{
    display:grid;
    grid-template-columns:1fr;
    height:auto;
    gap:12px;
  }

  .hero-finance-cycle-lines{
    display:none;
  }

  .hero-finance-cycle-core,
  .hero-finance-cycle-node,
  .hero-finance-cycle-node.is-bank,
  .hero-finance-cycle-node.is-cash,
  .hero-finance-cycle-node.is-expenses,
  .hero-finance-cycle-node.is-cashflow{
    position:relative;
    inset:auto;
    width:100%;
    min-height:72px;
    transform:none;
    display:flex;
    align-items:center;
    gap:13px;
    padding:14px;
    border-radius:14px;
  }

  .hero-finance-cycle-core{
    flex-direction:row;
    justify-content:flex-start;
    height:auto;
  }

  .hero-finance-cycle-core strong{
    font-size:20px;
  }

  .hero-finance-cycle-copy strong{
    font-size:17px;
  }

  .hero-finance-cycle-icon{
    flex:0 0 42px;
    width:42px;
    height:42px;
  }

  .hero-invoice-caption,
  .hero-invoice-sheet,
  .hero-invoice-table,
  .hero-invoice-meta,
  .hero-invoice-footer{
    font-size:14px;
  }

  .card p,
  .feature-card p,
  .process-card p,
  .pricing-card p,
  .faq-answer,
  .footer-copy,
  .footer-company-description{
    font-size:16px;
    line-height:1.65;
  }

  .eyebrow{
    font-size:14px;
  }
}

@media(max-width:560px){
  .container{
    width:calc(100% - 20px);
  }

  .section{
    padding:54px 0;
  }

  .section-title{
    font-size:31px;
  }

  .hero{
    padding-top:24px;
  }

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

  .hero-description{
    font-size:17px;
  }

  .hero-login-card,
  .hero-finance-cycle{
    padding:18px 14px;
  }

  .hero-invoice-stage{
    overflow:hidden;
    border-radius:16px;
  }

  .hero-invoice-sheet{
    transform:none;
    width:100%;
  }

  .hero-invoice-table-wrap{
    overflow-x:auto;
  }

  .login-link,
.footer a,
.faq-question{
    font-size:16px;
  }
}


/* ==========================================================
   EMERALD LOGO + ET WORK ENVIRONMENT FIX V1
   ========================================================== */

.logo .logo-arve,
.logo-arve,
.brand-arve,
.site-logo .arve,
.header-logo .arve,
.hero-invoice-logo span:first-child,
.hero-invoice-logo .logo-arve,
.footer-logo .logo-arve {
  color: #0f766e !important;
}

.logo .logo-teha,
.logo-teha,
.brand-teha,
.site-logo .teha,
.header-logo .teha {
  color: #17212b !important;
}


/* ==========================================================
   LIGHT EMERALD LOGO + FINANCIAL ACCOUNTING HERO V1
   ========================================================== */

.logo .logo-arve,
.logo-arve,
.brand-arve,
.site-logo .arve,
.header-logo .arve,
.hero-invoice-logo span:first-child,
.hero-invoice-logo .logo-arve,
.footer-logo .logo-arve {
  color: #2fbf9f !important;
}

.hero h1 .accent-purple,
.accent-purple {
  color: #6f5bd3 !important;
}


/* ==========================================================
   COMPACT HERO + CTA RIGHT V1
   ========================================================== */

@media (min-width: 821px) {
  .hero-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "phrase phrase"
      "title actions"
      "description actions"
      "benefits benefits"
      "proof proof";
    column-gap: 36px;
    align-items: center;
  }

  .hero-search-phrase {
    grid-area: phrase;
  }

  .hero h1 {
    grid-area: title;
    max-width: 720px;
    font-size: clamp(40px, 4.35vw, 60px);
    line-height: 1.08;
    margin-bottom: 0;
  }

  .hero-description {
    grid-area: description;
    max-width: 700px;
    font-size: 17px;
    margin-top: 18px;
  }

  .hero-heading-actions {
    grid-area: actions;
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 250px;
    margin-top: 0;
  }

  .hero-heading-actions .primary-cta {
    width: 100%;
    min-height: 54px;
    padding: 14px 22px;
    justify-content: center;
    white-space: nowrap;
  }

  .hero-benefits {
    grid-area: benefits;
    margin-top: 28px;
  }

  .hero-proof {
    grid-area: proof;
  }
}

@media (max-width: 820px) {
  .hero h1 {
    font-size: clamp(34px, 9vw, 46px);
  }
}

/* ==========================================================
   ENTREPRENEUR HERO + DESKTOP DEMO + MOBILE NO-INVOICE V2
   Final authoritative rules for homepage composition.
   ========================================================== */
.hero{
  min-height:auto;
  padding:64px 0 56px;
  background:
    radial-gradient(circle at 86% 8%,rgba(47,191,159,.10),transparent 27%),
    radial-gradient(circle at 12% 88%,rgba(111,91,211,.075),transparent 29%),
    linear-gradient(180deg,#fff 0%,#fbfcfe 100%);
}
.hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);
  grid-template-areas:"heading copy";
  gap:clamp(38px,5vw,72px);
  align-items:center;
}
.hero-heading{grid-area:heading;width:100%;max-width:790px}
.hero-copy{grid-area:copy;display:block;width:100%;max-width:440px;margin-left:auto;padding:0}
.hero-search-phrase{
  margin:0 0 18px;
  padding:8px 12px;
  font-size:12px;
  font-weight:650;
  letter-spacing:.035em;
  text-transform:none;
}
.hero-heading h1,.hero h1{
  max-width:790px;
  margin:0!important;
  color:#17212b;
  font-size:clamp(36px,3.85vw,52px);
  line-height:1.12;
  letter-spacing:-.042em;
  font-weight:500;
  text-wrap:balance;
}
.hero-heading h1 .accent-purple,.hero h1 .accent-purple,.accent-purple{
  color:#6f5bd3!important;
  background:none!important;
  -webkit-text-fill-color:currentColor!important;
  font-weight:600;
}
.hero-heading .hero-description,.hero-description{
  max-width:750px;
  margin:20px 0 0;
  color:#536174;
  font-size:17px;
  line-height:1.68;
  font-weight:400;
}
.hero-benefits{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 14px;
  margin:24px 0 0;
  padding:0;
}
.hero-benefits li{
  min-height:0;
  padding:9px 10px 9px 35px;
  color:#344256;
  font-size:14px;
  line-height:1.45;
  font-weight:500;
  background:rgba(255,255,255,.72);
  border:1px solid #e5e9ef;
  border-radius:11px;
}
.hero-heading-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px 18px;margin-top:25px}
.hero-heading-actions .primary-cta{
  width:auto;
  min-width:230px;
  min-height:50px;
  padding:12px 20px;
  color:#fff;
  background:linear-gradient(135deg,#5f52c7,#7465d8);
  border:1px solid #5e52c1;
  box-shadow:0 12px 27px rgba(95,82,199,.19);
  font-size:15px;
  font-weight:650;
}
.hero-heading-actions .primary-cta:hover{background:linear-gradient(135deg,#5649bb,#6a5ccc);box-shadow:0 15px 32px rgba(95,82,199,.24)}
.hero-proof{color:#637084;font-size:14px;font-weight:500}
.hero-login-card{
  width:100%;
  max-width:440px;
  margin:0;
  overflow:hidden;
  background:#fff;
  border:1px solid #dce4e8;
  border-top:3px solid #2fbf9f;
  border-radius:16px;
  box-shadow:0 20px 50px rgba(31,50,63,.09);
}
.hero-login-card-head{padding:18px 18px 14px}
.hero-login-card-copy small{font-size:12px;font-weight:650}
.hero-login-card-copy strong{font-size:22px;font-weight:600}
.hero-login-card-copy>span{font-size:13px;line-height:1.5}
.hero-login-form{grid-template-columns:1fr;gap:13px;padding:14px 18px 17px}
.hero-login-field span,.hero-login-remember,.hero-login-full-link{font-size:14px}
.hero-login-field input,.hero-login-submit{min-height:48px;font-size:15px}
.hero-login-form-footer{display:grid;grid-template-columns:1fr;gap:12px}
.hero-login-submit{width:100%;color:#fff;background:#176d65;border-color:#176d65;font-weight:650}
.hero-login-submit:hover{background:#125d56}

.homepage-demo-section{position:relative;padding:26px 0 76px;background:#fff}
.homepage-demo-grid{
  display:grid;
  grid-template-columns:minmax(330px,.78fr) minmax(520px,1.22fr);
  gap:34px;
  align-items:stretch;
}
.homepage-demo-flow,.homepage-demo-section .hero-visual{min-width:0;width:100%;margin:0;padding:0}
.homepage-demo-section .hero-finance-cycle,.homepage-demo-section .hero-invoice-stage{height:100%;width:100%;max-width:none;margin:0}
.homepage-demo-section .hero-finance-cycle{
  padding:22px;
  background:linear-gradient(145deg,#fff,#f6faf9);
  border:1px solid #dce6e4;
  border-radius:18px;
  box-shadow:0 18px 44px rgba(37,55,74,.075);
}
.homepage-demo-section .hero-finance-cycle-head h2{
  margin:0;
  color:#203247;
  font-size:24px;
  line-height:1.28;
  font-weight:560;
  letter-spacing:-.025em;
}
.homepage-demo-section .hero-finance-cycle-map{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  height:auto;
  margin-top:18px;
}
.homepage-demo-section .hero-finance-cycle-lines{display:none}
.homepage-demo-section .hero-finance-cycle-core,
.homepage-demo-section .hero-finance-cycle-node,
.homepage-demo-section .hero-finance-cycle-node.is-invoices,
.homepage-demo-section .hero-finance-cycle-node.is-bank,
.homepage-demo-section .hero-finance-cycle-node.is-cash,
.homepage-demo-section .hero-finance-cycle-node.is-payments{
  position:relative;
  inset:auto;
  left:auto;
  right:auto;
  top:auto;
  bottom:auto;
  width:100%;
  height:auto;
  min-height:76px;
  transform:none;
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px;
  border:1px solid #dce5e8;
  border-radius:13px;
  background:#fff;
  box-shadow:none;
}
.homepage-demo-section .hero-finance-cycle-core{
  grid-column:1/-1;
  justify-content:flex-start;
  min-height:78px;
  color:#115f58;
  background:#edf7f5;
  border-color:#c4ddd8;
}
.homepage-demo-section .hero-finance-cycle-core strong{font-size:20px;font-weight:620}
.homepage-demo-section .hero-finance-cycle-node:hover,.homepage-demo-section .hero-finance-cycle-core:hover{transform:translateY(-2px)}
.homepage-demo-section .hero-finance-cycle-copy strong{font-size:15px;font-weight:600}
.homepage-demo-section .hero-invoice-stage{border-radius:18px;overflow:hidden;box-shadow:0 20px 50px rgba(37,55,74,.09)}

@media(max-width:1040px){
  .hero-inner{grid-template-columns:minmax(0,1.15fr) minmax(315px,.85fr);gap:32px}
  .homepage-demo-grid{grid-template-columns:minmax(300px,.8fr) minmax(460px,1.2fr);gap:24px}
}
@media(max-width:820px){
  .hero{padding:36px 0 44px}
  .hero-inner{display:flex;flex-direction:column;gap:28px;align-items:stretch}
  .hero-heading,.hero-copy{width:100%;max-width:none;margin:0}
  .hero-heading h1,.hero h1{
    max-width:680px;
    font-size:clamp(31px,7.8vw,40px);
    line-height:1.15;
    letter-spacing:-.034em;
    font-weight:500;
  }
  .hero-heading .hero-description,.hero-description{margin-top:17px;font-size:16px}
  .hero-benefits{grid-template-columns:1fr;margin-top:20px}
  .hero-heading-actions{display:grid;grid-template-columns:1fr;gap:11px}
  .hero-heading-actions .primary-cta{width:100%}
  .hero-proof{text-align:center}
  .hero-login-card{max-width:620px;margin:0 auto}
  .homepage-demo-section{padding:14px 0 52px}
  .homepage-demo-grid{display:block}
  .homepage-demo-section .hero-visual{display:none!important}
  .homepage-demo-section .hero-finance-cycle{height:auto}
}
@media(max-width:560px){
  .hero{padding:26px 0 38px}
  .hero-search-phrase{margin-bottom:14px;font-size:11px}
  .hero-heading h1,.hero h1{
    font-size:29px;
    line-height:1.17;
    letter-spacing:-.028em;
    font-weight:500;
  }
  .hero-heading .hero-description,.hero-description{font-size:15px;line-height:1.62}
  .hero-benefits li{padding:10px 10px 10px 36px;font-size:14px}
  .hero-login-card-head,.hero-login-form{padding-left:14px;padding-right:14px}
  .homepage-demo-section .hero-finance-cycle{padding:18px 14px}
  .homepage-demo-section .hero-finance-cycle-head h2{font-size:21px}
  .homepage-demo-section .hero-finance-cycle-map{grid-template-columns:1fr}
  .homepage-demo-section .hero-finance-cycle-core{grid-column:auto}
}

/* ==========================================================
   TEHAS PHOTO LEFT + WORKFLOW RIGHT V4
   Interactive invoice removed from homepage.
   ========================================================== */
.homepage-demo-section{
  padding:30px 0 78px;
  overflow:hidden;
  background:#fff;
}
.homepage-demo-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:clamp(28px,4vw,56px);
  align-items:stretch;
}
.homepage-demo-flow,
.homepage-workflow-photo{
  min-width:0;
  width:100%;
  margin:0;
}
.homepage-demo-section .hero-finance-cycle{
  width:100%;
  min-height:100%;
  padding:clamp(26px,3vw,38px);
  background:linear-gradient(145deg,#fff,#f5faf9);
  border:1px solid #d8e5e2;
  border-radius:22px;
  box-shadow:0 20px 52px rgba(37,55,74,.08);
}
.homepage-demo-section .hero-finance-cycle-head h2{
  max-width:520px;
  margin:0;
  color:#203247;
  font-size:clamp(27px,2.35vw,35px);
  line-height:1.22;
  font-weight:540;
  letter-spacing:-.03em;
  text-wrap:balance;
}
.homepage-demo-section .hero-finance-cycle-map{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  height:auto;
  margin-top:26px;
}
.homepage-demo-section .hero-finance-cycle-lines{display:none!important}
.homepage-demo-section .hero-finance-cycle-core,
.homepage-demo-section .hero-finance-cycle-node,
.homepage-demo-section .hero-finance-cycle-node.is-invoices,
.homepage-demo-section .hero-finance-cycle-node.is-bank,
.homepage-demo-section .hero-finance-cycle-node.is-cash,
.homepage-demo-section .hero-finance-cycle-node.is-payments{
  position:relative;
  inset:auto;
  left:auto;
  right:auto;
  top:auto;
  bottom:auto;
  width:100%;
  height:auto;
  min-height:76px;
  transform:none;
  display:grid;
  grid-template-columns:auto auto minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  padding:14px 17px;
  border:1px solid #dce5e8;
  border-radius:14px;
  background:#fff;
  box-shadow:none;
}
.homepage-demo-section .hero-finance-cycle-core{
  grid-template-columns:auto minmax(0,1fr);
  min-height:84px;
  color:#115f58;
  background:#eaf7f4;
  border-color:#bfded7;
}
.homepage-demo-section .hero-finance-cycle-core>span{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  flex:none;
  border-radius:13px;
  background:#fff;
  border:1px solid #c8e4de;
}
.homepage-demo-section .hero-finance-cycle-core>span svg{width:22px;height:22px}
.homepage-demo-section .hero-finance-cycle-core strong{
  min-width:0;
  font-size:23px;
  line-height:1.2;
  font-weight:620;
}
.homepage-demo-section .hero-finance-cycle-step{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  color:#6c5dca;
  background:#f1effd;
  border:1px solid #ddd8f7;
  border-radius:50%;
  font-size:12px;
  font-weight:750;
}
.homepage-demo-section .hero-finance-cycle-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  color:#2f756d;
  background:#eff8f6;
  border-radius:12px;
}
.homepage-demo-section .hero-finance-cycle-icon svg{width:21px;height:21px}
.homepage-demo-section .hero-finance-cycle-copy{
  min-width:0;
}
.homepage-demo-section .hero-finance-cycle-copy strong{
  display:block;
  min-width:0;
  color:#26384d;
  font-size:17px;
  line-height:1.32;
  font-weight:590;
  white-space:normal;
  overflow-wrap:anywhere;
}
.homepage-demo-section .hero-finance-cycle-arrow{
  position:static;
  color:#7d70cf;
  font-size:24px;
  line-height:1;
  font-weight:400;
}
.homepage-demo-section .hero-finance-cycle-node:hover,
.homepage-demo-section .hero-finance-cycle-core:hover{
  transform:translateY(-2px);
  border-color:#c8d8dc;
  box-shadow:0 10px 24px rgba(37,55,74,.07);
}
.homepage-workflow-photo{
  min-height:560px;
}
.homepage-workflow-photo-frame{
  position:relative;
  width:100%;
  height:100%;
  min-height:560px;
  overflow:hidden;
  background:linear-gradient(145deg,#f4f7f8,#e9efef);
  border:1px solid #dce5e6;
  border-radius:22px;
  box-shadow:0 20px 52px rgba(37,55,74,.08);
}
.homepage-workflow-photo-frame img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}
.homepage-workflow-photo-placeholder{
  position:absolute;
  inset:0;
  display:none;
  place-content:center;
  justify-items:center;
  gap:10px;
  padding:32px;
  color:#607083;
  text-align:center;
  background:
    radial-gradient(circle at 78% 18%,rgba(47,191,159,.14),transparent 30%),
    linear-gradient(145deg,#f8fafb,#eef3f3);
}
.homepage-workflow-photo-frame.is-missing .homepage-workflow-photo-placeholder{
  display:grid;
}
.homepage-workflow-photo-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  color:#2d8a7e;
  background:#fff;
  border:1px solid #d9e5e3;
  border-radius:17px;
  box-shadow:0 10px 24px rgba(37,55,74,.07);
}
.homepage-workflow-photo-icon svg{width:29px;height:29px}
.homepage-workflow-photo-placeholder strong{
  color:#34475a;
  font-size:20px;
  font-weight:600;
}
.homepage-workflow-photo-placeholder small{
  max-width:360px;
  font-size:14px;
  line-height:1.5;
}

@media(max-width:1040px){
  .homepage-demo-grid{gap:26px}
  .homepage-demo-section .hero-finance-cycle{padding:26px 22px}
  .homepage-demo-section .hero-finance-cycle-head h2{font-size:28px}
  .homepage-workflow-photo,
  .homepage-workflow-photo-frame{min-height:530px}
}
@media(max-width:820px){
  .homepage-demo-section{padding:16px 0 56px}
  .homepage-demo-grid{grid-template-columns:1fr;gap:22px}
  .homepage-demo-section .hero-finance-cycle{padding:24px 18px}
  .homepage-demo-section .hero-finance-cycle-head h2{font-size:25px}
  .homepage-workflow-photo,
  .homepage-workflow-photo-frame{min-height:340px}
}
@media(max-width:560px){
  .homepage-demo-section .hero-finance-cycle{padding:20px 14px;border-radius:18px}
  .homepage-demo-section .hero-finance-cycle-head h2{font-size:22px}
  .homepage-demo-section .hero-finance-cycle-map{gap:10px;margin-top:20px}
  .homepage-demo-section .hero-finance-cycle-core,
  .homepage-demo-section .hero-finance-cycle-node,
  .homepage-demo-section .hero-finance-cycle-node.is-invoices,
  .homepage-demo-section .hero-finance-cycle-node.is-bank,
  .homepage-demo-section .hero-finance-cycle-node.is-cash,
  .homepage-demo-section .hero-finance-cycle-node.is-payments{
    grid-template-columns:auto auto minmax(0,1fr) auto;
    gap:10px;
    min-height:70px;
    padding:12px;
  }
  .homepage-demo-section .hero-finance-cycle-core{grid-template-columns:auto minmax(0,1fr)}
  .homepage-demo-section .hero-finance-cycle-copy strong{font-size:15px}
  .homepage-demo-section .hero-finance-cycle-step{width:25px;height:25px;font-size:11px}
  .homepage-demo-section .hero-finance-cycle-icon{width:36px;height:36px}
  .homepage-demo-section .hero-finance-cycle-arrow{font-size:20px}
  .homepage-workflow-photo,
  .homepage-workflow-photo-frame{min-height:270px;border-radius:18px}
}


/* ==========================================================
   DIGITAL SHIFT HERO V5
   Text + Arveteha monogram + digital workflow typography.
   Only the Hero composition is affected.
   ========================================================== */
.hero-heading h1,
.hero h1{
  max-width:780px;
  font-size:clamp(35px,3.55vw,48px);
  line-height:1.13;
  letter-spacing:-.038em;
  font-weight:500;
}
.hero-heading h1 .accent-purple,
.hero h1 .accent-purple{
  color:#6f5bd3!important;
  font-weight:600;
}
.hero-heading .hero-description,
.hero-description{
  max-width:760px;
  font-size:16.5px;
  line-height:1.67;
}
.hero-brand-flow{
  position:relative;
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  align-items:center;
  gap:15px;
  max-width:760px;
  margin-top:22px;
  padding:14px 16px;
  overflow:hidden;
  background:
    linear-gradient(110deg,rgba(248,247,255,.98),rgba(255,255,255,.98) 48%,rgba(239,250,247,.96));
  border:1px solid #e2dff2;
  border-radius:16px;
  box-shadow:0 14px 34px rgba(55,62,91,.075);
}
.hero-brand-flow::after{
  content:"ARVETEHA";
  position:absolute;
  right:108px;
  bottom:-10px;
  color:rgba(111,91,211,.045);
  font-size:40px;
  line-height:1;
  font-weight:700;
  letter-spacing:.12em;
  pointer-events:none;
}
.hero-brand-flow-mark{
  position:relative;
  z-index:1;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(145deg,#6353c4,#8878dc);
  border:1px solid rgba(79,65,164,.34);
  border-radius:15px;
  box-shadow:0 10px 24px rgba(95,82,199,.22),inset 0 1px 0 rgba(255,255,255,.3);
}
.hero-brand-flow-letter{
  font-family:Inter,system-ui,sans-serif;
  font-size:38px;
  line-height:1;
  font-weight:500;
  letter-spacing:-.09em;
  transform:translate(-1px,-1px);
}
.hero-brand-flow-copy{
  position:relative;
  z-index:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:3px;
}
.hero-brand-flow-copy small{
  color:#7468a8;
  font-size:10px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.095em;
}
.hero-brand-flow-copy strong{
  color:#263246;
  font-size:16px;
  line-height:1.35;
  font-weight:600;
  letter-spacing:-.015em;
}
.hero-brand-flow-copy > span{
  color:#667286;
  font-size:12.5px;
  line-height:1.45;
  font-weight:430;
}
.hero-brand-flow-icons{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:7px;
  padding-left:10px;
}
.hero-brand-flow-icons > i{
  width:17px;
  height:1px;
  display:block;
  background:linear-gradient(90deg,#c9c3e7,#a6d8ce);
}
.hero-brand-flow-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  flex:none;
  color:#6859bd;
  background:#fff;
  border:1px solid #ddd8f0;
  border-radius:11px;
  box-shadow:0 6px 14px rgba(53,61,88,.07);
}
.hero-brand-flow-icon.is-payment{
  color:#0f766e;
  border-color:#cde6df;
  background:#f8fffd;
}
.hero-brand-flow-icon.is-document{
  color:#315f88;
  border-color:#d8e4ee;
  background:#fbfdff;
}
.hero-brand-flow-icon svg{
  width:20px;
  height:20px;
}
.hero-benefits{
  margin-top:20px;
}

@media(max-width:1120px){
  .hero-brand-flow{
    grid-template-columns:54px minmax(0,1fr);
  }
  .hero-brand-flow-mark{
    width:54px;
    height:54px;
  }
  .hero-brand-flow-icons{
    grid-column:1/-1;
    justify-content:flex-end;
    padding:0 0 0 69px;
  }
  .hero-brand-flow::after{
    right:20px;
  }
}

@media(max-width:820px){
  .hero-heading h1,
  .hero h1{
    max-width:720px;
    font-size:clamp(31px,7.4vw,39px);
    line-height:1.16;
  }
  .hero-brand-flow{
    max-width:620px;
  }
}

@media(max-width:560px){
  .hero-heading h1,
  .hero h1{
    font-size:28px;
    line-height:1.18;
    letter-spacing:-.026em;
  }
  .hero-heading .hero-description,
  .hero-description{
    font-size:15px;
    line-height:1.62;
  }
  .hero-brand-flow{
    grid-template-columns:48px minmax(0,1fr);
    gap:12px;
    margin-top:18px;
    padding:13px;
    border-radius:14px;
  }
  .hero-brand-flow::after{
    right:-4px;
    bottom:-5px;
    font-size:27px;
  }
  .hero-brand-flow-mark{
    width:48px;
    height:48px;
    border-radius:13px;
  }
  .hero-brand-flow-letter{
    font-size:32px;
  }
  .hero-brand-flow-copy small{
    font-size:9px;
  }
  .hero-brand-flow-copy strong{
    font-size:14.5px;
  }
  .hero-brand-flow-copy > span{
    font-size:11.5px;
  }
  .hero-brand-flow-icons{
    grid-column:1/-1;
    justify-content:space-between;
    gap:6px;
    padding:4px 3px 0;
  }
  .hero-brand-flow-icons > i{
    flex:1;
    max-width:44px;
  }
  .hero-brand-flow-icon{
    width:36px;
    height:36px;
    border-radius:10px;
  }
  .hero-brand-flow-icon svg{
    width:19px;
    height:19px;
  }
  .hero-benefits{
    margin-top:18px;
  }
}


/* ==========================================================
   OFFICE HERO V10
   Full-width left-aligned hero with /images/office.png.
   The login card and in-hero CTA were removed from index.ejs.
   ========================================================== */
.hero.hero-office{
  position:relative;
  min-height:690px;
  display:flex;
  align-items:stretch;
  isolation:isolate;
  overflow:hidden;
  padding:0;
  background:#eef1f5;
}
.hero.hero-office::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:url('/images/office.png');
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  transform:scale(1.01);
}
.hero.hero-office::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.99) 0%,
      rgba(255,255,255,.97) 34%,
      rgba(255,255,255,.88) 50%,
      rgba(255,255,255,.50) 70%,
      rgba(255,255,255,.12) 100%),
    linear-gradient(180deg,rgba(255,255,255,.18),rgba(23,33,59,.06));
}
.hero.hero-office .hero-inner{
  width:min(var(--content),calc(100% - 48px));
  min-height:690px;
  display:flex;
  align-items:center;
  margin:0 auto;
  padding:82px 0 92px;
}
.hero.hero-office .hero-heading{
  width:min(900px,76%);
  padding:0;
}
.hero.hero-office h1,
.hero.hero-office .hero-heading h1{
  max-width:900px;
  margin:0;
  color:#101828;
  font-size:clamp(52px,5.4vw,78px);
  line-height:1.01;
  letter-spacing:-.062em;
  font-weight:620;
  text-align:left;
  text-wrap:balance;
}
.hero.hero-office .hero-description{
  max-width:760px;
  margin:30px 0 0;
  color:#344054;
  font-size:clamp(19px,1.65vw,23px);
  line-height:1.55;
  font-weight:430;
  text-align:left;
}
.hero.hero-office .hero-audience{
  display:inline-flex;
  align-items:center;
  gap:10px;
  max-width:760px;
  margin:24px 0 0;
  color:#4338a8;
  font-size:16px;
  line-height:1.45;
  font-weight:720;
  text-align:left;
}
.hero.hero-office .hero-audience::before{
  content:"";
  width:10px;
  height:10px;
  flex:none;
  border-radius:50%;
  background:#635bff;
  box-shadow:0 0 0 6px rgba(99,91,255,.12);
}

@media(max-width:1020px){
  .hero.hero-office,
  .hero.hero-office .hero-inner{min-height:620px}
  .hero.hero-office::after{
    background:linear-gradient(90deg,
      rgba(255,255,255,.99) 0%,
      rgba(255,255,255,.96) 48%,
      rgba(255,255,255,.66) 75%,
      rgba(255,255,255,.28) 100%);
  }
  .hero.hero-office .hero-heading{width:min(790px,82%)}
  .hero.hero-office h1,
  .hero.hero-office .hero-heading h1{font-size:clamp(44px,6vw,64px)}
}

@media(max-width:820px){
  .hero.hero-office{
    min-height:610px;
    background:#f4f6f8;
  }
  .hero.hero-office::before{
    background-position:64% center;
  }
  .hero.hero-office::after{
    background:
      linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 62%,rgba(255,255,255,.58) 100%),
      linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.18));
  }
  .hero.hero-office .hero-inner{
    width:min(var(--content),calc(100% - 32px));
    min-height:610px;
    padding:70px 0 76px;
  }
  .hero.hero-office .hero-heading{width:88%}
  .hero.hero-office h1,
  .hero.hero-office .hero-heading h1{
    font-size:clamp(39px,8vw,54px);
    line-height:1.04;
  }
  .hero.hero-office .hero-description{
    max-width:650px;
    margin-top:24px;
    font-size:18px;
  }
}

@media(max-width:600px){
  .hero.hero-office{
    min-height:590px;
  }
  .hero.hero-office::before{
    background-position:68% center;
  }
  .hero.hero-office::after{
    background:
      linear-gradient(180deg,
        rgba(255,255,255,.98) 0%,
        rgba(255,255,255,.94) 58%,
        rgba(255,255,255,.78) 100%);
  }
  .hero.hero-office .hero-inner{
    width:calc(100% - 28px);
    min-height:590px;
    align-items:flex-start;
    padding:58px 0 70px;
  }
  .hero.hero-office .hero-heading{width:100%}
  .hero.hero-office h1,
  .hero.hero-office .hero-heading h1{
    max-width:100%;
    font-size:clamp(35px,11vw,47px);
    line-height:1.04;
    letter-spacing:-.048em;
  }
  .hero.hero-office .hero-description{
    max-width:100%;
    margin-top:22px;
    color:#2f3b52;
    font-size:17px;
    line-height:1.55;
  }
  .hero.hero-office .hero-audience{
    margin-top:21px;
    font-size:15px;
  }
}


/* ==========================================================
   OFFICE HERO V12 — VISIBLE PHOTO UNDER COPY
   The photo is painted directly on .hero, not on a negative
   pseudo-element. This avoids the old white background hiding it.
   ========================================================== */
.hero.hero-office{
  min-height:580px;
  display:flex;
  align-items:stretch;
  overflow:hidden;
  padding:0;
  background-color:#e9edf2 !important;
  background-image:
    linear-gradient(90deg,
      rgba(255,255,255,.50) 0%,
      rgba(255,255,255,.38) 34%,
      rgba(255,255,255,.20) 58%,
      rgba(255,255,255,.08) 82%,
      rgba(255,255,255,.03) 100%),
    url('/images/office.png?v=20260727-office-visible-v12') !important;
  background-repeat:no-repeat,no-repeat !important;
  background-position:center,right center !important;
  background-size:100% 100%,auto 130% !important;
}
.hero.hero-office::before,
.hero.hero-office::after{
  content:none !important;
  display:none !important;
  background:none !important;
  -webkit-mask-image:none !important;
  mask-image:none !important;
}
.hero.hero-office .hero-inner{
  width:min(var(--content),calc(100% - 48px));
  min-height:580px;
  display:flex;
  align-items:flex-start;
  margin:0 auto;
  padding:40px 0 72px;
}
.hero.hero-office .hero-heading{
  width:min(760px,68%);
  padding:0;
}
.hero.hero-office h1,
.hero.hero-office .hero-heading h1{
  max-width:760px;
  margin:0;
  color:#101828;
  font-size:clamp(36px,3.55vw,50px);
  line-height:1.10;
  letter-spacing:-.038em;
  font-weight:620;
  text-align:left;
  text-wrap:balance;
}
.hero.hero-office .hero-description{
  max-width:680px;
  margin:22px 0 0;
  color:#253248;
  font-size:clamp(17px,1.25vw,20px);
  line-height:1.52;
  font-weight:430;
  text-align:left;
}
.hero.hero-office .hero-audience{
  display:inline-flex;
  align-items:center;
  gap:10px;
  max-width:680px;
  margin:19px 0 0;
  color:#4338a8;
  font-size:15.5px;
  line-height:1.45;
  font-weight:720;
  text-align:left;
}
.hero.hero-office .hero-audience::before{
  content:"";
  width:9px;
  height:9px;
  flex:none;
  border-radius:50%;
  background:#635bff;
  box-shadow:0 0 0 5px rgba(99,91,255,.12);
}

@media(max-width:1020px){
  .hero.hero-office{
    min-height:550px;
    background-image:
      linear-gradient(90deg,
        rgba(255,255,255,.62) 0%,
        rgba(255,255,255,.46) 48%,
        rgba(255,255,255,.18) 82%,
        rgba(255,255,255,.05) 100%),
      url('/images/office.png?v=20260727-office-visible-v12') !important;
    background-size:100% 100%,auto 124% !important;
  }
  .hero.hero-office .hero-inner{
    min-height:550px;
    padding:38px 0 64px;
  }
  .hero.hero-office .hero-heading{width:min(690px,76%)}
  .hero.hero-office h1,
  .hero.hero-office .hero-heading h1{
    font-size:clamp(34px,4.5vw,44px);
  }
}

@media(max-width:820px){
  .hero.hero-office{
    min-height:530px;
    background-color:#eef1f5 !important;
    background-image:
      linear-gradient(90deg,
        rgba(255,255,255,.72) 0%,
        rgba(255,255,255,.58) 58%,
        rgba(255,255,255,.28) 100%),
      url('/images/office.png?v=20260727-office-visible-v12') !important;
    background-position:center,right center !important;
    background-size:100% 100%,auto 112% !important;
  }
  .hero.hero-office .hero-inner{
    width:min(var(--content),calc(100% - 32px));
    min-height:530px;
    padding:36px 0 58px;
  }
  .hero.hero-office .hero-heading{width:86%}
  .hero.hero-office h1,
  .hero.hero-office .hero-heading h1{
    font-size:clamp(32px,6.3vw,40px);
    line-height:1.10;
  }
  .hero.hero-office .hero-description{
    margin-top:20px;
    font-size:17px;
  }
}

@media(max-width:600px){
  .hero.hero-office{
    min-height:510px;
    background-image:
      linear-gradient(180deg,
        rgba(255,255,255,.78) 0%,
        rgba(255,255,255,.70) 58%,
        rgba(255,255,255,.54) 100%),
      url('/images/office.png?v=20260727-office-visible-v12') !important;
    background-position:center,66% center !important;
    background-size:100% 100%,auto 100% !important;
  }
  .hero.hero-office .hero-inner{
    width:calc(100% - 28px);
    min-height:510px;
    padding:32px 0 54px;
  }
  .hero.hero-office .hero-heading{width:100%}
  .hero.hero-office h1,
  .hero.hero-office .hero-heading h1{
    max-width:100%;
    font-size:clamp(29px,8.4vw,36px);
    line-height:1.11;
    letter-spacing:-.033em;
  }
  .hero.hero-office .hero-description{
    max-width:100%;
    margin-top:18px;
    font-size:16px;
    line-height:1.50;
  }
  .hero.hero-office .hero-audience{
    margin-top:18px;
    font-size:14.5px;
  }
}


/* ==========================================================
   OFFICE HERO — ACCOUNTING XML INFO, INLINE V3
   Continues the existing left hero copy; no separate column.
   Partner logos stay small. Arveteha branding is untouched.
   ========================================================== */
@media(min-width:821px){
  .hero.hero-office .hero-heading{
    width:min(900px,55vw);
    min-height:468px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
  }
  .hero.hero-office .hero-accounting-export{
    margin-top:auto;
  }
}

.hero.hero-office .hero-accounting-export{
  width:min(900px,100%);
  max-width:100%;
  padding-top:28px;
  color:#253248;
  text-align:left;
}
.hero.hero-office .hero-accounting-export-text{
  width:100%;
  max-width:900px;
  margin:0;
  color:#253248;
  font-size:clamp(15.5px,1.15vw,17px);
  line-height:1.52;
  font-weight:650;
  letter-spacing:-.006em;
  text-align:left;
}
.hero.hero-office .hero-accounting-export-logos{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px 24px;
  margin-top:14px;
}
.hero.hero-office .hero-accounting-export-logo{
  display:block;
  width:auto;
  height:20px;
  max-width:105px;
  object-fit:contain;
  object-position:left center;
  opacity:.92;
}

@media(max-width:1020px) and (min-width:821px){
  .hero.hero-office .hero-heading{
    width:min(820px,68vw);
    min-height:448px;
  }
  .hero.hero-office .hero-accounting-export{
    padding-top:24px;
  }
}

@media(max-width:820px){
  .hero.hero-office .hero-heading{
    display:block;
    min-height:0;
  }
  .hero.hero-office .hero-accounting-export{
    margin-top:28px;
    padding-top:0;
  }
  .hero.hero-office .hero-accounting-export-text{
    max-width:680px;
    font-size:15.5px;
    line-height:1.50;
  }
  .hero.hero-office .hero-accounting-export-logo{
    height:19px;
    max-width:100px;
  }
}

@media(max-width:600px){
  .hero.hero-office{
    min-height:580px;
  }
  .hero.hero-office .hero-inner{
    min-height:580px;
    padding-bottom:48px;
  }
  .hero.hero-office .hero-accounting-export{
    margin-top:25px;
  }
  .hero.hero-office .hero-accounting-export-text{
    font-size:15px;
    line-height:1.48;
  }
  .hero.hero-office .hero-accounting-export-logos{
    gap:12px 20px;
    margin-top:12px;
  }
  .hero.hero-office .hero-accounting-export-logo{
    height:17px;
    max-width:92px;
  }
}

/* ==========================================================
   HOMEPAGE HERO — MID CTA STAGE 1, 2026-07-30
   One focused registration action between audience proof and XML info.
   ========================================================== */
.hero.hero-office .hero-inline-cta{
  display:flex;
  align-items:center;
  margin-top:20px;
}
.hero.hero-office .hero-saas-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  min-height:48px;
  padding:12px 18px 12px 20px;
  color:#ffffff;
  background:linear-gradient(135deg,#584bc0 0%,#6d5fcd 55%,#7d70d9 100%);
  border:1px solid rgba(69,56,161,.32);
  border-radius:10px;
  box-shadow:0 12px 26px rgba(88,75,192,.22),inset 0 1px 0 rgba(255,255,255,.22);
  font-size:14px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.005em;
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
}
.hero.hero-office .hero-saas-cta svg{
  width:21px;
  height:21px;
  flex:none;
  padding:4px;
  color:#ffffff;
  background:rgba(255,255,255,.14);
  border-radius:6px;
  transition:transform .18s ease,background .18s ease;
}
.hero.hero-office .hero-saas-cta path{
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.hero.hero-office .hero-saas-cta:hover{
  color:#ffffff;
  background:linear-gradient(135deg,#4f43b3 0%,#6254c3 55%,#7567d0 100%);
  border-color:rgba(62,49,151,.42);
  box-shadow:0 16px 32px rgba(88,75,192,.27),inset 0 1px 0 rgba(255,255,255,.22);
  transform:translateY(-2px);
}
.hero.hero-office .hero-saas-cta:hover svg{
  background:rgba(255,255,255,.20);
  transform:translateX(2px);
}
.hero.hero-office .hero-saas-cta:focus-visible{
  outline:3px solid rgba(109,95,205,.25);
  outline-offset:3px;
}

@media(max-width:820px){
  .hero.hero-office .hero-inline-cta{
    margin-top:18px;
  }
}

@media(max-width:600px){
  .hero.hero-office .hero-inline-cta{
    width:100%;
    margin-top:17px;
  }
  .hero.hero-office .hero-saas-cta{
    width:100%;
    min-height:46px;
    padding:11px 16px;
    font-size:13.5px;
  }
}



/* ==========================================================
   HOMEPAGE HERO — BUSINESS STARTER PRICE, 2026-07-30 V2
   ========================================================== */
.hero.hero-office .hero-plan-price{
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 10px;
  margin:16px 0 0;
  padding:8px 13px;
  color:#17213b;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(99,91,255,.22);
  border-radius:999px;
  box-shadow:0 8px 20px rgba(39,48,85,.08);
  font-size:14.5px;
  line-height:1.3;
  backdrop-filter:blur(7px);
}
.hero.hero-office .hero-plan-price span{
  color:#5148b8;
  font-weight:800;
}
.hero.hero-office .hero-plan-price .hero-plan-separator{
  color:#7a8193;
  font-weight:700;
}
.hero.hero-office .hero-plan-price strong{
  color:#17213b;
  font-weight:800;
}

@media(max-width:600px){
  .hero.hero-office .hero-plan-price{
    margin-top:15px;
    padding:8px 12px;
    font-size:14px;
  }
}

/* ==========================================================
   HOMEPAGE HERO — MOBILE TYPOGRAPHY V6, 2026-07-31
   Larger, more readable first screen on phones.
   ========================================================== */
@media(max-width:600px){
  .hero.hero-office{
    min-height:700px;
  }
  .hero.hero-office .hero-inner{
    min-height:700px;
    padding-top:34px;
    padding-bottom:50px;
  }
  .hero.hero-office h1,
  .hero.hero-office .hero-heading h1{
    font-size:clamp(34px,10.2vw,43px);
    line-height:1.08;
    letter-spacing:-.038em;
  }
  .hero.hero-office .hero-description{
    margin-top:20px;
    font-size:17.5px;
    line-height:1.52;
  }
  .hero.hero-office .hero-audience{
    margin-top:19px;
    font-size:15.5px;
    line-height:1.48;
  }
  .hero.hero-office .hero-plan-price{
    margin-top:16px;
    padding:9px 13px;
    font-size:15px;
  }
  .hero.hero-office .hero-saas-cta{
    min-height:50px;
    font-size:15px;
  }
  .hero.hero-office .hero-accounting-export-text{
    font-size:15.5px;
    line-height:1.5;
  }
}

@media(max-width:390px){
  .hero.hero-office h1,
  .hero.hero-office .hero-heading h1{
    font-size:clamp(32px,9.8vw,38px);
  }
  .hero.hero-office .hero-description{
    font-size:17px;
  }
}

/* ==========================================================
   HOMEPAGE HERO — CURRENT FILES V13, 2026-08-03
   Short product headline, purple lead phrase, no CTA arrow,
   and a crisp office photo under a near-white left overlay
   that fades smoothly toward the right.
   ========================================================== */
.hero.hero-office{
  background-color:#f7f8fb !important;
  background-image:
    linear-gradient(90deg,
      rgba(255,255,255,.99) 0%,
      rgba(255,255,255,.98) 26%,
      rgba(255,255,255,.94) 42%,
      rgba(255,255,255,.78) 56%,
      rgba(255,255,255,.50) 70%,
      rgba(255,255,255,.20) 86%,
      rgba(255,255,255,.04) 100%),
    url('/images/office.png?v=20260803-homepage-hero-current-v13') !important;
  background-repeat:no-repeat,no-repeat !important;
  background-position:center,right center !important;
  background-size:100% 100%,auto 130% !important;
}
.hero.hero-office .hero-title-accent{
  color:#7257e6;
  background:linear-gradient(100deg,#6547d9 0%,#7a5bea 55%,#936ff2 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.hero.hero-office .hero-description{
  max-width:620px;
  margin-top:18px;
  color:#344054;
  font-size:clamp(17px,1.15vw,19px);
  line-height:1.45;
  font-weight:520;
}
.hero.hero-office .hero-saas-cta{
  gap:0;
  padding-right:20px;
}

@media(max-width:1020px){
  .hero.hero-office{
    background-image:
      linear-gradient(90deg,
        rgba(255,255,255,.99) 0%,
        rgba(255,255,255,.97) 42%,
        rgba(255,255,255,.84) 60%,
        rgba(255,255,255,.52) 78%,
        rgba(255,255,255,.16) 100%),
      url('/images/office.png?v=20260803-homepage-hero-current-v13') !important;
    background-size:100% 100%,auto 124% !important;
  }
}

@media(max-width:820px){
  .hero.hero-office{
    background-image:
      linear-gradient(90deg,
        rgba(255,255,255,.99) 0%,
        rgba(255,255,255,.97) 54%,
        rgba(255,255,255,.82) 76%,
        rgba(255,255,255,.42) 100%),
      url('/images/office.png?v=20260803-homepage-hero-current-v13') !important;
    background-position:center,right center !important;
    background-size:100% 100%,auto 112% !important;
  }
}

@media(max-width:600px){
  .hero.hero-office{
    min-height:610px;
    background-image:
      linear-gradient(90deg,
        rgba(255,255,255,.99) 0%,
        rgba(255,255,255,.97) 58%,
        rgba(255,255,255,.88) 78%,
        rgba(255,255,255,.58) 100%),
      url('/images/office.png?v=20260803-homepage-hero-current-v13') !important;
    background-position:center,66% center !important;
    background-size:100% 100%,auto 100% !important;
  }
  .hero.hero-office .hero-inner{
    min-height:610px;
  }
  .hero.hero-office .hero-description{
    margin-top:15px;
    font-size:16px;
    line-height:1.45;
  }
}


/* ==========================================================
   HOMEPAGE HERO — SaaS reference composition, 2026-08-25
   Text is unchanged; only composition, typography and product
   presentation are redesigned. Real Arveteha screenshot only.
   ========================================================== */
.hero.hero-office.hero-saas-ref{
  min-height:0;
  display:block;
  overflow:hidden;
  padding:clamp(56px,6vw,86px) 0 0;
  background:
    radial-gradient(circle at 89% 31%,rgba(109,95,220,.16),transparent 28%),
    radial-gradient(circle at 67% 62%,rgba(69,203,190,.08),transparent 30%),
    linear-gradient(180deg,#fff 0%,#fbfbff 76%,#fff 100%) !important;
}
.hero.hero-office.hero-saas-ref::before,
.hero.hero-office.hero-saas-ref::after{content:none!important;display:none!important}
.hero.hero-office.hero-saas-ref .hero-inner.hero-saas-grid{
  width:min(var(--content),calc(100% - 48px));
  min-height:0;
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);
  align-items:center;
  gap:clamp(40px,5vw,78px);
  margin:0 auto;
  padding:0 0 clamp(54px,5.5vw,82px);
}
.hero.hero-office.hero-saas-ref .hero-heading.hero-saas-copy{
  width:100%;
  min-height:0;
  display:block;
  padding:0;
}
.hero.hero-office.hero-saas-ref h1,
.hero.hero-office.hero-saas-ref .hero-heading h1{
  max-width:680px;
  margin:0;
  color:#101828;
  font-size:clamp(45px,4.65vw,68px);
  line-height:.99;
  letter-spacing:-.061em;
  font-weight:780;
  text-align:left;
  text-wrap:balance;
}
.hero-saas-ref .hero-title-line{display:block}
.hero-saas-ref .hero-title-line--middle{margin-top:.08em}
.hero-saas-ref .hero-title-line--accent{
  margin-top:.08em;
  color:transparent;
  background:linear-gradient(105deg,#5849d6 0%,#7462ea 58%,#8c6cf2 100%);
  -webkit-background-clip:text;
  background-clip:text;
}
.hero.hero-office.hero-saas-ref .hero-description{
  max-width:620px;
  margin:27px 0 0;
  color:#56627a;
  font-size:clamp(17px,1.25vw,20px);
  line-height:1.62;
  font-weight:430;
  text-align:left;
}
.hero.hero-office.hero-saas-ref .hero-plan-price{
  margin-top:21px;
  padding:8px 13px;
  background:#fff;
  box-shadow:0 8px 22px rgba(42,48,83,.07);
}
.hero.hero-office.hero-saas-ref .hero-inline-cta{margin-top:22px}
.hero.hero-office.hero-saas-ref .hero-saas-cta{
  min-width:190px;
  min-height:54px;
  padding:14px 23px;
  border-radius:12px;
  font-size:15px;
  box-shadow:0 15px 34px rgba(88,75,192,.24);
}
.hero-business-cta{
  position:absolute;
  z-index:4;
  top:-10px;
  left:1%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:42px;
  padding:10px 16px;
  color:#5146c8;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(99,91,255,.28);
  border-radius:999px;
  box-shadow:0 10px 28px rgba(66,57,156,.12);
  font-size:14px;
  line-height:1;
  font-weight:760;
  white-space:nowrap;
  transform:translateY(-100%);
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.hero-business-cta:hover{
  background:#fff;
  border-color:rgba(99,91,255,.48);
  box-shadow:0 13px 32px rgba(66,57,156,.18);
}
.hero-business-cta:focus-visible{
  outline:3px solid rgba(99,91,255,.22);
  outline-offset:3px;
}
.hero-business-cta-arrow{
  font-size:18px;
  line-height:.8;
}
html[lang="ru"] .hero-business-cta{
  top:8px;
  transform:translateY(-70%);
}
.hero-saas-visual{
  position:relative;
  min-width:0;
  min-height:430px;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  padding:0 0 18px 0;
  perspective:none;
  margin-top:-38px;
}
.hero-saas-glow{
  position:absolute;
  z-index:0;
  width:78%;
  aspect-ratio:1.02/1;
  right:0%;
  top:-2%;
  border-radius:22px;
  background:linear-gradient(145deg,rgba(103,88,226,.11),rgba(137,112,244,.19));
  filter:blur(2px);
  transform:none;
}
.hero-saas-product-shot{
  position:relative;
  z-index:2;
  width:108%;
  max-width:none;
  height:auto;
  display:block;
  margin-left:1%;
  border:1px solid rgba(218,223,235,.9);
  border-radius:18px;
  background:#fff;
  object-fit:contain;
  object-position:center center;
  box-shadow:
    0 30px 66px rgba(49,50,91,.17),
    0 10px 24px rgba(77,64,183,.09);
  transform:none;
}
.hero-saas-feature-strip{
  width:min(var(--content),calc(100% - 48px));
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:0 auto;
  padding:27px 0 28px;
  border-top:1px solid #e5e8f0;
  border-bottom:1px solid #e5e8f0;
}
.hero-saas-feature{
  min-width:0;
  display:flex;
  align-items:center;
  gap:13px;
  padding:0 clamp(14px,1.7vw,27px);
  color:#26324a;
  font-size:13px;
  line-height:1.42;
  font-weight:700;
}
.hero-saas-feature:first-child{padding-left:0}
.hero-saas-feature:last-child{padding-right:0}
.hero-saas-feature+.hero-saas-feature{border-left:1px solid #e5e8f0}
.hero-saas-feature-icon{
  width:40px;
  height:40px;
  flex:none;
  display:grid;
  place-items:center;
  color:#6456db;
  background:linear-gradient(145deg,#f3f1ff,#ebe8ff);
  border:1px solid #ddd8ff;
  border-radius:12px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
}
.hero-saas-integrations{
  width:min(var(--content),calc(100% - 48px));
  display:grid;
  grid-template-columns:minmax(0,1.35fr) auto;
  align-items:center;
  gap:34px;
  margin:0 auto;
  padding:25px 0 30px;
}
.hero.hero-office.hero-saas-ref .hero-saas-integrations .hero-accounting-export-text{
  max-width:760px;
  margin:0;
  color:#4d5870;
  font-size:14px;
  line-height:1.5;
  font-weight:650;
}
.hero.hero-office.hero-saas-ref .hero-saas-integrations .hero-accounting-export-logos{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:26px;
  margin:0;
}
.hero.hero-office.hero-saas-ref .hero-saas-integrations .hero-accounting-export-logo{
  width:auto;
  height:26px;
  max-width:145px;
  display:block;
  object-fit:contain;
  opacity:.9;
}

@media(max-width:1120px){
  .hero.hero-office.hero-saas-ref .hero-inner.hero-saas-grid{
    grid-template-columns:minmax(0,.9fr) minmax(490px,1.1fr);
    gap:36px;
  }
  .hero.hero-office.hero-saas-ref h1,
  .hero.hero-office.hero-saas-ref .hero-heading h1{font-size:clamp(42px,4.65vw,58px)}
  .hero-saas-visual{min-height:380px}
  .hero-saas-product-shot{width:min(92%,620px)}
}
@media(max-width:900px){
  .hero.hero-office.hero-saas-ref{padding-top:48px}
  .hero.hero-office.hero-saas-ref .hero-inner.hero-saas-grid{
    width:min(var(--content),calc(100% - 36px));
    grid-template-columns:1fr;
    gap:36px;
    padding-bottom:48px;
  }
  .hero.hero-office.hero-saas-ref .hero-heading.hero-saas-copy{max-width:740px}
  .hero.hero-office.hero-saas-ref h1,
  .hero.hero-office.hero-saas-ref .hero-heading h1{max-width:720px;font-size:clamp(42px,7vw,58px)}
  .hero-saas-visual{min-height:0;align-items:flex-start;padding:8px 8px 22px;margin-top:0}
  .hero-saas-glow{width:74%;right:3%;top:-2%}
  .hero-saas-product-shot{
    width:100%;
    margin:0 auto;
    object-fit:contain;
    object-position:center center;
    transform:none;
  }
  .hero-saas-feature-strip{
    width:calc(100% - 36px);
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .hero-saas-feature{padding:18px 20px}
  .hero-saas-feature:first-child{padding-left:20px}
  .hero-saas-feature:last-child{padding-right:20px}
  .hero-saas-feature:nth-child(3){border-left:0;border-top:1px solid #e5e8f0}
  .hero-saas-feature:nth-child(4){border-top:1px solid #e5e8f0}
  .hero-saas-integrations{width:calc(100% - 36px);grid-template-columns:1fr;gap:18px}
  .hero.hero-office.hero-saas-ref .hero-saas-integrations .hero-accounting-export-logos{justify-content:flex-start}
}
@media(max-width:600px){
  .hero.hero-office.hero-saas-ref{padding-top:34px}
  .hero.hero-office.hero-saas-ref .hero-inner.hero-saas-grid{
    width:calc(100% - 28px);
    grid-template-columns:1fr;
    gap:14px;
    padding-bottom:24px;
  }
  .hero.hero-office.hero-saas-ref h1,
  .hero.hero-office.hero-saas-ref .hero-heading h1{
    font-size:clamp(34px,9.8vw,43px);
    line-height:1;
    letter-spacing:-.052em;
  }
  .hero.hero-office.hero-saas-ref .hero-description{
    margin-top:19px;
    font-size:16px;
    line-height:1.52;
  }
  .hero.hero-office.hero-saas-ref .hero-plan-price{margin-top:15px;font-size:13.5px}
  .hero.hero-office.hero-saas-ref .hero-inline-cta{width:100%;margin-top:16px}
  .hero.hero-office.hero-saas-ref .hero-saas-cta{width:100%;min-height:50px;font-size:15px}
  .hero-saas-visual,
  .hero-saas-glow,
  .hero-saas-product-shot{display:none !important}
  .hero-saas-feature-strip{width:calc(100% - 28px);grid-template-columns:1fr;padding:0}
  .hero-saas-feature,.hero-saas-feature:first-child,.hero-saas-feature:last-child{padding:16px 0;font-size:14px}
  .hero-saas-feature+.hero-saas-feature{border-left:0;border-top:1px solid #e5e8f0}
  .hero-saas-feature:nth-child(3),.hero-saas-feature:nth-child(4){border-top:1px solid #e5e8f0}
  .hero-saas-feature-icon{width:38px;height:38px;border-radius:10px}
  .hero-saas-integrations{width:calc(100% - 28px);padding:22px 0 27px}
  .hero.hero-office.hero-saas-ref .hero-saas-integrations .hero-accounting-export-text{font-size:13.5px}
  .hero.hero-office.hero-saas-ref .hero-saas-integrations .hero-accounting-export-logos{gap:20px}
  .hero.hero-office.hero-saas-ref .hero-saas-integrations .hero-accounting-export-logo{height:22px;max-width:122px}
}

/* ==========================================================
   HOMEPAGE HERO — PHOTO PRODUCT HERO, 2026-09-03
   Scope: hero only. Existing copy/locales and all later sections
   are intentionally preserved unchanged.
   ========================================================== */
.hero.hero-saas-photo-v1{
  padding:clamp(54px,5.4vw,82px) 0 0;
  background:
    radial-gradient(circle at 7% 18%,rgba(20,184,166,.095),transparent 27%),
    radial-gradient(circle at 91% 14%,rgba(99,91,255,.09),transparent 26%),
    linear-gradient(180deg,#fff 0%,#fbfcfe 76%,#fff 100%) !important;
}
.hero.hero-saas-photo-v1 .hero-inner.hero-saas-grid{
  width:min(var(--content),calc(100% - 48px));
  grid-template-columns:minmax(0,.9fr) minmax(540px,1.1fr);
  gap:clamp(42px,5.4vw,82px);
  align-items:center;
  padding-bottom:clamp(50px,5vw,72px);
}
.hero.hero-saas-photo-v1 .hero-heading.hero-saas-copy{
  position:relative;
  z-index:3;
  max-width:675px;
}
.hero.hero-saas-photo-v1 h1,
.hero.hero-saas-photo-v1 .hero-heading h1{
  max-width:675px;
  color:#0f1b2d;
  font-size:clamp(46px,4.65vw,68px);
  line-height:1.015;
  letter-spacing:-.058em;
  font-weight:790;
  text-wrap:balance;
}
.hero.hero-saas-photo-v1 .hero-title-line--middle{margin-top:.075em}
.hero.hero-saas-photo-v1 .hero-title-line--accent{
  margin-top:.075em;
  color:#0f1b2d;
  background:none;
  -webkit-background-clip:border-box;
  background-clip:border-box;
}
.hero.hero-saas-photo-v1 .hero-description{
  max-width:590px;
  margin-top:24px;
  color:#56627a;
  font-size:clamp(16.5px,1.16vw,19px);
  line-height:1.62;
}
.hero.hero-saas-photo-v1 .hero-plan-price{
  margin-top:20px;
  border:1px solid #e4e9ef;
  box-shadow:0 8px 24px rgba(31,44,70,.06);
}
.hero.hero-saas-photo-v1 .hero-inline-cta{margin-top:20px}
.hero.hero-saas-photo-v1 .hero-saas-cta{
  min-width:196px;
  min-height:54px;
  color:#fff;
  background:linear-gradient(135deg,#0e9f91,#18b6a6);
  border:1px solid rgba(6,132,121,.16);
  box-shadow:0 15px 34px rgba(20,184,166,.22);
}
.hero.hero-saas-photo-v1 .hero-saas-cta:hover{
  background:linear-gradient(135deg,#0b8f83,#13a999);
  box-shadow:0 17px 38px rgba(20,184,166,.27);
}
.hero.hero-saas-photo-v1 .hero-saas-visual{
  position:relative;
  min-width:0;
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:14px 0 18px;
}
.hero.hero-saas-photo-v1 .hero-saas-glow{
  display:block !important;
  position:absolute;
  z-index:0;
  width:92%;
  height:78%;
  right:-3%;
  top:7%;
  border-radius:44px;
  background:
    radial-gradient(circle at 28% 36%,rgba(20,184,166,.15),transparent 48%),
    radial-gradient(circle at 76% 30%,rgba(99,91,255,.13),transparent 45%);
  filter:blur(30px);
}
.hero.hero-saas-photo-v1 .hero-photo-card{
  position:relative;
  z-index:2;
  width:min(100%,690px);
  margin:0;
  padding:10px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(222,229,237,.96);
  border-radius:26px;
  box-shadow:
    0 32px 76px rgba(30,46,75,.16),
    0 10px 28px rgba(49,78,102,.08),
    inset 0 1px 0 rgba(255,255,255,.95);
}
.hero.hero-saas-photo-v1 .hero-photo-card picture{
  display:block;
  overflow:hidden;
  border-radius:18px;
  background:#f7fafb;
}
.hero.hero-saas-photo-v1 .hero-saas-product-shot{
  position:relative;
  z-index:1;
  width:100%;
  max-width:none;
  height:auto;
  aspect-ratio:4/3;
  display:block !important;
  margin:0;
  border:0;
  border-radius:18px;
  box-shadow:none;
  object-fit:contain;
  object-position:center;
  transform:none;
}
.hero.hero-saas-photo-v1 .hero-business-cta{
  top:auto;
  left:26px;
  bottom:24px;
  transform:none;
  min-height:42px;
  padding:10px 15px;
  color:#26324a;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(209,219,229,.98);
  border-radius:999px;
  box-shadow:0 10px 28px rgba(22,42,68,.14);
  backdrop-filter:blur(10px);
}
.hero.hero-saas-photo-v1 .hero-business-cta:hover{
  color:#087f73;
  border-color:rgba(20,184,166,.38);
  box-shadow:0 13px 30px rgba(22,42,68,.17);
}
html[lang="ru"] .hero.hero-saas-photo-v1 .hero-business-cta{
  top:auto;
  bottom:24px;
  transform:none;
}
@media(max-width:1120px){
  .hero.hero-saas-photo-v1 .hero-inner.hero-saas-grid{
    grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);
    gap:34px;
  }
  .hero.hero-saas-photo-v1 h1,
  .hero.hero-saas-photo-v1 .hero-heading h1{font-size:clamp(41px,4.5vw,57px)}
}
@media(max-width:900px){
  .hero.hero-saas-photo-v1{padding-top:46px}
  .hero.hero-saas-photo-v1 .hero-inner.hero-saas-grid{
    width:min(var(--content),calc(100% - 36px));
    grid-template-columns:1fr;
    gap:30px;
    padding-bottom:44px;
  }
  .hero.hero-saas-photo-v1 .hero-heading.hero-saas-copy{max-width:760px}
  .hero.hero-saas-photo-v1 h1,
  .hero.hero-saas-photo-v1 .hero-heading h1{
    max-width:740px;
    font-size:clamp(42px,7vw,58px);
  }
  .hero.hero-saas-photo-v1 .hero-saas-visual{
    width:min(760px,100%);
    margin:0 auto;
    padding:4px 0 16px;
  }
  .hero.hero-saas-photo-v1 .hero-photo-card{width:100%}
}
@media(max-width:600px){
  .hero.hero-saas-photo-v1{padding-top:30px}
  .hero.hero-saas-photo-v1 .hero-inner.hero-saas-grid{
    width:calc(100% - 28px);
    gap:24px;
    padding-bottom:28px;
  }
  .hero.hero-saas-photo-v1 h1,
  .hero.hero-saas-photo-v1 .hero-heading h1{
    font-size:clamp(33px,9.5vw,42px);
    line-height:1.015;
    letter-spacing:-.047em;
  }
  .hero.hero-saas-photo-v1 .hero-description{
    margin-top:18px;
    font-size:15.5px;
    line-height:1.55;
  }
  .hero.hero-saas-photo-v1 .hero-inline-cta{margin-top:16px}
  .hero.hero-saas-photo-v1 .hero-saas-cta{width:100%;min-height:50px}
  .hero.hero-saas-photo-v1 .hero-saas-visual{
    display:flex !important;
    margin:0 auto;
    padding:0 0 6px;
  }
  .hero.hero-saas-photo-v1 .hero-saas-glow{display:block !important}
  .hero.hero-saas-photo-v1 .hero-photo-card{
    display:block;
    padding:6px;
    border-radius:18px;
    box-shadow:0 20px 48px rgba(30,46,75,.13);
  }
  .hero.hero-saas-photo-v1 .hero-photo-card picture{border-radius:13px}
  .hero.hero-saas-photo-v1 .hero-saas-product-shot{
    display:block !important;
    border-radius:13px;
  }
  .hero.hero-saas-photo-v1 .hero-business-cta{
    left:14px;
    bottom:14px;
    min-height:36px;
    padding:8px 11px;
    font-size:11.5px;
  }
}

/* ==========================================================
   STAGE 5.1 — HERO TOP SPACING HOTFIX, 2026-09-03
   Purpose: remove excessive empty space below the public header.
   No copy, image, CTA, navigation or later homepage section changes.
   ========================================================== */
@media (min-width:901px){
  .hero.hero-saas-photo-v1{
    padding-top:20px !important;
  }
  .hero.hero-saas-photo-v1 .hero-inner.hero-saas-grid{
    align-items:start;
  }
  .hero.hero-saas-photo-v1 .hero-heading.hero-saas-copy{
    padding-top:16px;
  }
  .hero.hero-saas-photo-v1 .hero-saas-visual{
    padding-top:0;
  }
}
@media (min-width:601px) and (max-width:900px){
  .hero.hero-saas-photo-v1{
    padding-top:24px !important;
  }
}
@media (max-width:600px){
  .hero.hero-saas-photo-v1{
    padding-top:18px !important;
  }
}


/* ==========================================================
   MOBILE HERO — current-server fix, 2026-09-05
   Source baseline: arveteha-hero-current-2026-09-04-214452.zip
   Mobile only. Desktop/tablet >=601px intentionally unchanged.
   ========================================================== */
@media (max-width:600px){
  .hero.hero-saas-photo-v1{
    padding-top:18px !important;
  }

  /* Keep Hero copy first and photo as a normal block below it. */
  .hero.hero-saas-photo-v1 .hero-inner.hero-saas-grid{
    width:calc(100% - 28px) !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:18px !important;
    padding-bottom:26px !important;
  }

  .hero.hero-saas-photo-v1 .hero-heading.hero-saas-copy{
    width:100% !important;
    max-width:none !important;
    position:relative !important;
    z-index:2 !important;
    padding:0 !important;
    margin:0 !important;
  }

  /* Size matched to the supplied mobile reference: large, but not oversized. */
  .hero.hero-saas-photo-v1 h1,
  .hero.hero-saas-photo-v1 .hero-heading h1{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    font-size:clamp(30px,8vw,34px) !important;
    line-height:1.04 !important;
    letter-spacing:-.035em !important;
    font-weight:790 !important;
    text-wrap:balance !important;
  }

  .hero.hero-saas-photo-v1 .hero-title-line--middle,
  .hero.hero-saas-photo-v1 .hero-title-line--accent{
    margin-top:.055em !important;
  }

  .hero.hero-saas-photo-v1 .hero-description{
    max-width:none !important;
    margin-top:15px !important;
    font-size:14.5px !important;
    line-height:1.52 !important;
  }

  .hero.hero-saas-photo-v1 .hero-plan-price{
    margin-top:13px !important;
    font-size:13px !important;
  }

  .hero.hero-saas-photo-v1 .hero-inline-cta{
    width:100% !important;
    margin-top:14px !important;
  }

  .hero.hero-saas-photo-v1 .hero-saas-cta{
    width:100% !important;
    min-height:48px !important;
    padding:12px 18px !important;
    font-size:14px !important;
  }

  /* Photo is never positioned over the Hero copy. */
  .hero.hero-saas-photo-v1 .hero-saas-visual{
    order:2 !important;
    position:relative !important;
    width:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    display:block !important;
    margin:0 !important;
    padding:0 !important;
    transform:none !important;
  }

  .hero.hero-saas-photo-v1 .hero-saas-glow{
    display:none !important;
  }

  .hero.hero-saas-photo-v1 .hero-photo-card{
    position:relative !important;
    width:100% !important;
    max-width:none !important;
    display:block !important;
    margin:0 !important;
    padding:6px !important;
    border-radius:17px !important;
    transform:none !important;
    box-shadow:0 16px 38px rgba(30,46,75,.11) !important;
  }

  .hero.hero-saas-photo-v1 .hero-photo-card picture{
    display:block !important;
    overflow:hidden !important;
    border-radius:12px !important;
  }

  .hero.hero-saas-photo-v1 .hero-saas-product-shot{
    position:static !important;
    width:100% !important;
    max-width:none !important;
    height:auto !important;
    aspect-ratio:auto !important;
    display:block !important;
    margin:0 !important;
    border-radius:12px !important;
    object-fit:contain !important;
    object-position:center !important;
    transform:none !important;
  }

  /* Keep the business CTA off the photo itself on mobile. */
  .hero.hero-saas-photo-v1 .hero-business-cta,
  html[lang="ru"] .hero.hero-saas-photo-v1 .hero-business-cta{
    position:static !important;
    width:max-content !important;
    max-width:100% !important;
    min-height:38px !important;
    display:inline-flex !important;
    margin:10px 4px 2px !important;
    padding:8px 12px !important;
    font-size:12px !important;
    transform:none !important;
  }
}


/* DESKTOP HERO — accounting SaaS typography, 2026-09-05 */
@media (min-width:901px){
  .hero.hero-saas-photo-v1 h1,
  .hero.hero-saas-photo-v1 .hero-heading h1{
    max-width:620px !important;
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
    font-size:clamp(40px,3.6vw,54px) !important;
    line-height:1.06 !important;
    letter-spacing:-.035em !important;
    font-weight:500 !important;
    text-wrap:balance !important;
  }
  .hero.hero-saas-photo-v1 .hero-title-line--middle,
  .hero.hero-saas-photo-v1 .hero-title-line--accent{
    margin-top:.08em !important;
  }
}


/* HERO BACKGROUND — soft accounting blue, 2026-09-05 */
.hero.hero-office.hero-saas-ref,
.hero.hero-saas-photo-v1{
  background:#EEF7FC !important;
}


/* HOMEPAGE E-ARVE + PRICING V3 — 2026-09-14 */
/* Square promo banner below Hero + 2-column pricing with highlighted E-arve */
.homepage-earve-banner{
  position:relative;
  z-index:4;
  padding:18px 0 6px;
  background:#eef7fc;
}
.homepage-earve-banner-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:74px;
  padding:18px 26px;
  color:#fff;
  background:linear-gradient(135deg,#0c8f82 0%,#10a898 52%,#16bea8 100%);
  border-radius:20px;
  box-shadow:0 18px 36px rgba(13,159,145,.18);
  font-size:17px;
  font-weight:850;
  line-height:1.3;
  letter-spacing:.025em;
  text-align:center;
  text-transform:uppercase;
}
.homepage-earve-banner--square .container{
  max-width:860px;
}
.homepage-earve-banner-dot{
  flex:0 0 auto;
  width:13px;
  height:13px;
  background:#fff5a8;
  border:3px solid rgba(255,255,255,.7);
  border-radius:50%;
  box-shadow:0 0 0 6px rgba(255,255,255,.11);
}


.homepage-earve-section{
  position:relative;
  padding:24px 0 34px;
  background:#f7fafc;
}
.homepage-earve-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:34px;
  align-items:center;
  padding:32px 36px;
  color:#172033;
  background:
    radial-gradient(circle at 92% 15%,rgba(99,91,255,.16),transparent 30%),
    radial-gradient(circle at 8% 90%,rgba(20,184,166,.13),transparent 34%),
    #fff;
  border:1px solid #dde5ed;
  border-radius:24px;
  box-shadow:0 18px 48px rgba(39,55,83,.08);
}
.homepage-earve-card:after{
  content:"E-ARVE";
  position:absolute;
  right:260px;
  bottom:-19px;
  color:rgba(99,91,255,.045);
  font-size:92px;
  font-weight:850;
  letter-spacing:-.07em;
  pointer-events:none;
}
.homepage-earve-copy,
.homepage-earve-action{position:relative;z-index:1}
.homepage-earve-eyebrow{
  display:inline-flex;
  margin-bottom:11px;
  color:#087f73;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
}
.homepage-earve-copy h2{
  max-width:720px;
  margin:0;
  font-size:clamp(27px,3vw,39px);
  line-height:1.08;
  letter-spacing:-.045em;
}
.homepage-earve-copy>p{
  max-width:760px;
  margin:12px 0 18px;
  color:#65708a;
  font-size:14px;
  line-height:1.7;
}
.homepage-earve-steps{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.homepage-earve-steps span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 11px;
  color:#45536b;
  background:#f6f8fb;
  border:1px solid #e6ebf1;
  border-radius:999px;
  font-size:11.5px;
  font-weight:650;
}
.homepage-earve-steps strong{
  color:#0a8e82;
  font-size:9.5px;
  letter-spacing:.05em;
}
.homepage-earve-action{
  min-width:225px;
  padding:20px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(214,222,232,.95);
  border-radius:18px;
  box-shadow:0 12px 30px rgba(38,54,81,.07);
}
.homepage-earve-plan{
  display:block;
  color:#5f58d9;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.homepage-earve-action>strong{
  display:block;
  margin:6px 0 15px;
  font-size:20px;
  letter-spacing:-.03em;
}
.homepage-earve-action a,
.homepage-price-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:12px 16px;
  color:#fff;
  background:linear-gradient(135deg,#4d46d9,#635bff);
  border-radius:13px;
  box-shadow:0 12px 26px rgba(77,70,217,.18);
  font-size:13px;
  font-weight:780;
  text-decoration:none;
}
.homepage-earve-action a:hover,
.homepage-price-cta:hover{transform:translateY(-1px);box-shadow:0 15px 30px rgba(77,70,217,.23)}

.homepage-pricing-section{background:linear-gradient(180deg,#fff,#fafbfe)}
.homepage-pricing-note{
  position:relative;
  z-index:2;
  width:max-content;
  max-width:100%;
  display:flex;
  align-items:center;
  gap:8px;
  margin:-4px 0 18px;
  padding:9px 14px;
  color:#4b556c;
  background:#f5f7fa;
  border:1px solid #e3e8ef;
  border-radius:999px;
  font-size:12px;
  font-weight:750;
}
.homepage-pricing-note span{color:#0a9386}
.homepage-pricing-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}
.homepage-price-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:470px;
  padding:34px 38px;
  background:#fff;
  border:1px solid #dfe5ed;
  border-radius:28px;
  box-shadow:0 22px 52px rgba(38,50,78,.09);
}
.homepage-price-card.is-featured{
  border-color:#cfcafa;
  box-shadow:0 22px 52px rgba(78,70,217,.12);
}
.homepage-price-card.is-featured:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  border-radius:28px 28px 0 0;
  background:linear-gradient(90deg,#635bff,#8e86ff);
}
.homepage-price-card.is-pro{
  color:#fff;
  background:linear-gradient(150deg,#2e2c78 0%,#4d48c4 58%,#635cf0 100%);
  border-color:transparent;
  box-shadow:0 26px 60px rgba(54,49,137,.24);
}
.homepage-price-badge{
  align-self:flex-start;
  padding:8px 13px;
  color:#087f73;
  background:#e8f8f5;
  border-radius:999px;
  font-size:11px;
  font-weight:850;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.homepage-price-card.is-featured .homepage-price-badge{color:#514ac9;background:#efedff}
.homepage-price-card.is-pro .homepage-price-badge{
  color:#5d4300;
  background:linear-gradient(180deg,#fff1a8 0%,#ffd85a 100%);
  border:1px solid rgba(255,234,150,.65);
  box-shadow:0 10px 24px rgba(255,212,74,.26);
}
.homepage-price-card h3{margin:22px 0 0;font-size:27px;letter-spacing:-.04em;line-height:1.08}
.homepage-price-value{display:flex;align-items:flex-end;gap:10px;margin:18px 0 24px}
.homepage-price-value strong{font-size:60px;line-height:1;letter-spacing:-.065em}
.homepage-price-value span{padding-bottom:8px;color:#7a8498;font-size:18px;font-weight:700}
.homepage-price-card.is-pro .homepage-price-value span{color:rgba(255,255,255,.78)}
.homepage-price-card ul{display:grid;gap:12px;margin:0 0 26px;padding:0;list-style:none;flex:1}
.homepage-price-card li{position:relative;padding-left:28px;color:#56637a;font-size:17px;line-height:1.55}
.homepage-price-card li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#0a9386;
  font-weight:850;
}
.homepage-price-card.is-pro li{color:rgba(255,255,255,.88)}
.homepage-price-card.is-pro li:before{color:#9bf6e3}
.homepage-price-card.is-pro li.is-earve-highlight{
  padding:12px 14px 12px 40px;
  color:#fff5b3;
  font-weight:820;
  background:rgba(255,214,72,.14);
  border:1px solid rgba(255,228,122,.28);
  border-radius:16px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.homepage-price-card.is-pro li.is-earve-highlight:before{
  left:14px;
  top:12px;
  color:#ffd84a;
}
.homepage-price-card.is-pro .homepage-price-cta{
  color:#362f97;
  background:linear-gradient(180deg,#fffefb 0%,#ffffff 100%);
  box-shadow:0 14px 32px rgba(20,18,73,.18);
}
.homepage-pricing-more{position:relative;z-index:2;display:flex;justify-content:center;margin-top:24px}
@media(max-width:900px){
  .homepage-earve-card{grid-template-columns:1fr;padding:27px}
  .homepage-earve-action{min-width:0;width:100%}
  .homepage-earve-card:after{right:-20px}
  .homepage-pricing-grid{grid-template-columns:1fr}
  .homepage-price-card,.homepage-price-card.is-pro{min-height:auto;padding:28px}
}
@media(max-width:600px){
  .homepage-earve-section{padding:18px 0 26px}
  .homepage-earve-card{gap:20px;padding:22px 18px;border-radius:19px}
  .homepage-earve-copy h2{font-size:27px}
  .homepage-earve-steps{display:grid;grid-template-columns:1fr}
  .homepage-earve-steps span{border-radius:12px}
  .homepage-earve-card:after{display:none}
  .homepage-pricing-note{width:100%;border-radius:12px;line-height:1.4}
  .homepage-pricing-grid{grid-template-columns:1fr}
  .homepage-price-card,.homepage-price-card.is-pro{grid-column:auto;min-height:0;padding:22px;border-radius:19px}
}

/* ==========================================================
   PUBLIC MARKETING REFINEMENT V1 — 2026-09-15
   Cleaner hierarchy, factual trust, E-arve delivery clarity.
   ========================================================== */
.homepage-demo-grid.homepage-demo-grid--flow-only{
  grid-template-columns:minmax(0,1fr) !important;
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}
.homepage-demo-grid--flow-only .homepage-demo-flow{
  width:100%;
  max-width:980px;
  margin:0 auto;
}
.homepage-earve-copy>p.homepage-earve-delivery{
  max-width:760px;
  margin:0 0 18px;
  padding:12px 14px;
  color:#35536a;
  background:#eef8f6;
  border:1px solid #d4ebe6;
  border-left:4px solid #13a693;
  border-radius:12px;
  font-size:13px;
  line-height:1.6;
  font-weight:600;
}
.homepage-factual-trust{
  position:relative;
  padding:24px 0 34px;
  background:#fff;
}
.homepage-factual-trust-list{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  padding:18px 20px;
  background:#f8fafc;
  border:1px solid #e1e7ef;
  border-radius:20px;
}
.homepage-factual-trust-list>span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 11px;
  color:#43516a;
  background:#fff;
  border:1px solid #e4e9f0;
  border-radius:999px;
  font-size:12px;
  line-height:1.35;
  font-weight:700;
}
.homepage-factual-trust-list>span>span{
  color:#0b9b8b;
  font-weight:900;
}
.homepage-factual-trust + .cloud-trust-section{
  padding-top:8px;
}
@media(max-width:680px){
  .homepage-factual-trust{padding:18px 0 26px}
  .homepage-factual-trust-list{
    display:grid;
    grid-template-columns:1fr;
    padding:14px;
    border-radius:16px;
  }
  .homepage-factual-trust-list>span{
    width:100%;
    justify-content:flex-start;
    border-radius:12px;
  }
}

/* ==========================================================
   HOMEPAGE WORKFLOW INFOGRAPHIC V3 — 2026-09-15
   Fresh LIVE baseline after rollback. No legacy sections restored.
   ========================================================== */
.homepage-demo-grid.homepage-demo-grid--infographic{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  max-width:none;
  gap:clamp(28px,4vw,54px);
  align-items:stretch;
}
.homepage-demo-grid--infographic .homepage-demo-flow{
  width:100%;
  max-width:none;
  margin:0;
}
.homepage-workflow-infographic{
  min-width:0;
  width:100%;
  margin:0;
}
.workflow-infographic-card{
  position:relative;
  isolation:isolate;
  min-height:100%;
  overflow:hidden;
  padding:clamp(28px,3vw,38px);
  background:
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(246,250,255,.96)),
    #fff;
  border:1px solid #dde4f0;
  border-radius:24px;
  box-shadow:0 24px 64px rgba(38,48,83,.10);
}
.workflow-infographic-card:before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background-image:radial-gradient(circle,rgba(99,91,255,.12) 1px,transparent 1px);
  background-size:24px 24px;
  mask-image:linear-gradient(135deg,#000 0%,transparent 55%);
  opacity:.28;
}
.workflow-infographic-glow{
  position:absolute;
  z-index:-1;
  border-radius:50%;
  filter:blur(2px);
  pointer-events:none;
}
.workflow-infographic-glow--one{
  width:260px;
  height:260px;
  top:-95px;
  right:-70px;
  background:radial-gradient(circle,rgba(99,91,255,.18),rgba(99,91,255,0) 70%);
}
.workflow-infographic-glow--two{
  width:250px;
  height:250px;
  left:-110px;
  bottom:-120px;
  background:radial-gradient(circle,rgba(22,184,166,.16),rgba(22,184,166,0) 70%);
}
.workflow-infographic-head{position:relative;z-index:1;max-width:610px}
.workflow-infographic-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:14px;
  color:#5b53d7;
  font-size:11px;
  line-height:1;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.workflow-infographic-eyebrow:before{
  content:"";
  width:28px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#16b8a6,#635bff);
}
.workflow-infographic-head h2{
  max-width:620px;
  margin:0;
  color:#1f2f48;
  font-size:clamp(27px,2.35vw,36px);
  line-height:1.14;
  letter-spacing:-.04em;
  font-weight:700;
  text-wrap:balance;
}
.workflow-infographic-head p{
  max-width:570px;
  margin:13px 0 0;
  color:#627088;
  font-size:14px;
  line-height:1.7;
}
.workflow-infographic-badges{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:18px;
}
.workflow-infographic-badges span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 11px;
  color:#44516b;
  background:rgba(255,255,255,.84);
  border:1px solid #dfe5ef;
  border-radius:999px;
  box-shadow:0 5px 16px rgba(38,48,83,.04);
  font-size:11px;
  line-height:1.25;
  font-weight:750;
}
.workflow-infographic-route{
  position:relative;
  display:grid;
  gap:0;
  margin-top:24px;
}
.workflow-infographic-step{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  gap:15px;
  align-items:center;
  min-height:108px;
  padding:16px 18px;
  background:rgba(255,255,255,.92);
  border:1px solid #dfe5ee;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(39,48,85,.06);
}
.workflow-infographic-step--2{
  margin-left:24px;
  background:linear-gradient(135deg,#f5f2ff 0%,rgba(255,255,255,.96) 78%);
  border-color:#ddd7fb;
}
.workflow-infographic-step--3{
  margin-left:48px;
  background:linear-gradient(135deg,#edf9f6 0%,rgba(255,255,255,.96) 78%);
  border-color:#d1e9e3;
}
.workflow-infographic-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  color:#5b53d7;
  background:#f2efff;
  border:1px solid #dfdafb;
  border-radius:17px;
}
.workflow-infographic-step--2 .workflow-infographic-icon{
  color:#564bcf;
  background:#fff;
}
.workflow-infographic-step--3 .workflow-infographic-icon{
  color:#0c8277;
  background:#e9f7f4;
  border-color:#cfe7e1;
}
.workflow-infographic-icon svg{width:25px;height:25px}
.workflow-infographic-index{
  display:block;
  margin-bottom:3px;
  color:#8b94a8;
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
}
.workflow-infographic-step strong{
  display:block;
  color:#26374f;
  font-size:16px;
  line-height:1.28;
  font-weight:700;
}
.workflow-infographic-step p{
  margin:5px 0 0;
  color:#65728a;
  font-size:12px;
  line-height:1.55;
}
.workflow-infographic-connector{
  position:relative;
  z-index:1;
  width:48px;
  height:32px;
  margin-left:38px;
  display:grid;
  place-items:end center;
  color:#7569e7;
}
.workflow-infographic-connector span{
  position:absolute;
  top:-2px;
  bottom:5px;
  left:50%;
  width:2px;
  transform:translateX(-50%);
  background:linear-gradient(180deg,#bdb6f6,#8d82ed);
  border-radius:999px;
}
.workflow-infographic-connector svg{
  position:relative;
  width:20px;
  height:20px;
  padding:2px;
  background:#fff;
  border-radius:50%;
}
.workflow-infographic-note{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin:20px 0 0;
  padding:13px 15px;
  color:#4d5d75;
  background:rgba(240,248,247,.86);
  border:1px solid #d8e9e5;
  border-radius:14px;
  font-size:12px;
  line-height:1.6;
}
.workflow-infographic-note>span{
  flex:none;
  width:21px;
  height:21px;
  display:grid;
  place-items:center;
  margin-top:1px;
  color:#fff;
  background:#16a596;
  border-radius:50%;
  font-size:11px;
  font-weight:900;
}
@media(max-width:980px){
  .homepage-demo-grid.homepage-demo-grid--infographic{grid-template-columns:1fr;max-width:820px}
  .homepage-workflow-infographic{order:2}
  .homepage-demo-flow{order:1}
  .workflow-infographic-card{min-height:auto}
}
@media(max-width:600px){
  .workflow-infographic-card{padding:22px 16px;border-radius:20px}
  .workflow-infographic-head h2{font-size:25px}
  .workflow-infographic-step,
  .workflow-infographic-step--2,
  .workflow-infographic-step--3{margin-left:0;grid-template-columns:48px minmax(0,1fr);min-height:0;padding:14px}
  .workflow-infographic-icon{width:46px;height:46px;border-radius:14px}
  .workflow-infographic-icon svg{width:22px;height:22px}
  .workflow-infographic-connector{height:26px;margin-left:23px}
}


/* ARVETEHA HOMEPAGE FOOTER REFRESH 2026-09-17 */
.footer.footer--company{
  padding:56px 0 132px;
  background:
    radial-gradient(circle at 84% 16%,rgba(85,122,230,.18),transparent 29%),
    radial-gradient(circle at 14% 84%,rgba(119,178,255,.16),transparent 34%),
    linear-gradient(180deg,#edf5ff 0%,#dcecff 100%);
  border-top:1px solid #c8daf3;
}

.footer.footer--company:before{
  height:5px;
  background:linear-gradient(90deg,#5b63eb 0%,#748cff 48%,#39a0d7 100%);
}

.footer-company-grid{
  gap:40px;
  align-items:start;
}

.footer-company-eyebrow{
  margin-bottom:10px;
  color:#6172a3;
  font-size:13px;
  letter-spacing:.12em;
}

.footer-company-brand p{
  max-width:430px;
  color:#4e6482;
  font-size:20px;
  line-height:1.72;
}

.footer-company-panel{
  gap:30px;
  padding:28px 30px;
  border:1px solid #bfd2ef;
  border-radius:20px;
  background:rgba(247,251,255,.88);
  box-shadow:none;
}

.footer-company-details h2{
  margin:0 0 16px;
  color:#244162;
  font-size:23px;
  line-height:1.25;
}

.footer-company-details dl{
  gap:14px;
}

.footer-company-details dl > div{
  grid-template-columns:190px minmax(0,1fr);
  gap:18px;
}

.footer-company-details dt{
  color:#7284a2;
  font-size:16px;
  line-height:1.55;
  font-weight:600;
}

.footer-company-details dd{
  color:#2f4a69;
  font-size:18px;
  font-weight:700;
  line-height:1.55;
}

.footer-company-contact{
  gap:18px;
}

.footer-contact-email{
  color:#3e48c7;
  font-size:22px;
  line-height:1.25;
}

.footer-company-links{
  gap:12px;
}

.footer-company-links a{
  color:#415b7c;
  font-size:18px;
  line-height:1.45;
  font-weight:700;
}

.footer-company-bottom{
  margin-top:32px;
  padding:22px 160px 0 0;
  border-top:1px solid #cbdaf0;
  color:#617995;
  font-size:17px;
  line-height:1.5;
}

.footer-support-note{
  gap:10px;
  max-width:560px;
  font-size:17px;
  line-height:1.55;
}

.footer-support-note svg{
  width:20px;
  height:20px;
}

@media(max-width:820px){
  .footer.footer--company{
    padding:48px 0 148px;
  }

  .footer-company-grid{
    gap:26px;
  }

  .footer-company-brand p{
    font-size:18px;
  }

  .footer-company-panel{
    grid-template-columns:1fr;
    gap:22px;
    padding:24px 20px;
    border-radius:18px;
  }

  .footer-company-details dl > div{
    grid-template-columns:1fr;
    gap:6px;
  }

  .footer-company-details h2{
    font-size:22px;
  }

  .footer-company-details dt{
    font-size:15px;
  }

  .footer-company-details dd{
    font-size:17px;
  }

  .footer-contact-email{
    font-size:21px;
  }

  .footer-company-links a{
    font-size:17px;
  }

  .footer-company-bottom{
    gap:14px;
    margin-top:28px;
    padding:18px 100px 0 0;
    font-size:16px;
  }

  .footer-support-note{
    max-width:none;
    font-size:16px;
  }
}

@media(max-width:560px){
  .footer.footer--company{
    padding:40px 0 168px;
  }

  .footer-company-panel{
    padding:20px 16px;
  }

  .footer-company-eyebrow{
    font-size:12px;
  }

  .footer-company-brand p{
    font-size:17px;
  }

  .footer-company-details h2{
    font-size:20px;
  }

  .footer-company-details dt{
    font-size:14px;
  }

  .footer-company-details dd{
    font-size:16px;
  }

  .footer-contact-email{
    font-size:19px;
  }

  .footer-company-links a{
    font-size:16px;
  }

  .footer-company-bottom{
    padding:16px 0 0;
    font-size:15px;
  }

  .footer-support-note{
    font-size:15px;
  }
}

/* ARVETEHA HOMEPAGE FOOTER PROFESSIONAL V2 2026-09-17 */
.footer.footer--company{
  padding:44px 0 118px;
  background:linear-gradient(180deg,#edf5ff 0%,#e3effc 100%);
  border-top:1px solid #c7d9ef;
}

.footer.footer--company:before{
  height:4px;
  background:linear-gradient(90deg,#5b61e7 0%,#7388f4 50%,#3c9fd2 100%);
}

.footer-company-grid{
  grid-template-columns:minmax(260px,.78fr) minmax(640px,1.6fr);
  gap:52px;
  align-items:center;
}

.footer-company-brand .logo{
  margin-bottom:12px;
}

.footer-company-eyebrow{
  margin-bottom:8px;
  color:#62779a;
  font-size:12px;
  letter-spacing:.11em;
}

.footer-company-brand p{
  max-width:430px;
  margin:0;
  color:#4f6786;
  font-size:15px;
  line-height:1.68;
}

.footer-company-panel{
  grid-template-columns:minmax(420px,1.35fr) minmax(240px,.65fr);
  gap:36px;
  align-items:start;
  padding:24px 28px;
  border:1px solid #bfd3ec;
  border-radius:16px;
  background:rgba(255,255,255,.58);
  box-shadow:none;
}

.footer-company-details h2{
  margin:0 0 14px;
  color:#274564;
  font-size:20px;
  line-height:1.25;
  font-weight:750;
}

.footer-company-details dl{
  gap:10px;
}

.footer-company-details dl > div{
  grid-template-columns:150px minmax(0,1fr);
  gap:16px;
}

.footer-company-details dt{
  color:#687f9d;
  font-size:14px;
  line-height:1.5;
  font-weight:600;
}

.footer-company-details dd{
  color:#2f4b6a;
  font-size:14px;
  line-height:1.52;
  font-weight:700;
}

.footer-company-contact{
  gap:14px;
}

.footer-contact-email{
  color:#3e49c7;
  font-size:18px;
  line-height:1.3;
  font-weight:800;
}

.footer-company-links{
  gap:9px;
}

.footer-company-links a{
  color:#3f5877;
  font-size:14px;
  line-height:1.45;
  font-weight:700;
}

.footer-company-bottom{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) 320px;
  align-items:center;
  gap:26px;
  margin-top:24px;
  padding:18px 0 0;
  border-top:1px solid #cbdaf0;
  color:#637b99;
  font-size:14px;
  line-height:1.5;
}

.footer-support-note{
  grid-column:2;
  justify-self:end;
  justify-content:flex-end;
  gap:8px;
  max-width:520px;
  color:#637b99;
  font-size:14px;
  line-height:1.5;
  text-align:right;
}

.footer-support-note svg{
  width:18px;
  height:18px;
}

@media(max-width:1120px){
  .footer-company-grid{
    grid-template-columns:minmax(220px,.8fr) minmax(520px,1.4fr);
    gap:34px;
  }

  .footer-company-panel{
    grid-template-columns:minmax(360px,1.2fr) minmax(220px,.8fr);
    gap:28px;
  }

  .footer-company-bottom{
    grid-template-columns:auto minmax(0,1fr) 180px;
  }
}

@media(max-width:820px){
  .footer.footer--company{
    padding:38px 0 142px;
  }

  .footer-company-grid{
    grid-template-columns:1fr;
    gap:24px;
    align-items:start;
  }

  .footer-company-brand p{
    max-width:620px;
    font-size:14px;
    line-height:1.65;
  }

  .footer-company-panel{
    grid-template-columns:1fr;
    gap:20px;
    padding:22px 20px;
  }

  .footer-company-details dl > div{
    grid-template-columns:138px minmax(0,1fr);
    gap:14px;
  }

  .footer-company-details h2{
    font-size:19px;
  }

  .footer-company-details dt,
  .footer-company-details dd,
  .footer-company-links a{
    font-size:14px;
  }

  .footer-contact-email{
    font-size:17px;
  }

  .footer-company-bottom{
    display:flex;
    flex-direction:column;
    padding-right:0;
    align-items:flex-start;
    gap:10px;
    margin-top:22px;
    font-size:14px;
  }

  .footer-support-note{
    justify-self:auto;
    justify-content:flex-start;
    max-width:none;
    font-size:14px;
    text-align:left;
  }
}

@media(max-width:560px){
  .footer.footer--company{
    padding:34px 0 158px;
  }

  .footer-company-grid{
    gap:20px;
  }

  .footer-company-eyebrow{
    font-size:11px;
  }

  .footer-company-brand p{
    font-size:14px;
  }

  .footer-company-panel{
    padding:19px 16px;
    border-radius:14px;
  }

  .footer-company-details h2{
    margin-bottom:13px;
    font-size:18px;
  }

  .footer-company-details dl > div{
    grid-template-columns:1fr;
    gap:4px;
  }

  .footer-company-details dt,
  .footer-company-details dd,
  .footer-company-links a,
  .footer-company-bottom,
  .footer-support-note{
    font-size:14px;
  }

  .footer-contact-email{
    font-size:16px;
  }
}

/* ARVETEHA HOMEPAGE FOOTER SAAS V3 2026-09-17 */
.footer.footer--company.footer--saas{
  padding:46px 0 112px;
  background:#e8f2ff;
  border-top:1px solid #c7d9ef;
}

.footer.footer--company.footer--saas:before{
  height:4px;
  background:linear-gradient(90deg,#5c61e8 0%,#7488f4 50%,#3b9fd2 100%);
}

.footer-saas-grid{
  display:grid;
  grid-template-columns:minmax(300px,1.45fr) minmax(145px,.62fr) minmax(220px,.88fr) minmax(300px,1.15fr);
  gap:46px;
  align-items:start;
}

.footer-saas-brand .logo{
  display:inline-flex;
  margin-bottom:12px;
}

.footer-saas-brand .footer-company-eyebrow{
  display:block;
  margin-bottom:10px;
  color:#60769a;
  font-size:11px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.footer-saas-brand p{
  max-width:430px;
  margin:0;
  color:#4f6786;
  font-size:14px;
  line-height:1.7;
}

.footer-saas-column{
  min-width:0;
}

.footer-saas-title{
  margin:4px 0 16px;
  color:#617795;
  font-size:12px;
  line-height:1.3;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.footer-saas-links{
  display:grid;
  gap:10px;
}

.footer-saas-links a,
.footer-saas-legal a{
  color:#2f4c6c;
  font-size:14px;
  line-height:1.45;
  font-weight:650;
  text-decoration:none;
}

.footer-saas-links a:hover,
.footer-saas-legal a:hover{
  color:#4148c5;
  text-decoration:underline;
  text-underline-offset:3px;
}

.footer-saas-email{
  color:#3f49c7 !important;
  font-weight:800 !important;
}

.footer-saas-support-note{
  max-width:240px;
  margin:14px 0 0;
  color:#6a7f9b;
  font-size:13px;
  line-height:1.55;
}

.footer-saas-company{
  padding-left:28px;
  border-left:1px solid #c6d8ee;
}

.footer-saas-company-name{
  display:block;
  margin:0 0 14px;
  color:#274564;
  font-size:16px;
  line-height:1.35;
  font-weight:800;
}

.footer-saas-company-meta{
  display:grid;
  gap:11px;
  margin:0;
}

.footer-saas-company-meta > div{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:12px;
  align-items:start;
}

.footer-saas-company-meta dt{
  color:#7185a0;
  font-size:13px;
  line-height:1.5;
  font-weight:600;
}

.footer-saas-company-meta dd{
  margin:0;
  color:#314e6d;
  font-size:14px;
  line-height:1.55;
  font-weight:650;
}

.footer-saas-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:34px;
  padding-top:18px;
  border-top:1px solid #c9d9ed;
  color:#667d99;
  font-size:13px;
  line-height:1.45;
}

.footer-saas-legal{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  padding-right:290px;
}

.footer-saas-legal a{
  color:#5b708c;
  font-size:13px;
  font-weight:650;
}

@media(max-width:1180px){
  .footer-saas-grid{
    grid-template-columns:minmax(280px,1.25fr) minmax(145px,.6fr) minmax(220px,.85fr) minmax(270px,1.05fr);
    gap:30px;
  }

  .footer-saas-company{
    padding-left:22px;
  }

  .footer-saas-legal{
    padding-right:210px;
  }
}

@media(max-width:920px){
  .footer.footer--company.footer--saas{
    padding:40px 0 138px;
  }

  .footer-saas-grid{
    grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);
    gap:30px 42px;
  }

  .footer-saas-brand{
    grid-column:1/-1;
  }

  .footer-saas-brand p{
    max-width:620px;
  }

  .footer-saas-company{
    padding-left:0;
    border-left:0;
  }

  .footer-saas-bottom{
    align-items:flex-start;
  }

  .footer-saas-legal{
    justify-content:flex-end;
    padding-right:0;
  }
}

@media(max-width:560px){
  .footer.footer--company.footer--saas{
    padding:34px 0 154px;
  }

  .footer-saas-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .footer-saas-brand{
    grid-column:auto;
  }

  .footer-saas-title{
    margin:0 0 12px;
  }

  .footer-saas-links{
    gap:9px;
  }

  .footer-saas-support-note{
    max-width:none;
  }

  .footer-saas-company-meta > div{
    grid-template-columns:1fr;
    gap:2px;
  }

  .footer-saas-bottom{
    flex-direction:column;
    gap:12px;
    margin-top:28px;
    padding-top:16px;
  }

  .footer-saas-legal{
    justify-content:flex-start;
    gap:14px 18px;
  }
}

/* ==========================================================
   HOMEPAGE HERO V20260919 — mobile reference + desktop layout
   Source reference: supplied mobile design, 2026-09-19
   Scope: homepage Hero only. Video modal intentionally deferred.
   ========================================================== */
.hero.hero-v20260919{
  position:relative;
  min-height:0;
  overflow:hidden;
  isolation:isolate;
  padding:18px 0 0;
  background:#eef8fc !important;
}
.hero.hero-v20260919::before,
.hero.hero-v20260919::after{content:none !important;display:none !important}
.hero-v20260919-bg{
  position:absolute;
  z-index:-1;
  inset:0 0 78px;
  pointer-events:none;
  overflow:hidden;
}
.hero-v20260919-bg::before,
.hero-v20260919-bg::after{
  content:"";
  position:absolute;
  border-radius:50%;
  filter:blur(.2px);
  opacity:.66;
}
.hero-v20260919-bg::before{
  width:520px;
  height:520px;
  right:-245px;
  top:115px;
  background:rgba(194,239,248,.55);
}
.hero-v20260919-bg::after{
  width:430px;
  height:430px;
  left:-220px;
  bottom:-135px;
  background:rgba(209,244,249,.58);
}
.hero-v20260919-shell{
  position:relative;
  z-index:1;
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
}
.hero-v20260919-announcement{
  width:100%;
  min-height:66px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:15px;
  padding:14px 22px;
  color:#15191f;
  background:linear-gradient(96deg,#fff1a6 0%,#ffe782 52%,#fff0a4 100%);
  border:1px solid rgba(246,211,86,.34);
  border-radius:18px;
  box-shadow:0 9px 22px rgba(161,135,44,.08);
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease;
}
.hero-v20260919-announcement:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(161,135,44,.13)}
.hero-v20260919-announcement:focus-visible{outline:3px solid rgba(11,181,168,.28);outline-offset:3px}
.hero-v20260919-announcement-icon{
  width:39px;
  height:39px;
  display:grid;
  place-items:center;
  color:#0a9f90;
  background:rgba(255,255,255,.34);
  border-radius:10px;
}
.hero-v20260919-announcement-icon svg{width:32px;height:32px}
.hero-v20260919-announcement strong{
  min-width:0;
  font-size:clamp(16px,1.55vw,20px);
  line-height:1.25;
  font-weight:650;
  letter-spacing:-.018em;
}
.hero-v20260919-announcement-arrow{
  font-size:38px;
  line-height:.8;
  font-weight:400;
  transform:translateY(-1px);
}
.hero-v20260919-layout{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);
  grid-template-areas:
    "copy visual"
    "features visual";
  align-items:center;
  gap:26px clamp(42px,5vw,78px);
  padding:42px 0 40px;
}
.hero-v20260919-copy{grid-area:copy;min-width:0;align-self:end}
.hero.hero-v20260919 h1{
  max-width:650px;
  margin:0;
  color:#071633;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:clamp(48px,4.35vw,66px);
  line-height:1.02;
  letter-spacing:-.057em;
  font-weight:800;
  text-align:left;
  text-wrap:balance;
}
.hero-v20260919-title-line{display:inline}
.hero-v20260919-description{
  max-width:650px;
  margin:24px 0 0;
  color:#6474a1;
  font-size:clamp(16px,1.3vw,19px);
  line-height:1.58;
  font-weight:420;
}
.hero-v20260919-actions{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:12px;
  margin-top:28px;
}
.hero-v20260919-primary,
.hero-v20260919-secondary{
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:14px 20px;
  border-radius:16px;
  font-size:15px;
  line-height:1.25;
  font-weight:750;
  text-align:center;
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.hero-v20260919-primary{
  color:#fff;
  background:linear-gradient(100deg,#11b6aa 0%,#00bcae 58%,#10ad9f 100%);
  border:1px solid transparent;
  box-shadow:0 14px 30px rgba(10,178,164,.19);
}
.hero-v20260919-primary svg{width:26px;height:26px;flex:none}
.hero-v20260919-secondary{
  color:#079ee1;
  background:rgba(255,255,255,.82);
  border:2px solid #0ba7ec;
  box-shadow:0 8px 20px rgba(25,150,212,.06);
}
.hero-v20260919-primary:hover,
.hero-v20260919-secondary:hover{transform:translateY(-1px)}
.hero-v20260919-primary:hover{box-shadow:0 17px 36px rgba(10,178,164,.24)}
.hero-v20260919-secondary:hover{background:#fff;box-shadow:0 11px 24px rgba(25,150,212,.10)}
.hero-v20260919-primary:focus-visible,
.hero-v20260919-secondary:focus-visible,
.hero-v20260919-feature:focus-visible,
.hero-v20260919-earve-tag:focus-visible{outline:3px solid rgba(11,167,236,.25);outline-offset:3px}
.hero-v20260919-play{width:28px;height:28px;display:grid;place-items:center;flex:none}
.hero-v20260919-play svg{width:28px;height:28px}
.hero-v20260919-features{
  grid-area:features;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  align-self:start;
}
.hero-v20260919-feature{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  color:#25376c;
  text-decoration:none;
  text-align:center;
  transition:transform .18s ease,color .18s ease;
}
.hero-v20260919-feature:hover{transform:translateY(-2px);color:#087f92}
.hero-v20260919-feature-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  flex:none;
  color:#087f87;
  background:linear-gradient(145deg,rgba(225,249,247,.95),rgba(218,244,245,.88));
  border:1px solid rgba(120,214,209,.12);
  border-radius:50%;
}
.hero-v20260919-feature-icon svg{width:31px;height:31px}
.hero-v20260919-feature-label{
  max-width:125px;
  font-size:12px;
  line-height:1.32;
  font-weight:560;
}
.hero-v20260919-visual{
  grid-area:visual;
  position:relative;
  min-width:0;
  align-self:center;
  padding:34px 0 58px;
}
.hero-v20260919-dashboard-frame{
  position:relative;
  overflow:hidden;
  width:100%;
  background:#fff;
  border:1px solid rgba(206,222,231,.9);
  border-radius:22px;
  box-shadow:0 28px 58px rgba(38,76,98,.14);
}
.hero-v20260919-dashboard-frame::before{
  content:"";
  position:absolute;
  z-index:2;
  left:0;
  right:0;
  top:0;
  height:34px;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(222,230,236,.9);
}
.hero-v20260919-browser-dots{
  position:absolute;
  z-index:3;
  top:12px;
  left:15px;
  display:flex;
  gap:7px;
}
.hero-v20260919-browser-dots i{width:10px;height:10px;border-radius:50%;display:block;background:#ff9e97}
.hero-v20260919-browser-dots i:nth-child(2){background:#f2d66f}
.hero-v20260919-browser-dots i:nth-child(3){background:#78d39e}
.hero-v20260919-dashboard-frame img{
  width:100%;
  height:auto;
  display:block;
  margin-top:34px;
  border:0;
}
.hero-v20260919-earve-tag{
  position:absolute;
  z-index:5;
  left:-20px;
  bottom:25px;
  display:flex;
  align-items:center;
  gap:10px;
  max-width:235px;
  padding:12px 16px;
  color:#11191e;
  background:linear-gradient(98deg,#ffea80,#ffe161);
  border:1px solid rgba(240,203,62,.34);
  border-radius:14px;
  box-shadow:0 13px 26px rgba(143,116,24,.14);
  text-decoration:none;
  transform:rotate(4deg);
}
.hero-v20260919-earve-tag svg{width:31px;height:31px;flex:none;color:#0a1724}
.hero-v20260919-earve-tag strong{font-size:14px;line-height:1.2}
.hero-v20260919-earve-tag:hover{transform:rotate(2deg) translateY(-1px)}
.hero-v20260919-trust{
  position:relative;
  z-index:2;
  background:#fff;
  border-top:1px solid rgba(222,232,237,.85);
}
.hero-v20260919-trust-inner{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:46px;
}
.hero-v20260919-trust-item{
  display:flex;
  align-items:center;
  gap:13px;
  color:#52628e;
  font-size:14px;
  line-height:1.3;
  font-weight:520;
}
.hero-v20260919-trust-icon{width:38px;height:38px;color:#078e85;display:block;flex:none}
.hero-v20260919-trust-icon svg{width:100%;height:100%}
.hero-v20260919-trust-divider{width:1px;height:38px;background:#d9e1e7}
.hero-v20260919-estonia{
  width:39px;
  height:39px;
  overflow:hidden;
  display:grid;
  grid-template-rows:repeat(3,1fr);
  flex:none;
  border:1px solid #e4e8eb;
  border-radius:50%;
  box-shadow:0 4px 10px rgba(30,48,70,.06);
}
.hero-v20260919-estonia i:nth-child(1){background:#4897d8}
.hero-v20260919-estonia i:nth-child(2){background:#111}
.hero-v20260919-estonia i:nth-child(3){background:#fff}

@media(max-width:1080px){
  .hero-v20260919-layout{
    grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);
    gap:24px 36px;
  }
  .hero.hero-v20260919 h1{font-size:clamp(43px,4.7vw,57px)}
  .hero-v20260919-description{font-size:16px}
  .hero-v20260919-actions{grid-template-columns:1fr}
  .hero-v20260919-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 8px}
  .hero-v20260919-feature{flex-direction:row;text-align:left;gap:9px}
  .hero-v20260919-feature-icon{width:44px;height:44px}
  .hero-v20260919-feature-icon svg{width:25px;height:25px}
  .hero-v20260919-feature-label{max-width:none;font-size:12px}
}

@media(max-width:820px){
  .hero.hero-v20260919{padding-top:16px}
  .hero-v20260919-shell{width:calc(100% - 34px)}
  .hero-v20260919-layout{
    grid-template-columns:1fr;
    grid-template-areas:"copy" "features" "visual";
    gap:28px;
    padding:32px 0 30px;
  }
  .hero-v20260919-copy{max-width:720px}
  .hero.hero-v20260919 h1{max-width:720px;font-size:clamp(40px,7.6vw,57px)}
  .hero-v20260919-description{max-width:720px}
  .hero-v20260919-actions{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px}
  .hero-v20260919-features{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
  .hero-v20260919-feature{flex-direction:column;text-align:center}
  .hero-v20260919-feature-icon{width:58px;height:58px}
  .hero-v20260919-feature-icon svg{width:31px;height:31px}
  .hero-v20260919-feature-label{max-width:130px}
  .hero-v20260919-visual{width:min(720px,100%);margin:0 auto;padding:30px 0 52px}
}

@media(max-width:600px){
  .hero.hero-v20260919{
    padding-top:16px !important;
    background:#eef9fc !important;
  }
  .hero-v20260919-bg{inset:0 0 70px}
  .hero-v20260919-bg::before{width:330px;height:330px;right:-215px;top:140px;background:rgba(194,239,248,.72)}
  .hero-v20260919-bg::after{width:300px;height:300px;left:-185px;bottom:120px;background:rgba(206,244,249,.76)}
  .hero-v20260919-shell{width:calc(100% - 28px) !important}
  .hero-v20260919-announcement{
    min-height:58px;
    gap:10px;
    padding:10px 13px;
    border-radius:14px;
  }
  .hero-v20260919-announcement-icon{width:36px;height:36px;border-radius:9px}
  .hero-v20260919-announcement-icon svg{width:30px;height:30px}
  .hero-v20260919-announcement strong{font-size:14px;line-height:1.25;font-weight:620;letter-spacing:-.02em}
  .hero-v20260919-announcement-arrow{font-size:34px}
  .hero-v20260919-layout{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-areas:"copy" "features" "visual" !important;
    gap:27px !important;
    padding:24px 0 24px !important;
  }
  .hero-v20260919-copy{width:100%;min-width:0}
  .hero.hero-v20260919 h1{
    max-width:none !important;
    margin:0 !important;
    font-size:clamp(34px,10.1vw,42px) !important;
    line-height:1.03 !important;
    letter-spacing:-.055em !important;
    font-weight:800 !important;
    text-wrap:normal !important;
  }
  .hero-v20260919-title-line{display:block}
  .hero-v20260919-description{
    max-width:none;
    margin-top:18px;
    color:#6878a8;
    font-size:15.5px;
    line-height:1.52;
  }
  .hero-v20260919-actions{
    grid-template-columns:1fr;
    gap:9px;
    margin-top:20px;
  }
  .hero-v20260919-primary,
  .hero-v20260919-secondary{
    width:100%;
    min-height:48px;
    border-radius:14px;
    padding:11px 14px;
    font-size:14px;
  }
  .hero-v20260919-primary{min-height:50px}
  .hero-v20260919-primary svg{width:25px;height:25px}
  .hero-v20260919-secondary{min-height:46px;background:rgba(255,255,255,.62)}
  .hero-v20260919-play,.hero-v20260919-play svg{width:27px;height:27px}
  .hero-v20260919-features{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:5px;
    margin-top:-1px;
  }
  .hero-v20260919-feature{
    min-width:0;
    gap:8px;
    text-align:center;
  }
  .hero-v20260919-feature-icon{
    width:54px;
    height:54px;
    border-radius:50%;
  }
  .hero-v20260919-feature-icon svg{width:29px;height:29px}
  .hero-v20260919-feature-label{
    max-width:82px;
    color:#273c78;
    font-size:11.25px;
    line-height:1.25;
    font-weight:520;
  }
  .hero-v20260919-visual{
    width:100%;
    margin-top:2px;
    padding:27px 0 46px;
  }
  .hero-v20260919-dashboard-frame{
    width:100%;
    border-radius:17px;
    box-shadow:0 20px 44px rgba(38,76,98,.12);
  }
  .hero-v20260919-dashboard-frame::before{height:28px}
  .hero-v20260919-browser-dots{top:10px;left:12px;gap:5px}
  .hero-v20260919-browser-dots i{width:8px;height:8px}
  .hero-v20260919-dashboard-frame img{margin-top:28px}
  .hero-v20260919-earve-tag{
    left:auto;
    right:8px;
    bottom:19px;
    max-width:172px;
    gap:7px;
    padding:9px 12px;
    border-radius:12px;
    transform:rotate(4deg);
  }
  .hero-v20260919-earve-tag svg{width:26px;height:26px}
  .hero-v20260919-earve-tag strong{font-size:12px;line-height:1.16}
  .hero-v20260919-trust-inner{
    min-height:72px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);
    gap:12px;
    padding:10px 0;
  }
  .hero-v20260919-trust-item{justify-content:center;gap:9px;font-size:11.5px;line-height:1.2}
  .hero-v20260919-trust-icon{width:32px;height:32px}
  .hero-v20260919-estonia{width:32px;height:32px}
  .hero-v20260919-trust-divider{height:34px}
}

@media(max-width:390px){
  .hero-v20260919-announcement strong{font-size:13px}
  .hero.hero-v20260919 h1{font-size:clamp(32px,9.8vw,38px) !important}
  .hero-v20260919-description{font-size:14.5px}
  .hero-v20260919-feature-icon{width:50px;height:50px}
  .hero-v20260919-feature-icon svg{width:27px;height:27px}
  .hero-v20260919-feature-label{font-size:10.5px;max-width:76px}
  .hero-v20260919-earve-tag{max-width:160px}
}

/* Mobile reference micro-tuning — 2026-09-19 */
@media(max-width:600px){
  .hero-v20260919-announcement{
    min-height:46px;
    gap:8px;
    padding:8px 10px;
  }
  .hero-v20260919-announcement-icon{width:32px;height:32px}
  .hero-v20260919-announcement-icon svg{width:27px;height:27px}
  .hero-v20260919-announcement strong{
    font-size:clamp(11.2px,3vw,12.4px);
    line-height:1.18;
    letter-spacing:-.025em;
  }
  .hero-v20260919-announcement-arrow{font-size:29px}
  .hero-v20260919-dashboard-frame{height:230px}
  .hero-v20260919-dashboard-frame img{
    width:100%;
    height:auto;
    min-height:230px;
    object-fit:cover;
    object-position:top left;
  }
  .hero-v20260919-trust-inner{min-height:56px;padding:7px 0}
}
@media(max-width:390px){
  .hero-v20260919-announcement strong{font-size:11px}
  .hero-v20260919-dashboard-frame{height:218px}
  .hero-v20260919-dashboard-frame img{min-height:218px}
}


/* Desktop follow-up tuning — 2026-09-19
   Goal: make the yellow e-invoice banner lighter and less bulky on desktop,
   while preserving the exact mobile-oriented Hero composition. */
@media(min-width:821px){
  .hero-v20260919-announcement{
    width:min(480px,100%);
    min-height:54px;
    gap:12px;
    padding:10px 18px;
    border-radius:16px;
    box-shadow:0 7px 18px rgba(161,135,44,.08);
  }
  .hero-v20260919-announcement-icon{
    width:34px;
    height:34px;
    border-radius:9px;
  }
  .hero-v20260919-announcement-icon svg{width:27px;height:27px}
  .hero-v20260919-announcement strong{
    font-size:clamp(15px,1.2vw,18px);
    line-height:1.2;
    font-weight:640;
  }
  .hero-v20260919-announcement-arrow{
    font-size:31px;
    transform:translateY(-1px);
  }
}
@media(min-width:1200px){
  .hero-v20260919-announcement{width:min(470px,100%)}
}

/* Desktop width follow-up V3 — 2026-09-19
   User request: reduce desktop yellow banner horizontal length about 2x. */

/* Hero compliance cleanup V4 — 2026-09-19
   Removed the handwritten Estonia-requirements label and arrow
   from all locales and all viewport sizes. */
