
:root { --radius: 6px; --max: 1180px; --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
html, body { overflow-x: hidden; }
body { margin: 0; font-family: var(--font); background: var(--bg); color: var(--text); }
img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
.fresh { --bg: #f8faf8; --surface: #fff; --surface-2: #eaf1ef; --text: #101b1d; --muted: #617176; --primary: #0a7887; --accent: #e84535; --dark: #101b1d; --on-dark: #fff; }
.rightflow { --bg: #061014; --surface: #0d1b20; --surface-2: #152a31; --text: #f8fcff; --muted: #a9bbc2; --primary: #74e4ff; --accent: #ff674f; --dark: #020608; --on-dark: #f8fcff; }
.aqua-remix { --bg: #fbfcf8; --surface: #ffffff; --surface-2: #edf4ec; --text: #172222; --muted: #64706e; --primary: #0f7980; --accent: #e03b35; --dark: #10292b; --on-dark: #f8fffc; }
.service-os { --bg: #f4f2ee; --surface: #ffffff; --surface-2: #e7e2d8; --text: #101010; --muted: #5f5b54; --primary: #111111; --accent: #b91f2b; --dark: #101010; --on-dark: #fbfaf6; }
.fresh-header { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; padding: 12px max(18px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid color-mix(in srgb, var(--text) 12%, transparent); background: color-mix(in srgb, var(--bg) 92%, transparent); backdrop-filter: blur(16px); }
.brand img { width: 118px; height: auto; }
.fresh-nav { display: flex; justify-content: center; gap: 22px; color: var(--muted); font-size: .96rem; font-weight: 850; }
.fresh-actions { display: flex; align-items: center; gap: 10px; font-weight: 900; }
.fresh-cta, .button { border: 1px solid color-mix(in srgb, var(--text) 15%, transparent); border-radius: var(--radius); padding: 11px 15px; font-weight: 900; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; }
.fresh-cta, .button.primary { background: var(--accent); color: #111; border-color: transparent; }
.button.ghost { background: var(--surface); color: var(--text); }
.rightflow .fresh-cta, .rightflow .button.primary { color: #111; background: var(--primary); }
.service-os .fresh-cta, .service-os .button.primary { color: #fff; background: var(--primary); }
.menu-button { display: none; border: 1px solid color-mix(in srgb, var(--text) 15%, transparent); background: var(--surface); color: var(--text); border-radius: var(--radius); padding: 10px 14px; }
.fresh-hero { min-height: calc(100vh - 70px); max-width: none; display: grid; grid-template-columns: minmax(0, .86fr) minmax(340px, 1.14fr); align-items: center; gap: clamp(28px, 6vw, 84px); padding: clamp(48px, 7vw, 92px) max(18px, calc((100vw - var(--max)) / 2)); }
.fresh-copy h1, .fresh-subpage h1 { margin: 0; font-size: clamp(2.7rem, 6vw, 6.8rem); line-height: .94; letter-spacing: 0; text-wrap: balance; }
.fresh-copy p, .fresh-subpage p { max-width: 700px; color: var(--muted); line-height: 1.75; font-size: 1.08rem; }
.fresh-eyebrow { margin: 0 0 14px; color: var(--accent); font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 950; }
.fresh-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.rightflow .fresh-hero { grid-template-columns: minmax(0, .74fr) minmax(420px, 1.26fr); background: radial-gradient(circle at 80% 20%, color-mix(in srgb, var(--primary) 18%, transparent), transparent 34%); }
.rightflow-visual { position: relative; min-height: 600px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--text) 16%, transparent); border-radius: 0; background: var(--surface); }
.rightflow-visual img { width: 100%; height: 600px; opacity: .38; filter: grayscale(.2) contrast(1.08); }
.flow-lanes { position: absolute; inset: 0; display: grid; align-content: center; gap: 26px; pointer-events: none; }
.flow-lane { display: flex; width: max-content; gap: 14px; transform: translateX(0); animation: rightToLeft 18s linear infinite; }
.flow-lane span { min-width: 170px; padding: 17px 18px; border-radius: 999px; background: color-mix(in srgb, var(--surface) 78%, transparent); border: 1px solid color-mix(in srgb, var(--primary) 35%, transparent); color: var(--text); font-weight: 950; text-align: center; }
.lane-2 { animation-duration: 23s; animation-direction: reverse; opacity: .82; }
.lane-3 { animation-duration: 28s; opacity: .64; }
@keyframes rightToLeft { from { transform: translateX(18%); } to { transform: translateX(-52%); } }
.aqua-remix .fresh-hero { grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr); }
.catalog-axis { display: grid; gap: 10px; align-content: center; }
.catalog-axis a { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 14px; padding: 15px; background: var(--surface); border: 1px solid color-mix(in srgb, var(--text) 12%, transparent); border-radius: var(--radius); font-weight: 950; }
.catalog-axis span { color: var(--accent); }
.catalog-axis figure { margin: 18px 0 0; overflow: hidden; border-radius: var(--radius); }
.catalog-axis img { width: 100%; height: 240px; }
.service-os .fresh-header { max-width: none; }
.service-os .fresh-hero { grid-template-columns: minmax(0, .96fr) minmax(340px, 1.04fr); }
.service-os .fresh-copy h1, .service-os .fresh-subpage h1 { font-family: Georgia, "Times New Roman", serif; }
.os-panel { background: var(--surface); border: 1px solid color-mix(in srgb, var(--text) 16%, transparent); padding: 16px; display: grid; gap: 14px; }
.os-topline { display: flex; justify-content: space-between; border-bottom: 1px solid color-mix(in srgb, var(--text) 14%, transparent); padding-bottom: 12px; color: var(--muted); font-size: .8rem; font-weight: 950; }
.os-modules { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.os-modules div { min-height: 112px; display: grid; align-content: space-between; padding: 16px; background: var(--surface-2); }
.os-modules span { color: var(--accent); font-weight: 950; }
.os-panel figure { margin: 0; overflow: hidden; }
.os-panel img { height: 260px; width: 100%; }
.fresh-section { max-width: var(--max); margin: 0 auto; padding: clamp(48px, 8vw, 92px) 18px; display: grid; grid-template-columns: 72px minmax(0, .72fr) minmax(320px, 1.28fr); gap: clamp(22px, 5vw, 58px); align-items: start; }
.section-label { color: var(--accent); font-size: 2.2rem; font-weight: 950; line-height: 1; }
.fresh-section h2, .fresh-final h2 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.02; letter-spacing: 0; }
.fresh-service-grid, .package-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.fresh-service-grid article, .package-grid article, .faq-list details { background: var(--surface); border: 1px solid color-mix(in srgb, var(--text) 12%, transparent); border-radius: var(--radius); padding: 20px; }
.fresh-service-grid h3 { margin: 0 0 10px; }
.fresh-service-grid p, .package-grid p, .faq-list p { color: var(--muted); line-height: 1.65; }
.fresh-band { max-width: none; padding: clamp(44px, 7vw, 80px) max(18px, calc((100vw - var(--max)) / 2)); background: var(--dark); color: var(--on-dark); display: grid; grid-template-columns: minmax(0, .7fr) minmax(320px, 1.3fr); gap: 30px; align-items: center; }
.fresh-band p { margin: 0; font-size: clamp(1.6rem, 3.2vw, 3.2rem); line-height: 1.06; font-weight: 950; }
.fresh-band ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.fresh-band li { padding: 16px; border: 1px solid color-mix(in srgb, var(--on-dark) 24%, transparent); border-radius: var(--radius); color: color-mix(in srgb, var(--on-dark) 78%, transparent); font-weight: 900; }
.fresh-band span { display: block; color: var(--accent); margin-bottom: 8px; }
.faq-list { display: grid; gap: 10px; }
.faq-list summary { cursor: pointer; font-weight: 950; }
.fresh-final { max-width: none; padding: clamp(48px, 8vw, 92px) max(18px, calc((100vw - var(--max)) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid color-mix(in srgb, var(--text) 12%, transparent); }
.fresh-subpage { max-width: 980px; padding: clamp(56px, 8vw, 110px) 18px; margin: 0 auto; }
.contact-page form { display: grid; gap: 12px; max-width: 680px; margin-top: 30px; }
label { display: grid; gap: 7px; color: var(--muted); font-weight: 850; }
input, select, textarea { width: 100%; border: 1px solid color-mix(in srgb, var(--text) 18%, transparent); border-radius: var(--radius); padding: 13px; background: var(--surface); color: var(--text); font: inherit; }
textarea { min-height: 130px; }
form button { min-height: 46px; border: 0; border-radius: var(--radius); background: var(--accent); color: #111; font-weight: 950; }
.fresh-footer { max-width: none; padding: clamp(36px, 6vw, 68px) max(18px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: minmax(240px, .8fr) 1fr; gap: 32px; background: var(--dark); color: var(--on-dark); }
.fresh-footer img { width: 128px; filter: brightness(1.1); }
.fresh-footer p { color: color-mix(in srgb, var(--on-dark) 72%, transparent); max-width: 360px; line-height: 1.7; }
.fresh-footer nav { display: flex; justify-content: flex-end; gap: 18px; align-items: start; color: color-mix(in srgb, var(--on-dark) 78%, transparent); font-weight: 900; }
@media (prefers-reduced-motion: reduce) { .flow-lane { animation: none !important; transform: translateX(0); } }
@media (max-width: 960px) {
  .fresh-header { grid-template-columns: auto auto; padding: 12px 16px; }
  .menu-button { display: inline-flex; justify-self: end; }
  .fresh-nav { display: none; grid-column: 1 / -1; flex-direction: column; align-items: flex-start; }
  .fresh-header.is-open .fresh-nav { display: flex; }
  .fresh-actions { grid-column: 1 / -1; justify-content: space-between; }
  .fresh-hero, .rightflow .fresh-hero, .aqua-remix .fresh-hero, .service-os .fresh-hero, .fresh-section, .fresh-band, .fresh-footer { grid-template-columns: 1fr; }
  .fresh-service-grid, .package-grid, .os-modules, .fresh-band ul { grid-template-columns: 1fr; }
  .rightflow-visual, .rightflow-visual img { min-height: 360px; height: 360px; }
  .fresh-final { display: grid; }
}
@media (max-width: 520px) {
  .fresh-copy h1, .fresh-subpage h1 { font-size: 2.15rem; line-height: 1.05; }
  .fresh-hero { padding: 34px 16px; }
  .fresh-buttons .button, .fresh-final .button { width: 100%; }
  .fresh-band, .fresh-final { padding-left: 16px; padding-right: 16px; }
  .flow-lane span { min-width: 138px; padding: 13px 14px; }
  .fresh-footer nav { justify-content: flex-start; flex-wrap: wrap; }
}
