html,
body{
  width:100%;
  margin:0;
  padding:0;
  overflow-x:hidden;
}

:root{
  --et-blue:#1463ff;
  --et-blue-2:#2b80ff;
  --et-navy:#061225;
  --et-deep:#0b1d3a;
  --et-bg:#f5f8fc;
  --et-surface-soft:#f3f7fc;
  --et-surface-soft-2:#eef4fa;
  --et-surface-card:#ffffff;
  --et-surface:#ffffff;
  --et-text:#0f172a;
  --et-muted:#64748b;
  --et-border:#e2e8f0;
  --et-shadow:0 18px 50px rgba(15,23,42,.10);
  --et-shadow-strong:0 24px 70px rgba(2,8,23,.24);
  --et-radius:18px;
  --et-radius-sm:12px;
  --et-max:1440px;
}

*{box-sizing:border-box}

.et-home-page{
  margin:0;
  color:var(--et-text);
  background:linear-gradient(180deg, #f7f9fd 0%, #edf3fa 100%);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  line-height:1.5;
  display:block;
  min-height:100vh;
}

.et-home-page a{color:inherit;text-decoration:none}
.et-home-page .et-container{
  width:min(var(--et-max), calc(100vw - 32px));
  margin:0 auto;
}

.et-home-page main{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  flex:none;
}

.et-home-page section,
.et-home-page footer,
.et-home-page .et-topbar,
.et-home-page .et-header,
.et-home-page .et-popup,
.et-home-page .et-mobile-drawer{
  width:100%;
  margin-left:0;
  margin-right:0;
  border-radius:0;
}

.et-home-page section[id]{
  scroll-margin-top:92px;
}

.et-home-page .et-topbar{
  position:relative;
  z-index:30;
  height:32px;
  min-height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  color:#fff;
  background:linear-gradient(90deg, #173f8f 0%, #225fce 52%, #163b80 100%);
  box-shadow:0 8px 20px rgba(23,63,143,.14);
}
.et-home-page .et-topbar__inner{
  width:min(var(--et-max), calc(100vw - 96px));
  display:flex;
  align-items:center;
  gap:10px;
  justify-content:center;
  min-width:0;
  height:100%;
  padding:0 48px;
  position:relative;
}
.et-home-page .et-topbar__msg{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:600;
  min-width:0;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.et-home-page .et-topbar__msg strong{
  font-weight:700;
}
.et-home-page .et-topbar__actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  position:absolute;
  right:48px;
  top:50%;
  transform:translateY(-50%);
}
.et-home-page .et-topbar__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:22px;
  padding:0 10px;
  border-radius:999px;
  background:#fff;
  color:var(--et-blue);
  font-size:11px;
  font-weight:800;
  line-height:22px;
  box-shadow:0 6px 14px rgba(0,0,0,.10);
}
.et-home-page .et-topbar__badge{
  width:20px;height:20px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.16);
  color:#fff;
  font-size:10px;
}
.et-home-page .et-topbar__close{
  width:22px;height:22px;
  border:1px solid rgba(255,255,255,.30);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  padding:0;
  flex:0 0 auto;
}

.et-home-page .et-header{
  position:sticky;
  top:0;
  z-index:25;
  background:rgba(250,252,255,.92);
  backdrop-filter:blur(18px) saturate(160%);
  border-bottom:1px solid rgba(148,163,184,.18);
  box-shadow:0 12px 30px rgba(15,23,42,.06);
}
.et-home-page .et-header__inner{
  width:min(var(--et-max), calc(100vw - 72px));
  margin:0 auto;
  min-height:68px;
  display:flex;
  align-items:center;
  gap:16px;
}
.et-home-page .et-brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:160px;
  flex:0 0 auto;
}
.et-home-page .et-brand__img{
  display:block;
  width:156px;
  max-width:156px;
  height:auto;
}
.et-home-page .et-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:1 1 auto;
  gap:22px;
}
.et-home-page .et-nav a{
  color:#0f172a;
  font-weight:650;
  font-size:14px;
  letter-spacing:-.01em;
  padding:8px 2px;
  position:relative;
}
.et-home-page .et-nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:2px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--et-blue), #60a5fa);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .2s ease;
}
.et-home-page .et-nav a:hover::after{transform:scaleX(1)}
.et-home-page .et-header__right{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
  flex-wrap:nowrap;
}
.et-home-page .et-header__right .et-header__products{
  gap:8px;
  padding:0 16px;
  min-height:42px;
  font-size:14px;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg, #1e66ff 0%, #1463ff 45%, #0b54df 100%);
  border:1px solid rgba(20,99,255,.35);
  box-shadow:0 14px 28px rgba(20,99,255,.28);
}
.et-home-page .et-header__right .et-header__products:hover{
  box-shadow:0 16px 30px rgba(20,99,255,.34);
}
.et-home-page .et-header .et-phone,
.et-home-page .et-header__right .et-phone{
  display:none;
}
.et-home-page .et-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 16px;
  min-height:42px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg, var(--et-blue) 0%, #1673ff 48%, #0b54df 100%);
  font-weight:800;
  font-size:14px;
  box-shadow:0 14px 26px rgba(20,99,255,.20);
  transition:transform .18s ease, box-shadow .18s ease;
}
.et-home-page .et-cta:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 30px rgba(20,99,255,.24);
}
.et-home-page .et-cta--light{
  background:rgba(255,255,255,.96);
  color:var(--et-blue);
  border:1px solid rgba(20,99,255,.14);
  box-shadow:none;
}
.et-home-page .et-burger{
  display:none;
  width:44px;height:44px;
  border:1px solid var(--et-border);
  border-radius:12px;
  background:#fff;
  color:#0f172a;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.et-home-page .et-mobile-drawer{
  position:fixed;
  inset:0 0 0 auto;
  width:min(420px, 100vw);
  height:100vh;
  padding:0;
  background:linear-gradient(180deg, #071427 0%, #0b1d3a 100%);
  color:#fff;
  box-shadow:-30px 0 70px rgba(2,8,23,.45);
  transform:translateX(110%);
  transition:transform .24s ease;
  z-index:70;
  display:flex;
  flex-direction:column;
}
.et-home-page .et-mobile-drawer.is-open{transform:translateX(0)}
.et-home-page .et-mobile-drawer__head{
  height:96px;
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.et-home-page .et-mobile-drawer__head .et-brand__img{
  width:160px;
  max-width:160px;
}
.et-home-page .et-mobile-drawer__nav{
  display:flex !important;
  flex-direction:column;
  padding:18px 24px 20px;
  gap:12px;
  flex:1 1 0%;
  min-height:0;
  overflow-y:auto;
  overscroll-behavior:contain;
  position:relative !important;
  top:auto !important;
  right:auto !important;
  left:auto !important;
  bottom:auto !important;
  width:100% !important;
  height:auto !important;
  background:transparent !important;
  box-shadow:none !important;
  z-index:3;
  align-items:stretch;
  justify-content:flex-start;
}
.et-home-page .et-mobile-drawer__nav a{
  min-height:56px;
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:16px;
  background:linear-gradient(180deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,.05) 100%);
  font-weight:700;
  color:#fff !important;
  -webkit-text-fill-color:#fff;
  opacity:1 !important;
  font-size:16px;
  line-height:1.2;
  text-decoration:none;
  width:100%;
  visibility:visible !important;
  transform:none !important;
  position:relative !important;
  z-index:2;
  box-shadow:0 12px 26px rgba(2,8,23,.14);
  text-shadow:0 1px 0 rgba(0,0,0,.18);
}
.et-home-page .et-mobile-drawer__nav a:hover{
  color:#9bc2ff !important;
  background:rgba(255,255,255,.08);
  border-color:rgba(155,194,255,.24);
}
.et-home-page .et-mobile-drawer__footer{
  margin-top:auto;
  padding:20px 24px 24px;
  border-top:1px solid rgba(255,255,255,.12);
  display:grid;
  gap:12px;
}
.et-home-page .et-burger--close{
  width:44px;
  height:44px;
  background:rgba(255,255,255,.08);
  color:#fff;
  border-color:rgba(255,255,255,.18);
}
.et-home-page .et-mobile-drawer__footer .et-cta{
  width:100%;
  height:50px;
}
.et-home-page .et-mobile-drawer__footer .et-phone{
  color:#eaf2ff !important;
  display:inline-flex !important;
  justify-content:flex-start;
  align-items:center;
  gap:8px;
  width:100%;
  font-size:16px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}
.et-home-page .et-mobile-drawer__footer .et-phone i{
  color:#60a5fa !important;
}
.et-home-page .et-mobile-drawer__nav,
.et-home-page .et-mobile-drawer__nav a{
  visibility:visible !important;
  opacity:1 !important;
  transform:none !important;
  color:#fff !important;
}

.et-home-page .et-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(480px 420px at 82% 22%, rgba(68,132,255,.26), transparent 70%),
    radial-gradient(240px 240px at 94% 60%, rgba(72,185,255,.16), transparent 70%),
    linear-gradient(135deg, #061225 0%, #07172f 50%, #0b1d3a 100%);
  color:#fff;
  padding:118px 0 88px;
}
.et-home-page .et-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(90deg, transparent 10%, rgba(0,0,0,.5) 45%, #000 100%);
  pointer-events:none;
}
.et-home-page .et-hero__inner{
  width:min(var(--et-max), calc(100vw - 96px));
  margin:0 auto;
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  gap:38px;
  align-items:center;
}
.et-home-page .et-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#9bc2ff;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:18px;
}
.et-home-page .et-hero h1{
  margin:0;
  font-size:clamp(42px, 5.6vw, 72px);
  line-height:1.02;
  letter-spacing:-.05em;
  max-width:13.6ch;
  text-wrap:balance;
}
.et-home-page .et-hero h1 .accent{color:#62a2ff}
.et-home-page .et-lead{
  margin:18px 0 0;
  max-width:60ch;
  color:rgba(232,239,255,.82);
  font-size:18px;
}
.et-home-page .et-hero__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}
.et-home-page .et-hero__points{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:28px;
}
.et-home-page .et-point{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#fff;
  font-size:14px;
  font-weight:700;
}
.et-home-page .et-point i{
  color:#72abff;
  font-size:18px;
  margin-top:2px;
}

