.iw-express {
  --iwx-blue: #0088cc;
  --iwx-blue-deep: #075d91;
  --iwx-cyan: #17b7df;
  --iwx-green: #20b968;
  --iwx-ink: #17384a;
  --iwx-text: #4a6574;
  --iwx-line: #dceaf0;
  --iwx-soft: #f2f9fc;
  --iwx-white: #fff;
  overflow: hidden;
  color: var(--iwx-text);
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
}
.iw-express *, .iw-express *:before, .iw-express *:after { box-sizing: border-box; }
.iw-express .container:before,
.iw-express .container:after { content: none; display: none; }
.iw-express h1, .iw-express h2, .iw-express h3, .iw-express p { margin-top: 0; }
.iw-express h1, .iw-express h2, .iw-express h3 { color: var(--iwx-ink); }
.iw-express-hero {
  position: relative;
  padding: 82px 0 76px;
  background: radial-gradient(circle at 12% 15%, rgba(23,183,223,.16), transparent 34%), linear-gradient(135deg, #f8fdff 0%, #e9f7fc 100%);
}
.iw-express-hero:after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  border: 72px solid rgba(0,136,204,.07);
  border-radius: 50%;
}
.iw-express-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: 62px; }
.iw-express-hero__grid > * { min-width: 0; max-width: 100%; }
.iw-express-kicker,
.iw-express-heading > span,
.iw-express-final__inner > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
  color: var(--iwx-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.iw-express-kicker { padding: 8px 13px; border: 1px solid rgba(0,136,204,.2); border-radius: 999px; background: rgba(255,255,255,.72); }
.iw-express-hero h1 { max-width: 620px; margin-bottom: 20px; font-size: clamp(40px, 4.8vw, 66px); font-weight: 800; line-height: 1.02; letter-spacing: -.045em; }
.iw-express-hero__lead { max-width: 610px; margin-bottom: 24px; color: #3f5e6e; font-size: 19px; line-height: 1.68; }
.iw-express-offer { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-bottom: 25px; }
.iw-express-offer__trial { flex-basis: 100%; color: var(--iwx-green); font-size: 15px; font-weight: 800; }
.iw-express-offer__trial i { margin-right: 7px; }
.iw-express-offer strong { color: var(--iwx-ink); font-size: 34px; line-height: 1; }
.iw-express-offer__suffix { display: flex; flex-direction: column; justify-content: center; color: #607987; font-size: 14px; line-height: 1.3; text-align: left; }
.iw-express-btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 13px 24px; border: 0; border-radius: 12px; font-size: 15px; font-weight: 800; line-height: 1.2; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.iw-express-btn:hover, .iw-express-btn:focus { text-decoration: none; transform: translateY(-2px); }
.iw-express-btn--primary { color: #fff; background: linear-gradient(135deg, var(--iwx-blue-deep), var(--iwx-cyan)); box-shadow: 0 14px 30px rgba(0,113,170,.23); }
.iw-express-btn--primary:hover, .iw-express-btn--primary:focus { color: #fff; box-shadow: 0 18px 36px rgba(0,113,170,.3); }
.iw-express-btn--light { color: var(--iwx-blue-deep); background: #fff; box-shadow: 0 13px 28px rgba(1,55,85,.2); }
.iw-express-btn--light:hover, .iw-express-btn--light:focus { color: var(--iwx-blue); background: #f5fcff; }
.iw-express-hero__note { display: flex; align-items: center; gap: 7px; margin-top: 14px; color: #657d89; font-size: 12px; font-weight: 600; }
.iw-express-hero__note i { color: var(--iwx-green); }
.iw-express-photo-card { position: relative; padding: 12px; border: 1px solid rgba(0,136,204,.18); border-radius: 26px; background: rgba(255,255,255,.78); box-shadow: 0 28px 70px rgba(15,86,118,.2); transform: rotate(1.2deg); }
.iw-express-photo-card:before { content: ""; position: absolute; inset: 28px -18px -18px 34px; z-index: -1; border-radius: 26px; background: linear-gradient(135deg, rgba(23,183,223,.24), rgba(32,185,104,.16)); }
.iw-express-photo-card img { display: block; width: 100%; max-width: 100%; height: 480px; border-radius: 18px; object-fit: cover; object-position: 58% center; }
.iw-express-photo-card__badge { position: absolute; left: 31px; bottom: 31px; display: inline-flex; align-items: center; gap: 9px; padding: 13px 17px; border-radius: 13px; color: #0a7141; background: rgba(255,255,255,.94); box-shadow: 0 12px 30px rgba(17,61,80,.2); font-size: 14px; font-weight: 800; }
.iw-express-photo-card__badge i { color: var(--iwx-green); }
.iw-express-proof { position: relative; z-index: 2; border-top: 1px solid var(--iwx-line); border-bottom: 1px solid var(--iwx-line); background: #fff; }
.iw-express-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.iw-express-proof__grid span { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 76px; padding: 15px; color: var(--iwx-ink); font-size: 13px; font-weight: 700; text-align: center; }
.iw-express-proof__grid span + span { border-left: 1px solid var(--iwx-line); }
.iw-express-proof__grid i { color: var(--iwx-green); }
.iw-express-section { padding: 92px 0; }
.iw-express-section--soft { background: var(--iwx-soft); }
.iw-express-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.iw-express-heading--left { margin-right: 0; margin-left: 0; text-align: left; }
.iw-express-heading h2, .iw-express-final h2 { margin-bottom: 16px; font-size: clamp(32px, 3.5vw, 46px); font-weight: 800; line-height: 1.1; letter-spacing: -.035em; }
.iw-express-heading p, .iw-express-final p { margin-bottom: 0; color: var(--iwx-text); font-size: 17px; line-height: 1.7; }
.iw-express-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.iw-express-step { position: relative; display: flex; gap: 18px; min-height: 190px; padding: 30px; border: 1px solid var(--iwx-line); border-radius: 19px; background: #fff; box-shadow: 0 16px 40px rgba(19,74,101,.08); }
.iw-express-step > b { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex: 0 0 44px; border-radius: 13px; color: #fff; background: linear-gradient(135deg, var(--iwx-blue), var(--iwx-cyan)); font-size: 18px; }
.iw-express-step h3 { margin: 4px 0 9px; font-size: 19px; font-weight: 800; }
.iw-express-step p { margin: 0; font-size: 14px; line-height: 1.65; }
.iw-express-center-action { margin-top: 34px; text-align: center; }
.iw-express-design { display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 65px; }
.iw-express-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.iw-express-feature { display: flex; gap: 14px; min-height: 146px; padding: 21px; border: 1px solid #d8eaf1; border-radius: 16px; background: rgba(255,255,255,.82); }
.iw-express-feature > i { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; flex: 0 0 40px; border-radius: 11px; color: var(--iwx-blue); background: #e3f4fb; font-size: 17px; }
.iw-express-feature h3 { margin: 2px 0 7px; font-size: 15px; font-weight: 800; line-height: 1.35; }
.iw-express-feature p { margin: 0; font-size: 13px; line-height: 1.58; }
.iw-express-mockup { position: relative; min-height: 510px; }
.iw-express-browser { position: absolute; top: 25px; right: 0; width: 96%; overflow: hidden; border: 8px solid #fff; border-radius: 20px; background: #fff; box-shadow: 0 28px 65px rgba(17,77,105,.22); transform: rotate(2deg); }
.iw-express-browser__bar { display: flex; align-items: center; gap: 6px; height: 35px; padding: 0 12px; background: #eaf2f5; }
.iw-express-browser__bar > i { width: 8px; height: 8px; border-radius: 50%; background: #b7ccd5; }
.iw-express-browser__bar span { min-width: 0; margin-left: 10px; overflow: hidden; color: #72909e; font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }
.iw-express-browser__nav { display: flex; align-items: center; gap: 11px; height: 52px; padding: 0 21px; }
.iw-express-browser__nav b { width: 75px; height: 13px; margin-right: auto; border-radius: 8px; background: var(--iwx-blue); }
.iw-express-browser__nav span { width: 29px; height: 5px; border-radius: 5px; background: #cbdbe2; }
.iw-express-browser__hero { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 220px; padding: 33px; background: linear-gradient(135deg, #e8f8fd, #f8fcfd); }
.iw-express-browser__hero > div { display: flex; flex-direction: column; justify-content: center; gap: 10px; padding-right: 24px; }
.iw-express-browser__hero b { width: 84%; height: 18px; border-radius: 9px; background: var(--iwx-blue-deep); }
.iw-express-browser__hero i { width: 100%; height: 7px; border-radius: 6px; background: #bdd4de; }
.iw-express-browser__hero i:nth-of-type(2) { width: 67%; }
.iw-express-browser__hero em { width: 82px; height: 26px; margin-top: 7px; border-radius: 7px; background: var(--iwx-green); }
.iw-express-browser__hero > span { border-radius: 16px; background: linear-gradient(145deg, #55c4e4, #0d75aa); box-shadow: inset 0 0 0 12px rgba(255,255,255,.2); }
.iw-express-browser__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 20px; }
.iw-express-browser__cards i { height: 65px; border: 1px solid #e2edf1; border-radius: 11px; background: #f6fafb; }
.iw-express-phone { position: absolute; right: -20px; bottom: 0; width: 145px; height: 280px; padding: 24px 13px 14px; border: 9px solid #133b4f; border-radius: 30px; background: #fff; box-shadow: 0 24px 55px rgba(15,59,81,.3); transform: rotate(-6deg); }
.iw-express-phone:before { content: ""; position: absolute; top: 8px; left: 50%; width: 42px; height: 5px; border-radius: 4px; background: #37586a; transform: translateX(-50%); }
.iw-express-phone span { display: block; height: 83px; margin-bottom: 15px; border-radius: 13px; background: linear-gradient(145deg, #50c3e2, #0d78ae); }
.iw-express-phone b { display: block; width: 80%; height: 10px; margin-bottom: 9px; border-radius: 5px; background: var(--iwx-blue-deep); }
.iw-express-phone i { display: block; width: 100%; height: 5px; margin-bottom: 7px; border-radius: 5px; background: #c7dae2; }
.iw-express-phone i:last-child { width: 67%; }
.iw-express-structure { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.iw-express-structure article { position: relative; overflow: hidden; min-height: 190px; padding: 27px; border: 1px solid var(--iwx-line); border-radius: 16px; background: radial-gradient(circle at 90% 18%, rgba(0,174,221,.09) 0 52px, transparent 53px), radial-gradient(circle at 90% 18%, transparent 0 68px, rgba(0,174,221,.07) 69px 70px, transparent 71px), linear-gradient(145deg, #fff 32%, #f5fbfd 100%); box-shadow: 0 8px 24px rgba(19,74,101,.035); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.iw-express-structure article:hover { border-color: rgba(0,136,204,.45); box-shadow: 0 16px 35px rgba(13,76,104,.1); transform: translateY(-3px); }
.iw-express-structure article > * { position: relative; z-index: 1; }
.iw-express-structure b { display: block; color: rgba(0,160,207,.32); font-size: 28px; font-weight: 800; line-height: 1; letter-spacing: .05em; transition: color .2s ease; }
.iw-express-structure article:hover b { color: rgba(0,145,198,.48); }
.iw-express-structure h3 { margin: 10px 0 9px; font-size: 19px; font-weight: 800; }
.iw-express-structure p { margin: 0; color: #667f8c; font-size: 14px; line-height: 1.65; }
.iw-express-section--audience { background: linear-gradient(135deg, #0a5f91, #078fc5); }
.iw-express-audience { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.iw-express-section--audience .iw-express-heading > span { color: #9ce7fb; }
.iw-express-section--audience .iw-express-heading h2, .iw-express-section--audience .iw-express-heading p { color: #fff; }
.iw-express-audience__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.iw-express-audience__grid span { display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; color: #fff; background: rgba(255,255,255,.09); font-size: 13px; font-weight: 700; }
.iw-express-audience__grid i { color: #8ff0b5; }
.iw-express-section--pricing { background: #edf8fc; }
.iw-express-pricing { display: grid; grid-template-columns: 1.1fr .7fr; align-items: center; gap: 75px; }
.iw-express-pricing__copy .iw-express-heading { margin-bottom: 26px; }
.iw-express-pricing__copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; margin: 0 0 22px; padding: 0; list-style: none; }
.iw-express-pricing__copy li { display: flex; gap: 9px; color: var(--iwx-ink); font-size: 13px; font-weight: 700; line-height: 1.5; }
.iw-express-pricing__copy li i { margin-top: 4px; color: var(--iwx-green); }
.iw-express-pricing__copy > small { display: block; color: #67808d; line-height: 1.55; }
.iw-express-price-card { position: relative; overflow: hidden; padding: 40px; border-radius: 24px; color: #fff; background: linear-gradient(145deg, #075b8f, #00a5d6); box-shadow: 0 28px 60px rgba(0,94,140,.25); }
.iw-express-price-card:after { content: ""; position: absolute; right: -75px; top: -80px; width: 210px; height: 210px; border: 38px solid rgba(255,255,255,.1); border-radius: 50%; }
.iw-express-price-card > span { display: inline-flex; position: relative; z-index: 1; margin-bottom: 24px; padding: 8px 12px; border-radius: 999px; color: #075b8f; background: #d8f9e6; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.iw-express-price-card > strong { display: block; position: relative; z-index: 1; color: #fff; font-size: clamp(38px, 5vw, 58px); line-height: 1; letter-spacing: -.05em; }
.iw-express-price-card > p { position: relative; z-index: 1; margin: 10px 0 0; color: rgba(255,255,255,.83); }
.iw-express-price-card__line { height: 1px; margin: 27px 0; background: rgba(255,255,255,.24); }
.iw-express-price-card .iw-express-price-card__promise { display: flex; gap: 8px; margin-bottom: 22px; font-size: 12px; font-weight: 600; line-height: 1.55; }
.iw-express-price-card__promise i { margin-top: 3px; color: #8ff0b5; }
.iw-express-price-card .iw-express-btn { position: relative; z-index: 1; width: 100%; }
.iw-express-section--faq { background: #fff; }
.iw-express-faq { max-width: 850px; margin: 0 auto; border-top: 1px solid var(--iwx-line); }
.iw-express-faq details { border-bottom: 1px solid var(--iwx-line); }
.iw-express-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 2px; color: var(--iwx-ink); font-size: 16px; font-weight: 800; cursor: pointer; list-style: none; }
.iw-express-faq summary::-webkit-details-marker { display: none; }
.iw-express-faq summary i { color: var(--iwx-blue); transition: transform .2s ease; }
.iw-express-faq details[open] summary i { transform: rotate(45deg); }
.iw-express-faq details p { max-width: 760px; margin: -4px 0 22px; color: var(--iwx-text); font-size: 14px; line-height: 1.75; }
.iw-express-final { padding: 88px 0; background: radial-gradient(circle at 15% 15%, rgba(255,255,255,.14), transparent 30%), linear-gradient(135deg, #064d78, #008fca); }
.iw-express-final__inner { max-width: 820px; text-align: center; }
.iw-express-final__inner > span { color: #a5eaff; }
.iw-express-final h2 { color: #fff; }
.iw-express-final p { max-width: 690px; margin: 0 auto 28px; color: rgba(255,255,255,.86); }
.iw-express-final small { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 16px; color: rgba(255,255,255,.76); font-size: 12px; }
.iw-express-final small i { color: #8ff0b5; }
@media (max-width: 991px) {
  .iw-express-hero { padding: 62px 0; }
  .iw-express-hero__grid, .iw-express-design, .iw-express-audience, .iw-express-pricing { grid-template-columns: minmax(0, 1fr); gap: 46px; }
  .iw-express-hero__copy { text-align: center; }
  .iw-express-hero h1, .iw-express-hero__lead { margin-right: auto; margin-left: auto; }
  .iw-express-offer { justify-content: center; }
  .iw-express-hero__note { justify-content: center; }
  .iw-express-photo-card { max-width: 700px; margin: 0 auto; transform: none; }
  .iw-express-photo-card img { height: 420px; }
  .iw-express-steps { grid-template-columns: 1fr; }
  .iw-express-step { min-height: 0; }
  .iw-express-heading--left { text-align: center; }
  .iw-express-mockup { width: min(650px, 100%); margin: 0 auto; }
  .iw-express-structure { grid-template-columns: 1fr 1fr; }
  .iw-express-pricing__copy ul { max-width: 720px; margin-right: auto; margin-left: auto; }
  .iw-express-price-card { width: min(520px, 100%); margin: 0 auto; }
}
@media (max-width: 767px) {
  .iw-express-hero { padding: 46px 0 50px; }
  .iw-express-hero__grid { gap: 34px; }
  .iw-express-hero h1 { font-size: 39px; }
  .iw-express-hero__lead { font-size: 16px; line-height: 1.6; }
  .iw-express-photo-card { padding: 8px; border-radius: 19px; }
  .iw-express-photo-card img { height: 310px; border-radius: 13px; object-position: 62% center; }
  .iw-express-photo-card__badge { left: 20px; bottom: 20px; }
  .iw-express-proof__grid { grid-template-columns: 1fr 1fr; }
  .iw-express-proof__grid span { min-height: 66px; padding: 12px 8px; font-size: 11px; }
  .iw-express-proof__grid span + span { border-left: 0; }
  .iw-express-proof__grid span:nth-child(even) { border-left: 1px solid var(--iwx-line); }
  .iw-express-proof__grid span:nth-child(n+3) { border-top: 1px solid var(--iwx-line); }
  .iw-express-section { padding: 66px 0; }
  .iw-express-heading { margin-bottom: 34px; }
  .iw-express-heading h2, .iw-express-final h2 { font-size: 31px; }
  .iw-express-heading p, .iw-express-final p { font-size: 15px; }
  .iw-express-step { padding: 24px; }
  .iw-express-feature-grid, .iw-express-structure, .iw-express-audience__grid, .iw-express-pricing__copy ul { grid-template-columns: 1fr; }
  .iw-express-feature { min-height: 0; }
  .iw-express-mockup { min-height: 390px; }
  .iw-express-browser { width: 100%; }
  .iw-express-browser__hero { min-height: 170px; padding: 20px; }
  .iw-express-phone { right: -5px; width: 112px; height: 220px; border-width: 7px; border-radius: 24px; }
  .iw-express-phone span { height: 58px; }
  .iw-express-structure article { min-height: 0; }
  .iw-express-price-card { padding: 32px 25px; }
  .iw-express-final { padding: 68px 0; }
}
@media (max-width: 420px) {
  .iw-express .container { width: 100%; padding-right: 18px; padding-left: 18px; }
  .iw-express-kicker { font-size: 10px; }
  .iw-express-hero h1 { font-size: 34px; }
  .iw-express-offer strong { font-size: 29px; }
  .iw-express-btn { width: 100%; }
  .iw-express-photo-card img { height: 245px; }
  .iw-express-photo-card__badge { padding: 10px 12px; font-size: 11px; }
  .iw-express-step { display: block; }
  .iw-express-step > b { margin-bottom: 15px; }
  .iw-express-mockup { min-height: 330px; }
  .iw-express-browser__nav { padding: 0 12px; }
  .iw-express-browser__nav span { display: none; }
  .iw-express-browser__hero { min-height: 150px; padding: 16px; }
  .iw-express-browser__cards { padding: 13px; }
  .iw-express-phone { width: 96px; height: 190px; }
}
@media (prefers-reduced-motion: reduce) {
  .iw-express *, .iw-express *:before, .iw-express *:after { scroll-behavior: auto !important; transition: none !important; }
}
