/* ========================================================
   Alfa Laval Sonihull LP - Custom Header Styles
   Strictly aligned with Alfa Laval Official Brand Guidelines
   Scoped exclusively to #al-sonihull
   ======================================================== */

#al-sonihull [class*=" icon-"],
#al-sonihull [class^="icon-"] {
  font-family: 'ALicons' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
}

#al-sonihull {
  /* Official Brand Colors */
  --al-navy: #0B1128;
  --al-navy-dark: #070B1A;
  --al-navy-surface: #121B38;
  --al-blue-primary: #0068FF;
  --al-blue-hover: #005FE8;
  --al-blue-active: #004AB5;
  --al-blue-light: #EEF5FF;
  --al-teal: #008272;
  --al-teal-light: #E0F2F1;
  --al-text-main: #0B1128;
  --al-text-muted: #545869;
  --al-border: #E6E3DF;
  --al-border-light: #EEEEEC;
  --al-bg-tint: #F5F3F2;
  --al-white: #FFFFFF;
  --al-radius: 4px;
  --al-radius-pill: 2rem;
  --al-shadow: 0 4px 16px rgba(11, 17, 40, 0.06);
  --al-shadow-hover: 0 10px 28px rgba(11, 17, 40, 0.12);
}

/* ========================================================
   Optimizely CMS & .wysiwyg Isolation Reset
   Eliminates invasive CMS styles (.wysiwyg p, h2, h3, ul, li:before)
   ======================================================== */

/* Fullbleed breakout */
#al-sonihull.al-fullbleed {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
  font-family: "AlfaLaval", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--al-text-main);
  background-color: var(--al-white);
  line-height: 1.8;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}

#al-sonihull,
#al-sonihull *,
#al-sonihull *::before,
#al-sonihull *::after {
  box-sizing: border-box;
}

/* Reset .wysiwyg invasive element paddings and margins */
.wysiwyg #al-sonihull p,
#al-sonihull p {
  padding: 0 !important;
  margin-top: 0 !important;
  line-height: 1.8;
}
.wysiwyg #al-sonihull p + div,
#al-sonihull p + div {
  padding-top: 0 !important;
}

.wysiwyg #al-sonihull h1,
.wysiwyg #al-sonihull h2,
.wysiwyg #al-sonihull h3,
.wysiwyg #al-sonihull h4,
#al-sonihull h1,
#al-sonihull h2,
#al-sonihull h3,
#al-sonihull h4 {
  padding: 0 !important;
  margin-top: 0 !important;
}

/* Kill .wysiwyg 65px bullet dot and reset lists */
.wysiwyg #al-sonihull ul,
#al-sonihull ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.wysiwyg #al-sonihull ul li,
#al-sonihull ul li {
  padding: 0 !important;
  margin: 0 !important;
}
.wysiwyg #al-sonihull ul li::before,
.wysiwyg #al-sonihull ul li::after,
#al-sonihull ul li::before,
#al-sonihull ul li::after {
  content: none !important;
  display: none !important;
}

#al-sonihull a {
  text-decoration: none;
  color: inherit;
}

/* Container */
#al-sonihull .al-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

#al-sonihull .al-container-narrow {
  max-width: 860px;
}

/* Typography & Badges (Official Typography Standards) */
#al-sonihull .al-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--al-blue-primary);
  margin-bottom: 16px;
}

#al-sonihull .al-eyebrow::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: var(--al-blue-primary);
}

#al-sonihull .al-section-title {
  font-size: clamp(26px, 3.8vw, 36px);
  font-weight: 800;
  line-height: 1.3;
  color: var(--al-navy);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

#al-sonihull .al-section-subtitle {
  font-size: clamp(15px, 1.8vw, 17px);
  color: var(--al-text-muted);
  max-width: 760px;
  margin: 0 auto 48px auto;
  line-height: 1.8;
}

