@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #07131f;
  --navy-2: #0b1d2d;
  --ink: #10202f;
  --muted: #607181;
  --line: #dce5e9;
  --paper: #f5f8f8;
  --white: #fff;
  --teal: #19b997;
  --teal-light: #34dab6;
  --blue: #2874eb;
  --amber: #e9a23b;
  --radius: 18px;
  --shadow: 0 28px 80px rgba(4, 18, 29, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.awo-modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.awo-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.awo-header { position: absolute; inset: 0 0 auto; z-index: 20; color: #fff; border-bottom: 1px solid rgba(255,255,255,.11); }
.awo-header__inner { height: 88px; display: flex; align-items: center; gap: 32px; }
.awo-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.awo-brand img { display: block; width: 194px; height: auto; filter: brightness(0) invert(1); }
.awo-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.awo-nav a { color: rgba(255,255,255,.74); font-size: 14px; font-weight: 600; transition: color .2s ease; }
.awo-nav a:hover { color: #fff; }
.awo-header__actions { display: flex; align-items: center; gap: 22px; }
.awo-menu { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: none; }
.awo-menu span { display: block; height: 2px; margin: 4px 0; background: #fff; }
.awo-mobile-nav { padding: 16px 24px 22px; color: #fff; background: #0b1d2d; border-top: 1px solid rgba(255,255,255,.1); }
.awo-mobile-nav a, .awo-mobile-nav button { display: block; width: 100%; padding: 12px 0; color: #fff; text-align: left; border: 0; background: transparent; }

.awo-button { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; padding: 0 21px; border: 0; border-radius: 9px; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.awo-button:hover { transform: translateY(-2px); }
.awo-button--primary { color: #041511; background: var(--teal-light); box-shadow: 0 10px 25px rgba(37, 211, 174, .17); }
.awo-button--primary:hover { background: #58e6c8; box-shadow: 0 13px 30px rgba(37, 211, 174, .23); }
.awo-button--login { color: var(--navy); background: #fff; border: 1px solid #fff; box-shadow: 0 5px 18px rgba(0,0,0,.18); }
.awo-button--login:hover { color: var(--navy); background: #e8faf5; border-color: var(--teal-light); }
.awo-button:focus-visible { outline: 3px solid var(--teal-light); outline-offset: 4px; }
.awo-mobile-nav .awo-button { display: flex; margin-top: 10px; padding: 12px 21px; text-align: center; }
.awo-mobile-nav .awo-button--login { color: var(--navy); background: #fff; border: 1px solid #fff; }
.awo-mobile-nav .awo-button--primary { color: #041511; background: var(--teal-light); }
.awo-button--large { min-height: 55px; padding: 0 29px; border-radius: 11px; font-size: 15px; }
.awo-button--light { color: var(--navy); background: #fff; }
.awo-button--quiet { color: var(--ink); background: #e8edef; }
.awo-button:disabled { opacity: .55; cursor: wait; transform: none; }
.awo-text-link { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.8); font-size: 14px; font-weight: 600; }
.awo-text-link span { color: var(--teal-light); font-size: 18px; }

.awo-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #7ce6cf; font: 700 11px/1.2 "Manrope", sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.awo-eyebrow > span { width: 25px; height: 2px; background: var(--teal-light); }
.awo-eyebrow--dark { color: #117f69; }
.awo-eyebrow--dark > span { background: var(--teal); }

.awo-hero { position: relative; overflow: hidden; padding: 174px 0 0; color: #fff; background: radial-gradient(circle at 70% 22%, rgba(21,116,154,.24), transparent 31%), linear-gradient(120deg, #06131f 0%, #0b1e2c 58%, #0b2730 100%); }
.awo-hero:before { position: absolute; inset: 0; content: ""; pointer-events: none; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, #000, transparent 55%); }
.awo-hero__glow { position: absolute; width: 490px; height: 490px; right: -190px; top: -180px; border-radius: 50%; border: 1px solid rgba(61,223,192,.13); box-shadow: 0 0 0 75px rgba(61,223,192,.025), 0 0 0 150px rgba(61,223,192,.02); }
.awo-hero__inner { position: relative; display: grid; grid-template-columns: .9fr 1.18fr; gap: 65px; align-items: center; padding-bottom: 97px; }
.awo-hero__copy { padding-top: 10px; }
.awo-hero h1, .awo-section h2, .awo-workflow h2, .awo-logs h2, .awo-cta h2 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -.045em; }
.awo-hero h1 { max-width: 610px; font-size: clamp(54px, 5.4vw, 78px); line-height: .99; font-weight: 700; }
.awo-hero h1 em, .awo-workflow h2 em { color: var(--teal-light); font-style: normal; }
.awo-hero__lead { max-width: 555px; margin: 27px 0 31px; color: #aebcc6; font-size: 18px; line-height: 1.7; }
.awo-hero__actions { display: flex; align-items: center; gap: 27px; }
.awo-hero__proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 46px; }
.awo-hero__proof span { color: #91a3af; font-size: 11px; letter-spacing: .04em; }
.awo-hero__proof b { margin-right: 3px; color: #d8e4e9; }

.awo-console { position: relative; transform: perspective(1200px) rotateY(-2deg); border: 1px solid rgba(255,255,255,.13); border-radius: 14px; overflow: hidden; background: #0a1825; box-shadow: 0 34px 90px rgba(0,0,0,.43); }
.awo-console:after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.04), transparent 28%); }
.awo-console__top { height: 43px; padding: 0 16px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.08); color: #77909f; font: 700 9px "Manrope", sans-serif; letter-spacing: .14em; }
.awo-console__dots { display: flex; gap: 5px; width: 55px; }
.awo-console__dots i { width: 6px; height: 6px; border-radius: 50%; background: #29404f; }
.awo-console__top > span { flex: 1; text-align: center; }
.awo-console__top > b { display: flex; align-items: center; gap: 6px; width: 55px; color: #53d7b9; font-size: 8px; }
.awo-console__top > b i { width: 6px; height: 6px; border-radius: 50%; background: #43d5b3; box-shadow: 0 0 9px #43d5b3; }
.awo-console__body { padding: 17px; }
.awo-console__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.awo-console__stats > div { min-height: 96px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.07); border-radius: 8px; background: #0d2030; }
.awo-console__stats span { display: block; color: #78909e; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.awo-console__stats strong { display: block; margin: 7px 0 3px; color: #eef6f8; font: 600 28px "Manrope", sans-serif; }
.awo-console__stats strong small { color: #516c7b; font-size: 14px; }
.awo-console__stats em { color: #708896; font-size: 9px; font-style: normal; }
.awo-console__stats em.good { color: #43d5b3; }.awo-console__stats em.warn { color: #e9a23b; }
.awo-console__main { display: grid; grid-template-columns: 1.42fr .9fr; gap: 10px; margin-top: 10px; }
.awo-chart, .awo-activity { min-height: 246px; padding: 15px; border: 1px solid rgba(255,255,255,.07); border-radius: 8px; background: #0d2030; }
.awo-chart { position: relative; overflow: hidden; }
.awo-chart__head, .awo-activity__head { display: flex; justify-content: space-between; color: #e0e9ec; font-size: 10px; font-weight: 600; }
.awo-chart__head small { color: #627b89; font-size: 8px; }
.awo-chart__grid { position: absolute; inset: 56px 15px 35px; display: flex; flex-direction: column; justify-content: space-between; }
.awo-chart__grid span { border-top: 1px dashed rgba(255,255,255,.075); }
.awo-chart svg { position: absolute; z-index: 1; left: 15px; right: 15px; bottom: 34px; width: calc(100% - 30px); height: 148px; overflow: visible; }
.awo-chart path.area { fill: url(#area); }.awo-chart path.line { fill: none; stroke: #38d2b1; stroke-width: 2.5; vector-effect: non-scaling-stroke; }
.awo-chart__labels { position: absolute; inset: auto 15px 13px; display: flex; justify-content: space-between; color: #506b79; font-size: 7px; }
.awo-activity__head i { width: 6px; height: 6px; border-radius: 50%; background: #3ed3b1; }
.awo-activity__item { display: grid; grid-template-columns: 26px 1fr auto; gap: 9px; align-items: center; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.awo-activity__item:last-child { border-bottom: 0; }
.awo-activity__item > b { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 7px; font-size: 8px; }
.awo-activity__item > b.blue { color: #82adff; background: rgba(48,112,232,.16); }.awo-activity__item > b.green { color: #4bd6b6; background: rgba(44,205,168,.13); }.awo-activity__item > b.amber { color: #efb35a; background: rgba(233,162,59,.13); }
.awo-activity__item p { margin: 0; min-width: 0; }.awo-activity__item p strong, .awo-activity__item p span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.awo-activity__item p strong { color: #c9d7dc; font-size: 8px; }.awo-activity__item p span, .awo-activity__item time { margin-top: 3px; color: #5c7583; font-size: 7px; }.awo-activity__item time { align-self: start; }
.awo-product-line { position: relative; border-top: 1px solid rgba(255,255,255,.08); background: rgba(3,13,21,.45); }
.awo-product-line .awo-shell { height: 67px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #718692; font: 600 11px "Manrope", sans-serif; letter-spacing: .07em; text-transform: uppercase; }
.awo-product-line i { width: 3px; height: 3px; border-radius: 50%; background: #25c6a3; }

.awo-section { padding: 116px 0 125px; background: var(--paper); }
.awo-section__heading { display: grid; grid-template-columns: 1.15fr .75fr; gap: 100px; align-items: end; margin-bottom: 54px; }
.awo-section__heading h2, .awo-logs h2 { max-width: 690px; font-size: clamp(39px, 4vw, 55px); line-height: 1.12; font-weight: 700; }
.awo-section__heading > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.awo-features { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: 0 22px 60px rgba(13,37,50,.06); }
.awo-feature { position: relative; min-height: 334px; padding: 38px 36px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.awo-feature:nth-child(3n) { border-right: 0; }.awo-feature:nth-last-child(-n+3) { border-bottom: 0; }
.awo-feature__number { position: absolute; top: 28px; right: 30px; color: #b9c6cc; font: 700 10px "Manrope", sans-serif; letter-spacing: .1em; }
.awo-feature__icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 30px; color: #167e6a; border: 1px solid #bfe9df; border-radius: 12px; background: #ecfaf7; font: 800 11px "Manrope", sans-serif; letter-spacing: .05em; }
.awo-feature h3 { margin: 0 0 13px; font: 700 24px "Manrope", sans-serif; letter-spacing: -.025em; }
.awo-feature p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.awo-feature ul { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 23px 0 0; padding: 0; list-style: none; }
.awo-feature--wide ul { grid-template-columns: 1fr 1fr; gap: 10px 12px; }
.awo-feature li { position: relative; padding-left: 19px; color: #365261; font-size: 12px; line-height: 1.55; }.awo-feature li:before { position: absolute; left: 0; content: "✓"; color: var(--teal); font-weight: 700; }
.awo-feature a { position: absolute; left: 36px; bottom: 32px; color: #167e6a; font-size: 12px; font-weight: 700; }.awo-feature a span { margin-left: 5px; }
.awo-feature a.awo-feature__more { position: static; display: inline-block; margin-top: 24px; }
.awo-feature--spectrum { background: linear-gradient(145deg, #fbfdfd, #eef6f7); }

.awo-workflow { padding: 125px 0; color: #fff; background: #071622; }
.awo-workflow__inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 112px; align-items: center; }
.awo-workflow h2 { font-size: clamp(47px, 4.6vw, 65px); line-height: 1.06; }
.awo-workflow__copy > p:not(.awo-eyebrow) { margin: 24px 0 39px; color: #93a8b3; font-size: 16px; line-height: 1.75; }
.awo-workflow ol { margin: 0; padding: 0; list-style: none; }
.awo-workflow li { display: grid; grid-template-columns: 38px 1fr; gap: 17px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); }
.awo-workflow li > b { color: #39d0ae; font: 700 10px "Manrope", sans-serif; letter-spacing: .08em; }
.awo-workflow li strong, .awo-workflow li span { display: block; }.awo-workflow li strong { margin-bottom: 5px; font: 600 15px "Manrope", sans-serif; }.awo-workflow li span { color: #8298a4; font-size: 13px; line-height: 1.55; }
.awo-site-card { border: 1px solid rgba(255,255,255,.12); border-radius: 15px; overflow: hidden; background: #0c2130; box-shadow: var(--shadow); }
.awo-site-card__head { display: flex; justify-content: space-between; align-items: start; padding: 25px 27px; border-bottom: 1px solid rgba(255,255,255,.08); }
.awo-site-card__head small, .awo-site-card__head strong, .awo-site-card__head span { display: block; }.awo-site-card__head small { margin-bottom: 8px; color: #5e7a88; font: 700 8px "Manrope"; letter-spacing: .14em; }.awo-site-card__head strong { font: 600 22px "Manrope"; }.awo-site-card__head span { margin-top: 5px; color: #718996; font-size: 11px; }.awo-site-card__head em { padding: 6px 9px; color: #63ddc0; border: 1px solid rgba(68,217,181,.25); border-radius: 20px; background: rgba(56,211,175,.08); font: 700 8px "Manrope"; font-style: normal; letter-spacing: .08em; }
.awo-site-card__image { position: relative; height: 246px; overflow: hidden; background: radial-gradient(ellipse at 50% 110%, #22526a 0, #102f42 27%, #091b29 62%); }
.awo-site-card__image:after { position: absolute; inset: auto 0 0; height: 50%; content: ""; background: linear-gradient(168deg, transparent 48%, rgba(13,47,63,.95) 49%); }
.tower { position: absolute; z-index: 2; left: 50%; bottom: 0; width: 6px; height: 190px; transform: translateX(-50%); background: #89a2ac; clip-path: polygon(35% 0, 65% 0, 100% 100%, 0 100%); }
.tower:before, .tower:after { position: absolute; content: ""; left: 50%; width: 120px; height: 1px; background: #718d9b; transform-origin: center; }.tower:before { top: 70px; transform: translateX(-50%) rotate(30deg); }.tower:after { top: 70px; transform: translateX(-50%) rotate(-30deg); }
.tower i { position: absolute; left: 50%; width: 80px; height: 1px; background: #6e8b99; transform: translateX(-50%); }.tower i:nth-child(1){top:38px}.tower i:nth-child(2){top:78px}.tower i:nth-child(3){top:118px}.tower i:nth-child(4){top:158px}
.pulse { position: absolute; z-index: 1; left: 50%; top: 48px; border: 1px solid rgba(73,218,186,.25); border-radius: 50%; transform: translate(-50%,-50%); }.pulse.p1 { width: 130px; height: 70px; }.pulse.p2 { width: 235px; height: 125px; }
.awo-site-card__metrics { display: grid; grid-template-columns: repeat(3, 1fr); padding: 22px 27px; border-top: 1px solid rgba(255,255,255,.08); }.awo-site-card__metrics div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.08); }.awo-site-card__metrics div:first-child { padding-left: 0; border: 0; }.awo-site-card__metrics span, .awo-site-card__metrics b { display: block; }.awo-site-card__metrics span { color: #607a88; font-size: 9px; }.awo-site-card__metrics b { margin-top: 7px; color: #d8e5e9; font-size: 12px; }
.awo-site-card__foot { display: flex; justify-content: space-between; padding: 16px 27px; color: #67808e; border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; }.awo-site-card__foot span i { display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: #3cd0ae; }.awo-site-card__foot b { color: #51d4b6; }

.awo-logs { padding: 125px 0; background: #fff; }
.awo-logs__inner { display: grid; grid-template-columns: 1fr .85fr; gap: 105px; align-items: center; }
.awo-logs__copy > p:not(.awo-eyebrow) { margin: 25px 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.awo-pill-list { display: flex; flex-wrap: wrap; gap: 8px; }.awo-pill-list span { padding: 8px 11px; color: #315664; border: 1px solid #d5e4e7; border-radius: 20px; background: #f5f9f9; font-size: 10px; font-weight: 600; }
.awo-logs__visual { padding: 30px; border-radius: 24px; background: #edf4f4; }
.awo-log-sheet { overflow: hidden; border: 1px solid #d6e2e5; border-radius: 13px; background: #fff; box-shadow: 0 22px 50px rgba(9,37,48,.12); }
.awo-log-sheet__head { display: flex; align-items: center; justify-content: space-between; padding: 22px 23px; border-bottom: 1px solid #e1eaec; }.awo-log-sheet__head small, .awo-log-sheet__head strong { display: block; }.awo-log-sheet__head small { margin-bottom: 6px; color: #78909a; font: 700 8px "Manrope"; letter-spacing: .12em; }.awo-log-sheet__head strong { font: 700 16px "Manrope"; }.awo-log-sheet__head > span { padding: 6px 8px; color: #8c671c; border-radius: 20px; background: #fff5dc; font-size: 8px; font-weight: 700; }
.awo-log-row { display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; align-items: center; padding: 19px 23px; border-bottom: 1px solid #e7edef; }.awo-log-row > i { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; font-size: 11px; font-style: normal; }.awo-log-row > i.ok { color: #13826b; background: #e3f8f2; }.awo-log-row > i.warn { color: #9b6715; background: #fff1d4; }.awo-log-row b, .awo-log-row span { display: block; }.awo-log-row b { font-size: 11px; }.awo-log-row span { margin-top: 4px; color: #84959d; font-size: 8px; }.awo-log-row em { color: #6e858f; font-size: 8px; font-style: normal; }
.awo-log-sign { display: flex; justify-content: space-between; padding: 20px 23px; background: #f7fafa; font-size: 9px; }.awo-log-sign span { color: #6f848e; }.awo-log-sign b { color: #147c68; }

.awo-cta { color: #fff; background: linear-gradient(110deg, #0c6f67, #139780 65%, #22ad91); }
.awo-cta__inner { min-height: 258px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.awo-cta .awo-eyebrow { color: #b2f4e4; }.awo-cta .awo-eyebrow > span { background: #b2f4e4; }.awo-cta h2 { max-width: 760px; font-size: clamp(36px, 4vw, 52px); line-height: 1.12; }

.awo-footer { color: #80929d; background: #06121c; }
.awo-footer__top { min-height: 160px; display: grid; grid-template-columns: 220px 1fr auto; gap: 40px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.08); }
.awo-brand--footer img { width: 174px; }.awo-footer__top p { max-width: 390px; color: #6f838f; font-size: 12px; }.awo-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }.awo-footer nav a { font-size: 11px; font-weight: 600; }.awo-footer nav a:hover { color: #fff; }
.awo-footer__legal { min-height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #526875; font-size: 9px; line-height: 1.5; }

.awo-modal[hidden] { display: none; }
.awo-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.awo-modal__scrim { position: absolute; inset: 0; background: rgba(3,13,21,.78); backdrop-filter: blur(6px); }
.awo-modal__dialog { position: relative; width: min(590px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 40px; border-radius: 18px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.38); }
.awo-modal__close { position: absolute; top: 17px; right: 18px; width: 34px; height: 34px; color: #60717b; border: 0; border-radius: 50%; background: #edf2f3; font-size: 23px; line-height: 1; cursor: pointer; }
.awo-modal h2 { margin: 0; font: 700 31px/1.15 "Manrope", sans-serif; letter-spacing: -.035em; }.awo-modal__intro { margin: 13px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.awo-modal__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.awo-modal__fields label { display: block; }.awo-modal__fields label > span { display: block; margin-bottom: 7px; color: #334955; font-size: 11px; font-weight: 700; }.awo-modal__fields small { color: #91a0a7; font-weight: 400; }.awo-modal__fields input { width: 100%; height: 45px; padding: 0 12px; color: var(--ink); border: 1px solid #cedadd; border-radius: 8px; outline: none; }.awo-modal__fields input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(25,185,151,.12); }
.awo-modal__actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 25px; }.awo-modal__status { margin: 0 0 18px; padding: 11px 13px; border-radius: 8px; font-size: 12px; }.awo-modal__status.is-loading { color: #355969; background: #edf5f6; }.awo-modal__status.is-error { color: #8a2d27; background: #fff0ee; }.awo-modal__status.is-success { color: #0f6c58; background: #e7f8f3; }
.bot-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

@media (max-width: 1050px) {
  .awo-nav { display: none; }.awo-menu { display: block; margin-left: auto; }.awo-header__actions { margin-left: 0; }
  .awo-hero__inner { grid-template-columns: 1fr; }.awo-hero__copy { max-width: 680px; }.awo-console { transform: none; }
  .awo-section__heading { gap: 45px; }.awo-feature { padding-inline: 28px; }.awo-feature a { left: 28px; }
  .awo-workflow__inner, .awo-logs__inner { gap: 55px; }.awo-footer__top { grid-template-columns: 190px 1fr; }.awo-footer nav { grid-column: 1 / -1; justify-content: flex-start; padding-bottom: 30px; }
}

@media (max-width: 760px) {
  .awo-shell { width: min(100% - 32px, 1180px); }.awo-header__inner { height: 76px; }.awo-brand img { width: 157px; }.awo-header__actions .awo-login, .awo-header__actions .awo-button { display: none; }
  .awo-hero { padding-top: 132px; }.awo-hero__inner { gap: 55px; padding-bottom: 65px; }.awo-hero h1 { font-size: clamp(46px, 14vw, 66px); }.awo-hero__lead { font-size: 16px; }.awo-hero__actions { align-items: flex-start; flex-direction: column; }.awo-hero__proof { gap: 12px 20px; margin-top: 35px; }
  .awo-console__stats { grid-template-columns: 1fr; }.awo-console__stats > div { min-height: 84px; }.awo-console__main { grid-template-columns: 1fr; }.awo-activity { min-height: auto; }.awo-product-line .awo-shell { height: auto; padding-block: 22px; flex-wrap: wrap; justify-content: center; }.awo-product-line i { display: none; }
  .awo-section, .awo-workflow, .awo-logs { padding: 83px 0; }.awo-section__heading, .awo-workflow__inner, .awo-logs__inner { grid-template-columns: 1fr; }.awo-section__heading { gap: 22px; }.awo-features { grid-template-columns: 1fr; }.awo-feature, .awo-feature:nth-child(3n), .awo-feature:nth-last-child(-n+3) { border-right: 0; border-bottom: 1px solid var(--line); }.awo-feature:last-child { border-bottom: 0; }
  .awo-workflow__inner { gap: 55px; }.awo-logs__inner { gap: 55px; }.awo-logs__visual { order: 2; padding: 14px; }.awo-log-sheet__head, .awo-log-row, .awo-log-sign { padding-inline: 15px; }
  .awo-cta__inner { min-height: 330px; align-items: flex-start; justify-content: center; flex-direction: column; }.awo-footer__top { grid-template-columns: 1fr; gap: 18px; padding: 48px 0 30px; }.awo-footer nav { padding: 0; }.awo-footer__legal { align-items: flex-start; flex-direction: column; justify-content: center; padding: 25px 0; }
  .awo-modal__dialog { padding: 34px 22px 25px; }.awo-modal__fields { grid-template-columns: 1fr; }.awo-modal__actions { flex-direction: column-reverse; }.awo-modal__actions .awo-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *:before, *:after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
