:root {
  --remiva-blue: #0a4275;
  --remiva-blue-dark: #062a4d;
  --remiva-cyan: #0f7f7a; /* blue-green secondary brand color */
  --soft-bg: #f4f7fa;
  --light-bg: #fdfeff;
  --border-soft: #e5eaf0;
  --text-slate: #475569;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--text-slate); background: #fff; font-family: "Plus Jakarta Sans", Arial, sans-serif; }
img, video { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.icon-sprite { display: none; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: #fff; background: var(--remiva-blue); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Header */
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid #e8eef3; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.shell { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.header-shell { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 26px; }
.brand img { width: 164px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 26px; }
.primary-nav a { color: #17334c; font-size: 14px; font-weight: 700; text-decoration: none; }
.primary-nav a:hover { color: var(--remiva-cyan); }
.nav-contact { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; padding: 0 16px; border-radius: 8px; color: #fff !important; background: var(--remiva-blue); }
.nav-contact svg { width: 18px; height: 18px; }
.menu-toggle { display: none; padding: 8px; border: 1px solid #d5e1e8; border-radius: 7px; color: var(--remiva-blue); background: #fff; }

/* Mobile side drawer */
.nav-backdrop { position: fixed; z-index: 60; inset: 0; background: rgba(4,22,38,.48); opacity: 0; transition: opacity .28s ease; }
.nav-backdrop[data-open="true"] { opacity: 1; }
.mobile-drawer { position: fixed; z-index: 70; top: 0; right: 0; width: min(390px, 88vw); height: 100dvh; overflow-y: auto; padding: 20px; color: #17334c; background: #fff; box-shadow: -28px 0 70px rgba(5,35,60,.2); transform: translateX(105%); visibility: hidden; transition: transform .34s cubic-bezier(.22,1,.36,1), visibility .34s; }
.mobile-drawer[data-open="true"] { transform: translateX(0); visibility: visible; }
.mobile-drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid #e7eeef; }
.drawer-brand img { width: 150px; height: auto; }
.drawer-close { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #d7e3e4; border-radius: 12px; color: var(--remiva-blue); background: #fff; }
.drawer-close svg { width: 22px; height: 22px; }
.mobile-drawer-links { display: grid; padding: 16px 0; border-bottom: 1px solid #e7eeef; }
.mobile-drawer-links a { display: flex; min-height: 48px; align-items: center; padding: 0 10px; border-radius: 10px; color: #17334c; font-size: 15px; font-weight: 800; text-decoration: none; }
.mobile-drawer-links a:hover, .mobile-drawer-links a:focus-visible { color: var(--remiva-cyan); background: #f2f8f7; }
.drawer-contact { padding: 22px 8px 10px; }
.drawer-contact-label { margin: 0 0 16px; color: var(--remiva-cyan); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.drawer-contact > p:not(.drawer-contact-label) { display: flex; align-items: flex-start; gap: 12px; margin: 0 0 16px; color: #53697c; font-size: 13.5px; font-weight: 600; line-height: 1.65; }
.drawer-contact svg { width: 19px; height: 19px; flex: 0 0 19px; margin-top: 2px; color: var(--remiva-cyan); }
.drawer-contact a { color: var(--remiva-blue); overflow-wrap: anywhere; text-decoration: none; }
.drawer-contact a:hover { text-decoration: underline; }
body.menu-open { overflow: hidden; }
@media (min-width: 761px) { .mobile-drawer, .nav-backdrop { display: none !important; } }

/* Original home hero */
.home-hero { position: relative; display: flex; min-height: 700px; height: calc(100vh - 76px); align-items: center; justify-content: center; overflow: hidden; padding: 70px 20px 0; color: #fff; background: var(--remiva-blue); font-family: "Poppins", sans-serif; text-align: center; }
.hero-video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle, rgba(6,33,59,.75) 0%, rgba(10,66,117,.95) 100%); }
.hero-content { position: relative; z-index: 2; width: 100%; max-width: 900px; margin: 0 auto; }
.hero-text-box { animation: fade-in-scale 1.2s ease-out; }
.hero-company-name { display: block; margin-bottom: 20px; color: var(--remiva-cyan); font-size: clamp(28px,5vw,44px); font-weight: 800; letter-spacing: 7px; text-shadow: 0 5px 15px rgba(0,0,0,.4); text-transform: uppercase; }
.hero-text-box h1 { margin: 0; color: #fff; font-size: clamp(38px,7vw,72px); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; text-shadow: 0 10px 20px rgba(0,0,0,.2); }
.hero-text-box p { max-width: 650px; margin: 25px auto 45px; color: rgba(255,255,255,.95); font-size: clamp(17px,2vw,21px); font-weight: 400; line-height: 1.8; }
.hero-btn { display: inline-flex; align-items: center; gap: 10px; padding: 18px 48px; border: 2px solid #fff; border-radius: 50px; color: var(--remiva-blue); background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.4); font-size: 17px; font-weight: 700; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; transition: all .4s cubic-bezier(.175,.885,.32,1.275); }
.hero-btn svg { width: 20px; height: 20px; }
.hero-btn:hover { color: #fff; background: transparent; box-shadow: 0 15px 45px rgba(255,255,255,.2); transform: translateY(-7px); }
@keyframes fade-in-scale { from { opacity: 0; transform: scale(.9) translateY(30px); } to { opacity: 1; transform: scale(1) translateY(0); } }

/* Original about block */
.remiva-about-section { padding: 90px 5%; background: #fff; }
.about-wrapper { display: grid; max-width: 1200px; grid-template-columns: 1fr 1.2fr; align-items: start; gap: 60px; margin: 0 auto; }
.main-img-holder { position: relative; overflow: hidden; border: 1px solid rgba(10,66,117,.05); border-radius: 30px; box-shadow: 0 25px 50px rgba(10,66,117,.1); }
.main-img-holder img { width: 100%; height: 450px; object-fit: cover; transition: transform .8s ease; }
.main-img-holder:hover img { transform: scale(1.03); }
.about-content-column { display: flex; min-height: 450px; flex-direction: column; justify-content: flex-start; padding-block: 30px; }
.about-content-column h2 { margin: 0 0 20px; color: var(--remiva-blue); font-size: clamp(28px,3.5vw,42px); font-weight: 800; letter-spacing: -1px; line-height: 1.2; }
.intro-para { margin: 0 0 15px; color: #334155; font-size: 18px; font-weight: 500; line-height: 1.7; }
.secondary-para { margin: 0 0 25px; color: #64748b; font-size: 16px; line-height: 1.7; }
.expand-trigger { display: inline-flex; align-self: flex-start; align-items: center; gap: 10px; padding: 12px 30px; border: 2px solid var(--remiva-blue); border-radius: 100px; color: var(--remiva-blue); background: transparent; font-weight: 700; transition: .3s; }
.expand-trigger svg { transition: transform .3s ease; }
.expand-trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.expand-trigger:hover { color: #fff; background: var(--remiva-blue); }
.reveal-content { max-height: 0; overflow: hidden; opacity: 0; text-align: left; transition: all .6s cubic-bezier(.4,0,.2,1); }
.reveal-content.active { max-height: 1500px; margin-top: 30px; opacity: 1; }
.foundation-label { display: block; margin-bottom: 15px; color: var(--remiva-blue); font-size: 18px; font-weight: 700; }
.points-container { display: grid; gap: 12px; margin-bottom: 30px; }
.point-box { display: flex; align-items: center; gap: 15px; padding: 15px 20px; border-left: 4px solid var(--remiva-cyan); border-radius: 12px; background: var(--soft-bg); }
.point-box svg { width: 18px; height: 18px; flex: 0 0 18px; color: var(--remiva-cyan); stroke-width: 2.5; }
.point-box p { margin: 0; color: var(--remiva-blue); font-size: 14.5px; font-weight: 600; }
.final-statement { padding: 25px; border-radius: 20px; color: #fff; background: var(--remiva-blue); font-size: 16px; line-height: 1.7; }

/* Original product carousel */
.lp-blue-slider-section { position: relative; width: 100%; overflow: hidden; padding: 72px 0; background: radial-gradient(circle at top left, rgba(15,127,122,.10), transparent 24%), linear-gradient(180deg,#fff 0%,#f4f9ff 100%); }
.lp-heading-container { margin-bottom: 34px; padding: 0 16px; text-align: center; }
.lp-heading-container h2 { margin: 0; color: var(--remiva-blue-dark); font-size: clamp(30px,5vw,42px); font-weight: 800; letter-spacing: -.03em; text-transform: uppercase; }
.lp-heading-line { width: 92px; height: 4px; margin: 14px auto 0; border-radius: 999px; background: linear-gradient(135deg,var(--remiva-blue),var(--remiva-cyan)); }
.lp-slider-frame { --per-view: 3; position: relative; max-width: 1280px; margin: 0 auto; overflow: hidden; padding: 28px 0 18px; border: 1px solid #d9e8f7; border-radius: 34px; background: rgba(255,255,255,.88); box-shadow: 0 20px 50px rgba(10,66,117,.08); touch-action: pan-y; }
.lp-slider-track { display: flex; align-items: stretch; will-change: transform; }
.lp-slide { display: flex; flex: 0 0 calc(100% / var(--per-view)); justify-content: center; padding: 0 12px; user-select: none; }
.lp-card-shell { width: 100%; max-width: 300px; padding: 2px; border-radius: 26px; background: #d7e6f5; box-shadow: 0 12px 30px rgba(10,66,117,.05); opacity: .82; transform: scale(.88); transition: transform .35s ease, opacity .35s ease, box-shadow .35s ease, background .35s ease; }
.lp-slide.is-active .lp-card-shell { opacity: 1; background: linear-gradient(135deg,#0a4275,#1a9189,#0a4275); background-size: 220% 220%; box-shadow: 0 22px 42px rgba(15,127,122,.16); transform: scale(1.04); }
.lp-white-card { display: flex; width: 100%; min-height: 100%; flex-direction: column; overflow: hidden; border-radius: 24px; background: #fff; text-align: center; }
.lp-card-img-box { width: 100%; height: 260px; overflow: hidden; border-bottom: 1px solid #e4eef8; background: #fff; }
.lp-card-img-box img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.lp-card-content { flex-grow: 1; padding: 18px; }
.lp-card-content h3 { width: 100%; margin: 0 0 14px; padding: 12px 14px; border-radius: 14px; color: #fff; background: linear-gradient(135deg,var(--remiva-blue),#0f5ba0); box-shadow: 0 10px 20px rgba(10,66,117,.14); font-size: 15px; font-weight: 700; }
.comp-wrapper { padding: 12px; border: 1px solid #dce9f7; border-radius: 16px; background: linear-gradient(180deg,#fcfeff 0%,#f2f8ff 100%); text-align: left; }
.comp-text { max-height: 42px; margin: 0; overflow: hidden; color: #18344f; font-size: 13px; font-weight: 500; line-height: 1.65; transition: max-height .35s ease; }
.comp-wrapper.expanded .comp-text { max-height: 500px; }
.read-more-btn { margin-top: 8px; padding: 0; border: 0; color: var(--remiva-blue); background: none; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.read-more-btn:hover { color: var(--remiva-cyan); }
.lp-view-all-container { margin-top: 42px; padding: 0 16px; text-align: center; }
.lp-main-btn { padding: 15px 40px; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(135deg,var(--remiva-blue),#0e5ea7); box-shadow: 0 14px 28px rgba(10,66,117,.18); font-size: 14px; font-weight: 700; transition: .3s; }
.lp-main-btn:hover { box-shadow: 0 18px 34px rgba(10,66,117,.24); transform: translateY(-2px); }
.lp-expanded-grid { display: none; max-width: 1260px; grid-template-columns: repeat(4,1fr); gap: 22px; margin: 34px auto 0; padding: 0 16px; }
.lp-expanded-grid.active { display: grid; }
.lp-expanded-grid .lp-card-shell { max-width: none; opacity: 1; transform: none; }
.medical-note { max-width: 960px; margin: 26px auto 0; padding: 0 16px; color: #627b95; font-size: 13px; line-height: 1.6; text-align: center; }

/* Original quality block */
.quality-compliance-section { padding: 100px 5%; background: #fff; }
.quality-container { max-width: 1200px; margin: 0 auto; }
.quality-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; margin-bottom: 80px; }
.quality-intro h2 { margin: 0; color: var(--remiva-blue); font-size: clamp(36px,5vw,60px); font-weight: 800; letter-spacing: -2px; line-height: 1.1; }
.quality-intro p { margin: 0; padding-left: 30px; border-left: 4px solid var(--remiva-cyan); color: #475569; font-size: 18px; line-height: 1.7; }
.framework-label { display: block; margin-bottom: 40px; color: var(--remiva-blue); font-size: 14px; font-weight: 800; letter-spacing: 3px; text-align: center; text-transform: uppercase; }
.framework-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 20px; margin-bottom: 80px; }
.framework-card { padding: 30px 20px; border: 1px solid var(--border-soft); border-radius: 25px; background: #fcfdfe; text-align: center; transition: all .4s ease; }
.framework-card:hover { border-color: var(--remiva-cyan); background: #fff; box-shadow: 0 20px 40px rgba(10,66,117,.06); transform: translateY(-10px); }
.framework-card svg { width: 28px; height: 28px; margin-bottom: 20px; color: var(--remiva-cyan); }
.framework-card h3 { margin: 0; color: var(--remiva-blue); font-size: 14px; font-weight: 700; line-height: 1.5; }
.safety-priority-banner { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 40px; border-radius: 35px; color: #fff; background: linear-gradient(90deg,var(--remiva-blue),var(--remiva-blue-dark)); box-shadow: 0 15px 35px rgba(10,66,117,.2); }
.safety-priority-banner span svg { width: 32px; height: 32px; color: var(--remiva-cyan); }
.safety-priority-banner h3 { margin: 0; color: #fff; font-size: 22px; font-weight: 600; letter-spacing: .5px; }

/* Original professional-choice block */
.remiva-choice-section { padding: 100px 5%; background: var(--light-bg); }
.choice-container { display: grid; max-width: 1200px; grid-template-columns: 1fr 1.12fr; align-items: start; gap: 68px; margin: 0 auto; }
.choice-left h2 { margin: 0 0 20px; color: var(--remiva-blue); font-size: clamp(34px,5vw,54px); font-weight: 800; letter-spacing: -2px; line-height: 1.1; }
.choice-left h2 span { color: var(--remiva-cyan); }
.choice-left .sub-tag { margin: 0 0 15px; color: var(--remiva-cyan); font-size: 13px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; }
.choice-intro { max-width: 560px; margin: 0; color: #526779; font-size: 16px; line-height: 1.75; }
.choice-img-box { position: relative; margin: 30px 0 0; overflow: hidden; border: 1px solid #dbe8e7; border-radius: 30px; background: #fff; box-shadow: 0 30px 60px rgba(10,66,117,.1); }
.choice-img-media { aspect-ratio: 16 / 9; overflow: hidden; }
.choice-img-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.choice-img-box figcaption { padding: 13px 18px; border-top: 1px solid #e3eceb; color: #506a68; background: #f7fbfa; font-size: 12.5px; font-weight: 700; letter-spacing: .02em; }
.choice-right { display: flex; flex-direction: column; gap: 20px; margin: 0; padding: 0; list-style: none; }
.choice-step { display: flex; align-items: center; gap: 25px; padding: 25px 30px; border: 1px solid #e2e8f0; border-radius: 20px; background: #fff; transition: all .4s ease; }
.choice-step:hover { border-color: var(--remiva-cyan); box-shadow: 0 15px 35px rgba(10,66,117,.05); transform: translateX(15px); }
.step-number { display: grid; width: 50px; height: 50px; flex: 0 0 50px; place-items: center; border-radius: 50%; color: #fff; background: var(--remiva-blue); font-size: 18px; font-weight: 800; transition: .3s; }
.choice-step:hover .step-number { background: var(--remiva-cyan); transform: scale(1.1); }
.choice-step h3 { margin: 0; color: var(--remiva-blue); font-size: 17px; font-weight: 700; line-height: 1.4; }
.choice-footer { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; margin-top: 60px; padding: 40px; border-radius: 30px; color: #fff; background: var(--remiva-blue); box-shadow: 0 20px 40px rgba(10,66,117,.2); text-align: center; }
.choice-footer h3 { max-width: 900px; margin: 0; color: #fff; font-size: 22px; font-weight: 500; line-height: 1.5; }

/* Original vision block */
.remiva-vision-section { position: relative; overflow: hidden; padding: 120px 5%; background: #fff; text-align: center; }
.vision-aura { position: absolute; z-index: 1; top: 50%; left: 50%; width: 600px; height: 600px; background: radial-gradient(circle,rgba(15,127,122,.08) 0%,rgba(255,255,255,0) 70%); transform: translate(-50%,-50%); }
.vision-container { position: relative; z-index: 2; max-width: 1000px; margin: 0 auto; }
.vision-tag { display: inline-block; margin-bottom: 25px; color: var(--remiva-cyan); font-size: 14px; font-weight: 800; letter-spacing: 4px; text-transform: uppercase; }
.vision-container h2 { margin: 0 0 40px; color: var(--remiva-blue); font-size: clamp(32px,5vw,56px); font-weight: 800; letter-spacing: -2px; line-height: 1.1; }
.vision-content-box { padding: 50px; border: 1px solid #f1f5f9; border-radius: 40px; background: rgba(255,255,255,.8); box-shadow: 0 30px 60px rgba(10,66,117,.05); }
.vision-text { margin: 0; color: var(--text-slate); font-size: clamp(18px,2.5vw,24px); font-weight: 500; line-height: 1.7; }
.vision-text span { color: var(--remiva-blue); font-weight: 700; }
.vision-footer-icons { display: flex; justify-content: center; gap: 40px; margin-top: 50px; opacity: .6; }
.vision-footer-icons span { display: flex; align-items: center; gap: 10px; color: var(--remiva-blue); font-size: 14px; font-weight: 600; }
.vision-footer-icons svg { width: 18px; height: 18px; color: var(--remiva-cyan); }

/* Original contact block, supplied form integrated */
.remiva-contact-wrapper { padding: 100px 5%; background: #fff; }
.contact-main-grid { display: grid; max-width: 1200px; grid-template-columns: 1fr 1.2fr; overflow: hidden; border: 1px solid #f1f5f9; border-radius: 40px; background: #fff; box-shadow: 0 40px 100px rgba(10,66,117,.12); }
.contact-details-panel { position: relative; display: flex; min-height: 100%; flex-direction: column; justify-content: space-between; padding: 70px; overflow: hidden; color: #fff; background: var(--remiva-blue); }
.contact-details-panel::before { position: absolute; top: -100px; left: -100px; width: 300px; height: 300px; border-radius: 50%; background: var(--remiva-cyan); content: ""; filter: blur(120px); opacity: .15; }
.contact-details-panel > * { position: relative; z-index: 1; }
.panel-header h2 { margin: 0 0 10px; color: #fff; font-size: 48px; font-weight: 800; letter-spacing: -2px; }
.panel-header p { margin: 0 0 50px; color: var(--remiva-cyan); font-size: 16px; font-weight: 600; line-height: 1.5; }
.contact-item { display: flex; align-items: flex-start; gap: 25px; margin-bottom: 40px; }
.item-icon { display: grid; width: 50px; height: 50px; flex: 0 0 50px; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; color: var(--remiva-cyan); background: rgba(255,255,255,.08); transition: .3s; }
.contact-item:hover .item-icon { color: var(--remiva-blue); background: var(--remiva-cyan); transform: translateY(-5px); }
.item-text h3 { margin: 0 0 8px; color: #fff; font-size: 18px; font-weight: 700; }
.item-text p, .item-text a { margin: 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.7; text-decoration: none; }
.item-text a:hover { color: #fff; text-decoration: underline; }
.panel-footer { margin: 0; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.5); font-size: 14px; font-style: italic; }
.contact-form-panel { padding: 70px; background: #fff; }
.contact-form-panel h3 { margin: 0 0 10px; color: var(--remiva-blue); font-size: 32px; font-weight: 800; letter-spacing: -1px; }
.form-intro { margin: 0 0 28px; color: var(--text-slate); font-size: 16px; }
.contact-form { display: grid; gap: 16px; padding: 30px; border: 2px dashed #e2e8f0; border-radius: 25px; background: #fcfdfe; transition: .3s; }
.contact-form:hover { border-color: var(--remiva-cyan); background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { display: grid; gap: 6px; }
.form-field label, .consent { color: #17334c; font-size: 13px; font-weight: 700; }
.form-field label span { color: var(--remiva-cyan); }
input, textarea { width: 100%; border: 1px solid #d7e2e9; border-radius: 8px; padding: 11px 12px; color: #17334c; background: #fff; }
input { min-height: 44px; }
textarea { min-height: 120px; resize: vertical; }
input:focus, textarea:focus { border-color: var(--remiva-cyan); outline: 0; box-shadow: 0 0 0 3px rgba(15,127,122,.16); }
.consent { display: flex; align-items: flex-start; gap: 9px; color: var(--text-slate); font-size: 13px; line-height: 1.45; }
.consent input { width: 17px; min-height: 17px; height: 17px; flex: 0 0 17px; margin-top: 1px; accent-color: var(--remiva-blue); }
.contact-submit { display: inline-flex; width: max-content; align-items: center; gap: 8px; padding: 13px 26px; border: 0; border-radius: 999px; color: #fff; background: var(--remiva-blue); font-weight: 700; transition: .3s; }
.contact-submit:hover { background: #0e5ea7; transform: translateY(-2px); }
.contact-submit svg { width: 18px; height: 18px; }
.support-tag { display: flex; align-items: center; gap: 12px; margin-top: 30px; padding: 15px 25px; border-radius: 12px; color: var(--text-slate); background: #f8fafc; font-size: 14px; }
.support-tag svg { color: var(--remiva-cyan); }
.form-alert { margin-bottom: 20px; padding: 12px 14px; border-left: 3px solid; font-size: 14px; font-weight: 700; line-height: 1.45; }
.form-alert-success { border-color: #176b4c; color: #15553d; background: #e6f4ed; }
.form-alert-error { border-color: #a32638; color: #841d2d; background: #fbeaec; }
.trap-field { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Footer */
.site-footer { padding: 56px 20px 24px; color: #fff; background: linear-gradient(180deg,var(--remiva-blue) 0%,#072d4e 100%); font-family: "Poppins",sans-serif; }
.footer-grid { display: grid; max-width: 1180px; grid-template-columns: 1.15fr .9fr 1fr; gap: 32px; padding-bottom: 24px; }
.footer-brand img { display: block; width: 145px; height: auto; margin-bottom: 14px; border-radius: 14px; background: #fff; }
.footer-brand p { max-width: 420px; margin: 12px 0 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.9; }
.site-footer nav { display: grid; gap: 12px; }
.footer-label { margin: 0 0 2px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a { color: rgba(255,255,255,.88); font-size: 15px; line-height: 1.8; text-decoration: none; transition: .3s; }
.site-footer a:hover { color: #94d8d1; }
.footer-contact { font-style: normal; }
.footer-contact p:not(.footer-label) { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 12px; color: rgba(255,255,255,.88); font-size: 15px; line-height: 1.8; }
.footer-contact svg { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 3px; color: #94d8d1; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.86); font-size: 14px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom a { font-size: 14px; }

/* Legal pages */
.legal-page { min-height: 60vh; padding: 72px 0 96px; background: var(--soft-bg); }
.legal-shell { max-width: 880px; padding: 50px; border: 1px solid var(--border-soft); background: #fff; }
.legal-shell h1 { margin: 0 0 6px; color: var(--remiva-blue); font-size: clamp(38px,5vw,56px); }
.legal-intro { margin: 0 0 42px; color: #64748b; font-size: 14px; }
.legal-shell section { padding-block: 20px; border-top: 1px solid var(--border-soft); }
.legal-shell h2 { margin: 0 0 8px; color: var(--remiva-blue); font-size: 21px; }
.legal-shell p { margin: 0; line-height: 1.7; }
.legal-shell a { color: var(--remiva-blue); font-weight: 800; }

:focus-visible { outline: 3px solid var(--remiva-cyan); outline-offset: 3px; }
@media (max-width: 1100px) { .framework-grid { grid-template-columns: repeat(3,1fr); } .lp-expanded-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 1024px) { .about-wrapper, .choice-container { grid-template-columns: 1fr; gap: 40px; } .about-content-column { min-height: 0; padding: 0; } .choice-left { text-align: center; } .choice-step:hover { transform: translateY(-5px); } .lp-slider-frame { --per-view: 2; } .contact-main-grid { grid-template-columns: 1fr; border-radius: 30px; } .contact-details-panel, .contact-form-panel { padding: 50px; } .footer-grid { grid-template-columns: 1fr 1fr; } .footer-contact { grid-column: 1 / -1; } }
@media (max-width: 992px) { .quality-intro { grid-template-columns: 1fr; gap: 30px; text-align: center; } .quality-intro p { padding: 20px 0 0; border-top: 4px solid var(--remiva-cyan); border-left: 0; } .framework-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 760px) { .shell { width: min(100% - 32px,1200px); } .header-shell { min-height: 68px; } .brand img { width: 142px; } .menu-toggle { display: grid; place-items: center; } .primary-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 16px 20px; border-bottom: 1px solid #e8eef3; background: #fff; box-shadow: 0 8px 24px rgba(10,66,117,.09); } .primary-nav[data-open="true"] { display: flex; } .primary-nav a { padding: 12px 8px; } .nav-contact { justify-content: center; margin-top: 8px; } .home-hero { min-height: 640px; height: calc(100vh - 68px); } .hero-company-name { letter-spacing: 3px; } .remiva-about-section, .quality-compliance-section, .remiva-choice-section, .remiva-contact-wrapper { padding-block: 70px; } .vision-footer-icons { flex-direction: column; align-items: center; gap: 20px; } .footer-grid { grid-template-columns: 1fr; } .footer-contact { grid-column: auto; } .footer-bottom { flex-direction: column; align-items: flex-start; } }
@media (max-width: 640px) { .home-hero { min-height: 560px; padding-top: 80px; } .hero-btn { width: 90%; justify-content: center; padding: 15px 30px; } .about-wrapper { gap: 30px; text-align: center; } .about-content-column { align-items: center; } .intro-para, .secondary-para { text-align: center; } .main-img-holder img { height: 300px; } .expand-trigger { align-self: center; } .point-box { text-align: left; } .lp-slider-frame { --per-view: 1; border-radius: 26px; } .lp-slide { padding: 0 10px; } .lp-card-shell { transform: scale(.94); } .lp-slide.is-active .lp-card-shell { transform: scale(1); } .lp-card-img-box { height: 230px; } .lp-expanded-grid { grid-template-columns: 1fr; } .framework-grid { grid-template-columns: 1fr; } .safety-priority-banner { flex-direction: column; padding: 30px 20px; text-align: center; } .vision-content-box { padding: 30px; border-radius: 30px; } .contact-details-panel { padding: 40px 20px; } .contact-form-panel { padding: 40px 15px; } .contact-form { padding: 15px; border-radius: 15px; } .form-row { grid-template-columns: 1fr; } .support-tag { padding: 15px; font-size: 13px; } .panel-header h2 { font-size: 36px; } .legal-page { padding: 40px 0 64px; } .legal-shell { padding: 30px 20px; } }

@media (max-width: 760px) {
  .desktop-nav { display: none !important; }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-items: center; padding: 0; }
  .menu-toggle svg { width: 22px; height: 22px; }
  .choice-left { text-align: left; }
  .choice-intro { margin-inline: auto; text-align: center; }
  .choice-img-box { margin-top: 26px; }
}
@media (max-width: 480px) {
  .mobile-drawer { width: min(360px, 92vw); padding: 16px; }
  .drawer-brand img { width: 138px; }
  .choice-img-media { aspect-ratio: 16 / 9; }
  .choice-img-box figcaption { font-size: 12px; }
}

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

/* Final production refinements */
.error-shell { text-align: center; }
.error-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px !important; }
.error-actions a { display: inline-flex; min-height: 44px; align-items: center; padding: 0 20px; border-radius: 999px; color: #fff; background: var(--remiva-blue); text-decoration: none; }
.error-actions a + a { background: var(--remiva-cyan); }