#al-sonihull .al-text-center {
  text-align: center;
}

/* Sections */
#al-sonihull .al-section {
  padding: clamp(60px, 8vw, 96px) 0;
}

#al-sonihull .al-section-tint {
  background-color: var(--al-bg-tint);
}

#al-sonihull .al-section-navy {
  background: linear-gradient(145deg, var(--al-navy) 0%, var(--al-navy-dark) 100%);
  color: #E2EAF4;
}

#al-sonihull .al-section-navy .al-section-title {
  color: var(--al-white);
}

#al-sonihull .al-section-navy .al-section-subtitle {
  color: #B4C6DF;
}

/* Hero Section */
#al-sonihull .al-hero {
  position: relative;
  background: linear-gradient(140deg, #070B1A 0%, #0B1128 55%, #101B3D 100%);
  color: var(--al-white);
  padding: clamp(60px, 9vw, 100px) 0 clamp(70px, 10vw, 110px) 0;
  overflow: hidden;
}

#al-sonihull .al-hero::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(0, 104, 255, 0.18) 0%, rgba(0, 104, 255, 0) 70%);
  pointer-events: none;
}

#al-sonihull .al-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

#al-sonihull .al-hero h1 {
  font-size: clamp(32px, 5vw, 50px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--al-white);
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

#al-sonihull .al-hero-lead {
  font-size: clamp(16px, 1.9vw, 18px);
  line-height: 1.85;
  color: #D3E2F4;
  margin-bottom: 36px;
}

#al-sonihull .al-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

/* Official Alfa Laval Button Specifications */
#al-sonihull .al-btn,
#al-sonihull .button-large-primary,
#al-sonihull .button-medium-primary,
#al-sonihull .button-large-secondary,
#al-sonihull .button-medium-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: var(--al-radius-pill) !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  user-select: none;
  text-decoration: none;
}

#al-sonihull .al-btn-primary,
#al-sonihull .button-large-primary,
#al-sonihull .button-medium-primary {
  background-color: var(--al-blue-primary);
  border: 1px solid var(--al-blue-primary);
  color: #FFFFFF !important;
  box-shadow: 0 4px 14px rgba(0, 104, 255, 0.25);
}

#al-sonihull .al-btn-primary:hover,
#al-sonihull .button-large-primary:hover,
#al-sonihull .button-medium-primary:hover {
  background-color: var(--al-blue-hover);
  border-color: var(--al-blue-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 104, 255, 0.4);
}

#al-sonihull .al-btn-primary:active,
#al-sonihull .button-large-primary:active,
#al-sonihull .button-medium-primary:active {
  background-color: var(--al-blue-active);
  border-color: var(--al-blue-active);
  transform: none;
}

#al-sonihull .al-btn-secondary,
#al-sonihull .button-large-secondary,
#al-sonihull .button-medium-secondary {
  background-color: transparent;
  color: var(--al-white) !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

#al-sonihull .al-btn-secondary:hover,
#al-sonihull .button-large-secondary:hover,
#al-sonihull .button-medium-secondary:hover {
  border-color: var(--al-white);
  background-color: rgba(255, 255, 255, 0.12);
  color: var(--al-white) !important;
}

/* Light Background Secondary Button */
#al-sonihull .al-btn-secondary-dark {
  background-color: transparent;
  color: var(--al-blue-primary) !important;
  border: 1px solid var(--al-blue-primary);
}

#al-sonihull .al-btn-secondary-dark:hover {
  background-color: var(--al-blue-primary);
  color: var(--al-white) !important;
}

#al-sonihull .al-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

#al-sonihull .al-hero-img-wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(11, 30, 63, 0.5);
}

#al-sonihull .al-hero-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Key Metrics Bar */
#al-sonihull .al-metrics-bar {
  background-color: var(--al-navy-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px 0;
}

#al-sonihull .al-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

#al-sonihull .al-metric-item {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0 16px;
}