.et-home-page .et-hero__cards{
  position:relative;
  min-height:700px;
  padding-top:88px;
}
.et-home-page .et-page-hero{
  padding:84px 0 72px;
}
.et-home-page .et-page-hero .et-hero__inner{
  align-items:stretch;
}
.et-home-page .et-page-hero__inner{
  width:min(var(--et-max), calc(100vw - 96px));
  margin:0 auto;
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);
  gap:28px;
  align-items:stretch;
}
.et-home-page .et-page-hero__copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.et-home-page .et-page-hero__panel{
  position:relative;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow:0 26px 70px rgba(0,0,0,.24);
  overflow:hidden;
  min-height:280px;
}
.et-home-page .et-page-hero__panel--media{
  display:block;
}
.et-home-page .et-page-hero__image{
  width:100%;
  height:100%;
  min-height:100%;
  object-fit:cover;
  display:block;
}
.et-home-page .et-page-hero__panel .et-fallback-card{
  width:100%;
  height:100%;
  min-height:280px;
}
.et-home-page .et-page-hero__panel-label{
  color:#9bc2ff;
  font-size:.74rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:800;
  margin-bottom:10px;
}
.et-home-page .et-page-hero__panel-value{
  color:#f6f9ff;
  font-size:clamp(1.6rem, 2.6vw, 2.65rem);
  line-height:1.04;
  letter-spacing:-.05em;
  font-weight:900;
  max-width:10ch;
}
.et-home-page .et-page-hero__panel-text{
  margin:14px 0 0;
  color:rgba(232,239,255,.80);
  font-size:15px;
  line-height:1.6;
}
.et-home-page .et-service-buckets{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.et-home-page .et-service-bucket{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.et-home-page .et-service-bucket p{
  margin:0;
  color:var(--et-muted);
}
.et-home-page .et-service-bucket__count{
  margin-top:4px;
  color:var(--et-blue);
  font-weight:800;
  font-size:14px;
}
.et-home-page .et-service-price-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 16px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(20,99,255,.12), rgba(96,165,250,.10));
  color:var(--et-blue);
  border:1px solid rgba(20,99,255,.18);
  font-weight:900;
  white-space:nowrap;
}
.et-home-page .et-services-grid{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.et-home-page .et-service-card{
  background:#fff;
  border:1px solid var(--et-border);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--et-shadow);
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.et-home-page .et-service-card__media{
  display:block;
  aspect-ratio:16/11;
  background:linear-gradient(135deg,#0b1d3a 0%, #1451d9 100%);
  overflow:hidden;
}
.et-home-page .et-service-card__media img,
.et-home-page .et-service-card__media .et-fallback-card{
  width:100%;
  height:100%;
  min-height:100%;
  display:block;
  object-fit:cover;
}
.et-home-page .et-service-card__body{
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.et-home-page .et-service-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.et-home-page .et-service-card__category,
.et-home-page .et-service-card__badge{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
}
.et-home-page .et-service-card__category{
  background:#eff6ff;
  color:var(--et-blue);
}
.et-home-page .et-service-card__badge{
  background:#f8fbff;
  color:#334155;
  border:1px solid #e2e8f0;
}
.et-home-page .et-service-card h3{
  margin:0;
  font-size:20px;
  line-height:1.1;
  letter-spacing:-.03em;
  color:var(--et-text);
}
.et-home-page .et-service-card p{
  margin:0;
  color:var(--et-muted);
}
.et-home-page .et-service-card__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
}
.et-home-page .et-service-card__price{
  color:var(--et-text);
  font-weight:900;
  font-size:15px;
}
.et-home-page .et-cta-band{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:28px;
  border-radius:24px;
  background:linear-gradient(135deg, rgba(6,18,37,.92), rgba(11,29,58,.96));
  color:#fff;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 24px 70px rgba(2,8,23,.26);
}
.et-home-page .et-cta-band h2{
  margin:8px 0 0;
  color:#fff;
}
.et-home-page .et-cta-band .et-section__label{
  color:#9bc2ff;
}
.et-home-page .et-cta-band .et-section__sub{
  color:#cbd5e1;
  max-width:60ch;
}
.et-home-page .et-cta-band .et-cta{
  flex:0 0 auto;
}
.et-home-page .et-project-stack{
  position:relative;
  width:100%;
  height:100%;
  overflow:visible;
}
.et-home-page .et-project-card{
  position:absolute;
  width:min(388px, 80%);
  background:transparent;
  color:var(--et-text);
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 28px 80px rgba(0,0,0,.35);
  transition:transform .2s ease, box-shadow .2s ease;
  backdrop-filter:blur(0);
}
.et-home-page .et-project-card--hero-main{
  top:70px;
  right:0;
  width:min(500px, 92%);
  z-index:1;
  transform:translateX(-2px) rotate(0);
}
.et-home-page .et-project-card--hero-left{
  left:14px;
  top:250px;
  bottom:auto;
  width:min(336px, 64%);
  z-index:3;
  transform:translateY(0) rotate(-0.25deg);
}
.et-home-page .et-project-card--hero-right{
  right:10px;
  top:338px;
  bottom:auto;
  width:min(352px, 68%);
  z-index:4;
  transform:rotate(0.2deg);
}
.et-home-page .et-project-card:hover{
  transform:translateY(-4px) scale(1.01) !important;
  box-shadow:0 32px 84px rgba(0,0,0,.38);
}
.et-home-page .et-project-card__media{
  width:100%;
  aspect-ratio:16/11;
  background:linear-gradient(135deg,#0a1a37,#14306a);
  overflow:hidden;
}
.et-home-page .et-project-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.et-home-page .et-project-card__hero-fallback{
  width:100%;
  height:100%;
  min-height:100%;
  display:block;
  position:relative;
}
.et-home-page .et-project-card__hero-fallback--blue{
  background:
    radial-gradient(300px 180px at 72% 18%, rgba(255,255,255,.16), transparent 58%),
    linear-gradient(135deg, #0b1d3a 0%, #1451d9 100%);
}
.et-home-page .et-project-card__hero-fallback--soft{
  background:
    radial-gradient(280px 160px at 25% 22%, rgba(255,255,255,.18), transparent 60%),
    linear-gradient(135deg, #0f2141 0%, #16376d 100%);
}
.et-home-page .et-project-card__hero-fallback--navy{
  background:
    radial-gradient(260px 160px at 68% 18%, rgba(255,255,255,.12), transparent 60%),
    linear-gradient(135deg, #071427 0%, #0b1d3a 100%);
}
.et-home-page .et-project-card__body{
  display:none;
}
.et-home-page .et-project-card__media .et-project-card__body{
  display:none;
}

.et-home-page .et-section__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.et-home-page .et-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--et-blue);
  font-weight:900;
  font-size:14px;
}
.et-home-page .et-link--button{
  padding:12px 16px;
  border-radius:12px;
  border:1px solid rgba(20,99,255,.18);
  background:#fff;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}
.et-home-page .et-list{
  margin:16px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
  color:#334155;
}
.et-home-page .et-list li{
  position:relative;
  padding-left:16px;
}
.et-home-page .et-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.6em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--et-blue);
}
.et-home-page .et-list--pricing{
  margin-top:16px;
}

.et-home-page .et-portfolio-grid{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.et-home-page .et-portfolio-card{
  background:#fff;
  border:1px solid var(--et-border);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--et-shadow);
  display:flex;
  flex-direction:column;
}
.et-home-page .et-portfolio-card__media{
  aspect-ratio:16/10;
  display:block;
  background:linear-gradient(135deg,#0b1d3a,#1463ff);
  overflow:hidden;
}
.et-home-page .et-portfolio-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.et-home-page .et-portfolio-card__body{
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.et-home-page .et-portfolio-card__meta{
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:var(--et-muted);
  font-size:13px;
  font-weight:700;
}
.et-home-page .et-portfolio-card__body h3{
  margin:0;
  font-size:20px;
  line-height:1.14;
  letter-spacing:-.03em;
}
.et-home-page .et-portfolio-card__body p{
  margin:0;
  color:var(--et-muted);
  font-size:14px;
}

.et-home-page .et-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.et-home-page .et-badges span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  background:#eff6ff;
  color:var(--et-blue);
  font-size:12px;
  font-weight:800;
}

.et-home-page .et-products-preview__layout{
  margin-top:28px;
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(0,.9fr);
  gap:18px;
  align-items:stretch;
}
.et-home-page .et-products-preview__layout--solo{
  grid-template-columns:1fr;
}
.et-home-page .et-products-preview__layout--solo .et-products-preview__lead{
  max-width:920px;
}
.et-home-page .et-products-preview__lead,
.et-home-page .et-products-preview__mini{
  background:#fff;
  border:1px solid var(--et-border);
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--et-shadow);
}
.et-home-page .et-products-preview__lead a,
.et-home-page .et-products-preview__mini a{
  display:flex;
  flex-direction:column;
  min-height:100%;
  color:inherit;
}
.et-home-page .et-products-preview__media{
  position:relative;
  aspect-ratio:16/10;
  background:linear-gradient(135deg, #061225 0%, #1463ff 100%);
  overflow:hidden;
}
.et-home-page .et-products-preview__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.et-home-page .et-products-preview__fallback{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:8px;
  padding:24px;
  color:#fff;
  background:
    radial-gradient(circle at 80% 18%, rgba(255,255,255,.18), transparent 32%),
    linear-gradient(135deg, #061225 0%, #0b1d3a 100%);
}
.et-home-page .et-products-preview__fallback span,
.et-home-page .et-products-preview__mini-fallback::before{
  color:#93c5fd;
  font-size:12px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.et-home-page .et-products-preview__fallback strong{
  font-size:32px;
  line-height:1;
  letter-spacing:-.05em;
}
.et-home-page .et-products-preview__content,
.et-home-page .et-products-preview__mini-body{
  padding:20px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.et-home-page .et-products-preview__eyebrow{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  background:#eef5ff;
  color:var(--et-blue);
  font-size:11px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.et-home-page .et-products-preview__content h3,
.et-home-page .et-products-preview__mini-body h3{
  margin:0;
  color:#0f172a;
  font-size:22px;
  line-height:1.1;
  letter-spacing:-.04em;
}
.et-home-page .et-products-preview__content p,
.et-home-page .et-products-preview__mini-body p{
  margin:0;
  color:var(--et-muted);
  font-size:14px;
  line-height:1.7;
}
.et-home-page .et-products-preview__footer{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:auto;
}
.et-home-page .et-products-preview__link{
  color:var(--et-blue);
  font-weight:900;
  font-size:14px;
}
.et-home-page .et-products-preview__side{
  display:grid;
  gap:16px;
}
.et-home-page .et-products-preview__mini a{
  display:grid;
  grid-template-columns:128px minmax(0,1fr);
  min-height:100%;
}
.et-home-page .et-products-preview__mini-media{
  position:relative;
  min-height:100%;
  background:linear-gradient(135deg, #0b1d3a 0%, #1463ff 100%);
  overflow:hidden;
}
.et-home-page .et-products-preview__mini-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.et-home-page .et-products-preview__mini-fallback{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 75% 20%, rgba(255,255,255,.16), transparent 30%),
    linear-gradient(135deg, #0b1d3a 0%, #1463ff 100%);
}
.et-home-page .et-products-preview__mini-fallback::before{
  content:"PROD";
  position:absolute;
  left:14px;
  bottom:14px;
}
.et-home-page .et-products-preview__mini-body{
  padding:18px 18px 18px 20px;
}
.et-home-page .et-products-preview__mini .et-products-preview__content{
  padding:0;
}

.et-home-page .et-flow{
  margin-top:32px;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}
.et-home-page .et-flow__item{
  position:relative;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  padding:20px;
  min-height:100%;
}
.et-home-page .et-flow__icon{
  width:46px;
  height:46px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(20,99,255,.18);
  color:#7fb0ff;
  margin-bottom:14px;
}
.et-home-page .et-flow__item h3{
  margin:0;
  font-size:16px;
}
.et-home-page .et-flow__item p{
  margin:8px 0 0;
  color:rgba(232,239,255,.76);
  font-size:14px;
}
.et-home-page .et-flow__line{
  position:absolute;
  top:50%;
  right:-14px;
  width:28px;
  height:1px;
  background:rgba(124,166,255,.34);
}

.et-home-page .et-reviews-grid{
  margin-top:28px;
  display:grid;
  grid-template-columns:320px minmax(0,1fr);
  gap:18px;
}
.et-home-page .et-review-summary{
  background:#fff;
  border:1px solid var(--et-border);
  border-radius:18px;
  padding:20px;
  box-shadow:var(--et-shadow);
}
.et-home-page .et-review-summary__brand{
  font-weight:900;
  color:#0f172a;
}
.et-home-page .et-review-summary__rating{
  font-size:52px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.06em;
  margin-top:10px;
}
.et-home-page .et-review-summary__stars{
  color:#f59e0b;
  margin-top:10px;
  display:flex;
  gap:4px;
}
.et-home-page .et-review-summary__meta{
  margin-top:10px;
  color:var(--et-muted);
  font-weight:700;
}
.et-home-page .et-review-summary__copy{
  margin:14px 0 0;
  color:#334155;
}
.et-home-page .et-review-summary__actions{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.et-home-page .et-review-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.et-home-page .et-review-card{
  background:#fff;
  border:1px solid var(--et-border);
  border-radius:18px;
  padding:18px;
  box-shadow:var(--et-shadow);
}
.et-home-page .et-review-card__head{
  display:flex;
  gap:12px;
  align-items:center;
  margin-bottom:12px;
}
.et-home-page .et-review-card__avatar{
  width:44px;
  height:44px;
  border-radius:999px;
  overflow:hidden;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  background:#eef4ff;
  color:var(--et-blue);
  font-weight:900;
}
.et-home-page .et-review-card__avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.et-home-page .et-review-card__avatar-fallback{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(135deg, #1463ff, #60a5fa);
  font-weight:800;
  font-size:13px;
  letter-spacing:.02em;
}
.et-home-page .et-review-card__name{
  font-weight:900;
  color:#0f172a;
}
.et-home-page .et-review-card__stars{
  display:flex;
  gap:4px;
  color:#f59e0b;
  font-size:13px;
  margin-top:4px;
}
.et-home-page .et-review-card p{
  margin:0;
  color:#334155;
  font-size:14px;
}
.et-home-page .et-review-card__date{
  margin-top:12px;
  color:var(--et-muted);
  font-size:13px;
}
.et-home-page .et-review-empty{
  background:#fff;
  border:1px solid var(--et-border);
  border-radius:18px;
  padding:22px;
  box-shadow:var(--et-shadow);
}
.et-home-page .et-review-empty h3{
  margin:0;
  font-size:20px;
}
.et-home-page .et-review-empty p{
  margin:10px 0 0;
  color:var(--et-muted);
}

.et-home-page .et-inquiry-form{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.et-home-page .et-inquiry-form label{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.et-home-page .et-inquiry-form label span{
  font-size:13px;
  font-weight:800;
  color:#334155;
}
.et-home-page .et-inquiry-form input,
.et-home-page .et-inquiry-form select,
.et-home-page .et-inquiry-form textarea{
  width:100%;
  border:1px solid var(--et-border);
  border-radius:14px;
  padding:13px 14px;
  background:#fff;
  color:var(--et-text);
  font:inherit;
  outline:none;
}
.et-home-page .et-inquiry-form textarea{
  resize:vertical;
  min-height:120px;
}
.et-home-page .et-inquiry-form__full{
  grid-column:1/-1;
}
.et-home-page .et-inquiry-form__submit{
  width:100%;
  min-height:48px;
  align-self:end;
}

.et-home-page .et-footer__socials{
  display:flex;
  gap:10px;
  margin-top:16px;
}
.et-home-page .et-footer__socials a{
  width:36px;
  height:36px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.06);
  color:#fff;
}
.et-home-page .et-footer__bottom-links{
  display:flex;
  gap:16px;
  align-items:center;
}

.et-home-page .et-popup{
  position:fixed;
  inset:0;
  z-index:60;
  display:none;
  align-items:center;
  justify-content:center;
  padding:16px;
}
.et-home-page .et-popup.is-open{
  display:flex;
}
.et-home-page .et-popup__backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,8,23,.36);
  backdrop-filter:blur(6px);
}
.et-home-page .et-popup__panel{
  position:relative;
  z-index:1;
  width:min(640px, calc(100vw - 24px));
  max-height:calc(100vh - 24px);
  background:#fff;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 36px 100px rgba(2,8,23,.28);
  display:grid;
  grid-template-columns:minmax(0,.44fr) minmax(0,.56fr);
  isolation:isolate;
}
.et-home-page .et-popup__media{
  min-height:240px;
  background:linear-gradient(135deg,#0b1d3a,#1463ff);
}
.et-home-page .et-popup__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.et-home-page .et-project-card__media .et-fallback-card,
.et-home-page .et-portfolio-card__media .et-fallback-card,
.et-home-page .et-popup__media .et-fallback-card{
  width:100%;
  height:100%;
}
.et-home-page .et-popup__body{
  padding:56px 22px 22px;
  position:relative;
  display:flex;
  flex-direction:column;
  gap:12px;
  overflow:auto;
  background:linear-gradient(180deg, #f8fbff 0%, #f2f7fd 100%);
}
.et-home-page .et-popup__close{
  position:absolute;
  top:16px;
  right:16px;
  width:40px;
  height:40px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:#0f172a;
  cursor:pointer;
  z-index:3;
  display:grid;
  place-items:center;
  box-shadow:0 10px 24px rgba(2,8,23,.18);
  backdrop-filter:blur(6px);
  transition:transform .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease;
}
.et-home-page .et-popup__close:hover{
  background:rgba(255,255,255,.28);
  color:#0f172a;
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(2,8,23,.24);
}
.et-home-page .et-popup__eyebrow{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:8px 10px;
  border-radius:999px;
  background:#eff6ff;
  color:var(--et-blue);
  font-weight:900;
  font-size:12px;
}
.et-home-page .et-popup__body h3{
  margin:0;
  font-size:30px;
  line-height:1.06;
  letter-spacing:-.04em;
}
.et-home-page .et-popup__subtitle{
  color:var(--et-muted);
  font-weight:700;
}
.et-home-page .et-popup__price{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:10px 14px;
  border-radius:14px;
  background:#0f172a;
  color:#fff;
  font-weight:900;
}
.et-home-page .et-popup__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:auto;
}

.et-home-page .et-fallback-card{
  min-height:100%;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  padding:18px;
  color:#fff;
  background:linear-gradient(135deg,#0b1d3a 0%, #1463ff 100%);
}
.et-home-page .et-fallback-card__glow{
  position:absolute;
  inset:auto -10% -20% auto;
  width:220px;
  height:220px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 70%);
  pointer-events:none;
}
.et-home-page .et-fallback-card__content{
  position:relative;
  z-index:1;
}
.et-home-page .et-fallback-card__badge{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:rgba(255,255,255,.88);
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:900;
}
.et-home-page .et-fallback-card__title{
  margin-top:8px;
  font-size:22px;
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.04em;
}

.et-home-page .et-services-strip{
  background:#f8fbff;
  border-top:1px solid #e2e8f0;
  border-bottom:1px solid #e2e8f0;
  box-shadow:0 12px 28px rgba(15,23,42,.04);
}
.et-home-page .et-services-strip__inner{
  width:min(var(--et-max), calc(100vw - 96px));
  margin:0 auto;
  padding:22px 0;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:18px;
}
.et-home-page .et-service-mini{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:2px 0;
}
.et-home-page .et-service-mini__icon{
  width:38px;height:38px;
  border-radius:12px;
  background:linear-gradient(135deg,#e8f1ff 0%, #dbeafe 100%);
  color:var(--et-blue);
  display:grid;
  place-items:center;
  flex:0 0 auto;
}
.et-home-page .et-service-mini h3{
  margin:0;
  font-size:14px;
  line-height:1.1;
  color:#0f172a !important;
}
.et-home-page .et-service-mini p{
  margin:4px 0 0;
  color:#475569 !important;
  font-size:13px;
}

.et-home-page .et-section{
  padding:92px 0;
  background:
    radial-gradient(circle at 80% 12%, rgba(20,99,255,.08), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #edf4fb 58%, #e5eef8 100%);
}
.et-home-page .et-section--soft{
  background:
    radial-gradient(circle at 15% 20%, rgba(96,165,250,.10), transparent 30%),
    linear-gradient(180deg, #f6faff 0%, #eaf2fb 100%);
}
.et-home-page #pricing.et-section{
  background:
    radial-gradient(circle at 80% 12%, rgba(20,99,255,.08), transparent 30%),
    linear-gradient(180deg, #f7faff 0%, #edf4fb 58%, #e5eef8 100%);
}
.et-home-page #inquiry.et-section{
  background:
    radial-gradient(circle at 15% 20%, rgba(96,165,250,.10), transparent 30%),
    linear-gradient(180deg, #f6faff 0%, #eaf2fb 100%);
}
.et-home-page #portfolio.et-section{
  background:
    radial-gradient(circle at 15% 12%, rgba(96,165,250,.10), transparent 30%),
    linear-gradient(180deg, #f6faff 0%, #e8f1fa 100%);
}
.et-home-page #google-reviews.et-section{
  background:
    radial-gradient(circle at 15% 12%, rgba(96,165,250,.08), transparent 30%),
    linear-gradient(180deg, #f7faff 0%, #ecf3fb 100%);
}
.et-home-page .et-section:not(.et-section--dark){
  color:var(--et-text);
}
.et-home-page .et-section:not(.et-section--dark) h1,
.et-home-page .et-section:not(.et-section--dark) h2,
.et-home-page .et-section:not(.et-section--dark) h3,
.et-home-page .et-section:not(.et-section--dark) h4,
.et-home-page .et-section:not(.et-section--dark) h5,
.et-home-page .et-section:not(.et-section--dark) h6,
.et-home-page .et-section:not(.et-section--dark) .et-section__head h2,
.et-home-page .et-section:not(.et-section--dark) .et-section__label{
  color:#0f172a !important;
}
.et-home-page .et-section:not(.et-section--dark) p,
.et-home-page .et-section:not(.et-section--dark) li{
  color:#475569;
}
.et-home-page .et-section:not(.et-section--dark) .et-section__sub{
  color:#475569 !important;
}
.et-home-page .et-section:not(.et-section--dark) .et-section__label,
.et-home-page #what-we-do .et-section__label,
.et-home-page #portfolio .et-section__label,
.et-home-page #pricing .et-section__label,
.et-home-page #google-reviews .et-section__label,
.et-home-page #inquiry .et-section__label{
  color:#2563eb !important;
}
.et-home-page #what-we-do h2,
.et-home-page #portfolio h2,
.et-home-page #pricing h2,
.et-home-page #google-reviews h2,
.et-home-page #inquiry h2{
  color:#0f172a !important;
}
.et-home-page #what-we-do p,
.et-home-page #portfolio p,
.et-home-page #pricing p,
.et-home-page #google-reviews p,
.et-home-page #inquiry p{
  color:#475569 !important;
}
.et-home-page .et-section--soft .et-section__label{
  color:#6b86ad;
}
.et-home-page .et-section--soft h2,
.et-home-page .et-section--soft .et-section__sub{
  color:#0f172a;
}
.et-home-page .et-section--soft .et-card h3,
.et-home-page .et-section--soft .et-card li,
.et-home-page .et-section--soft .et-card .et-link,
.et-home-page .et-section--soft .et-portfolio-card__body h3,
.et-home-page .et-section--soft .et-portfolio-card__body p,
.et-home-page .et-section--soft .et-review-summary,
.et-home-page .et-section--soft .et-review-summary__copy,
.et-home-page .et-section--soft .et-review-card p,
.et-home-page .et-section--soft .et-review-card__name,
.et-home-page .et-section--soft .et-review-card__date,
.et-home-page .et-section--soft .et-inquiry-form label span{
  color:#0f172a;
}
.et-home-page .et-section--dark{
  background:linear-gradient(135deg, #061225 0%, #071427 100%);
  color:#fff;
}
.et-home-page .et-section__inner{
  width:min(var(--et-max), calc(100vw - 96px));
  margin:0 auto;
}
.et-home-page .et-section__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:900;
  color:#5b7ab8;
  margin-bottom:10px;
}
.et-home-page .et-section--dark .et-section__label{
  color:#8db8ff;
}
.et-home-page .et-section h2{
  margin:0;
  font-size:clamp(30px, 3.8vw, 48px);
  line-height:1.06;
  letter-spacing:-.04em;
  max-width:19ch;
  text-wrap:balance;
}
.et-home-page .et-section__head h2{
  max-width:18ch;
}
.et-home-page .et-section__sub{
  margin:14px 0 0;
  max-width:68ch;
  color:var(--et-muted);
  font-size:17px;
}
.et-home-page .et-section--dark .et-section__sub{
  color:rgba(232,239,255,.78);
}

.et-home-page .et-cards-4{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.et-home-page .et-card{
  background:#fff;
  border:1px solid var(--et-border);
  border-radius:18px;
  padding:20px;
  box-shadow:var(--et-shadow);
}
.et-home-page .et-card__icon{
  width:46px;height:46px;
  border-radius:14px;
  background:#edf5ff;
  display:grid;
  place-items:center;
  color:var(--et-blue);
  margin-bottom:16px;
  font-size:20px;
}
.et-home-page .et-card h3{
  margin:0;
  font-size:20px;
  line-height:1.15;
  letter-spacing:-.03em;
}
.et-home-page .et-card ul{
  margin:14px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
  color:#334155;
}
.et-home-page .et-card li{
  position:relative;
  padding-left:16px;
  font-size:14px;
  color:#334155;
}
.et-home-page .et-card li::before{
  content:"";
  position:absolute;
  left:0;top:.55em;
  width:7px;height:7px;
  border-radius:50%;
  background:var(--et-blue);
}
.et-home-page .et-card__link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:14px;
  font-weight:800;
  color:var(--et-blue);
  font-size:14px;
}
.et-home-page .et-card--highlight{
  background:linear-gradient(135deg, var(--et-blue) 0%, #0f4fd7 100%);
  color:#fff;
  border-color:transparent;
  box-shadow:0 24px 60px rgba(20,99,255,.26);
}
.et-home-page .et-card--highlight .et-card__icon{
  background:rgba(255,255,255,.15);
  color:#fff;
}
.et-home-page .et-card--highlight ul,
.et-home-page .et-card--highlight li{
  color:rgba(255,255,255,.88);
}
.et-home-page .et-card--highlight li::before{
  background:#fff;
}
.et-home-page .et-card--highlight .et-card__link{
  color:#fff;
}

.et-home-page .et-fallback-card{
  position:relative;
  width:100%;
  height:100%;
  min-height:100%;
  overflow:hidden;
  border-radius:inherit;
  display:flex;
  align-items:flex-end;
  padding:18px;
  color:#fff;
}
.et-home-page .et-fallback-card__glow{
  position:absolute;
  inset:-20%;
  background:
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.20), transparent 34%),
    radial-gradient(circle at 18% 78%, rgba(255,255,255,.08), transparent 30%);
  pointer-events:none;
}
.et-home-page .et-fallback-card__content{
  position:relative;
  z-index:1;
  display:grid;
  gap:10px;
}
.et-home-page .et-fallback-card__badge{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
}
.et-home-page .et-fallback-card__title{
  font-size:22px;
  line-height:1.04;
  letter-spacing:-.04em;
  font-weight:900;
  max-width:12ch;
}

.et-home-page .et-tech-flow{
  margin-top:32px;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.et-home-page .et-tech-step{
  position:relative;
  padding:20px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
}
.et-home-page .et-tech-step__icon{
  width:44px;height:44px;
  border-radius:999px;
  background:rgba(20,99,255,.18);
  color:#7fb0ff;
  display:grid;
  place-items:center;
  margin-bottom:14px;
}
.et-home-page .et-tech-step h3{
  margin:0;
  font-size:16px;
  color:#fff;
}
.et-home-page .et-tech-step p{
  margin:8px 0 0;
  color:rgba(232,239,255,.74);
  font-size:14px;
}

.et-home-page .et-portfolio-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.et-home-page .et-section__aside{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.et-home-page .et-project-grid{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.et-home-page .et-project-tile{
  background:#fff;
  border:1px solid var(--et-border);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--et-shadow);
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.et-home-page .et-project-tile__media{
  aspect-ratio:16/10;
  background:linear-gradient(135deg,#0b1d3a,#14306b);
}
.et-home-page .et-project-tile__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.et-home-page .et-project-tile__fallback{
  width:100%;
  height:100%;
  display:flex;
  align-items:flex-end;
  padding:18px;
  background:linear-gradient(135deg,#0b1d3a 0%, #12306b 100%);
}
.et-home-page .et-project-tile__fallback span{
  color:#fff;
  font-weight:900;
  font-size:20px;
  max-width:11ch;
  line-height:1.05;
  letter-spacing:-.03em;
}
.et-home-page .et-project-tile__body{
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.et-home-page .et-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.et-home-page .et-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  background:#eff6ff;
  color:var(--et-blue);
  font-size:12px;
  font-weight:800;
}
.et-home-page .et-project-tile h3{
  margin:0;
  font-size:18px;
  line-height:1.12;
  letter-spacing:-.03em;
}
.et-home-page .et-muted{
  color:var(--et-muted);
}
.et-home-page .et-project-tile__cta{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--et-blue);
  font-weight:800;
}

.et-home-page .et-pricing-grid{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.et-home-page .et-pricing-card{
  background:#fff;
  border:1px solid var(--et-border);
  border-radius:18px;
  padding:22px;
  box-shadow:var(--et-shadow);
}
.et-home-page .et-pricing-card__head h3{
  margin:0;
  font-size:20px;
  line-height:1.12;
  letter-spacing:-.03em;
}
.et-home-page .et-pricing-card__price{
  margin-top:12px;
  font-size:34px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.05em;
  color:var(--et-text);
}
.et-home-page .et-pricing-card .et-list li{
  color:var(--et-text);
}
.et-home-page .et-pricing-card .et-list li::before{
  background:var(--et-blue);
}
.et-home-page .et-pricing-card .et-cta{
  margin-top:18px;
  width:100%;
}
.et-home-page .et-pricing-card.is-highlighted{
  background:linear-gradient(135deg, #0f4fd7 0%, #1463ff 100%);
  color:#fff;
  border-color:transparent;
  box-shadow:0 24px 60px rgba(20,99,255,.26);
}
.et-home-page .et-pricing-card.is-highlighted .et-pricing-card__price,
.et-home-page .et-pricing-card.is-highlighted .et-pricing-card__head h3,
.et-home-page .et-pricing-card.is-highlighted .et-list li{
  color:#fff;
}
.et-home-page .et-pricing-card.is-highlighted .et-list li::before{
  background:#fff;
}
.et-home-page .et-pricing-card.is-highlighted .et-cta{
  background:#fff;
  color:var(--et-blue);
}
.et-home-page .et-price{
  font-size:36px;
  line-height:1;
  letter-spacing:-.05em;
  font-weight:900;
  margin-top:12px;
}
.et-home-page .et-price small{
  font-size:14px;
  font-weight:700;
  color:inherit;
  opacity:.75;
}
.et-home-page .et-price-card{
  position:relative;
}
.et-home-page .et-price-card.is-highlighted{
  background:linear-gradient(135deg, #0f4fd7 0%, #1463ff 100%);
  color:#fff;
}
.et-home-page .et-price-card.is-highlighted .et-card__icon{
  background:rgba(255,255,255,.16);
  color:#fff;
}

.et-home-page .et-reviews-grid{
  margin-top:28px;
  display:grid;
  grid-template-columns: 320px minmax(0,1fr);
  gap:18px;
}
.et-home-page .et-rating-card{
  background:#fff;
  border:1px solid var(--et-border);
  border-radius:18px;
  padding:20px;
  box-shadow:var(--et-shadow);
}
.et-home-page .et-rating-card .score{
  font-size:52px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.06em;
}
.et-home-page .et-stars{
  color:#f59e0b;
  font-size:15px;
  letter-spacing:2px;
}
.et-home-page .et-review-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.et-home-page .et-review-card{
  background:#fff;
  border:1px solid var(--et-border);
  border-radius:18px;
  padding:18px;
  box-shadow:var(--et-shadow);
}
.et-home-page .et-review-card__head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}
.et-home-page .et-review-avatar{
  width:44px;height:44px;
  border-radius:999px;
  overflow:hidden;
  background:#eef4ff;
  display:grid;
  place-items:center;
  color:var(--et-blue);
  font-weight:900;
  flex:0 0 auto;
}
.et-home-page .et-review-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.et-home-page .et-review-card h3{
  margin:0;
  font-size:15px;
}
.et-home-page .et-review-card p{
  margin:12px 0 0;
  color:#334155;
}

.et-home-page .et-form-grid{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  align-items:end;
}
.et-home-page .et-field{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.et-home-page .et-field label{
  font-size:13px;
  font-weight:800;
  color:#334155;
}
.et-home-page .et-field input,
.et-home-page .et-field select,
.et-home-page .et-field textarea{
  width:100%;
  min-height:48px;
  padding:13px 14px;
  border-radius:14px;
  border:1px solid var(--et-border);
  background:#fff;
  color:var(--et-text);
  font:inherit;
  outline:none;
  transition:border-color .18s ease, box-shadow .18s ease;
}
.et-home-page .et-field textarea{min-height:120px; resize:vertical}
.et-home-page .et-field input:focus,
.et-home-page .et-field select:focus,
.et-home-page .et-field textarea:focus{
  border-color:rgba(20,99,255,.5);
  box-shadow:0 0 0 4px rgba(20,99,255,.10);
}
.et-home-page .et-form-grid .et-cta{
  min-height:48px;
  width:100%;
}

.et-home-page .et-final-cta{
  padding:72px 0;
  background:linear-gradient(135deg, #061225 0%, #071427 100%);
  color:#fff;
}
.et-home-page .et-final-cta__inner{
  width:min(var(--et-max), calc(100vw - 96px));
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.et-home-page .et-final-cta h2{
  margin:0;
  max-width:18ch;
  text-wrap:balance;
}
.et-home-page .et-final-cta p{
  margin:12px 0 0;
  max-width:68ch;
  color:rgba(232,239,255,.78);
}
.et-home-page .et-final-cta__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.et-home-page .et-footer{
  background:#061225;
  color:#dbe6fb;
  padding:60px 0 24px;
}
.et-home-page .et-footer__inner{
  width:min(var(--et-max), calc(100vw - 96px));
  margin:0 auto;
}
.et-home-page .et-footer__grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1fr;
  gap:24px;
}
.et-home-page .et-footer__grid > div{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.et-home-page .et-footer__grid > div a{
  display:block;
  margin:0;
  line-height:1.75;
}
.et-home-page .et-footer__grid > div a:last-child{
  margin-bottom:0;
}
.et-home-page .et-footer h3{
  margin:0 0 14px;
  font-size:16px;
  color:#fff;
}
.et-home-page .et-footer p,
.et-home-page .et-footer li,
.et-home-page .et-footer a{
  color:rgba(219,230,251,.84);
  font-size:14px;
  line-height:1.7;
}
.et-home-page .et-footer__grid a,
.et-home-page .et-footer__grid span{
  color:rgba(219,230,251,.84);
}
.et-home-page .et-footer ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}
.et-home-page .et-footer__brand{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.et-home-page .et-footer__logo{
  width:184px;
  max-width:100%;
  height:auto;
  display:block;
}
.et-home-page .et-footer__bottom{
  margin-top:32px;
  padding-top:18px;
  border-top:1px solid rgba(148,163,184,.22);
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  color:rgba(219,230,251,.68);
  font-size:13px;
}

.et-home-page .et-popup{
  position:fixed;
  inset:0;
  z-index:1200;
  display:none;
  align-items:center;
  justify-content:center;
  padding:16px;
  overflow:auto;
}
.et-home-page .et-popup.is-open{
  display:flex;
}
.et-home-page .et-popup__backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,8,23,.36);
  backdrop-filter:blur(6px);
}
.et-home-page .et-popup__panel{
  position:relative;
  z-index:1;
  width:min(640px, calc(100vw - 24px));
  max-height:calc(100vh - 24px);
  background:#f8fbff;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,.44fr) minmax(0,.56fr);
  box-shadow:0 30px 90px rgba(0,0,0,.28);
  isolation:isolate;
}
.et-home-page .et-popup__visual{
  position:relative;
  min-height:240px;
  padding:24px;
  color:#fff;
  background:
    radial-gradient(220px 220px at 82% 18%, rgba(255,255,255,.16), transparent 60%),
    radial-gradient(180px 180px at 28% 72%, rgba(20,99,255,.20), transparent 68%),
    linear-gradient(135deg,#061225 0%,#0b1d3a 58%,#1463ff 135%);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:14px;
  overflow:hidden;
}
.et-home-page .et-popup__visual::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:36px 36px;
  mask-image:linear-gradient(120deg, transparent 18%, rgba(0,0,0,.35) 50%, #000 100%);
  pointer-events:none;
}
.et-home-page .et-popup__visual-glow{
  position:absolute;
  inset:auto -20% -20% auto;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.14) 0%, rgba(255,255,255,0) 70%);
  pointer-events:none;
}
.et-home-page .et-popup__visual-badge{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#dbeafe;
  font-weight:900;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.et-home-page .et-popup__visual h3{
  position:relative;
  z-index:1;
  margin:0;
  font-size:30px;
  line-height:1.04;
  letter-spacing:-.04em;
  max-width:12ch;
}
.et-home-page .et-popup__visual-list{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.et-home-page .et-popup__visual-list span{
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:rgba(255,255,255,.90);
  border:1px solid rgba(255,255,255,.10);
  font-size:12px;
  font-weight:700;
}
.et-home-page .et-popup__body{
  position:relative;
  padding:56px 22px 22px;
  display:flex;
  flex-direction:column;
  gap:12px;
  overflow:auto;
  background:linear-gradient(180deg, #f8fbff 0%, #f2f7fd 100%);
}
.et-home-page .et-popup__body::-webkit-scrollbar{
  width:8px;
}
.et-home-page .et-popup__body::-webkit-scrollbar-thumb{
  background:#c8d7eb;
  border-radius:999px;
}
.et-home-page .et-popup__close{
  position:absolute;
  top:16px;
  right:16px;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:#0f172a;
  cursor:pointer;
  z-index:3;
  display:grid;
  place-items:center;
  box-shadow:0 10px 24px rgba(2,8,23,.18);
  backdrop-filter:blur(6px);
  transition:transform .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease;
}
.et-home-page .et-popup__close:hover{
  background:rgba(255,255,255,.28);
  color:#0f172a;
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(2,8,23,.24);
}
.et-home-page .et-popup__eyebrow{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:8px 10px;
  border-radius:999px;
  background:#eaf2ff;
  color:var(--et-blue);
  font-weight:900;
  font-size:12px;
}
.et-home-page .et-popup__body h3{
  margin:0;
  font-size:30px;
  line-height:1.04;
  letter-spacing:-.04em;
  color:#0f172a;
}
.et-home-page .et-popup__subtitle{
  color:#475569;
  font-weight:700;
}
.et-home-page .et-popup__body p{
  margin:0;
  color:#475569;
}
.et-home-page .et-popup__price{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:10px 14px;
  border-radius:14px;
  background:#0f172a;
  color:#fff;
  font-weight:900;
}
.et-home-page .et-popup__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:auto;
}
.et-home-page .et-popup__actions .et-cta{
  min-width:150px;
}
.et-home-page .et-popup__actions .et-cta--light{
  background:#fff;
}
.et-home-page .et-popup__body .et-cta{
  box-shadow:none;
}
.et-home-page .et-popup__media{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.et-home-page .et-fallback-card{
  min-height:100%;
  background:linear-gradient(135deg,#0b1d3a,#1463ff);
  color:#fff;
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
  padding:18px;
}
.et-home-page .et-fallback-card span{
  font-size:20px;
  font-weight:900;
  letter-spacing:-.03em;
  max-width:12ch;
}

.et-home-page .et-empty-state{
  margin-top:22px;
  padding:18px 20px;
  border:1px dashed rgba(100,116,139,.35);
  border-radius:16px;
  background:rgba(255,255,255,.6);
  color:var(--et-muted);
}

.et-home-page #cookie-banner{
  position:fixed;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:1250;
  width:min(1320px, calc(100vw - 40px));
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:16px;
  padding:16px 18px;
  border-radius:20px;
  background:rgba(6,18,37,.95);
  color:#eaf2ff;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 30px 80px rgba(2,8,23,.38);
  backdrop-filter:blur(12px);
}
.et-home-page #cookie-banner .et-cookie-banner__icon{
  width:44px;
  height:44px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, rgba(20,99,255,.22), rgba(96,165,250,.16));
  color:#9bc2ff;
  flex:0 0 auto;
}
.et-home-page #cookie-banner .et-cookie-banner__content{
  flex:1 1 auto;
  min-width:0;
}
.et-home-page #cookie-banner .et-cookie-banner__title{
  font-weight:900;
  font-size:16px;
  color:#fff;
  margin-bottom:4px;
}
.et-home-page #cookie-banner .et-cookie-banner__content p{
  margin:0;
  color:rgba(219,230,251,.84);
  font-size:14px;
  line-height:1.55;
}
.et-home-page #cookie-banner .et-cookie-banner__content a{
  color:#9bc2ff;
  text-decoration:underline;
}
.et-home-page #cookie-banner .et-cookie-banner__actions{
  display:flex;
  gap:10px;
  flex:0 0 auto;
  flex-wrap:wrap;
}
.et-home-page #cookie-banner button{
  height:40px;
  padding:0 14px;
  border-radius:12px;
  border:1px solid transparent;
  font-weight:800;
  cursor:pointer;
}
.et-home-page #cookie-accept-all{
  background:linear-gradient(135deg, var(--et-blue) 0%, #1673ff 48%, #0b54df 100%);
  color:#fff;
  box-shadow:0 12px 26px rgba(20,99,255,.24);
}
.et-home-page #cookie-necessary{
  background:rgba(255,255,255,.06);
  color:#fff;
  border-color:rgba(255,255,255,.14);
}

.et-home-page .et-portfolio-toolbar{
  margin-top:24px;
  display:grid;
  gap:14px;
}
.et-home-page .et-portfolio-toolbar__search{
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px 16px;
  border:1px solid var(--et-border);
  background:#fff;
  border-radius:16px;
  box-shadow:var(--et-shadow);
}
.et-home-page .et-portfolio-toolbar__search i{
  color:var(--et-muted);
}
.et-home-page .et-portfolio-toolbar__search input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:var(--et-text);
  font:inherit;
}
.et-home-page .et-filter-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.et-home-page .et-filter-chip{
  border:1px solid var(--et-border);
  background:#fff;
  color:var(--et-text);
  border-radius:999px;
  padding:10px 14px;
  font-weight:800;
  cursor:pointer;
  box-shadow:var(--et-shadow);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.et-home-page .et-filter-chip:hover{
  transform:translateY(-1px);
  border-color:rgba(20,99,255,.24);
}
.et-home-page .et-filter-chip.is-active{
  background:linear-gradient(135deg, var(--et-blue) 0%, #1673ff 48%, #0b54df 100%);
  color:#fff;
  border-color:transparent;
  box-shadow:0 16px 30px rgba(20,99,255,.22);
}

.et-home-page .et-contact-panel-links{
  margin-top:14px;
  display:grid;
  gap:10px;
}
.et-home-page .et-contact-panel-links a,
.et-home-page .et-contact-panel-links span{
  display:flex;
  align-items:center;
  gap:10px;
  color:#eaf2ff;
  font-weight:700;
}
.et-home-page .et-contact-panel-links i{
  color:#60a5fa;
}

.et-home-page .et-contact-layout{
  margin-top:28px;
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:18px;
}
.et-home-page .et-contact-summary ul{
  margin-top:12px;
}
.et-home-page .et-contact-form-card{
  padding:24px;
}
.et-home-page .et-contact-form{
  display:flex;
  flex-direction:column;
  gap:18px;
}
.et-home-page .et-contact-form__grid{
  margin-top:0;
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.et-home-page .et-contact-form__full{
  grid-column:1/-1;
}
.et-home-page .et-contact-form__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.et-home-page .et-form-message{
  padding:14px 16px;
  border-radius:16px;
  font-weight:700;
  border:1px solid var(--et-border);
}
.et-home-page .et-form-message[data-kind="pending"]{
  background:#eef4fb;
  color:#0f172a;
}
.et-home-page .et-form-message[data-kind="success"]{
  background:#ecfdf5;
  color:#065f46;
  border-color:#bbf7d0;
}
.et-home-page .et-form-message[data-kind="error"]{
  background:#fef2f2;
  color:#b91c1c;
  border-color:#fecaca;
}

.et-home-page .et-intake-types{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.et-home-page .et-intake-type-card{
  border:1px solid var(--et-border);
  background:#fff;
  border-radius:18px;
  padding:18px;
  text-align:left;
  box-shadow:var(--et-shadow);
  cursor:pointer;
  display:grid;
  gap:10px;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.et-home-page .et-intake-type-card:hover{
  transform:translateY(-2px);
  border-color:rgba(20,99,255,.22);
}
.et-home-page .et-intake-type-card__icon{
  width:46px;
  height:46px;
  border-radius:14px;
  background:#edf5ff;
  display:grid;
  place-items:center;
  font-size:20px;
}
.et-home-page .et-intake-type-card strong{
  margin:0;
  font-size:18px;
  line-height:1.1;
  color:#0f172a;
}
.et-home-page .et-intake-type-card span{
  color:var(--et-muted);
  font-size:14px;
  line-height:1.5;
}
.et-home-page .et-intake-type-card.is-active{
  background:linear-gradient(135deg, var(--et-blue) 0%, #1673ff 48%, #0b54df 100%);
  color:#fff;
  border-color:transparent;
  box-shadow:0 20px 50px rgba(20,99,255,.22);
}
.et-home-page .et-intake-type-card.is-active .et-intake-type-card__icon{
  background:rgba(255,255,255,.16);
  color:#fff;
}
.et-home-page .et-intake-type-card.is-active strong,
.et-home-page .et-intake-type-card.is-active span{
  color:#fff;
}

.et-home-page .et-intake-form-card{
  margin-top:28px;
  padding:24px;
  border:1px solid var(--et-border);
}
.et-home-page .et-intake-summary{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  padding:18px;
  background:linear-gradient(180deg, #f8fbff 0%, #f2f7fd 100%);
  border:1px solid var(--et-border);
  border-radius:18px;
}
.et-home-page .et-intake-summary h3{
  margin:6px 0 0;
  font-size:20px;
  line-height:1.1;
  color:var(--et-text);
}
.et-home-page .et-intake-summary p{
  margin:0;
  color:var(--et-muted);
  max-width:60ch;
}
.et-home-page .et-intake-schema-panels{
  margin-top:24px;
}
.et-home-page .et-intake-schema-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.et-home-page .et-intake-field{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.et-home-page .et-field__label{
  font-size:13px;
  font-weight:800;
  color:#334155;
}
.et-home-page .et-required{
  color:var(--et-blue);
}
.et-home-page .et-choice-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));
  gap:10px;
}
.et-home-page .et-choice{
  position:relative;
  border:1px solid var(--et-border);
  background:#fff;
  border-radius:16px;
  padding:12px 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  cursor:pointer;
  box-shadow:var(--et-shadow);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.et-home-page .et-choice input{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
}
.et-home-page .et-choice span{
  font-weight:700;
  color:var(--et-text);
  text-align:center;
}
.et-home-page .et-choice:has(input:checked){
  background:linear-gradient(135deg, var(--et-blue) 0%, #1673ff 48%, #0b54df 100%);
  color:#fff;
  border-color:transparent;
}
.et-home-page .et-choice:has(input:checked) span{
  color:#fff;
}
.et-home-page .et-intake-common-grid{
  margin-top:20px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.et-home-page .et-intake-common-grid--single{
  grid-template-columns:1fr;
}
.et-home-page .et-intake-success{
  margin-top:24px;
  padding:24px;
  border-radius:18px;
  background:linear-gradient(135deg, #061225 0%, #0b1d3a 100%);
  color:#fff;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--et-shadow-strong);
}
.et-home-page .et-intake-success__icon{
  width:52px;
  height:52px;
  border-radius:16px;
  background:rgba(255,255,255,.10);
  display:grid;
  place-items:center;
  margin-bottom:14px;
  color:#9bc2ff;
}
.et-home-page .et-intake-success p{
  color:rgba(232,239,255,.84);
  margin:8px 0 0;
}

@media (max-width: 1200px){
  .et-home-page .et-nav{display:none}
  .et-home-page .et-burger{display:inline-flex}
  .et-home-page .et-header__inner{
    width:min(var(--et-max), calc(100vw - 32px));
  }
  .et-home-page .et-hero__inner,
  .et-home-page .et-services-strip__inner,
  .et-home-page .et-section__inner,
  .et-home-page .et-final-cta__inner,
  .et-home-page .et-footer__inner{
    width:min(var(--et-max), calc(100vw - 32px));
  }
  .et-home-page .et-contact-layout,
  .et-home-page .et-intake-types{
    grid-template-columns:1fr;
  }
  .et-home-page .et-contact-form__grid,
  .et-home-page .et-intake-schema-grid{
    grid-template-columns:1fr;
  }
  .et-home-page .et-hero__inner,
  .et-home-page .et-reviews-grid,
  .et-home-page .et-popup__panel{
    grid-template-columns:1fr;
  }
  .et-home-page .et-hero__cards{
    min-height:430px;
  }
  .et-home-page .et-page-hero__inner{
    grid-template-columns:1fr;
  }
  .et-home-page .et-page-hero__panel{
    min-height:240px;
  }
  .et-home-page .et-service-buckets,
  .et-home-page .et-services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .et-home-page .et-services-strip__inner{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .et-home-page .et-cards-4,
  .et-home-page .et-portfolio-grid,
  .et-home-page .et-pricing-grid,
  .et-home-page .et-review-cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .et-home-page .et-products-preview__layout{
    grid-template-columns:1fr;
  }
  .et-home-page .et-products-preview__side{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .et-home-page .et-products-preview__mini a{
    grid-template-columns:112px minmax(0,1fr);
  }
  .et-home-page .et-inquiry-form,
  .et-home-page .et-flow{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .et-home-page .et-flow__line{display:none}
  .et-home-page .et-footer__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .et-home-page #cookie-banner{
    width:min(100%, calc(100vw - 32px));
  }
}

@media (max-width: 760px){
  .et-home-page .et-topbar__inner{
    flex-wrap:nowrap;
    justify-content:center;
    text-align:center;
    width:min(var(--et-max), calc(100vw - 20px));
    gap:8px;
    overflow:hidden;
  }
  .et-home-page .et-topbar__actions{
    width:auto;
    justify-content:flex-end;
    gap:8px;
    flex:0 0 auto;
    position:static;
    transform:none;
  }
  .et-home-page .et-topbar__msg{
    font-size:11px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    max-width:calc(100vw - 128px);
  }
  .et-home-page .et-topbar__msg strong{
    display:none;
  }
  .et-home-page .et-topbar__msg::before{
    content:"Промоция:";
    margin-right:6px;
    font-weight:700;
  }
  .et-home-page .et-topbar__badge{
    width:18px;
    height:18px;
    font-size:9px;
    flex:0 0 auto;
  }
  .et-home-page .et-topbar__btn{
    min-width:48px;
    padding:0 9px;
  }
  .et-home-page .et-topbar__close{
    width:22px;
    height:22px;
  }
  .et-home-page .et-header__inner{
    min-height:64px;
    width:min(var(--et-max), calc(100vw - 20px));
    gap:14px;
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
  }
  .et-home-page .et-brand{
    grid-column:2;
    justify-self:center;
    min-width:0;
  }
  .et-home-page .et-brand__img{
    width:150px;
    max-width:150px;
  }
  .et-home-page .et-header__right{
    grid-column:3;
    justify-self:end;
    gap:8px;
  }
  .et-home-page .et-header__right .et-cta{
    display:none;
  }
  .et-home-page .et-phone{display:none}
  .et-home-page .et-hero{
    padding:56px 0 48px;
  }
  .et-home-page .et-hero__inner{
    width:min(var(--et-max), calc(100vw - 20px));
    gap:22px;
  }
  .et-home-page .et-hero h1{
    max-width:none;
    font-size:clamp(38px, 10vw, 52px);
    line-height:1.02;
  }
  .et-home-page .et-lead{font-size:16px}
  .et-home-page .et-hero__points{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .et-home-page .et-project-stack{
    display:block;
    height:auto;
    padding-top:0;
  }
  .et-home-page .et-hero__cards{
    min-height:auto;
    margin-top:28px;
  }
  .et-home-page .et-page-hero{
    padding:56px 0 44px;
  }
  .et-home-page .et-page-hero__panel{
    min-height:220px;
  }
  .et-home-page .et-page-hero__panel-value{
    max-width:none;
    font-size:clamp(1.35rem, 5.8vw, 2rem);
  }
  .et-home-page .et-page-hero__panel-text{
    font-size:14px;
  }
  .et-home-page .et-service-buckets,
  .et-home-page .et-services-grid{
    grid-template-columns:1fr;
  }
  .et-home-page .et-portfolio-toolbar__search{
    padding:12px 14px;
  }
  .et-home-page .et-filter-chips{
    gap:8px;
  }
  .et-home-page .et-filter-chip{
    padding:9px 12px;
    font-size:13px;
  }
  .et-home-page .et-intake-types{
    grid-template-columns:1fr;
  }
  .et-home-page .et-intake-summary{
    flex-direction:column;
  }
  .et-home-page .et-contact-form__actions{
    flex-direction:column;
  }
  .et-home-page .et-contact-form__actions .et-cta{
    width:100%;
    justify-content:center;
  }
  .et-home-page .et-contact-layout{
    grid-template-columns:1fr;
  }
  .et-home-page .et-contact-cards .et-card,
  .et-home-page .et-intake-type-card{
    width:100%;
  }
  .et-home-page .et-project-card{
    position:relative !important;
    top:auto !important;
    right:auto !important;
    left:auto !important;
    bottom:auto !important;
    transform:none !important;
    width:100% !important;
    margin:0;
    border-radius:18px;
  }
  .et-home-page .et-project-card--hero-left,
  .et-home-page .et-project-card--hero-right{
    display:none !important;
  }
  .et-home-page .et-project-card--hero-main{
    display:block !important;
    width:100% !important;
  }
  .et-home-page .et-project-card__media{
    aspect-ratio:16/10;
  }
  .et-home-page .et-service-card__footer,
  .et-home-page .et-cta-band{
    flex-direction:column;
    align-items:flex-start;
  }
  .et-home-page .et-service-card__footer{
    gap:10px;
  }
  .et-home-page .et-service-card__media{
    aspect-ratio:16/10;
  }
  .et-home-page .et-services-strip__inner{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .et-home-page .et-cards-4,
  .et-home-page .et-portfolio-grid,
  .et-home-page .et-pricing-grid,
  .et-home-page .et-review-cards,
  .et-home-page .et-inquiry-form,
  .et-home-page .et-flow,
  .et-home-page .et-footer__grid{
    grid-template-columns:1fr;
  }
  .et-home-page .et-products-preview__layout{
    gap:14px;
  }
  .et-home-page .et-products-preview__side{
    grid-template-columns:1fr;
  }
  .et-home-page .et-products-preview__mini a{
    grid-template-columns:1fr;
  }
  .et-home-page .et-products-preview__mini-media{
    aspect-ratio:16/9;
    min-height:0;
  }
  .et-home-page .et-flow__line{display:none}
  .et-home-page .et-section{
    padding:56px 0;
  }
  .et-home-page .et-final-cta__inner{
    width:min(var(--et-max), calc(100vw - 20px));
    flex-direction:column;
    align-items:flex-start;
  }
  .et-home-page .et-popup{
    padding:14px;
  }
  .et-home-page .et-popup__panel{
    width:min(100%, 520px);
    max-height:calc(100vh - 28px);
  }
  .et-home-page .et-popup__visual{
    min-height:180px;
  }
  .et-home-page .et-popup__body{
    background:linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%);
  }
  .et-home-page .et-popup__body{
    padding:48px 18px 18px;
  }
  .et-home-page .et-popup__close{
    top:12px;
    right:12px;
    width:36px;
    height:36px;
  }
  .et-home-page .et-popup__body h3{font-size:24px}
  .et-home-page #cookie-banner{
    left:12px;
    right:12px;
    bottom:12px;
    width:min(100%, calc(100vw - 24px));
    flex-direction:column;
    align-items:flex-start;
  }
  .et-home-page #cookie-banner .et-cookie-banner__actions{
    width:100%;
  }
  .et-home-page #cookie-banner button{
    width:100%;
  }
}
