:root {
  --navy: #1c3559;
  --navy-deep: #10233f;
  --blue-soft: #eaf0f7;
  --orange: #ff6a1a;
  --red: #f22543;
  --ink: #152236;
  --muted: #657184;
  --line: #dde4ec;
  --surface: #f5f7fa;
  --white: #fff;
  --gradient: linear-gradient(120deg, var(--orange), var(--red));
  --shadow: 0 24px 70px rgba(16, 35, 63, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Rethink Sans", Arial, sans-serif; color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 112px 0; }
.gradient-text { color: var(--red); background: var(--gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.site-header { height: 80px; position: fixed; z-index: 50; inset: 0 0 auto; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(221,228,236,.78); transition: box-shadow .3s ease; }
.site-header.scrolled { box-shadow: 0 8px 28px rgba(16,35,63,.08); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand img { display: block; width: 124px; height: auto; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; color: #536073; }
.nav-links > a:not(.nav-cta) { position: relative; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gradient); transition: right .25s; }
.nav-links > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: var(--navy); color: white; display: inline-flex; align-items: center; gap: 10px; }
.nav-cta span { color: #ff6b38; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { width: 24px; height: 2px; background: var(--navy); display: block; margin: 5px; }

.hero { min-height: 780px; padding: 155px 0 55px; display: flex; align-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 86% 38%, #f3f6fb 0, #fff 35%); }
.hero::before { content: ""; position: absolute; inset: 80px 0 auto; height: 1px; background: linear-gradient(90deg, transparent, #eef1f5, transparent); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 500px; height: 500px; right: -260px; top: 80px; background: radial-gradient(circle, rgba(242,37,67,.12), transparent 68%); }
.hero-orb-two { width: 360px; height: 360px; left: -270px; bottom: -100px; background: radial-gradient(circle, rgba(28,53,89,.11), transparent 68%); }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; position: relative; }
.eyebrow { margin: 0 0 20px; font-size: 12px; line-height: 1.5; font-weight: 800; letter-spacing: .095em; text-transform: uppercase; color: #d74436; display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 7px; height: 7px; background: var(--gradient); border-radius: 50%; box-shadow: 0 0 0 5px rgba(242,37,67,.08); }
.hero h1 { font-size: clamp(46px, 5.25vw, 70px); line-height: .99; letter-spacing: -.055em; margin: 0 0 25px; font-weight: 600; }
.hero-subtitle { margin: 0 0 26px; font-size: 19px; line-height: 1.5; color: #566477; max-width: 610px; }
.hero-proof { display: flex; align-items: center; gap: 14px; border-left: 3px solid var(--orange); margin-bottom: 30px; padding: 8px 0 8px 16px; max-width: 560px; }
.hero-proof strong { color: var(--navy); white-space: nowrap; font-size: 16px; }
.hero-proof span { font-size: 14px; color: var(--muted); line-height: 1.35; }
.button { border: 0; cursor: pointer; border-radius: 999px; min-height: 56px; padding: 0 15px 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--gradient); box-shadow: 0 14px 32px rgba(242,37,67,.22); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(242,37,67,.3); }
.button-icon { height: 36px; width: 36px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.18); font-size: 16px; }
.microcopy { margin: 10px 0 0 18px; font-size: 12px; color: #8390a1; }
.hero-visual { position: relative; min-width: 0; }
.visual-glow { position: absolute; inset: 8% -4% -8% 9%; border-radius: 45%; background: var(--gradient); filter: blur(54px); opacity: .18; }
.hero-photo { overflow: visible; isolation: isolate; }
.hero-photo .visual-glow { inset: 23% 0 18% 10%; z-index: -1; }
.hero-opta-image { display: block; width: 108%; max-width: none; height: auto; margin: -20% 0 -17% -2%; }
.browser-frame { position: relative; overflow: hidden; background: #fff; border: 1px solid rgba(28,53,89,.13); border-radius: 20px; box-shadow: 0 34px 80px rgba(16,35,63,.2); }
.hero-commerce-frame { transform: perspective(1500px) rotateY(-4deg) rotateX(1deg); }
.browser-bar { height: 41px; padding: 0 14px; display: grid; grid-template-columns: 62px 1fr 62px; align-items: center; background: #f5f7fa; border-bottom: 1px solid #e2e8ef; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { width: 7px; height: 7px; border-radius: 50%; display: block; background: #d4dbe4; }
.browser-dots i:first-child { background: #ff6a55; }.browser-dots i:nth-child(2) { background: #ffbd44; }.browser-dots i:nth-child(3) { background: #40c88a; }
.browser-address { justify-self: center; width: min(290px, 100%); padding: 7px 12px; border-radius: 7px; background: #fff; border: 1px solid #e3e8ee; color: #7b8797; text-align: center; font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.browser-address span { color: #2eb872; font-size: 7px; margin-right: 5px; }
.browser-frame > img { display: block; width: 100%; height: auto; }
.hero-commerce-frame > img { aspect-ratio: 16 / 9; object-fit: cover; object-position: top center; }
.real-site-badge { position: absolute; right: 13px; bottom: 13px; padding: 8px 11px; border-radius: 999px; background: rgba(16,35,63,.88); color: white; backdrop-filter: blur(8px); font-size: 8px; font-weight: 700; box-shadow: 0 9px 25px rgba(16,35,63,.22); }
.real-site-badge span { color: #42d58f; margin-right: 5px; }
.dashboard-window { position: relative; border: 1px solid rgba(28,53,89,.14); border-radius: 22px; overflow: hidden; background: #fff; box-shadow: 0 38px 90px rgba(16,35,63,.2); transform: perspective(1500px) rotateY(-4deg) rotateX(1deg); }
.dashboard-topbar { height: 54px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e9eef3; }
.mini-brand { font-weight: 800; color: var(--navy); display: flex; align-items: center; gap: 6px; font-size: 13px; }
.mini-o { width: 18px; height: 18px; border-radius: 50%; border: 5px solid var(--red); border-top-color: var(--orange); display: inline-block; }
.avatar { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-size: 10px; }
.dashboard-body { display: flex; min-height: 390px; background: #f7f9fb; }
.dashboard-sidebar { width: 51px; background: var(--navy-deep); padding: 24px 17px; display: flex; flex-direction: column; gap: 24px; }
.dashboard-sidebar span { width: 16px; height: 3px; background: rgba(255,255,255,.28); border-radius: 3px; }
.dashboard-sidebar .active { background: var(--orange); }
.dashboard-content { flex: 1; min-width: 0; padding: 29px; }
.dash-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 22px; }
.dash-heading small { display: block; color: #7d8998; font-size: 10px; margin-bottom: 5px; }
.dash-heading strong { color: var(--navy); font-size: 19px; }
.dash-heading button { border: 0; border-radius: 8px; padding: 9px 12px; color: white; background: var(--navy); font-size: 9px; }
.metric-row { display: grid; grid-template-columns: 1fr 1.25fr; gap: 12px; }
.metric-card { padding: 16px; background: white; border: 1px solid #e7edf3; border-radius: 12px; }
.metric-card small { display: block; font-size: 9px; color: #8692a1; }
.metric-card strong { display: block; font-size: 19px; color: var(--navy); margin: 7px 0 4px; }
.metric-card em { font-style: normal; font-size: 8px; color: #20a66a; }
.order-card { background: white; border: 1px solid #e7edf3; border-radius: 13px; padding: 17px; margin-top: 14px; }
.order-title { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 10px; }
.order-title span { color: var(--orange); font-size: 8px; }
.order-line { display: grid; grid-template-columns: 33px 1fr auto; gap: 10px; align-items: center; padding: 13px 0; border-top: 1px solid #edf1f5; }
.order-line i { width: 33px; height: 33px; background: #eaf0f7; border-radius: 8px; position: relative; }
.order-line i::after { content: ""; width: 12px; height: 15px; border: 2px solid var(--navy); position: absolute; left: 9px; top: 7px; }
.order-line b { display: block; font-size: 9px; color: var(--ink); }
.order-line small { font-size: 7px; color: #8b97a7; }
.order-line mark { background: #fff2e8; color: #e66723; border-radius: 999px; padding: 5px 7px; font-size: 7px; }
.order-line mark.sent { background: #e8f6ef; color: #178b58; }
.floating-chip { position: absolute; background: #fff; border-radius: 12px; padding: 11px 15px 11px 10px; display: flex; align-items: center; gap: 9px; box-shadow: 0 14px 35px rgba(16,35,63,.18); }
.floating-chip > span { width: 32px; height: 32px; border-radius: 9px; background: var(--gradient); color: white; display: grid; place-items: center; font-size: 11px; font-weight: 800; }
.floating-chip strong, .floating-chip small { display: block; }
.floating-chip strong { font-size: 10px; color: var(--navy); }
.floating-chip small { font-size: 8px; color: #8a96a6; }
.chip-one { left: -24px; bottom: 46px; }
.chip-two { right: -18px; top: 66px; }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; color: #8a95a4; display: flex; gap: 9px; align-items: center; }
.scroll-cue span { width: 18px; height: 29px; border: 1px solid #c4ccd6; border-radius: 20px; position: relative; }
.scroll-cue span::after { content: ""; width: 3px; height: 5px; background: var(--red); border-radius: 3px; position: absolute; left: 7px; top: 6px; animation: scrollDot 1.6s infinite; }
@keyframes scrollDot { 0% { transform: translateY(0); opacity: 1; } 80%,100% { transform: translateY(10px); opacity: 0; } }

.clients { border-top: 1px solid #edf0f4; border-bottom: 1px solid #edf0f4; background: #fff; }
.clients-inner { min-height: 126px; display: flex; align-items: center; gap: 55px; }
.clients-inner > p { white-space: nowrap; margin: 0; color: #8a95a4; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.client-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 54px; flex: 1; align-items: center; color: #85909e; }
.client-list > span { font-weight: 800; font-size: 19px; letter-spacing: -.02em; text-align: center; opacity: .72; }
.client-list > img { display: block; width: 100%; max-width: 180px; height: 62px; margin: 0 auto; object-fit: contain; object-position: center; }
.client-list > img[src="logo-unimed.png"] { max-width: 170px; height: 62px; }
.client-list > img[src="logo-vyas.jfif"] { max-width: 148px; height: 42px; }
.client-list > img[src="logo-alvorada-agro.png"] { max-width: 168px; height: 90px; object-fit: contain; }
.client-list > img[src="logo-funlec.jpg"] { max-width: 138px; height: 88px; object-fit: cover; }
.client-list .vyas { font-size: 11px; font-weight: 500; }.client-list .vyas b { font-size: 22px; }
.client-list .alvorada { font-family: Georgia, serif; letter-spacing: .04em; }.client-list .funlec { letter-spacing: .13em; }

.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .solution-copy h2, .faq-heading h2 { font-size: clamp(40px, 4.5vw, 59px); line-height: 1.04; letter-spacing: -.05em; margin: 0 0 20px; color: var(--navy-deep); }
.section-heading p:not(.eyebrow), .solution-copy > p:not(.eyebrow), .faq-heading > p:not(.eyebrow) { font-size: 17px; line-height: 1.6; color: var(--muted); margin: 0; }
.diagnosis { background: var(--surface); }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.pain-card { min-height: 330px; background: #fff; border: 1px solid #e5eaf0; border-radius: 18px; padding: 24px; display: flex; flex-direction: column; transition: transform .28s, box-shadow .28s; }
.pain-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.pain-number { color: #b8c2cf; font-size: 11px; margin-bottom: 45px; }
.pain-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(140deg, #fff0e7, #ffe8ec); color: var(--red); font-size: 20px; margin-bottom: 20px; }
.pain-card h3 { color: var(--navy); margin: 0 0 12px; font-size: 20px; letter-spacing: -.025em; }
.pain-card p { color: var(--muted); margin: 0; line-height: 1.55; font-size: 14px; }
.diagnosis-callout { margin-top: 35px; border-radius: 18px; background: var(--navy); padding: 26px 30px; color: white; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.diagnosis-callout p { margin: 0; font-size: 20px; line-height: 1.4; max-width: 590px; }

.comparison { background: var(--navy-deep); color: white; position: relative; overflow: hidden; }
.comparison::before { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; top: -360px; right: -180px; box-shadow: 0 0 0 90px rgba(255,255,255,.015), 0 0 0 180px rgba(255,255,255,.01); }
.comparison .section-heading h2 { color: white; max-width: 720px; }
.comparison .section-heading h2 span { color: #ff6641; }
.comparison .section-heading p:not(.eyebrow) { color: #aebbd0; }
.eyebrow.light { color: #ff795b; }
.comparison-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.model-card { position: relative; border-radius: 22px; padding: 35px; overflow: hidden; }
.traditional { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); }
.opta-model { background: #fff; color: var(--ink); box-shadow: 0 25px 65px rgba(0,0,0,.24); }
.model-shine { width: 300px; height: 300px; border-radius: 50%; position: absolute; right: -170px; top: -170px; background: var(--gradient); filter: blur(1px); opacity: .15; }
.model-label { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; display: flex; align-items: center; gap: 9px; margin-bottom: 22px; color: #aeb9ca; }
.model-label span { width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); }
.opta-model .model-label { color: var(--red); }.opta-model .model-label span { color: white; background: var(--gradient); }
.model-card h3 { font-size: 29px; line-height: 1.15; letter-spacing: -.035em; margin: 0 0 27px; max-width: 420px; }
.opta-model h3 { color: var(--navy); }
.model-card ul { list-style: none; margin: 0; padding: 0; }
.model-card li { min-height: 56px; border-top: 1px solid rgba(255,255,255,.09); display: flex; align-items: center; gap: 13px; color: #c4cedd; }
.model-card li span { color: #7f8ca0; font-weight: 800; }
.opta-model li { color: #425066; border-top-color: #e8edf2; }.opta-model li span { color: #ef3c39; }
.versus { position: absolute; z-index: 2; width: 52px; height: 52px; border-radius: 50%; background: var(--gradient); color: white; display: grid; place-items: center; font-weight: 800; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 5px solid var(--navy-deep); font-size: 11px; }
.center-action { text-align: center; margin-top: 40px; }.button-white { background: white; color: var(--navy); }.button-white .button-icon { background: var(--blue-soft); color: var(--red); }

.solution { overflow: hidden; }
.solution-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: center; }
.solution-copy h2 { margin-bottom: 25px; }
.feature-list { margin: 33px 0; }
.feature-list > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 13px; padding: 15px 0; border-top: 1px solid #e3e8ee; }
.feature-list > div > span { grid-row: 1/3; color: var(--red); font-weight: 800; font-size: 11px; padding-top: 3px; }
.feature-list strong { color: var(--navy); font-size: 15px; }
.feature-list small { color: #7b8797; margin-top: 3px; }
.solution-visual { position: relative; padding: 45px 0 45px 20px; }
.solution-visual::before { content: ""; position: absolute; inset: 0 -38vw 0 12%; background: #f3f6fa; border-radius: 40px 0 0 40px; }
.catalog-real-frame { position: relative; transform: perspective(1400px) rotateY(-4deg); }
.catalog-real-frame > img { aspect-ratio: 12 / 5; object-fit: cover; object-position: center; }
.official-catalog-card { position: absolute; z-index: 2; left: -5px; bottom: 13px; max-width: 280px; background: #fff; border: 1px solid #e4e9ef; border-radius: 14px; padding: 12px 16px 12px 12px; display: grid; grid-template-columns: 75px 1fr; align-items: center; gap: 12px; box-shadow: 0 18px 44px rgba(16,35,63,.2); }
.official-catalog-card img { display: block; width: 75px; height: auto; }
.official-catalog-card strong, .official-catalog-card small { display: block; }.official-catalog-card strong { color: var(--navy); font-size: 11px; }.official-catalog-card small { color: #8490a0; font-size: 8px; line-height: 1.35; margin-top: 3px; }
.catalog-panel { position: relative; background: #fff; box-shadow: var(--shadow); border: 1px solid #e4eaf0; border-radius: 20px; padding: 19px; min-height: 415px; transform: perspective(1400px) rotateY(-4deg); }
.catalog-bar { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; border-bottom: 1px solid #ecf0f3; padding-bottom: 14px; }
.search { border: 1px solid #e4e9ef; border-radius: 8px; padding: 9px 12px; font-size: 8px; color: #9aa5b3; }
.cart { font-size: 13px; position: relative; }.cart b { position: absolute; right: -7px; top: -8px; background: var(--red); color: white; border-radius: 50%; width: 13px; height: 13px; display: grid; place-items: center; font-size: 7px; }
.catalog-title { display: flex; justify-content: space-between; align-items: flex-end; margin: 25px 0; }.catalog-title small { color: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: .14em; }.catalog-title h3 { color: var(--navy); margin: 4px 0 0; font-size: 18px; }.catalog-title > span { font-size: 8px; color: var(--red); }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; }
.product-card { border: 1px solid #e9edf2; border-radius: 12px; padding: 11px; }.product-card > small, .product-card > strong { display: block; }.product-card > small { color: #9aa4b1; font-size: 7px; margin-top: 9px; }.product-card > strong { color: var(--navy); font-size: 9px; margin: 4px 0 12px; }.product-card > b { display: block; background: var(--navy); color: white; border-radius: 6px; padding: 7px; text-align: center; font-size: 7px; }
.product-art { height: 98px; border-radius: 8px; background: #f2f5f8; position: relative; overflow: hidden; }
.product-art.paper span { position: absolute; width: 45px; height: 58px; left: calc(50% - 18px); top: 18px; background: white; border: 1px solid #d7dfe7; transform: rotate(4deg); box-shadow: -6px 5px 0 #fff, -7px 6px 0 #d7dfe7; }.product-art.paper span:nth-child(2) { width: 27px; height: 3px; top: 34px; left: 45px; background: var(--orange); border: 0; box-shadow: none; }.product-art.paper span:nth-child(3) { width: 22px; height: 3px; top: 44px; left: 45px; background: #c4ced8; border: 0; box-shadow: none; }
.cleaning-art i { position: absolute; width: 32px; height: 55px; background: #2b69aa; border-radius: 8px 8px 11px 11px; left: 44px; top: 27px; }.cleaning-art i::before { content: ""; position: absolute; width: 20px; height: 13px; border: 6px solid var(--navy); border-left: 0; left: 13px; top: -15px; }.cleaning-art span { position: absolute; width: 20px; height: 38px; background: #ffb12b; border-radius: 4px; right: 34px; bottom: 16px; }
.coffee i { position: absolute; width: 53px; height: 47px; background: #d94f32; border-radius: 5px 5px 15px 15px; left: 38px; top: 28px; }.coffee i::after { content: "OPTA"; position: absolute; inset: 14px 0 auto; text-align: center; color: white; font-size: 8px; font-style: normal; font-weight: 800; }.coffee span { position: absolute; width: 22px; height: 31px; border: 5px solid var(--navy); border-left: 0; border-radius: 0 12px 12px 0; right: 28px; bottom: 17px; }
.approval-card { position: absolute; z-index: 2; right: -5px; bottom: 19px; background: white; border-radius: 12px; padding: 13px 17px 13px 11px; display: flex; align-items: center; gap: 10px; box-shadow: 0 16px 40px rgba(16,35,63,.2); }.approval-card > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg,#32bd7c,#138f57); }.approval-card strong, .approval-card small { display: block; }.approval-card strong { color: var(--navy); font-size: 10px; }.approval-card small { color: #8d98a7; font-size: 8px; }

.cta-section { background: var(--navy-deep); color: white; position: relative; overflow: hidden; padding: 110px 0; isolation: isolate; }
.cta-section::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(13,31,58,.94), rgba(13,31,58,.82)), url("form-background.png"); background-size: cover; background-position: center; opacity: .42; z-index: 0; pointer-events: none; }
.cta-decoration { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }.cta-decoration.one { width: 640px; height: 640px; left: -430px; top: -220px; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); }.cta-decoration.two { width: 340px; height: 340px; right: -250px; bottom: -190px; background: radial-gradient(circle, rgba(242,37,67,.22), transparent 70%); }
.cta-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; }
.cta-copy h2 { font-size: clamp(42px,5vw,64px); line-height: 1.02; letter-spacing: -.055em; margin: 0 0 24px; }.cta-copy > p:not(.eyebrow) { color: #b9c4d5; font-size: 18px; line-height: 1.55; max-width: 520px; }
.cta-stat { display: flex; gap: 18px; align-items: center; margin-top: 45px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); }.cta-stat strong { font-size: 34px; color: #ff6841; }.cta-stat span { max-width: 190px; color: #bdc7d6; line-height: 1.35; font-size: 13px; }
.lead-form { width: 100%; max-width: 500px; justify-self: end; background: white; color: var(--ink); padding: 26px; border-radius: 20px; box-shadow: 0 35px 75px rgba(0,0,0,.2); }
.form-heading { margin-bottom: 18px; }.form-heading strong, .form-heading span { display: block; }.form-heading strong { color: var(--navy); font-size: 22px; }.form-heading span { color: #7e8a99; font-size: 12px; margin-top: 4px; }
.lead-form label { display: block; margin-bottom: 11px; font-size: 11px; font-weight: 700; color: #4b586a; }
.lead-form input, .lead-form select { display: block; width: 100%; border: 1px solid #dce3ea; outline: none; background: #f9fafc; border-radius: 9px; padding: 11px 13px; margin-top: 5px; font-size: 13px; color: var(--ink); transition: border .2s, box-shadow .2s; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,106,26,.12); }
.rd-form-card .bricks-form { margin: 0; padding: 0; background: transparent; }
.rd-form-card .bricks-form__fieldset { margin: 0; }
.rd-form-card .bricks-form__field { margin-bottom: 11px; }
.rd-form-card .bricks-form__label { color: #4b586a; font-family: "Rethink Sans", Arial, sans-serif; font-size: 11px; font-weight: 700; }
.rd-form-card .bricks-form__input { width: 100%; border: 1px solid #dce3ea; outline: none; background: #f9fafc; border-radius: 9px; padding: 11px 13px; font-family: "Rethink Sans", Arial, sans-serif; font-size: 13px; color: var(--ink); }
.rd-form-card .bricks-form__submit button, .rd-form-card button[type="submit"], .rd-form-card input[type="submit"] { width: 100%; min-height: 50px; border: 0; border-radius: 999px; background: var(--gradient); color: #fff; font-family: "Rethink Sans", Arial, sans-serif; font-weight: 700; box-shadow: 0 14px 32px rgba(242,37,67,.22); cursor: pointer; }
.rd-form-card .bricks-form__submit button:hover, .rd-form-card button[type="submit"]:hover { box-shadow: 0 18px 38px rgba(242,37,67,.3); transform: translateY(-2px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.form-button { width: 100%; min-height: 50px; margin-top: 4px; }.form-note { text-align: center; font-size: 9px; color: #98a3b1; margin: 9px 0 0; }.form-status { margin: 8px 0 0; color: var(--navy); text-align: center; font-size: 12px; font-weight: 700; min-height: 13px; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }.faq-heading a { display: inline-block; margin-top: 25px; color: var(--red); font-weight: 700; }
.accordion details { border-top: 1px solid #dfe5eb; }.accordion details:last-child { border-bottom: 1px solid #dfe5eb; }.accordion summary { list-style: none; cursor: pointer; padding: 25px 0; font-size: 18px; font-weight: 700; color: var(--navy); display: flex; align-items: center; justify-content: space-between; gap: 25px; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { width: 29px; height: 29px; flex: 0 0 29px; border-radius: 50%; display: grid; place-items: center; color: var(--red); background: #fff0ed; transition: transform .3s; }.accordion details[open] summary span { transform: rotate(45deg); }.accordion details p { margin: -8px 60px 25px 0; color: var(--muted); line-height: 1.6; font-size: 14px; }

.footer { background: #f3f6f9; border-top: 1px solid #e2e7ec; }.footer-main { min-height: 190px; padding: 42px 0; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 90px; }.footer-brand img { width: 150px; }.footer-brand p { color: #7b8797; margin: 8px 0 0; font-size: 12px; }.footer-links { display: grid; grid-template-columns: repeat(2, auto); gap: 10px 28px; font-size: 12px; color: #6f7c8d; }.footer-links strong { grid-column: 1/-1; color: var(--navy); }.to-top { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-size: 20px; }.footer-bottom { min-height: 58px; border-top: 1px solid #dfe5eb; display: flex; align-items: center; justify-content: space-between; font-size: 10px; color: #8b96a4; }
.footer-brand img { height: auto; object-fit: contain; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .nav-links { gap: 17px; }.nav-links > a:not(.nav-cta) { display: none; }
  .hero { padding-top: 130px; }.hero-grid { grid-template-columns: 1fr; gap: 60px; }.hero-copy { max-width: 700px; }.hero-visual { width: min(620px, 88%); margin: 0 auto; }.hero-opta-image { width: 108%; margin: -20% 0 -17% -4%; }.hero { min-height: auto; padding-bottom: 100px; }.scroll-cue { display: none; }
  .clients-inner { align-items: flex-start; flex-direction: column; padding: 34px 0; gap: 25px; }.client-list { width: 100%; gap: 20px; }
  .pain-grid { grid-template-columns: repeat(2,1fr); }.pain-card { min-height: 280px; }.pain-number { margin-bottom: 25px; }
  .solution-grid { grid-template-columns: 1fr; }.solution-copy { max-width: 680px; }.solution-visual { width: min(740px, 100%); }
  .cta-grid { grid-template-columns: 1fr; gap: 50px; }.cta-copy { max-width: 700px; }.lead-form { max-width: 650px; }
  .faq-grid { grid-template-columns: 1fr; gap: 55px; }.faq-heading { position: static; max-width: 620px; }
}

@media (max-width: 680px) {
  .container { width: calc(100% - 28px); max-width: 1160px; }.section { padding: 78px 0; }.site-header { height: 70px; }.brand img { width: 105px; }
  .menu-toggle { display: block; z-index: 2; }.nav-links { position: absolute; left: 14px; right: 14px; top: 70px; background: white; border: 1px solid #e3e8ee; border-radius: 15px; padding: 20px; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: .25s; }.nav-links.open { opacity: 1; transform: translateY(0); pointer-events: auto; }.nav-links > a:not(.nav-cta) { display: block; }.nav-cta { justify-content: center; }
  .hero { padding-top: 114px; background-position: center; }.hero h1 { font-size: 45px; }.hero-subtitle { font-size: 16px; }.hero-proof { align-items: flex-start; flex-direction: column; gap: 3px; }.hero-visual { width: 92%; }.hero-opta-image { width: 108%; margin: -17% 0 -14% -4%; }.hero-commerce-frame { transform: none; }.browser-bar { grid-template-columns: 48px 1fr 48px; height: 36px; }.browser-address { font-size: 7px; }.dashboard-window { transform: none; }.dashboard-body { min-height: 310px; }.dashboard-content { padding: 17px; }.dashboard-sidebar { display: none; }.metric-row { grid-template-columns: 1fr 1fr; }.order-card { padding: 12px; }.order-line mark { display: none; }.floating-chip { display: none; }
  .clients-inner { min-height: auto; }.client-list { grid-template-columns: repeat(2,1fr); gap: 30px 15px; }
  .section-heading h2, .solution-copy h2, .faq-heading h2 { font-size: 39px; }.pain-grid { grid-template-columns: 1fr; }.pain-card { min-height: 250px; }.diagnosis-callout { align-items: stretch; flex-direction: column; }.diagnosis-callout .button { width: 100%; }
  .comparison-grid { grid-template-columns: 1fr; }.versus { top: 50%; }.model-card { padding: 27px 22px; }.comparison .section-heading h2 { font-size: 41px; }
  .solution-grid { gap: 30px; }.solution-visual { padding: 25px 0 65px; }.solution-visual::before { left: -15px; border-radius: 25px; }.catalog-real-frame { transform: none; }.official-catalog-card { left: 12px; bottom: 5px; }.catalog-panel { transform: none; padding: 12px; }.catalog-bar { grid-template-columns: auto 1fr; }.catalog-bar .search { display: none; }.cart { margin-left: auto; }.product-grid { grid-template-columns: repeat(3,1fr); gap: 6px; }.product-art { height: 70px; }.product-art.paper span { transform: scale(.7); transform-origin: center; }.cleaning-art i { transform: scale(.72); left: 23px; top: 19px; }.cleaning-art span { transform: scale(.72); right: 14px; bottom: 9px; }.coffee i { transform: scale(.7); left: 20px; top: 17px; }.coffee span { transform: scale(.7); right: 10px; bottom: 8px; }.approval-card { display: none; }
  .cta-section { padding: 80px 0; }.cta-copy h2 { font-size: 43px; }.lead-form { padding: 24px 18px; }.form-row { grid-template-columns: 1fr; gap: 0; }
  .accordion summary { font-size: 16px; }.accordion details p { margin-right: 20px; }
  .footer-main { grid-template-columns: 1fr auto; gap: 35px; }.footer-links { grid-column: 1/-1; grid-row: 2; }.footer-bottom { padding: 18px 0; gap: 12px; align-items: flex-start; flex-direction: column; }
}

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