#al-sonihull .al-metric-item:last-child {
  border-right: none;
}

#al-sonihull .al-metric-num {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: var(--al-blue-primary);
  line-height: 1.15;
  margin-bottom: 6px;
}

#al-sonihull .al-metric-label {
  font-size: 13px;
  color: #A3BFDE;
  line-height: 1.5;
}

/* Value Cards (Why Sonihull) */
#al-sonihull .al-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

#al-sonihull .al-card {
  background-color: var(--al-white);
  border: 1px solid var(--al-border);
  border-radius: var(--al-radius);
  padding: 36px 30px;
  box-shadow: var(--al-shadow);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

#al-sonihull .al-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--al-shadow-hover);
  border-color: var(--al-blue-primary);
}

#al-sonihull .al-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background-color: var(--al-blue-light);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  margin-bottom: 24px;
}

#al-sonihull .al-card-icon.icon-fuel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230068FF' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='20' x2='18' y2='10'/%3E%3Cline x1='12' y1='20' x2='12' y2='4'/%3E%3Cline x1='6' y1='20' x2='6' y2='14'/%3E%3Cpath d='M4 8l5-5 4 4 7-7'/%3E%3C/svg%3E");
}

#al-sonihull .al-card-icon.icon-maintenance {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230068FF' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
}

#al-sonihull .al-card-icon.icon-eco {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230068FF' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");
}

#al-sonihull .al-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--al-navy);
  margin-bottom: 14px;
}

#al-sonihull .al-card p {
  font-size: 15px;
  color: var(--al-text-muted);
  line-height: 1.8;
  margin-bottom: 20px;
}

#al-sonihull .al-card-points {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #EEF2F6;
  list-style: none;
  padding-left: 0;
}

#al-sonihull .al-card-points li {
  font-size: 13.5px;
  color: var(--al-navy);
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

#al-sonihull .al-card-points li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23008272' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 8.5 6.5 12 13 4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

/* Mechanism / How It Works */
#al-sonihull .al-mech-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

#al-sonihull .al-steps-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}

#al-sonihull .al-step-item {
  display: flex;
  gap: 20px;
  background-color: var(--al-white);
  border: 1px solid var(--al-border);
  border-radius: var(--al-radius);
  padding: 22px 24px;
}

#al-sonihull .al-step-badge {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--al-blue-primary);
  color: var(--al-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}

#al-sonihull .al-step-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--al-navy);
  margin-bottom: 6px;
}

#al-sonihull .al-step-content p {
  font-size: 14px;
  color: var(--al-text-muted);
  line-height: 1.7;
  margin: 0;
}

#al-sonihull .al-video-box {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--al-shadow);
  border: 1px solid var(--al-border);
  aspect-ratio: 16 / 9;
  background-color: #000;
}

#al-sonihull .al-video-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Application Scope Grid */
#al-sonihull .al-apps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

#al-sonihull .al-app-card {
  background: var(--al-white);
  border: 1px solid var(--al-border);
  border-radius: var(--al-radius);
  overflow: hidden;
  box-shadow: var(--al-shadow);
  transition: all 0.25s ease;
}

#al-sonihull .al-app-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--al-shadow-hover);
}

#al-sonihull .al-app-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background-color: var(--al-navy);
}

#al-sonihull .al-app-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

#al-sonihull .al-app-card:hover .al-app-img img {
  transform: scale(1.05);
}

#al-sonihull .al-app-body {
  padding: 24px;
}

#al-sonihull .al-app-tag {
  font-size: 12px;
  font-weight: 700;
  color: var(--al-blue-primary);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

#al-sonihull .al-app-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--al-navy);
  margin-bottom: 10px;
}

#al-sonihull .al-app-body p {
  font-size: 14px;
  color: var(--al-text-muted);
  line-height: 1.75;
  margin: 0;
}

/* Case Studies / Proven Track Record */
#al-sonihull .al-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

