/*
 * 丝瓜视频 原创视觉系统
 * Palette: ocean navy / coral / paper cream / dusk blue
 */
:root {
  --ink: #0a1732;
  --ink-soft: #253251;
  --night: #071026;
  --night-2: #0d1e40;
  --coral: #ff8d79;
  --coral-dark: #df655d;
  --gold: #ffc978;
  --cream: #fff9f0;
  --paper: #fffdf9;
  --mist: #f1f5fa;
  --line: rgba(10, 23, 50, .12);
  --line-light: rgba(255, 255, 255, .17);
  --muted: #68738c;
  --white: #ffffff;
  --shadow-sm: 0 8px 20px rgba(10, 23, 50, .07);
  --shadow-md: 0 18px 45px rgba(10, 23, 50, .12);
  --shadow-lg: 0 28px 70px rgba(3, 14, 36, .24);
  --radius-xs: 10px;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --radius-pill: 999px;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --ease-in-out: cubic-bezier(.77, 0, .175, 1);
  --font-display: "Noto Serif SC", "Songti SC", "STSong", serif;
  --font-body: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.68;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { border: 0; }
button:focus-visible, a:focus-visible, input:focus-visible {
  outline: 3px solid rgba(255, 141, 121, .74);
  outline-offset: 3px;
}
::selection { color: var(--ink); background: var(--gold); }

.hw6lzut { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.ps8x0 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hrvmfb {
  position: absolute;
  z-index: 100;
  top: -80px;
  left: 20px;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--gold);
  border-radius: var(--radius-pill);
  transition: top .18s var(--ease-out);
}
.hrvmfb:focus { top: 12px; }

/* Header */
.j1msv294 { position: relative; z-index: 20; color: var(--ink); background: rgba(255, 253, 249, .98); }
.j1msv294.is-scrolled { box-shadow: 0 4px 25px rgba(10, 23, 50, .08); }
.gnomhx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  color: rgba(255, 255, 255, .9);
  background: var(--night);
  font-size: 12px;
  letter-spacing: .03em;
}
.gnomhx p { margin: 0; }
.gnomhx a { color: var(--gold); transition: opacity .18s; }
.gnomhx a:hover { opacity: .75; }
.y9u7oct {
  display: flex;
  align-items: center;
  width: min(1280px, calc(100% - 48px));
  min-height: 78px;
  margin: 0 auto;
  gap: 24px;
}
.iz9a0 { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 9px; }
.f19t506 { width: 38px; height: 38px; flex: 0 0 38px; }
.rsesw6ob { display: grid; line-height: 1; }
.rsesw6ob b { color: var(--ink); font-family: var(--font-display); font-size: 20px; letter-spacing: .03em; }
.rsesw6ob small { margin-top: 5px; color: var(--muted); font-family: Arial, sans-serif; font-size: 7.5px; font-weight: 700; letter-spacing: .12em; }
.cab7j { display: flex; align-items: center; flex: 1; justify-content: center; gap: clamp(13px, 1.7vw, 26px); }
.cab7j a { position: relative; padding: 28px 0 24px; color: #34405a; font-size: 14px; font-weight: 650; white-space: nowrap; }
.cab7j a::after { position: absolute; right: 0; bottom: 17px; left: 0; height: 2px; background: var(--coral); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .22s var(--ease-out); }
.cab7j a:hover, .cab7j a.active { color: var(--ink); }
.cab7j a:hover::after, .cab7j a.active::after { transform: scaleX(1); transform-origin: left; }
.ih6685, .ru001lq7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 18px;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: 0 8px 16px rgba(10, 23, 50, .14);
  transition: background .18s, transform .18s var(--ease-out), box-shadow .18s;
}
.ih6685 { white-space: nowrap; }
.ih6685:hover, .ru001lq7:hover { background: var(--coral-dark); box-shadow: 0 12px 20px rgba(223, 101, 93, .24); transform: translateY(-2px); }
.ih6685:active, .ru001lq7:active { transform: scale(.97); }
.pd64ewb { display: none; width: 42px; height: 42px; padding: 10px; background: transparent; cursor: pointer; }
.pd64ewb span { display: block; width: 21px; height: 2px; margin: 4px auto; background: var(--ink); transition: .2s var(--ease-out); }
.atcz9x { padding: 9px max(24px, calc((100vw - 1180px) / 2)) 12px; background: #f2f6fb; border-top: 1px solid rgba(10, 23, 50, .07); }
.lhxszsfi { display: flex; align-items: center; max-width: 790px; height: 42px; margin: 0 auto; padding: 3px 4px 3px 14px; background: var(--white); border: 1px solid rgba(10, 23, 50, .12); border-radius: var(--radius-pill); box-shadow: 0 3px 11px rgba(10, 23, 50, .04); }
.lhxszsfi svg { width: 18px; height: 18px; fill: none; stroke: var(--muted); stroke-width: 1.8; }
.lhxszsfi input { width: 100%; min-width: 0; height: 34px; padding: 0 12px; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 13px; }
.lhxszsfi input::placeholder { color: #96a0b5; }
.lhxszsfi button { height: 34px; padding: 0 17px; color: var(--white); background: var(--coral); border-radius: var(--radius-pill); cursor: pointer; font-size: 12px; font-weight: 700; transition: background .18s; }
.lhxszsfi button:hover { background: var(--coral-dark); }
.czddl370 { max-width: 790px; min-height: 18px; margin: 5px auto 0; color: var(--muted); font-size: 11px; }
.ncw5p { border-bottom: 1px solid rgba(10, 23, 50, .07); background: var(--paper); }
.dzz8m { display: flex; align-items: center; min-height: 44px; gap: 9px; color: #707b90; font-size: 12px; }
.dzz8m a { color: var(--ink-soft); font-weight: 650; }
.dzz8m span:nth-child(2) { color: #aeb5c2; }
.dbpkqges { color: #536078; background: #f2f6fb; border-bottom: 1px solid rgba(10, 23, 50, .08); }
.dbpkqges .hw6lzut { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 18px; min-height: 37px; padding-top: 8px; padding-bottom: 8px; font-size: 10px; line-height: 1.45; }
.dbpkqges a { color: var(--coral-dark); font-weight: 800; }

/* Base modules */
section { position: relative; }
.vnv4z { margin: 0 0 12px; color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.vnv4z.light { color: var(--gold); }
.byv68g, h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--font-display); line-height: 1.22; }
h1 { margin: 0; font-size: clamp(35px, 5vw, 67px); letter-spacing: -.03em; }
h2 { margin: 0; font-size: clamp(27px, 3.7vw, 44px); letter-spacing: -.025em; }
h3 { margin: 0; color: var(--ink); font-size: 17px; line-height: 1.4; }
h4, h5, h6 { color: var(--ink); }
p { margin: 0; }
.my6inbl { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.my6inbl > div:first-child { max-width: 670px; }
.hsnq1tv { max-width: 640px; margin-top: 13px; color: var(--muted); font-size: 15px; }
.vdza4z { display: inline-flex; align-items: center; gap: 6px; color: var(--coral-dark); font-size: 13px; font-weight: 800; white-space: nowrap; }
.vdza4z::after { content: "↗"; transition: transform .18s var(--ease-out); }
.vdza4z:hover::after { transform: translate(2px, -2px); }
.vdza4z.light { color: var(--gold); }
.j54p3i4 { display: inline-flex; align-items: center; min-height: 25px; padding: 0 9px; color: #34415b; background: #edf2f9; border-radius: var(--radius-pill); font-size: 11px; font-weight: 700; }
.nt8o32 { color: var(--white); background: var(--coral); }
.nt8o32:hover { background: var(--coral-dark); }
.tr8ym471 { color: var(--ink); background: transparent; border: 1px solid rgba(10, 23, 50, .25); box-shadow: none; }
.tr8ym471:hover { color: var(--white); background: var(--ink); box-shadow: none; }

/* Home hero */
.hoasqmy { min-height: 660px; overflow: hidden; color: var(--white); background: var(--night); }
.hoasqmy::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 16, 38, .98) 0%, rgba(7, 16, 38, .83) 38%, rgba(7, 16, 38, .18) 72%, rgba(7, 16, 38, .4) 100%); content: ""; z-index: 1; }
.hoasqmy::after { position: absolute; z-index: 2; right: -11vw; bottom: -17vw; width: 48vw; height: 48vw; border: 1px solid rgba(255, 201, 120, .24); border-radius: 50%; content: ""; box-shadow: 0 0 0 42px rgba(255, 141, 121, .07), 0 0 0 105px rgba(255, 201, 120, .035); }
.claiqve { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.kp6oi70v { position: relative; z-index: 3; display: grid; align-content: center; min-height: 660px; padding: 74px 0 87px; }
.ln2ay7 { max-width: 720px; }
.hoasqmy h1 { max-width: 690px; color: var(--white); }
.hoasqmy h1 em { color: var(--gold); font-style: normal; }
.wg2brha { max-width: 590px; margin-top: 23px; color: rgba(255, 255, 255, .79); font-size: 16px; line-height: 1.85; }
.mj33nqg5 { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.nfuzi79z { color: var(--ink); background: var(--cream); box-shadow: none; }
.nfuzi79z:hover { color: var(--white); background: var(--coral); }
.xi18lxi { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 46px; }
.xi18lxi div { padding-left: 13px; border-left: 1px solid rgba(255, 255, 255, .32); }
.xi18lxi strong { display: block; color: var(--gold); font-family: var(--font-display); font-size: 22px; line-height: 1.1; }
.xi18lxi span { display: block; margin-top: 5px; color: rgba(255, 255, 255, .68); font-size: 11px; }
.pc9bgi { position: absolute; z-index: 4; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 35px; display: grid; width: 142px; height: 142px; place-content: center; text-align: center; border: 1px solid rgba(255, 255, 255, .36); border-radius: 50%; backdrop-filter: blur(6px); transform: rotate(8deg); }
.pc9bgi span { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.pc9bgi b { display: block; margin-top: 7px; font-family: var(--font-display); font-size: 15px; }

/* Film strip and video cards */
.rb9yb7 { overflow: hidden; color: var(--white); background: var(--coral); }
.sefnh { display: flex; width: max-content; padding: 10px 0; animation: crawl 32s linear infinite; }
.gwff9n4n { display: inline-flex; align-items: center; gap: 12px; padding: 0 20px; font-size: 12px; font-weight: 750; letter-spacing: .07em; white-space: nowrap; }
.gwff9n4n::before { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; content: ""; }
@keyframes crawl { to { transform: translateX(-30%); } }
.cvkob1 { padding: 100px 0; background: var(--paper); }
.ele87trl { display: grid; grid-template-columns: 1.38fr .92fr .92fr; grid-auto-rows: 235px; gap: 18px; }
.ru6lqb { position: relative; display: flex; overflow: hidden; min-width: 0; color: var(--white); border-radius: var(--radius-md); background: var(--night); isolation: isolate; box-shadow: var(--shadow-sm); }
.ru6lqb:first-child { grid-row: span 2; }
.ru6lqb:nth-child(4) { grid-column: span 2; }
.ru6lqb > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease-out), filter .35s; }
.ru6lqb::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(7, 16, 38, .02) 21%, rgba(7, 16, 38, .84) 100%); content: ""; }
.ru6lqb:hover > img, .ru6lqb.is-previewing > img { filter: saturate(1.13); transform: scale(1.055); }
.iqt7zh { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; width: 100%; padding: 22px; }
.ino5fkg { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; color: rgba(255, 255, 255, .78); font-size: 11px; }
.ino5fkg .j54p3i4 { min-height: 22px; color: var(--ink); background: rgba(255, 249, 240, .9); }
.ru6lqb h3 { max-width: 390px; color: var(--white); font-family: var(--font-display); font-size: 18px; }
.ru6lqb:first-child h3 { font-size: 25px; }
.fq294w68 { display: flex; gap: 12px; margin-top: 8px; color: rgba(255, 255, 255, .72); font-size: 10px; }
.xzm8an2r { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 54px; height: 54px; place-items: center; color: var(--ink); background: rgba(255, 249, 240, .95); border-radius: 50%; box-shadow: 0 8px 30px rgba(0, 0, 0, .22); cursor: pointer; opacity: 0; transform: translate(-50%, -35%) scale(.8); transition: opacity .22s, transform .24s var(--ease-out), background .18s; }
.xzm8an2r::before { width: 0; height: 0; margin-left: 3px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid var(--coral-dark); content: ""; }
.ru6lqb:hover .xzm8an2r, .ru6lqb.is-previewing .xzm8an2r, .xzm8an2r:focus-visible { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.xzm8an2r:hover { background: var(--gold); }
.cxvp29 { position: absolute; z-index: 3; top: 14px; right: 14px; padding: 3px 7px; color: var(--white); background: rgba(7, 16, 38, .62); border-radius: 6px; font: 700 10px/1.4 Arial, sans-serif; }
.i2q3m2xi { margin: 20px 0 0; color: var(--muted); font-size: 12px; }

/* Feature split */
.fukrrm { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; min-height: 620px; background: var(--mist); }
.hfatzht { min-height: 550px; }
.hfatzht img { width: 100%; height: 100%; object-fit: cover; }
.vgfj3n { display: grid; align-content: center; padding: 72px clamp(30px, 8vw, 130px) 72px clamp(40px, 7vw, 110px); }
.vgfj3n h2 { max-width: 570px; }
.vgfj3n > p:not(.vnv4z) { max-width: 520px; margin-top: 20px; color: var(--ink-soft); }
.wmw6z71 { display: grid; gap: 0; margin-top: 27px; border-top: 1px solid var(--line); }
.p6lte1u { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.qxcdgd { display: grid; width: 31px; height: 31px; place-items: center; color: var(--coral-dark); background: #fff2e8; border-radius: 50%; font: 800 11px/1 Arial, sans-serif; }
.p6lte1u h3 { font-size: 15px; }
.p6lte1u p { margin-top: 4px; color: var(--muted); font-size: 12px; }

/* AI tiles */
.rgx1e8hn { padding: 105px 0; color: var(--white); background: var(--night); overflow: hidden; }
.rgx1e8hn::before { position: absolute; top: -340px; right: -160px; width: 620px; height: 620px; border: 1px solid rgba(255, 201, 120, .18); border-radius: 50%; content: ""; box-shadow: 0 0 0 80px rgba(255, 141, 121, .035), 0 0 0 180px rgba(255, 201, 120, .025); }
.rgx1e8hn h2, .rgx1e8hn h3 { color: var(--white); }
.rgx1e8hn .hsnq1tv { color: rgba(255, 255, 255, .68); }
.ppnee { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 16px; }
.fd8ht109 { position: relative; display: flex; align-items: end; min-height: 380px; padding: 28px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius-md); background: #102346; }
.fd8ht109::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 23, 50, .03), rgba(10, 23, 50, .82)); content: ""; }
.fd8ht109 img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; mix-blend-mode: screen; opacity: .83; }
.fd8ht109 > div { position: relative; z-index: 1; }
.fd8ht109 h3 { font-family: var(--font-display); font-size: 27px; }
.fd8ht109 p { max-width: 370px; margin-top: 10px; color: rgba(255, 255, 255, .76); font-size: 13px; }
.ncxbys { min-height: 182px; padding: 24px; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius-md); background: rgba(255, 255, 255, .055); transition: background .2s, transform .2s var(--ease-out); }
.ncxbys:hover { background: rgba(255, 141, 121, .15); transform: translateY(-4px); }
.ncxbys + .ncxbys { margin-top: 16px; }
.pi4z8n3 { display: grid; width: 38px; height: 38px; place-items: center; color: var(--gold); background: rgba(255, 201, 120, .12); border-radius: 12px; font-size: 19px; }
.ncxbys h3 { margin-top: 18px; font-size: 16px; }
.ncxbys p { margin-top: 6px; color: rgba(255, 255, 255, .62); font-size: 12px; }
.yxds7p { display: grid; gap: 16px; }
.c9kdt { display: grid; align-content: space-between; min-height: 380px; padding: 25px; color: var(--ink); border-radius: var(--radius-md); background: var(--cream); }
.c9kdt h3 { font-family: var(--font-display); font-size: 22px; }
.itpzjrkr { display: flex; align-items: end; gap: 8px; height: 167px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.itpzjrkr span { position: relative; display: block; flex: 1; min-width: 10px; border-radius: 7px 7px 0 0; background: linear-gradient(180deg, var(--coral), var(--gold)); }
.itpzjrkr span:nth-child(1) { height: 32%; }.itpzjrkr span:nth-child(2) { height: 49%; }.itpzjrkr span:nth-child(3) { height: 41%; }.itpzjrkr span:nth-child(4) { height: 74%; }.itpzjrkr span:nth-child(5) { height: 91%; }.itpzjrkr span:nth-child(6) { height: 67%; }
.c9kdt p { color: var(--muted); font-size: 12px; }

/* Community */
.a24vf { padding: 104px 0; background: var(--cream); }
.cv4xh9 { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(30px, 5vw, 75px); }
.w10oyko { padding-top: 6px; }
.w10oyko h2 { max-width: 440px; }
.w10oyko > p:not(.vnv4z) { max-width: 440px; margin-top: 17px; color: var(--ink-soft); }
.muv77 { position: relative; width: 255px; height: 150px; margin-top: 36px; }
.muv77 span { position: absolute; display: grid; place-items: center; width: 92px; height: 92px; color: var(--white); border-radius: 50%; background: var(--ink); box-shadow: var(--shadow-md); font: 700 11px/1.25 var(--font-body); text-align: center; }
.muv77 span:nth-child(1) { top: 3px; left: 0; }.muv77 span:nth-child(2) { right: 21px; bottom: 0; color: var(--ink); background: var(--gold); }.muv77 span:nth-child(3) { top: 34px; left: 85px; background: var(--coral); }
.pybh1b9 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.wexyn { min-height: 196px; padding: 23px; border: 1px solid rgba(10, 23, 50, .09); border-radius: var(--radius-sm); background: rgba(255, 255, 255, .75); box-shadow: 0 7px 15px rgba(10, 23, 50, .025); transition: transform .2s var(--ease-out), box-shadow .2s; }
.wexyn:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); }
.wexyn .xqpzx02 { display: block; color: var(--coral-dark); font: 800 11px/1 Arial, sans-serif; letter-spacing: .12em; }
.wexyn h3 { margin-top: 24px; font-size: 17px; }
.wexyn p { margin-top: 8px; color: var(--muted); font-size: 12px; }
.xkfqc { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 23px; color: var(--white); border-radius: var(--radius-sm); background: var(--ink); }
.xkfqc p { color: rgba(255, 255, 255, .76); font-size: 12px; }

