:root{
  --mv-bg: #f7fafc;
  --mv-text: #13202b;
  --mv-muted: rgba(19,32,43,.72);
  --mv-line: rgba(19,32,43,.10);
  --mv-white: #ffffff;

  --mv-seawind-1: #2aa0d7;
  --mv-seawind-2: #0b4f74;

  --mv-corsair-1: #d9363e;
  --mv-corsair-2: #8f1d22;

  --mv-radius: 24px;
  --mv-shadow: 0 18px 44px rgba(2,8,23,.08);
  --mv-shadow-soft: 0 10px 28px rgba(2,8,23,.06);
  --mv-ease: cubic-bezier(.2,.8,.2,1);
}

*{box-sizing:border-box}
html,body{height:100%}

body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--mv-text);
  background:
    radial-gradient(900px 500px at 12% 8%, rgba(42,160,215,.10), transparent 55%),
    radial-gradient(800px 420px at 88% 16%, rgba(217,54,62,.08), transparent 50%),
    var(--mv-bg);
  overflow-x:hidden;
}

img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

.mv-home-container{
  width:min(1180px, calc(100% - 48px));
  margin-inline:auto;
}

.mv-logo{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  line-height:1;
}

.mv-logo-main{
  font-weight:800;
  font-size:20px;
  letter-spacing:.08em;
  color:#0f2a3a;
}

.mv-logo-sub{
  font-size:11px;
  color:#6b7c86;
  margin-top:4px;
}

/*.mv-home-page{
  padding-top:88px;
}*/

.mv-home-section{
  padding:72px 0;
}

.mv-home-section--soft{
  background: rgba(255,255,255,.45);
  border-top: 1px solid var(--mv-line);
  border-bottom: 1px solid var(--mv-line);
}

.mv-home-eyebrow{
  display:inline-block;
  margin-bottom:12px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:11px;
  font-weight:800;
  color:rgba(11,79,116,.82);
}

.mv-home-section-head{
  margin-bottom:28px;
  max-width:760px;
}

.mv-home-section-head h2{
  margin:0 0 10px;
  font-size:38px;
  line-height:1.1;
  letter-spacing:-.03em;
}

.mv-home-section-head p{
  margin:0;
  color:var(--mv-muted);
  line-height:1.7;
}

/* Header */
.mv-home-header{
  position:fixed;
  top:0; left:0; right:0;
  z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(247,250,252,.78);
  border-bottom: 1px solid var(--mv-line);
}

.mv-home-header-inner{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.mv-home-brand{
  display:inline-flex;
  align-items:center;
}

.mv-home-brand-logo{
  height:38px;
  width:auto;
}

.mv-home-nav{
  display:flex;
  align-items:center;
  gap:16px;
  padding:10px 12px;
  border-radius:18px;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(19,32,43,.08);
}

.mv-home-nav a{
  font-size:13px;
  font-weight:800;
  color:rgba(19,32,43,.75);
  padding:8px 10px;
  border-radius:12px;
  transition:.2s var(--mv-ease);
}

.mv-home-nav a:hover{
  background: rgba(42,160,215,.10);
  color: var(--mv-seawind-2);
}

.mv-home-header-cta{
  display:flex;
  gap:10px;
}

/* Buttons */
.mv-home-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:14px;
  padding:12px 16px;
  font-size:13px;
  font-weight:800;
  transition:.25s var(--mv-ease);
  border:1px solid transparent;
  box-shadow: 0 10px 22px rgba(2,8,23,.06);
}

.mv-home-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(2,8,23,.10);
}

.mv-home-btn-primary{
  background: linear-gradient(135deg, var(--mv-seawind-1), var(--mv-seawind-2));
  color:#fff;
}

.mv-home-btn-ghost{
  background: rgba(255,255,255,.72);
  color: var(--mv-text);
  border-color: rgba(19,32,43,.10);
}

.mv-home-btn-seawind{
  background: linear-gradient(135deg, var(--mv-seawind-1), var(--mv-seawind-2));
  color:#fff;
}