#al-sonihull .al-case-box {
  background-color: var(--al-white);
  border: 1px solid var(--al-border);
  border-radius: var(--al-radius);
  padding: 30px;
  box-shadow: var(--al-shadow);
  display: flex;
  flex-direction: column;
}

#al-sonihull .al-case-label {
  display: inline-block;
  background-color: var(--al-blue-light);
  color: var(--al-blue-primary);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 16px;
  width: fit-content;
}

#al-sonihull .al-case-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--al-navy);
  margin-bottom: 14px;
  line-height: 1.5;
}

#al-sonihull .al-case-box p {
  font-size: 14.5px;
  color: var(--al-text-muted);
  line-height: 1.75;
  margin-bottom: 24px;
}

#al-sonihull .al-case-stat-box {
  margin-top: auto;
  background-color: var(--al-bg-tint);
  border-radius: 4px;
  padding: 16px;
  border-left: 3px solid var(--al-blue-primary);
}

#al-sonihull .al-case-stat-num {
  font-size: 22px;
  font-weight: 800;
  color: var(--al-navy);
  margin-bottom: 4px;
}

#al-sonihull .al-case-stat-text {
  font-size: 12.5px;
  color: var(--al-text-muted);
  line-height: 1.5;
}

/* Before / After Photo Comparison Cards */
#al-sonihull .al-visual-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
  margin-bottom: 24px;
}

#al-sonihull .al-visual-card {
  background: var(--al-white);
  border: 1px solid var(--al-border);
  border-radius: var(--al-radius);
  overflow: hidden;
  box-shadow: var(--al-shadow);
}

#al-sonihull .al-visual-card-title {
  padding: 14px 18px;
  background: var(--al-navy);
  color: var(--al-white);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

#al-sonihull .al-visual-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

#al-sonihull .al-visual-pane {
  position: relative;
  overflow: hidden;
  height: 180px;
}

#al-sonihull .al-visual-pane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#al-sonihull .al-visual-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
  letter-spacing: 0.05em;
}

#al-sonihull .al-visual-tag-unprotected {
  background: rgba(217, 30, 24, 0.85);
  color: #FFFFFF;
}

#al-sonihull .al-visual-tag-protected {
  background: rgba(0, 130, 114, 0.9);
  color: #FFFFFF;
}

#al-sonihull .al-visual-caption {
  padding: 14px 16px;
  font-size: 13px;
  color: var(--al-text-muted);
  line-height: 1.65;
  background: var(--al-bg-tint);
  border-top: 1px solid var(--al-border);
}

/* Before / After Table / Visual */
#al-sonihull .al-compare-table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--al-white);
  border: 1px solid var(--al-border);
  border-radius: var(--al-radius);
  overflow: hidden;
  box-shadow: var(--al-shadow);
  margin-top: 24px;
}

#al-sonihull .al-compare-table th,
#al-sonihull .al-compare-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid var(--al-border);
}

#al-sonihull .al-compare-table th {
  background-color: var(--al-navy);
  color: var(--al-white);
  font-size: 14px;
  font-weight: 700;
}

#al-sonihull .al-compare-table td {
  font-size: 14px;
}

#al-sonihull .al-compare-table tr:nth-child(even) td {
  background-color: #FAFBFD;
}

#al-sonihull .al-highlight-sonihull {
  color: var(--al-blue-primary);
  font-weight: 700;
}

/* Interactive Fuel Savings & ROI Simulator */
#al-sonihull .al-sim-container {
  background: var(--al-white);
  border: 1px solid var(--al-border);
  border-radius: 8px;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: var(--al-shadow);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

#al-sonihull .al-sim-controls {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#al-sonihull .al-sim-group label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  color: var(--al-navy);
  margin-bottom: 8px;
}

#al-sonihull .al-sim-group input[type=range] {
  width: 100%;
  accent-color: var(--al-blue-primary);
  height: 6px;
  cursor: pointer;
}