/* Experts */
.t91g91t { padding: 100px 0; background: var(--paper); }
.il8ohqa { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.x4hhox { display: flex; flex-direction: column; min-height: 405px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 8px 21px rgba(10, 23, 50, .035); }
.lpqdxg6u { color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.aypdv9 { display: grid; width: 63px; height: 63px; place-items: center; margin: 24px 0 15px; color: var(--cream); border-radius: 50%; background: linear-gradient(135deg, var(--night), #30507c); font-family: var(--font-display); font-size: 24px; }
.x4hhox:nth-child(2) .aypdv9 { color: var(--ink); background: linear-gradient(135deg, var(--gold), var(--coral)); }
.x4hhox:nth-child(3) .aypdv9 { background: linear-gradient(135deg, #c46072, var(--night)); }
.x4hhox h3 { font-family: var(--font-display); font-size: 22px; }
.g0gn4333 { min-height: 67px; margin-top: 9px; color: var(--muted); font-size: 12px; }
.cmdax { display: flex; flex-wrap: wrap; gap: 6px; margin: 16px 0 22px; }
.tymlj { display: flex; gap: 14px; margin-top: auto; }
.tymlj a { color: var(--ink); font-size: 12px; font-weight: 800; }
.tymlj a:last-child { color: var(--coral-dark); }

/* How-to and partner */
.ifwje5z { padding: 100px 0; color: var(--white); background: #0b1d3b; }
.ifwje5z h2, .ifwje5z h3 { color: var(--white); }
.ifwje5z .hsnq1tv { color: rgba(255,255,255,.67); }
.ifn1yeh { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 34px; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.f5ntg { min-height: 246px; padding: 28px 25px; border-right: 1px solid rgba(255,255,255,.16); }
.f5ntg:last-child { border-right: 0; }
.aty0a1o4 { display: block; color: var(--gold); font: 800 12px/1 Arial, sans-serif; letter-spacing: .14em; }
.f5ntg h3 { margin-top: 54px; font-family: var(--font-display); font-size: 20px; }
.f5ntg p { margin-top: 9px; color: rgba(255,255,255,.66); font-size: 12px; }
.fwhjk55 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 35px; }
.fwhjk55 span { display: grid; min-height: 67px; place-items: center; color: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.17); border-radius: 10px; font-family: var(--font-display); font-size: 14px; letter-spacing: .03em; }

/* Testimonials + FAQ */
.y0139dn6 { padding: 102px 0; background: var(--mist); }
.rvq87zxi { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; }
.xcail { display: grid; gap: 13px; margin-top: 28px; }
.u359wte { position: relative; padding: 20px 21px 19px 25px; border-radius: var(--radius-sm); background: var(--white); box-shadow: 0 7px 19px rgba(10, 23, 50, .04); }
.u359wte::before { position: absolute; top: 23px; left: 0; width: 4px; height: 29px; background: var(--coral); border-radius: 0 4px 4px 0; content: ""; }
.u359wte p { color: var(--ink-soft); font-size: 13px; }
.ddyi9v { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; color: var(--muted); font-size: 11px; }
.gwk5tg { color: #e99543; letter-spacing: 1px; }
.mo857fs { border-top: 1px solid var(--line); }
.d8obbgv { border-bottom: 1px solid var(--line); }
.jbd8t0rf { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 18px 0; color: var(--ink); background: transparent; cursor: pointer; text-align: left; font-size: 14px; font-weight: 760; }
.jbd8t0rf span:last-child { display: grid; flex: 0 0 24px; width: 24px; height: 24px; place-items: center; margin-left: 12px; color: var(--coral-dark); border: 1px solid rgba(223, 101, 93, .34); border-radius: 50%; font-size: 18px; font-weight: 400; transition: transform .2s var(--ease-out), background .2s; }
.vxdfp { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s var(--ease-out); }
.vxdfp > p { min-height: 0; overflow: hidden; color: var(--muted); font-size: 13px; }
.d8obbgv.is-open .vxdfp { grid-template-rows: 1fr; }
.d8obbgv.is-open .vxdfp > p { padding: 0 8px 20px 0; }
.d8obbgv.is-open .jbd8t0rf span:last-child { color: var(--white); background: var(--coral); border-color: var(--coral); transform: rotate(45deg); }

/* Contact */
.crup6b { padding: 100px 0; background: var(--paper); }
.ub1ekh { display: grid; grid-template-columns: .95fr 1.05fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--ink); box-shadow: var(--shadow-lg); }
.pgljc { position: relative; min-height: 435px; }
.pgljc img { width: 100%; height: 100%; object-fit: cover; }
.pgljc::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 44%, rgba(7,16,38,.77)); content: ""; }
.pgljc p { position: absolute; z-index: 1; right: 27px; bottom: 25px; left: 27px; color: rgba(255,255,255,.84); font-size: 12px; }
.wussta { padding: 52px 55px; color: var(--white); }
.wussta h2 { color: var(--white); }
.wussta > p:not(.vnv4z) { max-width: 515px; margin-top: 15px; color: rgba(255,255,255,.7); font-size: 14px; }
.y1x1zp7 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 26px; margin-top: 31px; }
.y1x1zp7 div { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.18); }
.y1x1zp7 span { display: block; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.y1x1zp7 b { display: block; margin-top: 5px; color: var(--white); font-size: 13px; line-height: 1.45; }
.t5tjy { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; }
.t5tjy a { padding: 8px 12px; color: var(--white); border: 1px solid rgba(255,255,255,.35); border-radius: var(--radius-pill); font-size: 11px; font-weight: 700; }
.t5tjy a:hover { color: var(--ink); background: var(--gold); border-color: var(--gold); }

/* Footer */
.yw7la { color: var(--white); background: var(--night); }
.jvgkkww { display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 71px 0; border-bottom: 1px solid var(--line-light); }
.jvgkkww > div:first-child { max-width: 710px; }
.jvgkkww h2 { color: var(--white); font-size: clamp(29px, 3.5vw, 44px); }
.jvgkkww p:not(.vnv4z) { margin-top: 14px; color: rgba(255,255,255,.68); font-size: 13px; }
.z6q66xq { display: grid; gap: 13px; justify-items: start; }
.c8x4394j { display: grid; grid-template-columns: 1.15fr .9fr .7fr; gap: 45px; padding: 60px 0; }
.ow8lcwt .rsesw6ob b { color: var(--white); }.ow8lcwt .rsesw6ob small { color: rgba(255,255,255,.53); }
.avvt8 > p { max-width: 360px; margin-top: 19px; color: rgba(255,255,255,.6); font-size: 12px; }
.i0ryect5 { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 21px; }
.i0ryect5 button { padding: 6px 9px; color: rgba(255,255,255,.75); background: transparent; border: 1px solid rgba(255,255,255,.23); border-radius: var(--radius-pill); cursor: pointer; font-size: 10px; font-weight: 700; }
.i0ryect5 button:hover { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.dwky82 { display: grid; grid-template-columns: 1fr 1.2fr; gap: 25px; }
.dwky82 h3 { margin-bottom: 16px; color: var(--gold); font-family: var(--font-body); font-size: 11px; letter-spacing: .04em; }
.dwky82 a, .dwky82 span { display: block; margin: 0 0 9px; color: rgba(255,255,255,.63); font-size: 11px; line-height: 1.5; }
.dwky82 a:hover { color: var(--white); }
.ai040 { display: flex; justify-content: end; gap: 11px; }
.kmuan2l { width: 95px; color: rgba(255,255,255,.7); text-align: center; font-size: 9px; line-height: 1.4; }
.kmuan2l svg { width: 82px; height: 82px; margin: 0 auto 6px; padding: 5px; border-radius: 5px; background: var(--white); }
.w11s05 { display: grid; max-width: 185px; gap: 9px; padding: 17px; color: rgba(255,255,255,.64); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-sm); font-size: 11px; line-height: 1.6; }
.w11s05 strong { color: var(--gold); font-size: 12px; }
.jtkor64 { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; color: rgba(255,255,255,.45); border-top: 1px solid var(--line-light); font-size: 10px; }
.jtkor64 a { color: rgba(255,255,255,.68); }
.jtkor64 a:hover { color: var(--gold); }
.vpwtegnk { position: fixed; z-index: 100; right: 22px; bottom: 22px; max-width: min(370px, calc(100vw - 44px)); padding: 12px 16px; color: var(--white); background: var(--ink); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; box-shadow: var(--shadow-lg); font-size: 12px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: .22s var(--ease-out); }
.vpwtegnk.is-visible { opacity: 1; transform: translateY(0); }

/* Standard page hero */
.ch42f901 { padding: 80px 0 76px; color: var(--white); background: linear-gradient(115deg, var(--night) 0%, #18365f 78%, #274a77 100%); overflow: hidden; }
.ch42f901::after { position: absolute; top: -185px; right: 5vw; width: 390px; height: 390px; border: 1px solid rgba(255,201,120,.2); border-radius: 50%; content: ""; box-shadow: 0 0 0 60px rgba(255,141,121,.045); }
.ch42f901 .hw6lzut { position: relative; z-index: 1; }
.ch42f901 h1 { max-width: 740px; color: var(--white); }
.ch42f901 p:not(.vnv4z) { max-width: 665px; margin-top: 19px; color: rgba(255,255,255,.72); font-size: 15px; }
.ch42f901 .vnv4z { color: var(--gold); }
.whv2jj { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 30px; }
.whv2jj span { color: var(--gold); font: 800 21px/1 var(--font-display); }
.whv2jj small { display: block; margin-top: 5px; color: rgba(255,255,255,.61); font-size: 10px; }
.nsb43d2 { padding: 84px 0; }
.nsb43d2.alt { background: var(--mist); }
.o7z7v { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.zrthbw { display: flex; flex-direction: column; min-height: 285px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 7px 19px rgba(10,23,50,.035); transition: transform .2s var(--ease-out), box-shadow .2s; }
.zrthbw:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.zrthbw .j54p3i4 { width: max-content; }
.zrthbw h3 { margin-top: 23px; font-family: var(--font-display); font-size: 21px; }
.zrthbw p { margin-top: 10px; color: var(--muted); font-size: 12px; }
.zrthbw .yaemu4aj { display: flex; justify-content: space-between; margin-top: auto; padding-top: 22px; color: #7a8499; font-size: 11px; }
.zrthbw .yaemu4aj strong { color: var(--coral-dark); }
.aqjc854b { display: grid; gap: 0; margin-top: 10px; border-left: 1px solid rgba(10,23,50,.2); }
.rob2yoez { position: relative; padding: 0 0 34px 31px; }.rob2yoez::before { position: absolute; top: 4px; left: -7px; width: 12px; height: 12px; border: 3px solid var(--paper); border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 1px var(--coral); content: ""; }
.rob2yoez:last-child { padding-bottom: 0; }.rob2yoez h3 { font-family: var(--font-display); font-size: 19px; }.rob2yoez p { max-width: 690px; margin-top: 6px; color: var(--muted); font-size: 13px; }

@media (max-width: 1030px) {
  .cab7j { gap: 12px; }.cab7j a { font-size: 12px; }.ih6685 { padding: 0 13px; font-size: 11px; }
  .ele87trl { grid-template-columns: 1.15fr .85fr; }.ru6lqb:first-child { grid-row: span 2; }.ru6lqb:nth-child(4) { grid-column: auto; }.ru6lqb:nth-child(5) { grid-column: span 2; }
  .ppnee { grid-template-columns: 1.1fr .9fr; }.c9kdt { grid-column: 1 / -1; min-height: 250px; }.yxds7p { grid-template-columns: 1fr 1fr; }.ncxbys + .ncxbys { margin-top: 0; }
  .c8x4394j { grid-template-columns: 1fr 1fr; }.ai040 { justify-content: start; }
}

@media (max-width: 800px) {
  .hw6lzut, .y9u7oct { width: min(100% - 34px, 1180px); }.gnomhx { padding: 0 17px; }.gnomhx p { max-width: 72%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .y9u7oct { min-height: 68px; }.rsesw6ob b { font-size: 18px; }.f19t506 { width: 34px; height: 34px; flex-basis: 34px; }
  .pd64ewb { display: block; margin-left: auto; }.ih6685 { display: none; }
  .cab7j { position: absolute; top: 68px; right: 0; left: 0; display: grid; gap: 0; padding: 9px 17px 15px; background: rgba(255,253,249,.99); box-shadow: 0 16px 30px rgba(10,23,50,.13); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s, transform .2s var(--ease-out); }.cab7j.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }.cab7j a { padding: 11px 0; font-size: 14px; }.cab7j a::after { right: auto; bottom: 7px; width: 38px; }
  .atcz9x { padding: 8px 17px 10px; }.czddl370 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dbpkqges .hw6lzut { gap: 4px 12px; font-size: 9px; }
  .hoasqmy { min-height: 590px; }.kp6oi70v { min-height: 590px; padding: 67px 0 65px; }.hoasqmy::before { background: linear-gradient(90deg, rgba(7,16,38,.95) 0%, rgba(7,16,38,.79) 64%, rgba(7,16,38,.5) 100%); }.pc9bgi { display: none; }.wg2brha { font-size: 14px; }.xi18lxi { gap: 14px; margin-top: 34px; }.xi18lxi strong { font-size: 18px; }
  .cvkob1, .rgx1e8hn, .a24vf, .t91g91t, .ifwje5z, .y0139dn6, .crup6b { padding: 72px 0; }.my6inbl { align-items: start; flex-direction: column; gap: 13px; }.hsnq1tv { font-size: 14px; }
  .fukrrm, .cv4xh9, .rvq87zxi, .ub1ekh { grid-template-columns: 1fr; }.hfatzht { min-height: 330px; }.vgfj3n { padding: 60px 30px; }.w10oyko { padding: 0; }.muv77 { margin-bottom: 9px; }
  .il8ohqa { grid-template-columns: 1fr; }.x4hhox { min-height: 350px; }.ifn1yeh { grid-template-columns: repeat(2, 1fr); }.f5ntg:nth-child(2) { border-right: 0; }.f5ntg:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }.fwhjk55 { grid-template-columns: repeat(3, 1fr); }
  .jvgkkww { align-items: flex-start; flex-direction: column; gap: 25px; padding: 52px 0; }.c8x4394j { grid-template-columns: 1fr; gap: 38px; padding: 45px 0; }.dwky82 { max-width: 600px; }.jtkor64 { align-items: flex-start; flex-direction: column; gap: 7px; }
  .ch42f901 { padding: 66px 0 62px; }.nsb43d2 { padding: 65px 0; }.o7z7v { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }.gnomhx { font-size: 10px; }.gnomhx a { font-size: 10px; }.lhxszsfi button { padding: 0 13px; }.lhxszsfi input { font-size: 12px; }.dzz8m { min-height: 39px; font-size: 11px; }
  h1 { font-size: 35px; }h2 { font-size: 28px; }.hoasqmy { min-height: 555px; }.kp6oi70v { min-height: 555px; }.mj33nqg5 .ru001lq7 { width: 100%; }.xi18lxi { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.xi18lxi div { padding-left: 9px; }.xi18lxi span { font-size: 9px; }
  .ele87trl { grid-template-columns: 1fr; grid-auto-rows: 245px; }.ru6lqb:first-child, .ru6lqb:nth-child(4), .ru6lqb:nth-child(5) { grid-row: auto; grid-column: auto; }.ru6lqb:first-child { min-height: 340px; }.ru6lqb:first-child h3 { font-size: 22px; }.iqt7zh { padding: 18px; }
  .ppnee { grid-template-columns: 1fr; }.fd8ht109 { min-height: 330px; }.yxds7p { grid-template-columns: 1fr; }.ncxbys { min-height: 156px; }.c9kdt { grid-column: auto; }.itpzjrkr { height: 138px; }
  .pybh1b9 { grid-template-columns: 1fr; }.xkfqc { align-items: flex-start; flex-direction: column; }.ifn1yeh { grid-template-columns: 1fr; }.f5ntg, .f5ntg:nth-child(2) { min-height: auto; padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }.f5ntg:last-child { border-bottom: 0; }.f5ntg h3 { margin-top: 23px; }.fwhjk55 { grid-template-columns: repeat(2, 1fr); }.fwhjk55 span { min-height: 58px; }
  .pgljc { min-height: 290px; }.wussta { padding: 38px 25px; }.y1x1zp7 { grid-template-columns: 1fr; gap: 12px; }.dwky82 { grid-template-columns: 1fr; }.ai040 { justify-content: space-between; }.kmuan2l { width: 105px; }.jtkor64 { font-size: 9px; }.whv2jj { gap: 18px; }
}

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