.mv-home-btn-corsair{
  background: linear-gradient(135deg, var(--mv-corsair-1), var(--mv-corsair-2));
  color:#fff;
}

/* Hero */

/* Hero */
.mv-home-hero{
  padding:0 0 56px;
}

.mv-home-hero-visual{
  position:relative;
  width:100%;
  min-height:78vh;
  max-height:920px;
  overflow:hidden;
  box-shadow: var(--mv-shadow);
  border:none;
  border-radius:0;
}

.mv-home-hero-visual img{
  width:100%;
  height:100%;
  min-height:78vh;
  object-fit:cover;
  display:block;
}

.mv-home-hero-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg, rgba(10,17,24,.62) 0%, rgba(10,17,24,.42) 34%, rgba(10,17,24,.14) 64%, rgba(10,17,24,.00) 100%);
}

.mv-home-hero-content{
  width:min(1180px, calc(100% - 48px));
  margin-inline:auto;
}

.mv-home-hero-overlay .mv-home-eyebrow{
  color: rgba(255,255,255,.86);
}

.mv-home-hero-overlay h1{
  max-width:720px;
  margin:0 0 14px;
  font-size:56px;
  line-height:1.02;
  letter-spacing:-.04em;
  color:#fff;
}

.mv-home-lead{
  max-width:680px;
  margin:0;
  color:rgba(255,255,255,.86);
  font-size:18px;
  line-height:1.7;
}

.mv-home-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.mv-home-hero-overlay .mv-home-btn-ghost{
  background: rgba(255,255,255,.92);
  color: var(--mv-text);
  border-color: rgba(255,255,255,.15);
}
/*NEWWWWWWWWWWWWWWWWWWWW */



.mv-home-hero-card{
  border-radius:32px;
  padding:44px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.84));
  border:1px solid rgba(19,32,43,.08);
  box-shadow: var(--mv-shadow);
  position:relative;
  overflow:hidden;
}

.mv-home-hero-card::before{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  right:-90px;
  top:-110px;
  background: radial-gradient(circle at 35% 35%, rgba(42,160,215,.18), transparent 62%);
}

.mv-home-hero-card::after{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  left:-110px;
  bottom:-160px;
  background: radial-gradient(circle at 40% 40%, rgba(217,54,62,.12), transparent 62%);
}

.mv-home-hero-card h1{
  position:relative;
  z-index:1;
  max-width:780px;
  margin:0 0 14px;
  font-size:56px;
  line-height:1.02;
  letter-spacing:-.04em;
}



/* Brand cards */
.mv-home-brand-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:20px;
}

.mv-home-brand-card{
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(19,32,43,.08);
  box-shadow: var(--mv-shadow-soft);
  display:flex;
  flex-direction:column;
  min-height:100%;
}

.mv-home-brand-media{
  aspect-ratio: 16 / 10;
  overflow:hidden;
}

.mv-home-brand-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.mv-home-brand-body{
  padding:24px;
}

.mv-home-brand-kicker{
  margin-bottom:10px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.mv-home-brand-card--seawind .mv-home-brand-kicker{
  color: var(--mv-seawind-2);
}

.mv-home-brand-card--corsair .mv-home-brand-kicker{
  color: var(--mv-corsair-2);
}

.mv-home-brand-body h3{
  margin:0 0 10px;
  font-size:30px;
  line-height:1.08;
  letter-spacing:-.03em;
}

.mv-home-brand-body p{
  margin:0 0 16px;
  color:var(--mv-muted);
  line-height:1.7;
}

.mv-home-points{
  list-style:none;
  padding:0;
  margin:0 0 20px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.mv-home-points li{
  position:relative;
  padding-left:18px;
  font-size:14px;
  color:var(--mv-text);
}

.mv-home-points li::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:8px;
  height:8px;
  border-radius:999px;
  background: linear-gradient(135deg, var(--mv-seawind-1), var(--mv-seawind-2));
}

.mv-home-brand-card--corsair .mv-home-points li::before{
  background: linear-gradient(135deg, var(--mv-corsair-1), var(--mv-corsair-2));
}

/* Why */
.mv-home-why-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:18px;
}