#al-sonihull .al-sim-result {
  background: linear-gradient(145deg, var(--al-navy) 0%, var(--al-navy-surface) 100%);
  border-radius: 8px;
  padding: 32px;
  color: var(--al-white);
  text-align: center;
}

#al-sonihull .al-sim-result-title {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #A3C5EA;
  margin-bottom: 8px;
}

#al-sonihull .al-sim-result-big {
  font-size: clamp(34px, 4.5vw, 48px);
  font-weight: 800;
  color: var(--al-blue-primary);
  line-height: 1.2;
  margin-bottom: 12px;
}

#al-sonihull .al-sim-result-desc {
  font-size: 14px;
  color: #D6E4F5;
  line-height: 1.7;
}

#al-sonihull .al-sim-result a {
  font-size: 12px !important;
  font-weight: 400 !important;
}

#al-sonihull .al-link-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none !important;
  color: var(--al-blue-primary);
  font-weight: 700;
  vertical-align: middle;
}

#al-sonihull .al-link-with-icon i {
  text-decoration: none !important;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

#al-sonihull .al-link-with-icon span {
  text-decoration: underline;
  line-height: 1.4;
}

/* Lineup Specs */
#al-sonihull .al-lineup-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}

#al-sonihull .al-lineup-card {
  background-color: var(--al-white);
  border: 1px solid var(--al-border);
  border-radius: var(--al-radius);
  padding: 24px 20px;
  text-align: center;
  box-shadow: var(--al-shadow);
}

#al-sonihull .al-lineup-card.is-featured {
  border-color: var(--al-blue-primary);
  background: linear-gradient(180deg, #F0F9FF 0%, #FFFFFF 100%);
  position: relative;
}

#al-sonihull .al-lineup-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  background-color: var(--al-blue-primary);
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 12px;
  margin-bottom: 8px;
}

#al-sonihull .al-lineup-title {
  font-size: 19px;
  font-weight: 800;
  color: var(--al-navy);
  margin-bottom: 8px;
}

#al-sonihull .al-lineup-spec {
  font-size: 13px;
  color: var(--al-text-muted);
  line-height: 1.7;
}

/* FAQ Accordion */
#al-sonihull .al-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 860px;
  margin: 0 auto;
}

#al-sonihull .al-faq-item {
  background-color: var(--al-white);
  border: 1px solid var(--al-border);
  border-radius: var(--al-radius);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

#al-sonihull .al-faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  color: var(--al-navy);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.2s;
}

#al-sonihull .al-faq-question:hover {
  color: var(--al-blue-primary);
}

#al-sonihull .al-faq-icon {
  font-size: 18px;
  font-weight: 400;
  transition: transform 0.25s ease;
}

#al-sonihull .al-faq-item.is-open .al-faq-icon {
  transform: rotate(45deg);
}

#al-sonihull .al-faq-answer {
  display: none;
  padding: 0 24px 22px 24px;
  font-size: 14.5px;
  color: var(--al-text-muted);
  line-height: 1.8;
  border-top: 1px solid #F0F4F8;
}

#al-sonihull .al-faq-item.is-open .al-faq-answer {
  display: block;
}

/* Support Network & 24/7 Service Section */
#al-sonihull .al-support-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: stretch;
}

#al-sonihull .al-support-card {
  background: var(--al-white);
  border: 1px solid var(--al-border);
  border-radius: var(--al-radius);
  padding: 36px 32px;
  box-shadow: var(--al-shadow);
  display: flex;
  flex-direction: column;
}

#al-sonihull .al-247-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

#al-sonihull .al-247-badge {
  background: linear-gradient(135deg, var(--al-blue-primary) 0%, var(--al-teal) 100%);
  color: var(--al-white);
  font-size: 18px;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 6px;
  letter-spacing: 0.05em;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0, 104, 255, 0.25);
}

#al-sonihull .al-247-header h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--al-navy);
  margin: 0;
}

#al-sonihull .al-support-desc {
  font-size: 14.5px;
  color: var(--al-text-muted);
  line-height: 1.8;
  margin-bottom: 24px;
}

#al-sonihull .al-support-card-global {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#al-sonihull .al-support-features-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
}

#al-sonihull .al-support-features-list li {
  font-size: 13.5px !important;
  color: var(--al-text-main) !important;
  margin-bottom: 12px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  line-height: 1.6 !important;
}

#al-sonihull .al-support-features-list li::before {
  content: "" !important;
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23008272' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 8.5 6.5 12 13 4'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin-top: 4px !important;
  flex-shrink: 0 !important;
}

#al-sonihull .al-global-stats-row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 12px !important;
  background: var(--al-bg-tint) !important;
  border: 1px solid var(--al-border) !important;
  border-radius: 8px !important;
  padding: 18px 12px !important;
  margin: 8px 0 24px 0 !important;
  text-align: center !important;
}

#al-sonihull .al-gstat-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 6px 4px !important;
}

#al-sonihull .al-gstat-num {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: var(--al-blue-primary) !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

#al-sonihull .al-gstat-lbl {
  font-size: 11.5px !important;
  color: var(--al-text-muted) !important;
  margin-top: 4px !important;
  white-space: nowrap !important;
  line-height: 1.3 !important;
}

#al-sonihull .al-hotline-box {
  margin-top: auto;
  background: #F0F7FD;
  border: 1px dashed var(--al-blue-primary);
  border-radius: 6px;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

#al-sonihull .al-hotline-lbl {
  font-size: 12px;
  font-weight: 700;
  color: var(--al-navy);
  letter-spacing: 0.06em;
}

#al-sonihull .al-hotline-val {
  font-size: 15px;
  font-weight: 800;
  color: var(--al-blue-primary);
}

#al-sonihull .al-hotline-icon {
  display: inline-block;
  font-size: 15px;
  color: var(--al-blue-primary);
  margin-right: 4px;
  vertical-align: middle;
}

/* Domestic Japan Offices List */
#al-sonihull .al-office-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 18px;
}

#al-sonihull .al-office-item {
  border: 1px solid var(--al-border);
  border-radius: 6px;
  padding: 14px 18px;
  background: var(--al-bg-tint);
  transition: all 0.2s ease;
}

#al-sonihull .al-office-item:hover {
  border-color: var(--al-blue-primary);
  background: var(--al-white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

#al-sonihull .al-office-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

#al-sonihull .al-office-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--al-navy);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#al-sonihull .al-office-name::before {
  content: "" !important;
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230068FF' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
}

#al-sonihull .al-office-tag {
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--al-blue-light);
  color: var(--al-blue-primary);
}

#al-sonihull .al-office-addr {
  font-size: 13px;
  color: var(--al-text-muted);
  line-height: 1.5;
  margin: 0;
}

/* Alfa Laval 360° Marine Service Portfolio */
#al-sonihull .al-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 36px;
}

#al-sonihull .al-service-item {
  background: var(--al-white);
  border: 1px solid var(--al-border);
  border-radius: var(--al-radius);
  padding: 30px 24px;
  box-shadow: var(--al-shadow);
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

#al-sonihull .al-service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--al-blue-primary), var(--al-blue-primary));
  opacity: 0;
  transition: opacity 0.25s ease;
}

#al-sonihull .al-service-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--al-shadow-hover);
  border-color: var(--al-blue-primary);
}

#al-sonihull .al-service-item:hover::before {
  opacity: 1;
}

#al-sonihull .al-service-step {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--al-blue-primary);
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* Section 9 Intro Grid (Header text + clean inline infographic) */
#al-sonihull .al-service-intro-grid {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 36px;
  align-items: center;
  margin-bottom: 40px;
}