.mv-home-why-card{
  border-radius:22px;
  padding:22px;
  background:#fff;
  border:1px solid rgba(19,32,43,.08);
  box-shadow: var(--mv-shadow-soft);
}

.mv-home-why-card h3{
  margin:0 0 8px;
  font-size:18px;
  letter-spacing:-.02em;
}

.mv-home-why-card p{
  margin:0;
  color:var(--mv-muted);
  line-height:1.65;
}

/* Contact */
.mv-home-contact-card{
  border-radius:28px;
  padding:30px;
  background:#fff;
  border:1px solid rgba(19,32,43,.08);
  box-shadow: var(--mv-shadow);
}

.mv-home-contact-card--form{
  display:grid;
  grid-template-columns: 1fr;
  gap:22px;
}

.mv-home-contact-copy h2{
  margin:0 0 10px;
  font-size:38px;
  line-height:1.08;
  letter-spacing:-.03em;
}

.mv-home-contact-copy p{
  margin:0;
  color:var(--mv-muted);
  line-height:1.7;
}
/*
.mv-home-contact-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:12px;
}*/

.mv-home-contact-top-actions{
  display:flex;
  flex-wrap:wrap;
  margin: 20px 0 28px;
  gap:12px;
}

.mv-home-btn-whatsapp{
  padding: 0 20px;
  min-height: 48px;
  background:#25D366;
  color:#fff;
  border-color:#25D366;
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.mv-home-btn-whatsapp:hover{
  background:#1ebe5d;
  border-color:#1ebe5d;
  color:#fff;
}

.mv-home-btn-icon-img{
  width:20px;
  height:20px;
  display:block;
  flex-shrink:0;
}

.mv-home-contact-form .wpforms-container{
  margin:0 !important;
}

.mv-home-contact-form form.wpforms-form{
  width:100%;
}

.mv-home-contact-form .wpforms-field{
  margin-bottom:16px;
}

.mv-home-contact-form .wpforms-field-label{
  font-weight:700;
  margin-bottom:6px;
}

.mv-home-contact-form input[type="text"],
.mv-home-contact-form input[type="email"],
.mv-home-contact-form input[type="tel"],
.mv-home-contact-form textarea,
.mv-home-contact-form select{
  width:100%;
  border-radius:14px;
  padding:12px 14px;
  border:1px solid rgba(19,32,43,.12);
  background:#fff;
}

.mv-home-contact-form textarea{
  min-height:140px;
  resize:vertical;
}

.mv-home-contact-form .wpforms-submit{
  border-radius:14px !important;
  padding:12px 16px !important;
  background: linear-gradient(135deg, var(--mv-seawind-1), var(--mv-seawind-2)) !important;
  color:#fff !important;
  border:none !important;
  font-weight:800 !important;
}

/* Footer */
.mv-home-footer{
  padding:34px 0 44px;
  border-top:1px solid rgba(19,32,43,.08);
}

.mv-home-footer-top{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
}

.mv-home-footer-top strong{
  display:block;
  font-size:15px;
}

.mv-home-footer-top p{
  margin:6px 0 0;
  color:var(--mv-muted);
  font-size:14px;
}

.mv-home-footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.mv-home-footer-links a{
  font-size:14px;
  font-weight:800;
  color: var(--mv-seawind-2);
}

.mv-home-footer-meta{
  display:flex;
  flex-wrap:wrap;
  gap:16px 24px;
  margin-top:18px;
  color:var(--mv-muted);
  font-size:14px;
}

/* Responsive */
@media (max-width: 1060px){
 
  .mv-home-nav{display:none}
  .mv-home-header-inner{flex-wrap:wrap; padding:14px 0}
  .mv-home-header-cta{width:100%}
  .mv-home-page{padding-top:118px}

  .mv-home-hero-visual,
  .mv-home-hero-visual img{
    min-height:540px;
  }

  .mv-home-hero-overlay{
    background:
      linear-gradient(180deg, rgba(10,17,24,.58) 0%, rgba(10,17,24,.30) 55%, rgba(10,17,24,.18) 100%);
  }

  .mv-home-hero-content{
    width:min(1180px, calc(100% - 48px));
  }

  .mv-home-hero-overlay h1{font-size:40px}

  .mv-home-brand-grid,
  .mv-home-why-grid,
  .mv-home-contact-card{
    grid-template-columns:1fr;
  }
/*
  .mv-home-contact-actions{justify-content:flex-start}*/
}

@media (max-width: 720px){
  
  .mv-home-container{
    width:min(100% - 24px, 1180px);
  }

  .mv-home-page{padding-top:132px}

  .mv-home-hero{
    padding:0 0 40px;
  }

  .mv-home-hero-visual{
    min-height:460px;
  }

  .mv-home-hero-visual img{
    min-height:460px;
  }

  .mv-home-hero-content{
    width:min(100% - 24px, 1180px);
  }

  .mv-home-hero-overlay h1{font-size:32px}
  .mv-home-lead{font-size:16px}

  .mv-home-section{padding:52px 0}

  .mv-home-section-head h2,
  .mv-home-contact-copy h2{
    font-size:30px;
  }
}



/* ALL CSS BELOW IS REQUIRED FOR ANY NEW CUSTOM CODED NEW PAGE - REPLACE PAGE ID WITH RESPECTIVE PAGE ID BEING WORKED ON */

/* Hide WP/Divi page title on Corsair landing */
.page-id-2811 h1.main_title,
.page-id-2811 .entry-title {
  display: none !important;
}

/* Remove template padding on landing page */
.page-id-2811 .page {
  padding-top: 0 !important;
}

/* ✅ Remove Divi's default container top padding ONLY on the Corsair landing page */
body.page-id-2811:not(.et-tb) #main-content .container,
body.page-id-2811:not(.et-tb-has-header) #main-content .container {
  padding-top: 0 !important;
}