#al-sonihull .al-service-intro-text {
  text-align: left;
}

#al-sonihull .al-service-intro-text .al-section-title {
  margin-bottom: 12px;
}

#al-sonihull .al-service-intro-lead {
  font-size: 15px;
  color: var(--al-text-muted);
  line-height: 1.8;
  margin: 0;
}

#al-sonihull .al-service-intro-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

#al-sonihull .al-service-infographic-img {
  width: 100% !important;
  max-width: 240px !important;
  height: auto !important;
  display: block;
  object-fit: contain;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 auto;
}

/* Service item header & official 24px icon layout */
#al-sonihull .al-service-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

#al-sonihull .al-service-title-wrap h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--al-navy) !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

#al-sonihull .al-service-list {
  margin: 16px 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#al-sonihull .al-service-list li {
  font-size: 13.5px !important;
  color: var(--al-navy) !important;
  margin-bottom: 6px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

#al-sonihull .al-service-list li::before {
  content: "" !important;
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%230068FF' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 8.5 6.5 12 13 4'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  flex-shrink: 0 !important;
  position: static !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

/* 公式アイコンサイズ強制 (main.bundle.css の img { width: 100% } を完全抑止) */
#al-sonihull img.al-icon-24,
#al-sonihull .al-icon-24,
#al-sonihull img.al-icon-18,
#al-sonihull .al-icon-18,
#al-sonihull .al-resource-card img {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 !important;
}

#al-sonihull img.al-icon-20,
#al-sonihull .al-icon-20,
#al-sonihull .al-support-card h3 img,
#al-sonihull .al-fse-banner img {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 !important;
}

#al-sonihull img.al-service-icon-img,
#al-sonihull .al-service-icon-img {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
  margin: 0 !important;
}

#al-sonihull .al-service-item h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--al-navy);
  margin: 0;
  line-height: 1.4;
}

#al-sonihull .al-service-item p {
  font-size: 13px;
  color: var(--al-text-muted);
  line-height: 1.75;
  margin-bottom: 16px;
}

#al-sonihull .al-service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--al-blue-primary);
  margin-top: 14px;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}

#al-sonihull .al-service-link:hover {
  color: var(--al-blue-hover);
  gap: 10px;
}

/* Service & Support Resource Hub */
#al-sonihull .al-resource-hub {
  margin-top: 56px;
  background: var(--al-white);
  border: 1px solid var(--al-border);
  border-radius: 8px;
  padding: clamp(28px, 4vw, 40px);
  box-shadow: var(--al-shadow);
}

#al-sonihull .al-resource-hub-title {
  font-size: 19px;
  font-weight: 800;
  color: var(--al-navy);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

#al-sonihull .al-resource-hub-desc {
  font-size: 13.5px;
  color: var(--al-text-muted);
  margin-bottom: 24px;
  line-height: 1.6;
}

#al-sonihull .al-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

#al-sonihull .al-resource-card {
  display: flex !important;
  flex-direction: column !important;
  padding: 18px 20px !important;
  background-color: var(--al-bg-tint) !important;
  border: 1px solid var(--al-border-light) !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

#al-sonihull .al-resource-card:hover {
  background-color: var(--al-blue-light) !important;
  border-color: var(--al-blue-primary) !important;
  transform: translateY(-2px);
}

#al-sonihull .al-resource-card-head {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 8px !important;
  width: 100% !important;
  flex-shrink: 0 !important;
}

#al-sonihull .al-resource-card-name {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--al-navy) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 !important;
  flex: 1 1 auto !important;
  line-height: 1.4 !important;
  word-break: break-word !important;
}

#al-sonihull .al-resource-arrow {
  font-size: 14px !important;
  color: var(--al-blue-primary) !important;
  margin-left: 6px !important;
  flex-shrink: 0 !important;
  transition: transform 0.2s ease !important;
}

#al-sonihull .al-resource-card:hover .al-resource-arrow {
  transform: translateX(3px) !important;
}

#al-sonihull .al-resource-card-sub {
  font-size: 12.5px !important;
  color: var(--al-text-muted) !important;
  line-height: 1.55 !important;
  display: block !important;
  margin: 0 !important;
}

/* Bottom CTA / Contact Box */
#al-sonihull .al-cta-banner {
  background: linear-gradient(135deg, var(--al-navy) 0%, var(--al-navy-surface) 100%);
  border-radius: 12px;
  padding: clamp(40px, 6vw, 64px) clamp(24px, 5vw, 60px);
  color: var(--al-white);
  text-align: center;
  box-shadow: 0 12px 36px rgba(11, 17, 40, 0.2);
}

#al-sonihull .al-cta-banner h2 {
  font-size: clamp(24px, 3.8vw, 36px);
  font-weight: 800;
  color: var(--al-white);
  margin-bottom: 16px;
}

#al-sonihull .al-cta-banner p {
  font-size: clamp(15px, 1.8vw, 17px);
  color: #D3E3F5;
  max-width: 680px;
  margin: 0 auto 28px auto;
  line-height: 1.8;
}

#al-sonihull .al-cta-actions {
  display: flex;
  justify-content: center;
  align-items: center !important;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

#al-sonihull .al-cta-actions .al-btn,
#al-sonihull .al-cta-actions .button-large-primary,
#al-sonihull .al-cta-actions .button-large-secondary {
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  padding: 0 32px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 50px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  margin: 0 !important;
  border-radius: 2rem !important;
}

#al-sonihull .al-cta-actions .al-btn i,
#al-sonihull .al-cta-actions .button-large-primary i,
#al-sonihull .al-cta-actions .button-large-secondary i {
  font-size: 16px !important;
  line-height: 1 !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

/* Responsive */
@media (max-width: 960px) {
  #al-sonihull .al-hero-grid,
  #al-sonihull .al-mech-grid,
  #al-sonihull .al-sim-container,
  #al-sonihull .al-support-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  #al-sonihull .al-service-intro-grid {
    grid-template-columns: 1fr 200px;
    gap: 24px;
    align-items: center;
  }
  #al-sonihull .al-service-infographic-img {
    max-width: 200px !important;
  }
  #al-sonihull .al-cards-grid,
  #al-sonihull .al-apps-grid,
  #al-sonihull .al-cases-grid,
  #al-sonihull .al-visual-compare-grid,
  #al-sonihull .al-services-grid,
  #al-sonihull .al-resource-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #al-sonihull .al-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  #al-sonihull .al-metric-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 16px;
  }
  #al-sonihull .al-metric-item:nth-child(3),
  #al-sonihull .al-metric-item:nth-child(4) {
    border-bottom: none;
    padding-bottom: 0;
  }
  #al-sonihull .al-lineup-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  #al-sonihull .al-cards-grid,
  #al-sonihull .al-apps-grid,
  #al-sonihull .al-cases-grid,
  #al-sonihull .al-visual-compare-grid,
  #al-sonihull .al-services-grid,
  #al-sonihull .al-resource-grid,
  #al-sonihull .al-lineup-grid,
  #al-sonihull .al-metrics-grid {
    grid-template-columns: 1fr;
  }
  #al-sonihull .al-service-intro-grid {
    grid-template-columns: 1fr 130px;
    gap: 16px;
    align-items: center;
  }
  #al-sonihull .al-service-infographic-img {
    max-width: 130px !important;
  }
  #al-sonihull .al-hero-actions,
  #al-sonihull .al-cta-actions {
    flex-direction: column;
    gap: 12px;
  }
  #al-sonihull .al-btn,
  #al-sonihull .al-cta-actions .al-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #al-sonihull .al-service-intro-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #al-sonihull .al-service-infographic-img {
    max-width: 180px !important;
  }
}