/* ✅ Consistent spacing for main sections */
.page .container section {
  /*padding-top: 68px;*/
  padding-bottom: 68px;
}

/* If some sections are inside "soft" already, you can keep them aligned */
.page .container section.soft {
  padding-top: 68px;
  padding-bottom: 68px;
}

/* Force consistent spacing on specific sections 
#modelGrid,
#why,
#specs {
  margin-top: 68px;
  margin-bottom: 136px;
}*/

.mv-home-btn-whatsapp{
  padding: 0 20px;
  min-height: 48px;
  background:#25D366;
  color:#fff;
  border-color:#25D366;
  display:inline-flex;
  align-items:center;
  gap:10px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.mv-home-btn-whatsapp:hover{
  background:#1ebe5d;
  border-color:#1ebe5d;
  color:#fff;
  transform: translateY(-1px);
}

.mv-home-btn-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  line-height:0;
}

.mv-home-btn-icon svg{
  width:18px;
  height:18px;
  display:block;
}

/* TRUE BLANK CANVAS (Divi wrappers only) — SAFE FOR PLUGIN .container */

.page-id-2811 #et-main-area,
.page-id-2811 #main-content {
  padding: 0 !important;
  margin: 0 !important;
}

.page-id-2811 #main-content > .container {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

.page-id-2811 #content-area,
.page-id-2811 #left-area,
.page-id-2811 .et_pb_post,
.page-id-2811 .entry-content {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

/* Divi separator line */
.page-id-2811 #main-content > .container:before {
  display: none !important;
}

/* Avoid WP adding top margins */
.page-id-2811 .entry-content > *:first-child {
  margin-top: 0 !important;
}

/* Hide Chaty WhatsApp Widget */
#chaty-widget-0 .chaty-i-trigger .chaty-channel {
  display: none;
}

/* ALL CSS ABOVE IS REQUIRED FOR ANY NEW CUSTOM CODED NEW PAGE - REPLACE PAGE ID WITH RESPECTIVE PAGE ID BEING WORKED ON */


/* remove bullet points */

#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul{
  list-style: none!important;
}

ol, ul{
  list-style: none!important;
}