/*
Theme Name: SilentC Marine Theme V2 Jobs Number Badges
Theme URI: https://silentc.co.th
Author: SilentC
Description: SilentC one-page electric marine company theme with Solutions, Products, Packages, News, Jobs, About and Contact sections.
Version: 2.4
*/
:root{--navy:#071b45;--blue:#0a77d5;--cyan:#16c6e3;--green:#15b980;--light:#f5fbff;--text:#23304a;--muted:#64708a;--white:#fff;--shadow:0 18px 45px rgba(7,27,69,.12);--radius:22px}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.65}a{color:inherit;text-decoration:none}.container{width:min(1160px,92%);margin:auto}.site-header{position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);z-index:50;border-bottom:1px solid #e8eef7}.nav{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:24px}.brand{display:flex;align-items:center;font-weight:900;font-size:26px;color:var(--navy);gap:12px}.brand-logo{display:block;height:48px;width:auto;max-width:230px}.login-link{font-weight:900;color:var(--navy);padding:10px 0}.logo-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--cyan),var(--blue));color:#fff;font-weight:900}.menu{display:flex;align-items:center;gap:20px;font-weight:700;color:var(--navy)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:999px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff!important;font-weight:800;border:0;cursor:pointer;box-shadow:0 10px 25px rgba(10,119,213,.22)}.btn.secondary{background:#fff;color:var(--navy)!important;border:1px solid #cfe0f3;box-shadow:none}.btn.light{background:#fff;color:var(--blue)!important}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 75% 5%,rgba(22,198,227,.35),transparent 32%),linear-gradient(135deg,#071b45,#0a4b89 60%,#0aaed0);color:#fff;padding:110px 0}.hero:after{content:"";position:absolute;right:-120px;bottom:-180px;width:520px;height:520px;border-radius:50%;background:rgba(255,255,255,.09)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}.eyebrow{color:#7df0ff;font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:14px}.hero h1{font-size:clamp(44px,7vw,78px);line-height:1;margin:12px 0}.hero h2{font-size:clamp(24px,3vw,38px);line-height:1.2;margin:0 0 20px}.hero p{font-size:19px;color:#e8f9ff;max-width:720px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.visual-card{min-height:360px;border-radius:32px;background:linear-gradient(145deg,rgba(255,255,255,.24),rgba(255,255,255,.08));border:1px solid rgba(255,255,255,.26);box-shadow:var(--shadow);padding:28px;display:grid;align-content:end}.boat-line{height:11px;border-radius:99px;background:#fff;margin:10px 0;opacity:.9}.boat-line:nth-child(2){width:70%}.boat-line:nth-child(3){width:45%}.section{padding:86px 0}.section.alt{background:var(--light)}.section-title{text-align:center;max-width:820px;margin:0 auto 45px}.section-title h2{font-size:clamp(32px,4vw,52px);line-height:1.1;color:var(--navy);margin:0 0 14px}.section-title p{font-size:18px;color:var(--muted)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.card{background:#fff;border:1px solid #e3edf7;border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.card h3{color:var(--navy);font-size:24px;margin:8px 0}.icon{font-size:36px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{padding:26px;border-radius:22px;background:#fff;border:1px solid #e5eef9;text-align:center}.stat strong{display:block;font-size:34px;color:var(--blue)}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{padding:12px 0;border-bottom:1px solid #e8eef7}.feature-list li:before{content:"▸";color:var(--cyan);font-weight:900;margin-right:8px}.login-wrap{min-height:calc(100vh - 76px);background:linear-gradient(135deg,#eefbff,#fff);padding:70px 0}.auth-card{max-width:520px;margin:auto;background:#fff;border:1px solid #deebf7;border-radius:28px;padding:34px;box-shadow:var(--shadow)}.auth-card h1{color:var(--navy);margin-top:0}.form-row{margin-bottom:16px}.form-row label{display:block;font-weight:800;color:var(--navy);margin-bottom:7px}.form-row input,.form-row select,.form-row textarea{width:100%;padding:13px 14px;border:1px solid #cbd8e8;border-radius:12px;font:inherit}.notice{padding:12px 14px;border-radius:12px;background:#ecfff7;color:#097c52;margin-bottom:15px}.error{padding:12px 14px;border-radius:12px;background:#fff0f0;color:#b00020;margin-bottom:15px}.dashboard{padding:70px 0;background:var(--light)}.dash-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.placeholder{min-height:280px;display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,#f7fdff,#eef7ff);border:1px dashed #b8d8f4;border-radius:var(--radius);color:var(--muted);font-weight:800}.cta{background:linear-gradient(135deg,var(--navy),#0b65a8);color:#fff;text-align:center;padding:70px 0}.cta h2{font-size:42px;margin:0 0 10px}.cta p{font-size:18px;color:#d9f6ff}.site-footer{background:#03112d;color:#d5e9ff;padding:44px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr;gap:28px}.wp-content{padding:60px 0}@media(max-width:900px){.menu{display:flex;overflow:auto;font-size:14px;gap:14px}.nav{align-items:flex-start;flex-direction:column;padding:14px 0}.hero-grid,.grid-2,.grid-3,.stats,.dash-grid,.footer-grid{grid-template-columns:1fr}.hero{padding:70px 0}.section{padding:58px 0}}

/* Home page requested edits */
.home .hero-grid{grid-template-columns:1fr;max-width:760px;margin-left:0}.home .hero:after{display:none}.home .visual-card{display:none}.home .brand-logo{height:54px}
@media(max-width:900px){.brand-logo{height:42px;max-width:190px}.home .brand-logo{height:44px}}

/* Home version: boat hero from requested mockup */
.home .site-header{box-shadow:0 2px 18px rgba(3,17,45,.06);border-bottom:0;background:#fff}.home .nav{min-height:106px}.home .brand-logo{height:72px;max-width:300px}.home .menu{gap:34px;font-size:18px}.home .menu a{position:relative}.home .menu a[href$="/"]{color:#0877dc}.home .menu a[href$="/"]:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:2px;background:#0877dc}.home .login-link{font-weight:800}.home-hero{position:relative;min-height:690px;color:#fff;background-image:url('assets/home-hero-boat.jpg');background-size:cover;background-position:center right;overflow:hidden}.home-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,17,45,.74) 0%,rgba(3,38,82,.52) 34%,rgba(3,38,82,.18) 58%,rgba(3,17,45,.02) 100%)}.home-hero-inner{position:relative;z-index:2;min-height:690px;display:flex;align-items:center}.home-hero-copy{max-width:660px}.home-hero .eyebrow{color:#46ecff;font-size:16px;letter-spacing:.14em;margin-bottom:18px}.home-hero h1{font-size:clamp(48px,5.6vw,76px);line-height:1.02;margin:0 0 20px;font-weight:900;letter-spacing:-.035em}.home-hero h2{font-size:clamp(28px,2.7vw,38px);line-height:1.22;margin:0 0 22px;font-weight:900}.home-hero p{font-size:19px;line-height:1.62;max-width:650px;color:#eef9ff}.home-hero .hero-actions{margin-top:32px}.home-hero .btn{font-size:17px;padding:18px 36px}.home-hero .btn.secondary{border-color:#d9e7f8;color:#061943!important}.home-value-strip{position:relative;background:linear-gradient(135deg,#021840,#073b75 58%,#0785a8);color:#fff;padding:48px 0 52px;overflow:hidden}.home-wave{position:absolute;left:-4%;right:-4%;top:-30px;height:58px;border-top:10px solid #14d8ea;border-radius:50% 50% 0 0/100% 100% 0 0;background:transparent;opacity:.98}.value-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr;gap:34px;align-items:center}.value-item{display:grid;grid-template-columns:94px 1fr;gap:24px;align-items:center}.value-icon{width:94px;height:94px;border-radius:999px;display:grid;place-items:center;font-size:48px;line-height:1;color:#68f0d0;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 0 30px rgba(255,255,255,.08)}.value-item h3{margin:0 0 8px;font-size:26px;color:#fff;line-height:1.1}.value-item p{margin:0;color:#dcefff;line-height:1.45;font-size:16px}.value-divider{height:112px;background:rgba(255,255,255,.38)}
@media(max-width:1100px){.home .menu{gap:18px;font-size:16px}.home .brand-logo{height:58px}.value-grid{grid-template-columns:1fr;gap:24px}.value-divider{display:none}.home-hero{min-height:650px;background-position:center}.home-hero-inner{min-height:650px}.home-hero-overlay{background:linear-gradient(90deg,rgba(3,17,45,.98),rgba(3,38,82,.84) 55%,rgba(3,17,45,.28))}}
@media(max-width:700px){.home .nav{min-height:auto}.home .brand-logo{height:48px}.home .menu{font-size:14px;gap:14px}.home-hero,.home-hero-inner{min-height:610px}.home-hero{background-position:62% center}.home-hero h1{font-size:44px}.home-hero h2{font-size:24px}.home-hero p{font-size:17px}.home-hero .btn{padding:14px 22px}.value-item{grid-template-columns:70px 1fr}.value-icon{width:70px;height:70px;font-size:34px}.value-item h3{font-size:22px}}

.inquiry-form .notice,.inquiry-form .error{margin-bottom:18px}.inquiry-form input:focus,.inquiry-form textarea:focus,.inquiry-form select:focus{outline:2px solid rgba(22,198,227,.28);border-color:#16c6e3}


/* Inquiry button click fix */
.inquiry-form{position:relative;z-index:5;}
.inquiry-form .btn,.inquiry-form button[type="submit"],.inquiry-submit{cursor:pointer!important;pointer-events:auto!important;position:relative;z-index:10;user-select:none;}
.inquiry-form button[disabled],.inquiry-form .btn[disabled]{opacity:1!important;cursor:pointer!important;}


/* SilentC requested cleanup: remove repeated cyan page labels */
.eyebrow{display:none!important;}
.home-hero .eyebrow{display:none!important;}

/* Numbers section after removing 100% card */
.stats.stats-3{grid-template-columns:repeat(3,1fr);max-width:920px;margin:0 auto;}
@media(max-width:900px){.stats.stats-3{grid-template-columns:1fr;}}

/* Inquiry form cursor/input fix */
.inquiry-form, .inquiry-form *{pointer-events:auto!important;}
.inquiry-form input, .inquiry-form textarea{cursor:text!important;user-select:text!important;background:#fff!important;}
.inquiry-form select{cursor:pointer!important;background:#fff!important;}
.inquiry-form input:disabled, .inquiry-form textarea:disabled, .inquiry-form select:disabled{cursor:text!important;opacity:1!important;}
.inquiry-form .btn,.inquiry-form button[type="submit"],.inquiry-submit{cursor:pointer!important;}

/* Fix home hero overlap caused by previous image text and force normal form cursors */
body, .site-main, .section, .card, .form-row { cursor:auto!important; }
.inquiry-form label { cursor:default!important; }
.inquiry-form input:not([type="submit"]),
.inquiry-form textarea { cursor:text!important; }
.inquiry-form select { cursor:pointer!important; }
.inquiry-form input:not(:disabled):not([readonly]),
.inquiry-form textarea:not(:disabled):not([readonly]),
.inquiry-form select:not(:disabled) { pointer-events:auto!important; opacity:1!important; }
.inquiry-form input:disabled,
.inquiry-form textarea:disabled,
.inquiry-form select:disabled { cursor:not-allowed!important; }


/* Mobile menu: list-style slide-down navigation */
.mobile-menu-toggle{display:none;appearance:none;border:0;background:transparent;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:6px;cursor:pointer;padding:0;z-index:1002}
.mobile-menu-toggle span{display:block;width:26px;height:3px;border-radius:99px;background:var(--navy);transition:transform .22s ease,opacity .22s ease}
body.mobile-menu-open .mobile-menu-toggle span:nth-child(1){transform:translateY(9px) rotate(45deg)}
body.mobile-menu-open .mobile-menu-toggle span:nth-child(2){opacity:0}
body.mobile-menu-open .mobile-menu-toggle span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}
@media(max-width:900px){
  .site-header{position:sticky;top:0;z-index:1000;background:#fff!important;border-bottom:1px solid #e8eef7!important;box-shadow:0 2px 16px rgba(3,17,45,.06)}
  .nav,.home .nav{min-height:72px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;padding:10px 0!important;gap:12px!important}
  .brand-logo,.home .brand-logo{height:48px!important;max-width:210px!important}
  .mobile-menu-toggle{display:flex}
  .site-header .menu,.home .site-header .menu{
    position:fixed!important;
    left:0!important;right:0!important;top:72px!important;
    display:none!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
    width:100%!important;
    max-height:calc(100vh - 72px)!important;
    overflow-y:auto!important;
    background:rgba(255,255,255,.96)!important;
    backdrop-filter:blur(10px)!important;
    box-shadow:0 18px 45px rgba(7,27,69,.16)!important;
    padding:18px 22px 30px!important;
    font-size:16px!important;
    z-index:1001!important;
  }
  body.mobile-menu-open .site-header .menu{display:flex!important}
  .site-header .menu a,.home .site-header .menu a{
    display:block!important;
    width:100%!important;
    padding:18px 6px!important;
    border-bottom:1px solid #e8eef7!important;
    color:var(--navy)!important;
    text-align:left!important;
    font-weight:900!important;
    text-transform:uppercase!important;
    letter-spacing:.02em!important;
    white-space:normal!important;
  }
  .home .menu a[href$="/"]:after{display:none!important}
  .site-header .menu a:last-child{border-bottom:0!important}
}

/* Home hero: buttons only, no overlay text */
.home-hero-copy-buttons-only {
  padding-top: 360px;
  max-width: 760px;
}
.home-hero-copy-buttons-only .hero-actions {
  margin-top: 0;
}
@media (max-width: 900px) {
  .home-hero-copy-buttons-only {
    padding-top: 430px;
  }
}
@media (max-width: 600px) {
  .home-hero-copy-buttons-only {
    padding-top: 420px;
  }
  .home-hero-copy-buttons-only .hero-actions {
    gap: 10px;
  }
}


/* SilentC: remove hero shade overlay so text in hero image stays clear */
.home-hero-overlay{display:none!important;background:transparent!important;}
.home-hero:before{display:none!important;}

/* SilentC responsive hero image + button placement fix */
.home-hero{
  aspect-ratio:1536/660!important;
  min-height:0!important;
  height:auto!important;
  background-size:100% 100%!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}
.home-hero-inner{
  min-height:0!important;
  height:100%!important;
  position:relative!important;
  display:block!important;
}
.home-hero-copy-buttons-only{
  position:absolute!important;
  left:16.5%!important;
  top:74%!important;
  max-width:none!important;
  width:auto!important;
  display:block!important;
}
.home-hero-copy-buttons-only .hero-actions{
  margin:0!important;
  display:flex!important;
  gap:18px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:nowrap!important;
}
.home-hero-copy-buttons-only .btn{
  white-space:nowrap!important;
}
@media(max-width:900px){
  .home-hero{
    aspect-ratio:auto!important;
    min-height:560px!important;
    background-size:cover!important;
    background-position:center center!important;
  }
  .home-hero-inner{height:560px!important;min-height:560px!important;}
  .home-hero-copy-buttons-only{
    left:24px!important;
    right:24px!important;
    top:auto!important;
    bottom:34px!important;
  }
  .home-hero-copy-buttons-only .hero-actions{
    justify-content:center!important;
    flex-wrap:wrap!important;
  }
}
@media(max-width:480px){
  .home-hero{min-height:520px!important;background-position:center center!important;}
  .home-hero-inner{height:520px!important;min-height:520px!important;}
  .home-hero-copy-buttons-only{left:16px!important;right:16px!important;bottom:24px!important;}
  .home-hero-copy-buttons-only .btn{width:100%!important;max-width:300px!important;}
}

/* SilentC Solutions page — Doron content update */
.solutions-page{overflow:hidden}
.solutions-hero{position:relative;color:#fff;padding:96px 0;background:radial-gradient(circle at 88% 18%,rgba(22,198,227,.34),transparent 34%),linear-gradient(135deg,#061a43 0%,#074f88 68%,#0ba8c9 100%)}
.solutions-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(2,15,43,.34),transparent 58%);pointer-events:none}
.solutions-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:56px;align-items:center}
.solutions-hero-copy h1{font-size:clamp(43px,6vw,76px);line-height:1.02;margin:0 0 24px;letter-spacing:-.035em}
.solutions-hero-copy p{max-width:780px;margin:0;color:#e7f8ff;font-size:clamp(17px,1.55vw,20px);line-height:1.75}
.solutions-hero-mark{min-height:260px;padding:32px;border-radius:30px;border:1px solid rgba(255,255,255,.25);background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.07));box-shadow:0 25px 65px rgba(0,20,60,.2);display:flex;flex-direction:column;justify-content:flex-end}
.solutions-hero-mark span{font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:#82f2ff;font-size:13px}
.solutions-hero-mark strong{font-size:27px;line-height:1.2;margin-top:8px}
.solution-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.solution-card{position:relative;overflow:hidden;background:#fff;border:1px solid #dce9f5;border-radius:26px;padding:32px;box-shadow:0 16px 44px rgba(7,27,69,.09);transition:transform .25s ease,box-shadow .25s ease}
.solution-card:hover{transform:translateY(-5px);box-shadow:0 24px 55px rgba(7,27,69,.14)}
.solution-card:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-92px;bottom:-105px;background:linear-gradient(135deg,rgba(10,119,213,.11),rgba(22,198,227,.18))}
.solution-icon,.advantage-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#eaf6ff,#dcfbff);color:var(--blue)}
.solution-icon svg,.advantage-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.solution-letter{position:absolute;top:30px;right:30px;color:#c9e4f7;font-size:44px;font-weight:900;line-height:1}
.solution-card h3{color:var(--navy);font-size:25px;line-height:1.25;margin:20px 0 11px}
.solution-card p{color:#53627a;margin:0;line-height:1.75}
.intelligent-section{background:linear-gradient(180deg,#f4faff 0%,#eef8fd 100%)}
.advantage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.advantage-card{background:#fff;border:1px solid #dfeaf5;border-radius:22px;padding:26px;box-shadow:0 12px 34px rgba(7,27,69,.07)}
.advantage-card h3{font-size:21px;line-height:1.25;color:var(--navy);margin:18px 0 9px}
.advantage-card p{margin:0;color:#5a677d;line-height:1.65}
.advantage-icon{width:52px;height:52px;border-radius:16px;color:#0a8dc4}
.advantage-icon svg{width:27px;height:27px}
.retrofit-panel{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:54px;align-items:center;background:linear-gradient(135deg,#061a43,#07558f);color:#fff;padding:50px;border-radius:34px;box-shadow:0 25px 65px rgba(7,27,69,.18)}
.retrofit-visual{display:flex;align-items:center;justify-content:center;min-height:310px;padding:28px;border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.18)}
.retrofit-step{text-align:center;min-width:100px}
.retrofit-step span{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 13px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--cyan));font-size:23px;font-weight:900;box-shadow:0 10px 25px rgba(22,198,227,.24)}
.retrofit-step strong{display:block;font-size:14px;line-height:1.3;color:#eefbff}
.retrofit-line{height:2px;flex:1;min-width:28px;margin:0 8px 37px;background:linear-gradient(90deg,#44d5eb,#4a94dc)}
.retrofit-kicker{display:inline-block;color:#7df0ff;text-transform:uppercase;letter-spacing:.13em;font-size:13px;font-weight:900;margin-bottom:8px}
.retrofit-copy h2{font-size:clamp(34px,4vw,52px);line-height:1.08;margin:0 0 18px}
.retrofit-copy p{color:#dff6ff;font-size:18px;margin:0 0 17px}
.retrofit-copy ul{list-style:none;padding:0;margin:0 0 27px}
.retrofit-copy li{position:relative;padding:8px 0 8px 29px;color:#ecfaff}
.retrofit-copy li:before{content:"✓";position:absolute;left:0;top:7px;color:#5af0ca;font-weight:900}

@media(max-width:900px){
  .solutions-hero{padding:72px 0}
  .solutions-hero-inner,.retrofit-panel{grid-template-columns:1fr}
  .solutions-hero-mark{min-height:190px}
  .solution-card-grid{grid-template-columns:1fr}
  .advantage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .retrofit-panel{padding:34px;gap:34px}
}
@media(max-width:600px){
  .solutions-hero-copy h1{font-size:42px}
  .solutions-hero-mark{display:none}
  .advantage-grid{grid-template-columns:1fr}
  .solution-card,.advantage-card{padding:23px}
  .retrofit-panel{width:100%;padding:27px 20px;border-radius:26px}
  .retrofit-visual{min-height:250px;padding:18px 10px}
  .retrofit-step{min-width:72px}
  .retrofit-step span{width:48px;height:48px}
  .retrofit-step strong{font-size:12px}
  .retrofit-line{min-width:15px;margin-left:3px;margin-right:3px}
}


/* Enhanced retrofit chapter and page-specific CTA */
.retrofit-panel{grid-template-columns:minmax(0,1fr)!important;gap:34px!important;padding:54px!important}
.retrofit-copy{max-width:920px}
.retrofit-lead{max-width:780px;font-size:19px!important;line-height:1.72}
.retrofit-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}
.retrofit-benefit{display:flex;gap:14px;align-items:flex-start;padding:18px;border-radius:18px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14)}
.retrofit-benefit>span{display:grid;place-items:center;min-width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--blue),var(--cyan));font-size:13px;font-weight:900}
.retrofit-benefit strong{display:block;font-size:16px;margin-bottom:5px}
.retrofit-benefit small{display:block;color:#d9f3fb;line-height:1.45;font-size:13px}
.retrofit-journey{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:14px;align-items:center;padding:26px;border-radius:26px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16)}
.journey-card{position:relative;text-align:center;min-height:190px;padding:26px 18px 20px;border-radius:22px;background:#fff;color:var(--navy);box-shadow:0 18px 42px rgba(0,20,60,.18);display:flex;flex-direction:column;align-items:center;justify-content:center}
.journey-card.featured{background:linear-gradient(150deg,#eafaff,#fff);outline:3px solid rgba(74,214,236,.5);transform:translateY(-5px)}
.journey-number{position:absolute;top:13px;left:14px;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#e9f5ff;color:var(--blue);font-weight:900;font-size:13px}
.journey-icon{font-size:38px;margin-bottom:13px}
.journey-card strong{font-size:18px;margin-bottom:7px}
.journey-card small{color:#62718a;line-height:1.45}
.journey-arrow{font-size:32px;color:#72e9f7;font-weight:900}
.solutions-cta{padding:78px 0;background:linear-gradient(135deg,#ecf8ff 0%,#f7fcff 54%,#e6fbff 100%);border-top:1px solid #dcecf6}
.solutions-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:42px 46px;border-radius:28px;background:#fff;border:1px solid #dbeaf4;box-shadow:0 20px 55px rgba(7,27,69,.1)}
.solutions-cta-kicker{display:inline-block;color:#0794c5;text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:900;margin-bottom:8px}
.solutions-cta h2{margin:0 0 12px;color:var(--navy);font-size:clamp(34px,4vw,52px);line-height:1.08}
.solutions-cta p{margin:0;max-width:720px;color:#5c6a80;font-size:18px;line-height:1.65}
.solutions-cta-btn{flex:0 0 auto;min-width:180px;text-align:center}
@media(max-width:900px){.retrofit-benefits{grid-template-columns:1fr}.retrofit-journey{grid-template-columns:1fr}.journey-arrow{transform:rotate(90deg);text-align:center}.journey-card.featured{transform:none}.solutions-cta-inner{align-items:flex-start;flex-direction:column;padding:34px}.solutions-cta-btn{width:100%}}
@media(max-width:600px){.retrofit-panel{padding:28px 20px!important}.retrofit-journey{padding:16px}.journey-card{min-height:160px}.solutions-cta{padding:54px 0}.solutions-cta-inner{padding:27px 22px}.solutions-cta p{font-size:16px}}
\n\n/* Complete boat section + simplified Solutions hero */\n.solutions-hero-inner{grid-template-columns:1fr!important;max-width:980px;margin-left:auto;margin-right:auto}\n.solutions-hero-copy{max-width:940px}\n.solutions-hero-mark{display:none!important}\n\n.complete-boat-section{background:linear-gradient(180deg,#f4fbff 0%,#ffffff 100%)}\n.complete-boat-panel{padding:58px;border-radius:34px;background:linear-gradient(135deg,#061a43 0%,#07558f 62%,#0a8db0 100%);color:#fff;box-shadow:0 25px 65px rgba(7,27,69,.18)}\n.complete-boat-heading{max-width:900px;margin-bottom:34px}\n.complete-boat-kicker{display:inline-block;color:#79efff;text-transform:uppercase;letter-spacing:.13em;font-size:13px;font-weight:900;margin-bottom:10px}\n.complete-boat-heading h2{font-size:clamp(36px,4.8vw,60px);line-height:1.05;margin:0 0 18px;letter-spacing:-.025em}\n.complete-boat-heading p{margin:0;color:#e2f6ff;font-size:19px;line-height:1.75;max-width:860px}\n.complete-boat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:32px}\n.complete-boat-card{padding:24px;border-radius:22px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(4px)}\n.complete-boat-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#0a77d5,#16c6e3);font-size:25px;margin-bottom:17px}\n.complete-boat-card h3{margin:0 0 10px;font-size:20px;line-height:1.25}\n.complete-boat-card p{margin:0;color:#d9f3fb;font-size:14px;line-height:1.6}\n.complete-boat-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:14px;align-items:stretch;margin-top:28px;padding:24px;border-radius:24px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14)}\n.complete-boat-step{padding:22px;border-radius:18px;background:rgba(1,20,54,.24);border:1px solid rgba(255,255,255,.1)}\n.complete-boat-step.featured{background:linear-gradient(135deg,rgba(10,119,213,.62),rgba(22,198,227,.32));border-color:rgba(125,240,255,.4)}\n.complete-boat-step span{display:inline-grid;place-items:center;min-width:42px;height:42px;padding:0 10px;border-radius:13px;background:rgba(255,255,255,.13);font-size:13px;font-weight:900;margin-bottom:12px}\n.complete-boat-step strong{display:block;font-size:18px;margin-bottom:7px}\n.complete-boat-step small{display:block;color:#d9f3fb;line-height:1.5;font-size:13px}\n.complete-boat-flow-arrow{display:grid;place-items:center;color:#79efff;font-size:25px;font-weight:900}\n@media(max-width:1050px){.complete-boat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}\n@media(max-width:900px){.complete-boat-panel{padding:38px}.complete-boat-flow{grid-template-columns:1fr}.complete-boat-flow-arrow{transform:rotate(90deg)}}\n@media(max-width:600px){.complete-boat-panel{padding:28px 20px;border-radius:26px}.complete-boat-grid{grid-template-columns:1fr}.complete-boat-heading p{font-size:16px}.complete-boat-flow{padding:15px}.complete-boat-step{padding:18px}}\n
/* Complete boat showcase v2 */
.complete-boat-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#f5fbff 0%,#ffffff 100%)}
.complete-boat-section:before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;right:-250px;top:-220px;background:radial-gradient(circle,rgba(22,198,227,.13),rgba(22,198,227,0) 68%);pointer-events:none}
.complete-boat-showcase{position:relative;display:grid;grid-template-columns:minmax(0,.86fr) minmax(560px,1.14fr);gap:70px;align-items:center;padding:68px;border-radius:38px;background:linear-gradient(135deg,#061a43 0%,#073d72 55%,#0788a7 100%);color:#fff;box-shadow:0 28px 70px rgba(7,27,69,.2);overflow:hidden}
.complete-boat-showcase:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;left:-180px;bottom:-250px;border:1px solid rgba(125,240,255,.18);box-shadow:0 0 0 55px rgba(125,240,255,.035),0 0 0 110px rgba(125,240,255,.025)}
.complete-boat-intro{position:relative;z-index:2}
.complete-boat-kicker{display:inline-flex;align-items:center;gap:10px;color:#7df0ff;text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:900;margin-bottom:18px}
.complete-boat-kicker:before{content:"";width:32px;height:2px;background:#7df0ff;border-radius:2px}
.complete-boat-intro h2{font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.035em;margin:0 0 24px}
.complete-boat-intro h2 span{color:#7df0ff}
.complete-boat-intro>p{max-width:650px;color:#e3f7ff;font-size:18px;line-height:1.78;margin:0}
.complete-boat-highlights{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px}
.complete-highlight{padding:18px 18px 17px;border-radius:18px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(5px)}
.complete-highlight strong{display:block;font-size:16px;margin-bottom:5px}
.complete-highlight span{display:block;color:#cfeef8;font-size:13px;line-height:1.5}
.complete-system-visual{position:relative;min-height:570px;border-radius:32px;background:radial-gradient(circle at center,rgba(43,190,228,.22),rgba(2,24,61,.22) 48%,rgba(2,19,50,.08) 70%);border:1px solid rgba(255,255,255,.13)}
.system-orbit{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px dashed rgba(125,240,255,.26)}
.system-orbit-one{width:380px;height:380px}.system-orbit-two{width:500px;height:500px;opacity:.65}
.system-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:220px;height:220px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(145deg,#0c75c8,#16bfd9);box-shadow:0 24px 55px rgba(0,10,45,.34),inset 0 0 0 1px rgba(255,255,255,.28);z-index:3}
.system-core-icon{width:78px;height:62px;margin-bottom:9px}.system-core-icon svg{width:100%;height:100%;fill:none;stroke:#fff;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.system-core small{font-size:11px;letter-spacing:.17em;text-transform:uppercase;font-weight:900;color:#dffaff;margin-bottom:6px}.system-core strong{font-size:20px;line-height:1.18}
.system-node{position:absolute;display:flex;align-items:center;gap:11px;min-width:190px;max-width:220px;padding:13px 14px;border-radius:16px;background:rgba(255,255,255,.94);color:#08234f;box-shadow:0 15px 34px rgba(0,18,58,.2);z-index:4}
.system-node:after{content:"";position:absolute;width:34px;height:1px;background:linear-gradient(90deg,#75eaf5,rgba(117,234,245,.15))}
.node-icon{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#e7f7ff,#d8fbff);color:#0878bd;font-size:11px;font-weight:900}
.system-node strong{display:block;font-size:14px;line-height:1.25;margin-bottom:2px}.system-node small{display:block;color:#64748a;font-size:11px;line-height:1.35}
.node-hull{left:20px;top:56px}.node-drive{right:20px;top:56px}.node-energy{left:5px;top:245px}.node-control{right:5px;top:245px}.node-connect{left:48px;bottom:48px}.node-support{right:48px;bottom:48px}
.node-hull:after,.node-energy:after,.node-connect:after{right:-34px}.node-drive:after,.node-control:after,.node-support:after{left:-34px;transform:rotate(180deg)}
.complete-boat-journey{display:grid;grid-template-columns:1fr 64px 1fr 64px 1fr;align-items:stretch;gap:0;margin-top:26px;padding:24px;border-radius:28px;background:#fff;border:1px solid #dcebf5;box-shadow:0 18px 50px rgba(7,27,69,.09)}
.journey-stage{display:flex;gap:16px;padding:24px;border-radius:20px;background:#f7fbfe;border:1px solid #e4eef5}
.journey-stage.featured{background:linear-gradient(145deg,#eaf9ff,#f8feff);border-color:#bfeaf3;box-shadow:0 12px 30px rgba(10,141,196,.1)}
.journey-stage-number{display:grid;place-items:center;flex:0 0 46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#0a77d5,#16c6e3);color:#fff;font-size:12px;font-weight:900}
.journey-stage strong{display:block;color:#071b45;font-size:18px;margin-bottom:7px}.journey-stage p{margin:0;color:#5c6a80;font-size:14px;line-height:1.58}
.journey-connector{position:relative}.journey-connector:before{content:"";position:absolute;left:12px;right:12px;top:50%;height:2px;background:linear-gradient(90deg,#94ddec,#0fa8cd)}.journey-connector:after{content:"";position:absolute;right:10px;top:calc(50% - 5px);width:9px;height:9px;border-top:2px solid #0fa8cd;border-right:2px solid #0fa8cd;transform:rotate(45deg)}
@media(max-width:1180px){.complete-boat-showcase{grid-template-columns:1fr;gap:40px}.complete-system-visual{max-width:760px;width:100%;margin:auto}.complete-boat-journey{grid-template-columns:1fr}.journey-connector{height:42px}.journey-connector:before{left:50%;right:auto;top:8px;bottom:8px;width:2px;height:auto}.journey-connector:after{right:auto;left:calc(50% - 4px);top:auto;bottom:7px;transform:rotate(135deg)}}
@media(max-width:700px){.complete-boat-showcase{padding:34px 20px;border-radius:28px}.complete-boat-highlights{grid-template-columns:1fr}.complete-system-visual{min-height:720px}.system-orbit-one{width:280px;height:280px}.system-orbit-two{width:370px;height:370px}.system-core{width:180px;height:180px}.system-core-icon{width:62px;height:48px}.system-core strong{font-size:17px}.system-node{min-width:0;max-width:none;width:calc(50% - 28px);padding:11px}.system-node:after{display:none}.node-hull{left:14px;top:22px}.node-drive{right:14px;top:22px}.node-energy{left:14px;top:158px}.node-control{right:14px;top:158px}.node-connect{left:14px;bottom:22px}.node-support{right:14px;bottom:22px}.complete-boat-journey{padding:14px}.journey-stage{padding:18px}.journey-stage strong{font-size:16px}}

.system-node .node-icon{color:#16c6e3 !important;}

/* Complete boat infographic image */
.complete-boat-image-section{background:#061a43;padding:0!important;overflow:hidden}
.complete-boat-image-container{width:100%;max-width:none!important;padding:0!important;margin:0!important}
.complete-boat-infographic-image{display:block;width:100%;height:auto;max-width:none;margin:0 auto}
@media(max-width:768px){
  .complete-boat-image-section{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .complete-boat-infographic-image{width:1200px;max-width:none}
}

/* =========================================================
   SilentC Responsive 100% — desktop, notebook, tablet, phone
   Prevents horizontal scrolling and keeps all content in view.
   ========================================================= */
html{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  -webkit-text-size-adjust:100%;
}
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
body *{min-width:0;}
img,svg,video,canvas,iframe{
  display:block;
  max-width:100%;
  height:auto;
}
input,select,textarea,button{max-width:100%;}
pre,code{white-space:pre-wrap;overflow-wrap:anywhere;}
table{width:100%;max-width:100%;border-collapse:collapse;}
.wp-content,.section,.cta,.site-footer,.home-value-strip,.solutions-page,
.solutions-hero,.complete-boat-image-section{width:100%;max-width:100%;overflow:hidden;}
.container{
  width:100%;
  max-width:1160px;
  margin-inline:auto;
  padding-inline:clamp(16px,3vw,32px);
}
.site-header .container{
  max-width:none;
  width:100%;
}

/* Flexible grids and cards */
.grid-2,.grid-3,.stats,.dash-grid,.footer-grid,.solution-card-grid,
.advantage-grid,.retrofit-benefits,.complete-boat-grid{
  width:100%;
}
.card,.stat,.solution-card,.advantage-card,.retrofit-panel,
.complete-boat-panel,.auth-card{max-width:100%;overflow-wrap:anywhere;}

/* The complete-boat artwork must scale down instead of forcing a 1200px canvas */
.complete-boat-image-section{
  overflow:hidden!important;
}
.complete-boat-image-container{
  width:100%!important;
  max-width:100%!important;
  overflow:hidden!important;
}
.complete-boat-infographic-image{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  margin:0 auto!important;
}

/* Home hero remains proportional on wide screens */
.home-hero{
  width:100%!important;
  max-width:100%!important;
  background-repeat:no-repeat!important;
}
.home-hero-inner{width:100%!important;max-width:1160px!important;}
.home-hero-copy-buttons-only .hero-actions{max-width:100%;}

/* Notebook and smaller desktop */
@media(max-width:1199px){
  .container{max-width:100%;padding-inline:28px;}
  .home .menu{gap:16px;font-size:15px;}
  .brand-logo,.home .brand-logo{max-width:230px;}
  .section{padding-block:70px;}
  .complete-system-visual{max-width:100%;}
}

/* Tablet */
@media(max-width:900px){
  .container{padding-inline:22px;}
  body.mobile-menu-open{overflow:hidden;}
  .site-header .menu,.home .site-header .menu{
    max-width:100vw!important;
    overscroll-behavior:contain;
  }
  .hero-grid,.solutions-hero-inner,.grid-2,.grid-3,.stats,.dash-grid,
  .footer-grid,.retrofit-panel,.complete-boat-showcase{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .advantage-grid,.solution-card-grid,.retrofit-benefits,.complete-boat-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .section{padding-block:56px;}
  .cta{padding-block:56px;}
  .cta h2{font-size:clamp(30px,6vw,42px);line-height:1.15;}
  .home-hero{
    aspect-ratio:1536/660!important;
    min-height:0!important;
    height:auto!important;
    background-size:100% 100%!important;
    background-position:center!important;
  }
  .home-hero-inner{
    height:100%!important;
    min-height:0!important;
  }
  .home-hero-copy-buttons-only{
    left:5%!important;
    right:5%!important;
    top:auto!important;
    bottom:5%!important;
  }
  .home-hero-copy-buttons-only .hero-actions{
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
  }
  .complete-boat-infographic-image{width:100%!important;}
}

/* Phone */
@media(max-width:600px){
  .container{padding-inline:16px;}
  .nav,.home .nav{padding-inline:0!important;}
  .brand-logo,.home .brand-logo{height:auto!important;width:auto!important;max-width:min(190px,68vw)!important;}
  .section{padding-block:44px;}
  .section-title{margin-bottom:28px;}
  .section-title h2{font-size:clamp(28px,9vw,40px);}
  .section-title p,.hero p,.solutions-hero-copy p{font-size:16px;}
  .advantage-grid,.solution-card-grid,.retrofit-benefits,.complete-boat-grid{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .card,.solution-card,.advantage-card,.auth-card{padding:20px;}
  .stats{gap:14px;}
  .stat{padding:20px 14px;}
  .stat strong{font-size:30px;}
  .home-hero{
    aspect-ratio:1536/660!important;
    min-height:0!important;
    background-size:100% 100%!important;
  }
  .home-hero-copy-buttons-only{
    left:12px!important;
    right:12px!important;
    bottom:10px!important;
  }
  .home-hero-copy-buttons-only .hero-actions{
    gap:8px!important;
    justify-content:center!important;
  }
  .home-hero-copy-buttons-only .btn{
    width:auto!important;
    max-width:calc(50% - 4px)!important;
    min-width:0!important;
    padding:10px 12px!important;
    font-size:12px!important;
    line-height:1.2!important;
  }
  .value-item{grid-template-columns:58px minmax(0,1fr)!important;gap:14px;}
  .value-icon{width:58px!important;height:58px!important;font-size:28px!important;}
  .value-item h3{font-size:20px;}
  .value-item p{font-size:14px;}
  .retrofit-panel,.complete-boat-panel{padding:24px 16px!important;border-radius:22px;}
  .retrofit-journey,.complete-boat-journey{grid-template-columns:minmax(0,1fr)!important;}
  .journey-arrow,.journey-connector{height:30px;transform:none;}
  .solutions-cta-inner{display:block;padding:26px 20px;}
  .solutions-cta-btn{display:inline-flex;margin-top:18px;min-width:0;}
  .footer-grid{gap:16px;}
}

/* Very small phones */
@media(max-width:380px){
  .container{padding-inline:12px;}
  .brand-logo,.home .brand-logo{max-width:165px!important;}
  .home-hero-copy-buttons-only .btn{font-size:10.5px!important;padding:8px 9px!important;}
  .mobile-menu-toggle{width:40px;height:40px;}
}


/* Language switch */
.lang-switch{display:inline-flex;align-items:center;gap:.35rem;margin-left:.5rem;font-weight:800;white-space:nowrap}.lang-switch a{padding:.35rem .45rem;border-radius:999px;text-decoration:none}.lang-switch a.active{background:#0aaee8;color:#fff}.lang-switch span{opacity:.45}
@media(max-width:900px){.lang-switch{margin:1rem 0 0;justify-content:flex-start}}
html[lang="th"] body, body{font-family:Arial,"Noto Sans Thai",Tahoma,sans-serif}


/* Doron home page and footer revision */
.doron-hero-copy{max-width:700px;padding-top:22px}
.doron-slogan{margin:0 0 18px!important;display:flex;gap:.2em;flex-wrap:wrap;font-size:clamp(48px,5.6vw,78px)!important;line-height:1!important}
.doron-slogan .quiet{color:#fff}.doron-slogan .clean{color:#16baf2}.doron-slogan .green{color:#36cc72}
.home-hero-overlay{display:block!important;background:linear-gradient(90deg,#061b43 0%,rgba(6,27,67,.97) 33%,rgba(6,27,67,.70) 48%,rgba(6,27,67,.12) 72%,transparent 100%)!important}
.home-hero-inner{align-items:flex-start!important;padding-top:70px!important;height:auto!important;min-height:690px!important}
.home-hero-copy-buttons-only{position:static!important}
.doron-hero-copy .hero-actions{position:static!important;margin-top:28px!important}
.compact-hero{padding:72px 0}.compact-hero h1{margin:0 0 8px;font-size:clamp(42px,6vw,68px)}
.doron-footer{padding:0;background:#03112d;color:#d5e9ff}.footer-main{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:44px;padding:58px 0}.footer-brand img{width:210px;max-width:100%;filter:brightness(0) invert(1);margin-bottom:18px}.doron-footer h3{color:#fff;margin:0 0 14px}.doron-footer ul{list-style:none;padding:0;margin:0}.doron-footer li{margin:8px 0}.doron-footer a{color:#d5e9ff}.doron-footer a:hover{color:#54def1}.social-links{display:flex;gap:10px;margin-top:18px}.social-links a{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#0b4278;color:#fff;font-weight:800}.footer-bottom{border-top:1px solid rgba(255,255,255,.13);padding:18px 0}.footer-bottom .container{display:flex;justify-content:space-between;gap:20px;font-size:14px}.policy-page{padding:42px 0 70px}.policy-page .wp-content{max-width:900px}.policy-page h1,.policy-page h2{color:var(--navy)}
@media(max-width:1000px){.footer-main{grid-template-columns:1fr 1fr}.doron-hero-copy{max-width:640px}.home-hero-inner{padding-top:48px!important}}
@media(max-width:700px){.doron-slogan{font-size:clamp(40px,14vw,54px)!important;display:block}.doron-slogan span{display:block}.home-hero-inner{padding-top:38px!important;min-height:720px!important}.home-hero-overlay{background:linear-gradient(90deg,rgba(6,27,67,.98),rgba(6,27,67,.82))!important}.footer-main{grid-template-columns:1fr}.footer-bottom .container{flex-direction:column}.doron-hero-copy h2{font-size:26px!important}.doron-hero-copy p{font-size:16px!important}}

/* SilentC one-page v6 */
html{scroll-behavior:smooth;scroll-padding-top:96px}
.anchor-section{scroll-margin-top:96px}
.onepage-header .menu a{white-space:nowrap}
.onepage-site{overflow:hidden}
.team-title{margin-top:72px}
.office-map-wrap{margin-top:72px}
.office-map{display:block;width:100%;height:430px;border:0;border-radius:24px;box-shadow:var(--shadow)}
.map-action{text-align:center;margin-top:22px}
.footer-brand img{filter:none!important;width:210px;max-width:100%;height:auto}
.colored-socials a{background:transparent!important;width:42px;height:42px;padding:0}
.colored-socials svg{width:42px;height:42px;display:block}
.social-facebook svg{fill:#1877F2}
.social-instagram svg{fill:none;stroke:#fff;stroke-width:1.8;background:radial-gradient(circle at 30% 110%,#ffd600 0 25%,#ff7a00 32%,#ff0169 55%,#d300c5 72%,#7638fa 100%);border-radius:11px;padding:8px}
.social-youtube svg{fill:#FF0000}.social-youtube .yt-play{fill:#fff}
.footer-map-link{display:inline-block;margin-top:8px;color:#54def1!important;font-weight:700}
.solution-cards{margin-top:28px}
.complete-boat-infographic-image{display:block;width:100%;height:auto;border-radius:28px;box-shadow:0 22px 55px rgba(7,27,69,.16)}
@media(max-width:900px){html{scroll-padding-top:78px}.anchor-section{scroll-margin-top:78px}.office-map{height:330px}}
@media(max-width:600px){.office-map{height:280px;border-radius:18px}.team-title,.office-map-wrap{margin-top:52px}.colored-socials a,.colored-socials svg{width:38px;height:38px}}


/* SilentC v6.1: fixed one-page navigation and fixed header */
:root{--silentc-header-height:88px;}
.site-header.onepage-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:9999!important;
  background:rgba(255,255,255,.97)!important;
  border-bottom:1px solid #e8eef7!important;
  box-shadow:0 4px 18px rgba(3,17,45,.08)!important;
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}
body{padding-top:var(--silentc-header-height)!important;}
.site-header.onepage-header .nav{min-height:var(--silentc-header-height)!important;}
html{scroll-padding-top:calc(var(--silentc-header-height) + 12px)!important;}
.anchor-section{scroll-margin-top:calc(var(--silentc-header-height) + 12px)!important;}
.footer-brand img{
  display:block!important;
  width:210px!important;
  max-width:100%!important;
  height:auto!important;
  filter:none!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
}
@media(max-width:900px){
  :root{--silentc-header-height:72px;}
  .site-header.onepage-header .nav{min-height:72px!important;}
  .site-header .menu,.home .site-header .menu{top:72px!important;}
}

/* Compact corporate footer inspired by the supplied reference */
.compact-corporate-footer{background:#061a2d!important;color:#d9e8f4!important;padding:0!important}
.footer-reference-layout{display:grid!important;grid-template-columns:1.45fr repeat(4,1fr)!important;gap:34px!important;padding:46px 0 38px!important;align-items:start}
.footer-reference-layout .footer-logo-panel{display:inline-flex;background:#fff;border-radius:12px;padding:10px 16px;margin-bottom:16px;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.footer-reference-layout .footer-brand img{display:block!important;width:220px!important;height:auto!important;filter:none!important;opacity:1!important;mix-blend-mode:normal!important}
.footer-reference-layout .footer-brand p{max-width:310px;margin:0;color:#d9e8f4;line-height:1.6}
.footer-reference-layout h3{color:#f6bd1f!important;font-size:15px!important;text-transform:none;margin:0 0 14px!important}
.footer-reference-layout ul{list-style:none;margin:0;padding:0}
.footer-reference-layout li{margin:7px 0!important}
.footer-reference-layout a{color:#d9e8f4!important;font-size:14px;transition:color .2s ease}
.footer-reference-layout a:hover{color:#f6bd1f!important}
.footer-reference-layout .colored-socials{margin-top:18px}
.footer-reference-layout .colored-socials a{background:transparent!important}
.compact-corporate-footer .footer-bottom{background:#020b14;border-top:1px solid rgba(255,255,255,.08)}
@media(max-width:1100px){.footer-reference-layout{grid-template-columns:1.4fr repeat(2,1fr)!important}.footer-reference-layout .footer-brand{grid-row:span 2}}
@media(max-width:720px){.footer-reference-layout{grid-template-columns:1fr 1fr!important;gap:26px!important}.footer-reference-layout .footer-brand{grid-column:1/-1;grid-row:auto}.footer-reference-layout .footer-logo-panel{padding:8px 12px}.footer-reference-layout .footer-brand img{width:200px!important}}
@media(max-width:460px){.footer-reference-layout{grid-template-columns:1fr!important}.footer-reference-layout .footer-brand{grid-column:auto}.compact-corporate-footer .footer-bottom .container{flex-direction:column!important;gap:4px!important}}

/* SilentC v6.2 — reliable map links and refined footer brand treatment */
.footer-reference-layout a[href*="google.com/maps"],
.map-action a[href*="google.com/maps"]{
  position:relative!important;
  z-index:20!important;
  pointer-events:auto!important;
  cursor:pointer!important;
}
.footer-reference-layout .footer-logo-panel{
  background:linear-gradient(135deg,#e9f8ff 0%,#ffffff 52%,#e9efff 100%)!important;
  border:1px solid rgba(34,177,236,.55)!important;
  border-radius:16px!important;
  padding:13px 18px!important;
  box-shadow:0 12px 30px rgba(0,126,205,.22),inset 0 1px 0 rgba(255,255,255,.95)!important;
  overflow:hidden;
}
.footer-reference-layout .footer-logo-panel:before{
  content:"";
  position:absolute;
  width:90px;
  height:90px;
  border-radius:50%;
  right:-38px;
  top:-46px;
  background:radial-gradient(circle,rgba(22,198,227,.32),rgba(22,198,227,0) 70%);
  pointer-events:none;
}
.footer-reference-layout .footer-logo-panel{position:relative}
.footer-reference-layout .footer-brand img{
  width:220px!important;
  filter:none!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  position:relative;
  z-index:1;
}
.footer-reference-layout .footer-brand p{
  color:#e7f4ff!important;
}

/* SilentC v6.3 — image-only hero, centered footer logo, cross-page anchor navigation */
.home-hero-image-only{
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
  background:#041c43;
}
.home-hero-full-image{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
  margin:0;
  object-fit:contain;
  object-position:center;
}
.footer-reference-layout .footer-logo-panel{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%;
  max-width:290px;
  min-height:110px;
  box-sizing:border-box;
}
.footer-reference-layout .footer-logo-panel img,
.footer-reference-layout .footer-brand img{
  display:block!important;
  width:min(220px,90%)!important;
  max-width:90%!important;
  height:auto!important;
  margin:0 auto!important;
  object-fit:contain!important;
  object-position:center!important;
}
@media(max-width:720px){
  .home-hero-image-only{background:#061d46;}
  .home-hero-full-image{width:100%;height:auto;object-fit:contain;}
  .footer-reference-layout .footer-logo-panel{max-width:100%;min-height:100px;}
}

/* SilentC V6.5: white footer logo panel and extended team */
.footer-reference-layout .footer-logo-panel{
  background:#fff!important;
  background-image:none!important;
  border:1px solid rgba(255,255,255,.35)!important;
  box-shadow:0 8px 24px rgba(0,0,0,.16)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.footer-reference-layout .footer-logo-panel:before{display:none!important;}
.footer-reference-layout .footer-logo-panel img{display:block!important;margin:0 auto!important;object-fit:contain!important;}
.team-card{min-height:150px;display:flex;flex-direction:column;justify-content:center;transition:transform .2s ease,box-shadow .2s ease;}
.team-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(7,27,69,.16);}
@media(max-width:600px){.team-card{min-height:0;}}


/* SilentC V7 — one-page product and package presentation */
html{scroll-behavior:smooth;scroll-padding-top:96px}
.anchor-section{scroll-margin-top:96px}
.site-header .menu a.is-active{color:var(--blue)!important}
.site-header .menu a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--blue)}
.site-header .menu a{position:relative}
.products-section{background:#f5faff}
.product-grid-v7{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.product-card-v7{position:relative;overflow:hidden;background:#fff;border:1px solid #dce9f5;border-radius:24px;padding:28px 24px;box-shadow:0 14px 38px rgba(7,27,69,.08);transition:.25s ease}
.product-card-v7:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(7,27,69,.14)}
.product-card-v7:before{content:"";position:absolute;right:-55px;top:-55px;width:130px;height:130px;border-radius:50%;background:linear-gradient(135deg,rgba(10,119,213,.10),rgba(22,198,227,.22))}
.product-number-v7{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;font-weight:900;margin-bottom:22px}
.product-card-v7 h3{color:var(--navy);font-size:22px;line-height:1.22;margin:0 0 10px}
.product-card-v7 p{color:#5c6980;margin:0 0 18px;line-height:1.65}
.product-card-v7 ul{list-style:none;padding:0;margin:0}
.product-card-v7 li{position:relative;padding:7px 0 7px 22px;color:#34445e;font-size:14px}
.product-card-v7 li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}
.packages-section{background:linear-gradient(135deg,#061a43,#07558f);color:#fff}
.packages-section .section-title h2{color:#fff}.packages-section .section-title p{color:#d8efff}
.package-grid-v7{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.package-card-v7{position:relative;display:flex;flex-direction:column;border-radius:26px;padding:30px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.22);box-shadow:0 18px 44px rgba(0,20,60,.22);backdrop-filter:blur(8px)}
.package-card-v7.featured{background:#fff;color:var(--text);transform:translateY(-10px);border-color:#fff}
.package-badge-v7{display:inline-flex;align-self:flex-start;padding:7px 12px;border-radius:999px;background:rgba(22,198,227,.18);color:#81f2ff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.package-card-v7.featured .package-badge-v7{background:#e6f8ff;color:var(--blue)}
.package-card-v7 h3{font-size:28px;line-height:1.15;margin:20px 0 10px;color:#fff}.package-card-v7.featured h3{color:var(--navy)}
.package-card-v7>p{color:#d9efff;min-height:58px}.package-card-v7.featured>p{color:var(--muted)}
.package-card-v7 ul{list-style:none;padding:0;margin:10px 0 26px;flex:1}
.package-card-v7 li{position:relative;padding:10px 0 10px 25px;border-bottom:1px solid rgba(255,255,255,.14)}
.package-card-v7.featured li{border-bottom-color:#e4edf6}
.package-card-v7 li:before{content:"✓";position:absolute;left:0;color:#5af0ca;font-weight:900}
.package-card-v7.featured li:before{color:var(--green)}
.package-note-v7{text-align:center;margin-top:26px;color:#d8efff;font-size:14px}
.contact-details-v7{display:grid;gap:12px;margin-top:20px}
.contact-detail-v7{display:flex;gap:13px;align-items:flex-start;padding:15px;border:1px solid #dce9f5;border-radius:16px;background:#f8fcff}
.contact-detail-v7 strong{display:block;color:var(--navy)}
.contact-detail-v7 a{color:var(--blue);font-weight:800}
.footer-phone-v7{display:block;margin-top:12px;color:#fff;font-weight:900}
@media(max-width:1160px){
 .site-header .menu{gap:13px;font-size:14px}
 .product-grid-v7{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
 .product-grid-v7,.package-grid-v7{grid-template-columns:1fr}
 .package-card-v7.featured{transform:none}
 .site-header .menu a.is-active:after{display:none}
}
@media(max-width:600px){.product-grid-v7{grid-template-columns:1fr}.product-card-v7,.package-card-v7{padding:23px}}

/* SilentC V7.1 - project photo gallery from supplier presentation (images only) */
.silentc-project-gallery{padding:0;background:#061a43;overflow:hidden}
.silentc-project-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}
.silentc-project-gallery-item{position:relative;margin:0;aspect-ratio:16/10;overflow:hidden;background:#061a43}
.silentc-project-gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease}
.silentc-project-gallery-item:hover img{transform:scale(1.035);filter:saturate(1.04) contrast(1.02)}
@media(max-width:900px){.silentc-project-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.silentc-project-gallery-grid{grid-template-columns:1fr}}

/* SilentC Marine Theme V8 */
.package-grid-v7{grid-auto-rows:1fr}
.package-card-v7,.package-card-v7.featured{height:100%;transform:none!important}
.about-purpose-grid>.card{height:100%}
.about-purpose-card h2{color:var(--navy);font-size:24px;margin:8px 0}
.team-profile-card{display:grid;grid-template-columns:124px 1fr;gap:24px;align-items:center;min-height:220px}
.team-profile-card img{display:block;width:124px;height:124px;border-radius:50%;object-fit:cover;object-position:center;border:4px solid #e9f7ff;box-shadow:0 10px 28px rgba(7,27,69,.16)}
.team-profile-card h3{margin-top:0}
.news-social-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:900px;margin:auto}
.news-social-card{display:flex;align-items:center;gap:20px;padding:28px;background:#fff;border:1px solid #dce9f5;border-radius:22px;box-shadow:var(--shadow);transition:.2s ease}
.news-social-card:hover{transform:translateY(-4px)}
.news-social-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;color:#fff;font-size:34px;font-weight:900;flex:0 0 auto}
.facebook-card .news-social-icon{background:#1877f2}.instagram-card .news-social-icon{background:radial-gradient(circle at 30% 110%,#ffd600 0 18%,#ff7a00 30%,#ff0169 58%,#d300c5 78%,#7638fa 100%)}
.news-social-card h3{margin:0 0 6px;color:var(--navy);font-size:24px}.news-social-card p{margin:0;color:var(--muted)}
.empty-portfolio-card{text-align:center;max-width:820px;margin:auto;padding:48px}
.footer-reference-layout .footer-logo-panel{display:none!important}
.footer-wordmark{font-size:42px;font-weight:900;font-style:italic;letter-spacing:-.04em;color:#fff;line-height:1;margin-bottom:20px}
.footer-reference-layout .footer-brand p{margin-top:0}
.office-map-inline{margin-top:24px}.office-map-inline .office-map{width:100%;height:290px;border:0;border-radius:18px;display:block}.office-map-button{margin-top:16px}
.head-office-card a{color:var(--blue);font-weight:800}
@media(max-width:760px){.team-profile-card{grid-template-columns:1fr;text-align:center}.team-profile-card img{margin:auto}.news-social-grid{grid-template-columns:1fr}.footer-wordmark{font-size:36px}}


/* SilentC V8.2 — ensure external links and social buttons are fully clickable */
a[href^="https://maps.app.goo.gl/"],
a[href*="facebook.com"],
a[href*="instagram.com"],
a[href*="youtube.com"],
.news-social-card,
.colored-socials a,
.office-map-button{
  pointer-events:auto!important;
  cursor:pointer!important;
  position:relative!important;
  z-index:50!important;
  opacity:1!important;
}
.news-social-card *,
.colored-socials a *,
.office-map-button *{
  pointer-events:none!important;
}
.footer-reference-layout,
.footer-reference-layout .footer-column,
.news-social-grid,
.office-map-inline{
  position:relative!important;
  z-index:1!important;
}

/* SilentC V8.3 — final cursor and click behavior fix */
html,body{cursor:default!important}
a,a:link,a:visited,a:hover,a:active,
a *,
button,button *,
[role="button"],[role="button"] *{
  cursor:pointer!important;
}
a[href],a[href] *{
  pointer-events:auto!important;
  cursor:pointer!important;
}
.news-social-card,
.news-social-card *,
.colored-socials a,
.colored-socials a *,
.office-map-button,
.office-map-button *,
.footer-reference-layout a,
.footer-reference-layout a *{
  cursor:pointer!important;
  pointer-events:auto!important;
}
.news-social-card::before,.news-social-card::after,
.office-map-button::before,.office-map-button::after,
.colored-socials a::before,.colored-socials a::after{
  pointer-events:none!important;
}


/* SilentC V8.4 — inquiry select cursor, portfolio and language UX */
.inquiry-form .form-row{position:relative;isolation:isolate}
.inquiry-form .form-row::before,
.inquiry-form .form-row::after{pointer-events:none!important}
.inquiry-form select,
.inquiry-form select:hover,
.inquiry-form select:focus,
.inquiry-form select:active{
  cursor:pointer!important;
  pointer-events:auto!important;
  opacity:1!important;
  position:relative!important;
  z-index:20!important;
  touch-action:manipulation!important;
  -webkit-appearance:menulist!important;
  appearance:auto!important;
}
.inquiry-form select option{cursor:default!important;pointer-events:auto!important}

.project-portfolio-showcase{max-width:1080px;margin:0 auto;background:#fff;border:1px solid #dce9f5;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.project-portfolio-media{position:relative;background:linear-gradient(135deg,#eef9ff,#fff);padding:18px}
.project-portfolio-media img{display:block;width:100%;height:auto;max-height:620px;object-fit:contain;border-radius:20px}
.project-portfolio-content{padding:34px 38px 38px}
.project-portfolio-kicker{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:#e7f8ff;color:#0878bd;font-weight:900;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.project-portfolio-content h3{font-size:clamp(26px,3vw,38px);line-height:1.15;margin:16px 0 12px;color:var(--navy)}
.project-portfolio-content>p{font-size:17px;color:var(--muted);max-width:850px}
.project-portfolio-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}
.project-portfolio-point{padding:18px;border-radius:18px;background:#f5fbff;border:1px solid #d9eaf7}
.project-portfolio-point strong{display:block;color:var(--navy);margin-bottom:5px}.project-portfolio-point span{color:var(--muted);font-size:14px}
@media(max-width:760px){.project-portfolio-content{padding:24px 20px 28px}.project-portfolio-points{grid-template-columns:1fr}.project-portfolio-media{padding:10px}}

/* V8.5: refined portfolio and official social marks */
.news-social-icon svg{width:32px;height:32px;display:block;fill:currentColor}
.facebook-card .news-social-icon{background:#1877f2;color:#fff;border-radius:16px}
.instagram-card .news-social-icon{background:radial-gradient(circle at 30% 110%,#ffd600 0 18%,#ff7a00 30%,#ff0169 58%,#d300c5 78%,#7638fa 100%);color:#fff;border-radius:16px}
.instagram-card .news-social-icon svg circle:last-child{fill:currentColor;stroke:none}
.portfolio-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1120px;margin:0 auto}
.portfolio-card{background:#fff;border:1px solid #dce9f5;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .22s ease,box-shadow .22s ease}
.portfolio-card:hover{transform:translateY(-5px);box-shadow:0 18px 44px rgba(8,34,84,.14)}
.portfolio-card-media{background:linear-gradient(145deg,#eff9ff,#fff);aspect-ratio:16/10;display:grid;place-items:center;padding:18px;border-bottom:1px solid #e2edf6}
.portfolio-card-media img{width:100%;height:100%;object-fit:contain;border-radius:16px}
.portfolio-card-body{padding:25px 26px 28px;font-family:inherit}
.portfolio-card-body>span{display:inline-grid;place-items:center;min-width:38px;height:32px;padding:0 10px;border-radius:999px;background:#e5f7ff;color:#0878bd;font-size:13px;font-weight:900;letter-spacing:.06em}
.portfolio-card-body h3{margin:14px 0 9px;color:var(--navy);font-size:23px;line-height:1.25;font-family:inherit}
.portfolio-card-body p{margin:0;color:var(--muted);font-size:15.5px;line-height:1.75;font-family:inherit}
@media(max-width:760px){.portfolio-card-grid{grid-template-columns:1fr}.portfolio-card-body{padding:22px 20px 25px}}

/* V8.9 refined impact statistics */
.home-impact-stats{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 15%,rgba(0,190,255,.16),transparent 30%),
    radial-gradient(circle at 85% 80%,rgba(0,226,181,.12),transparent 34%),
    linear-gradient(135deg,#071a43 0%,#0a2d68 55%,#073f73 100%);
  color:#fff;
  padding:52px 0;
  border-top:1px solid rgba(53,214,255,.35);
  border-bottom:1px solid rgba(53,214,255,.2);
}
.home-impact-stats::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
  background-size:32px 32px;
  pointer-events:none;
}
.impact-stats-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.impact-stat{
  position:relative;
  min-height:178px;
  padding:30px 28px 26px;
  border:1px solid rgba(124,220,255,.34);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.045));
  box-shadow:0 18px 42px rgba(0,10,40,.24),inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(7px);
  text-align:left;
  overflow:hidden;
}
.impact-stat::before{
  content:"";
  position:absolute;
  top:0;left:0;
  width:100%;height:4px;
  background:linear-gradient(90deg,#13bfff,#23e2c7);
}
.impact-stat::after{
  content:"";
  position:absolute;
  right:-38px;bottom:-48px;
  width:150px;height:150px;border-radius:50%;
  background:radial-gradient(circle,rgba(0,190,255,.18),transparent 68%);
  pointer-events:none;
}
.impact-stat strong{
  display:block;
  color:#30caff;
  font-size:clamp(44px,4.6vw,64px);
  line-height:.95;
  font-weight:900;
  letter-spacing:-.035em;
  text-shadow:0 0 22px rgba(31,193,255,.25);
}
.impact-stat span{
  display:block;
  max-width:260px;
  margin-top:16px;
  color:#e4eefb;
  font-size:clamp(17px,1.5vw,21px);
  line-height:1.3;
  font-weight:500;
}
@media(max-width:900px){
  .home-impact-stats{padding:38px 0}
  .impact-stats-grid{grid-template-columns:1fr;gap:16px}
  .impact-stat{min-height:0;text-align:center;padding:25px 20px}
  .impact-stat span{max-width:none;margin-left:auto;margin-right:auto}
}


/* V8.10: elevated statistic cards and consistent team-card alignment */
.home-impact-stats{
  padding:52px 0;
  background:
    radial-gradient(circle at 10% 0%,rgba(22,198,227,.14),transparent 34%),
    radial-gradient(circle at 95% 100%,rgba(10,119,213,.18),transparent 38%),
    linear-gradient(135deg,#061a43 0%,#0b3971 55%,#075a83 100%);
}
.impact-stats-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  max-width:1000px;
  margin:0 auto;
}
.impact-stat{
  position:relative;
  overflow:hidden;
  min-height:190px;
  padding:30px 28px 26px;
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(235,247,255,.94));
  border:1px solid rgba(125,214,255,.72);
  box-shadow:0 20px 50px rgba(0,14,45,.26);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  text-align:left;
  transition:transform .2s ease,box-shadow .2s ease;
}
.impact-stat::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:6px;
  background:linear-gradient(90deg,#0a77d5,#16c6e3,#21d6b0);
}
.impact-stat::after{
  content:"";
  position:absolute;
  width:120px;height:120px;
  right:-44px;bottom:-52px;
  border-radius:50%;
  background:rgba(22,198,227,.09);
}
.impact-stat:hover{
  transform:translateY(-5px);
  box-shadow:0 28px 58px rgba(0,14,45,.34);
}
.impact-stat strong{
  position:relative;
  z-index:1;
  display:block;
  margin:0 0 10px;
  font-size:clamp(42px,5vw,62px);
  line-height:1;
  letter-spacing:-.035em;
  color:#078bd8;
  background:linear-gradient(90deg,#0777d1,#10cce2);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.impact-stat span{
  position:relative;
  z-index:1;
  display:block;
  max-width:240px;
  color:#173158;
  font-size:17px;
  line-height:1.42;
  font-weight:750;
}
.team-grid-v8{align-items:stretch;}
.team-grid-v8 > .team-card,
.page-template-page-about-us .grid-2 > .team-card{
  height:100%;
  min-height:235px;
  justify-content:flex-start;
  align-items:stretch;
  padding:30px 26px;
}
.team-grid-v8 > .team-card h3,
.page-template-page-about-us .grid-2 > .team-card h3{
  margin:0 0 18px;
  min-height:34px;
  display:flex;
  align-items:center;
}
.team-grid-v8 > .team-card p,
.page-template-page-about-us .grid-2 > .team-card p{
  margin-top:0;
}
.team-grid-v8 > .team-card p:first-of-type,
.page-template-page-about-us .grid-2 > .team-card p:first-of-type{
  min-height:32px;
  margin-bottom:18px;
}
@media(max-width:900px){
  .impact-stats-grid{grid-template-columns:1fr;max-width:620px;gap:18px;}
  .impact-stat{min-height:155px;align-items:center;text-align:center;}
  .impact-stat span{max-width:none;}
}
@media(max-width:600px){
  .home-impact-stats{padding:36px 0;}
  .impact-stat{padding:26px 22px;min-height:145px;border-radius:20px;}
  .team-grid-v8 > .team-card,
  .page-template-page-about-us .grid-2 > .team-card{min-height:0;}
  .team-grid-v8 > .team-card h3,
  .page-template-page-about-us .grid-2 > .team-card h3,
  .team-grid-v8 > .team-card p:first-of-type,
  .page-template-page-about-us .grid-2 > .team-card p:first-of-type{min-height:0;}
}


.impact-stats-grid{
max-width:1180px;
margin:0 auto;
align-items:start;
}
.impact-stat{
display:flex;
flex-direction:column;
justify-content:flex-start;
align-items:flex-start;
min-height:220px;
padding:34px 34px 30px;
}
.impact-stat strong{
display:block;
font-size:4.25rem;
line-height:1;
margin-bottom:22px;
background:linear-gradient(90deg,#16b8ff,#2be4c3);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
.impact-stat span{
display:block;
font-size:1.32rem;
line-height:1.45;
font-weight:600;
color:#14355f;
max-width:240px;
}
@media(max-width:768px){
.impact-stat{min-height:180px;padding:28px;}
.impact-stat strong{font-size:3rem;}
.impact-stat span{font-size:1.05rem;}
}

/* V8.12 clean portfolio imagery */
.portfolio-card-media{padding:12px;background:linear-gradient(145deg,#f4fbff 0%,#ffffff 55%,#eef8ff 100%)}
.portfolio-card-media img{display:block;width:100%;height:100%;object-fit:cover;border-radius:18px;background:#fff}

/* V8.13: light standalone impact cards matching the value strip */
.home-impact-stats{
  position:relative;
  overflow:hidden;
  padding:64px 0 72px;
  color:var(--navy);
  background:
    radial-gradient(circle at 8% 20%,rgba(22,198,227,.08),transparent 28%),
    radial-gradient(circle at 92% 80%,rgba(21,185,128,.08),transparent 30%),
    linear-gradient(180deg,#fafdff 0%,#f3f9fd 100%);
  border-top:0;
  border-bottom:1px solid #e5eef7;
}
.home-impact-stats::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    radial-gradient(circle,rgba(10,119,213,.12) 1px,transparent 1.5px),
    linear-gradient(165deg,transparent 68%,rgba(22,198,227,.08) 68.2%,transparent 68.5%);
  background-size:22px 22px,100% 100%;
  mask-image:linear-gradient(to bottom,transparent,black 18%,black 82%,transparent);
}
.impact-stats-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
  max-width:1180px;
  margin:0 auto;
  align-items:stretch;
}
.impact-stat{
  position:relative;
  overflow:hidden;
  min-height:355px;
  padding:42px 34px 34px;
  border-radius:28px;
  border:1px solid #dbe9f5;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
  box-shadow:0 20px 54px rgba(7,27,69,.12);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.impact-stat::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:6px;
  background:linear-gradient(90deg,#0a77d5,#16c6e3,#21d6b0);
}
.impact-stat::after{
  content:none;
}
.impact-stat:hover{
  transform:translateY(-6px);
  border-color:#b8ddf2;
  box-shadow:0 28px 66px rgba(7,27,69,.16);
}
.impact-stat-icon{
  width:118px;
  height:118px;
  margin:8px 0 26px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#0a8ed8;
  background:linear-gradient(145deg,#eaf7ff,#f6fcff);
  border:1px solid #d9eef9;
}
.impact-stat-icon svg{
  width:60px;
  height:60px;
  fill:none;
  stroke:currentColor;
  stroke-width:3;
  stroke-linecap:round;
  stroke-linejoin:round;
  overflow:visible;
}
.impact-stat-icon svg text{
  fill:currentColor;
  stroke:none;
  font-size:17px;
  font-weight:900;
  font-family:Inter,Segoe UI,Arial,sans-serif;
}
.impact-stat strong{
  position:relative;
  z-index:1;
  display:block;
  margin:0 0 22px;
  font-size:clamp(54px,5.5vw,76px);
  line-height:.95;
  letter-spacing:-.045em;
  font-weight:900;
  background:linear-gradient(90deg,#087fe0,#16c6e3,#20c9a8);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:#087fe0;
}
.impact-stat span{
  position:relative;
  z-index:1;
  display:block;
  max-width:280px;
  margin:0 auto;
  color:#112d59;
  font-size:clamp(19px,1.55vw,24px);
  line-height:1.45;
  font-weight:600;
}
@media(max-width:900px){
  .home-impact-stats{padding:50px 0 58px}
  .impact-stats-grid{grid-template-columns:1fr;max-width:650px;gap:20px}
  .impact-stat{min-height:0;padding:34px 28px 32px}
  .impact-stat-icon{width:96px;height:96px;margin-bottom:20px}
  .impact-stat-icon svg{width:50px;height:50px}
  .impact-stat strong{font-size:56px;margin-bottom:15px}
  .impact-stat span{font-size:19px}
}
@media(max-width:520px){
  .home-impact-stats{padding:38px 0 44px}
  .impact-stat{border-radius:22px;padding:28px 20px}
  .impact-stat strong{font-size:48px}
  .impact-stat span{font-size:17px}
}

@media (max-width:767px){
.team-card,.team-card-content,.team-member-card{text-align:center!important;}
.team-card h3,.team-card .team-name,.team-card .team-role,.team-card p,
.team-member-card h3,.team-member-card h4,.team-member-card p{
text-align:center!important;margin-left:auto!important;margin-right:auto!important;width:100%;}
.team-card img,.team-member-card img{display:block;margin:0 auto 24px!important;}
}

/* V8.13.3: force complete mobile centering for team profile cards */
@media (max-width: 767px){
  .team-grid-v8 > .team-card,
  .team-grid-v8 > .team-profile-card,
  .page-template-page-about-us .grid-2 > .team-card{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    text-align:center !important;
  }
  .team-grid-v8 > .team-profile-card > div,
  .team-grid-v8 > .team-card > div,
  .page-template-page-about-us .grid-2 > .team-card > div{
    width:100% !important;
    text-align:center !important;
  }
  .team-grid-v8 > .team-card h3,
  .team-grid-v8 > .team-profile-card h3,
  .page-template-page-about-us .grid-2 > .team-card h3{
    display:flex !important;
    width:100% !important;
    justify-content:center !important;
    align-items:center !important;
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .team-grid-v8 > .team-card p,
  .team-grid-v8 > .team-profile-card p,
  .page-template-page-about-us .grid-2 > .team-card p{
    width:100% !important;
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}


/* V8.13.4 Fix Facebook icon overlap */
.news-social-icon{
  font-size:0!important;
  line-height:0!important;
}
.news-social-icon::before,
.news-social-icon::after{
  content:none!important;
}
.news-social-icon svg{
  display:block;
  width:32px;
  height:32px;
}


/* SilentC V8.14 — Corporate portfolio and official YouTube */
.portfolio-card-media{
  aspect-ratio:16 / 9;
  padding:0;
  overflow:hidden;
  background:#eef7fc;
}
.portfolio-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  border-radius:0;
  transition:transform .35s ease;
}
.portfolio-card:hover .portfolio-card-media img{transform:scale(1.035)}
.youtube-card .news-social-icon{background:#ff0000;color:#fff;border-radius:16px}
.youtube-card .news-social-icon svg{fill:#fff}
.youtube-card .news-social-icon .yt-play{fill:#ff0000}
@media (max-width:760px){
  .portfolio-card-media{aspect-ratio:16 / 9}
}


/* V8.15 Doron review: readable mobile hero, simplified complete electric upgrade */
.mobile-hero-readable{display:none;}
.beyond-engine-section{background:linear-gradient(135deg,#061a43 0%,#07558f 68%,#0aa8c9 100%);color:#fff;overflow:hidden;}
.beyond-engine-layout{max-width:1180px;}
.beyond-engine-copy{max-width:980px;margin:0 auto;padding:18px 0;}
.beyond-engine-copy h2{margin:0 0 24px;font-size:clamp(38px,5.3vw,68px);line-height:1.04;letter-spacing:-.035em;color:#fff;}
.beyond-engine-copy p{max-width:900px;margin:0;color:#e2f6ff;font-size:clamp(17px,1.7vw,21px);line-height:1.75;}
.beyond-engine-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:36px;max-width:820px;}
.beyond-engine-benefits article{display:flex;gap:16px;align-items:flex-start;padding:24px;border-radius:22px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);box-shadow:0 18px 45px rgba(0,20,60,.18);}
.beyond-engine-benefits article>span{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#0aa8e8,#27dfbd);font-weight:900;font-size:21px;color:#fff;}
.beyond-engine-benefits strong{display:block;font-size:20px;color:#fff;margin:1px 0 7px;}
.beyond-engine-benefits small{display:block;color:#d9f3fb;font-size:15px;line-height:1.55;}
@media(max-width:700px){
  .home-hero-image-only{min-height:clamp(680px,105vh,860px);position:relative;background-image:url('assets/home-hero-mobile.jpg');background-size:cover;background-position:center center;}
  .home-hero-full-image{display:none!important;}
  .mobile-hero-readable{display:flex;position:absolute;inset:0;align-items:flex-start;}
  .mobile-hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,18,48,.88) 0%,rgba(3,35,77,.66) 48%,rgba(3,27,62,.38) 72%,rgba(3,18,48,.72) 100%);}
  .mobile-hero-content{position:relative;z-index:1;width:100%;padding:44px 24px 34px;color:#fff;text-align:left;}
  .mobile-hero-content h1{margin:0 0 22px;font-size:clamp(44px,14vw,64px);line-height:.98;letter-spacing:-.045em;}
  .mobile-hero-content h1 span{display:block;}
  .mobile-hero-content .quiet-word{color:#fff}.mobile-hero-content .clean-word{color:#19bfff}.mobile-hero-content .green-word{color:#29d36c}
  .mobile-hero-content h2{max-width:460px;margin:0 0 18px;font-size:clamp(25px,7.5vw,34px);line-height:1.18;color:#fff;}
  .mobile-hero-content p{max-width:430px;margin:0;font-size:clamp(16px,4.5vw,20px);line-height:1.6;color:#e9f5ff;}
  .beyond-engine-copy{padding:4px 0;}
  .beyond-engine-copy h2{font-size:clamp(38px,11vw,52px);}
  .beyond-engine-benefits{grid-template-columns:1fr;}
}


/* V8.15.1 — Beyond the Engine readability and balanced layout */
.beyond-engine-section{
  background:linear-gradient(180deg,#f4faff 0%,#edf7ff 100%)!important;
  color:#071f4d!important;
  padding:clamp(62px,7vw,104px) 0!important;
}
.beyond-engine-layout{max-width:1240px!important;}
.beyond-engine-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:clamp(38px,6vw,82px);align-items:center;}
.beyond-engine-copy{max-width:none!important;margin:0!important;padding:0!important;}
.beyond-engine-copy h2{color:#071f4d!important;font-size:clamp(42px,5vw,68px)!important;line-height:1.04!important;margin:0 0 26px!important;}
.beyond-engine-copy>p{color:#536987!important;font-size:clamp(17px,1.45vw,21px)!important;line-height:1.72!important;max-width:760px!important;}
.beyond-engine-benefits{max-width:none!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;margin-top:34px!important;}
.beyond-engine-benefits article{background:#fff!important;border:1px solid #d9e9f7!important;box-shadow:0 18px 46px rgba(12,43,84,.10)!important;color:#071f4d!important;}
.beyond-engine-benefits strong{color:#071f4d!important;}
.beyond-engine-benefits small{color:#60728d!important;}
.beyond-engine-visual{margin:0;position:relative;border-radius:28px;overflow:hidden;background:#dff1fb;box-shadow:0 26px 70px rgba(6,36,82,.18);min-height:420px;}
.beyond-engine-visual:after{content:'';position:absolute;inset:0;border:1px solid rgba(255,255,255,.55);border-radius:28px;pointer-events:none;}
.beyond-engine-visual img{display:block;width:100%;height:100%;min-height:420px;object-fit:cover;object-position:center;}
@media(max-width:900px){
  .beyond-engine-grid{grid-template-columns:1fr;}
  .beyond-engine-visual{min-height:320px;order:2;}
  .beyond-engine-visual img{min-height:320px;}
}
@media(max-width:620px){
  .beyond-engine-section{padding:54px 0!important;}
  .beyond-engine-copy h2{font-size:clamp(36px,11vw,48px)!important;}
  .beyond-engine-benefits{grid-template-columns:1fr!important;}
  .beyond-engine-visual{min-height:245px;border-radius:22px;}
  .beyond-engine-visual img{min-height:245px;}
}


/* V8.15.2 — Beyond the Engine image and semantic icons */
.beyond-engine-benefits article{display:flex!important;align-items:flex-start!important;gap:16px!important;padding:22px!important;}
.beyond-engine-icon{flex:0 0 52px;width:52px;height:52px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#0da9f0,#28d6bd);box-shadow:0 10px 24px rgba(0,164,215,.22);}
.beyond-engine-icon svg{width:30px;height:30px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;}
.beyond-engine-benefits article>div{min-width:0;}
.beyond-engine-visual img{object-position:center 58%!important;}
@media(max-width:620px){.beyond-engine-benefits article{padding:18px!important}.beyond-engine-icon{flex-basis:46px;width:46px;height:46px;border-radius:14px}.beyond-engine-icon svg{width:27px;height:27px}}


/* V8.15.3 Mobile hero */
@media (max-width:767px){
.hero{
padding:64px 0 72px!important;
min-height:78vh;
display:flex;
align-items:flex-start;
background-position:center;
}
.hero h1{
font-size:clamp(22px,7vw,34px)!important;
line-height:1.05!important;
white-space:nowrap;
letter-spacing:-0.03em;
}
.hero h2{
font-size:clamp(18px,9vw,28px)!important;
line-height:1.15!important;
max-width:320px;
}
.hero p{
font-size:18px!important;
max-width:330px;
}
}


/* V8.15.4 — Premium smartphone hero refinements */
@media (max-width:700px){
  .site-header .nav{min-height:94px!important;padding-left:16px!important;padding-right:16px!important;}
  .site-header .brand-logo{height:56px!important;max-width:260px!important;width:auto!important;}

  .home-hero-image-only{
    min-height:min(860px,calc(100svh - 94px))!important;
    height:min(860px,calc(100svh - 94px))!important;
    background-image:url('assets/home-hero-mobile.jpg')!important;
    background-size:cover!important;
    background-position:66% 54%!important;
    background-repeat:no-repeat!important;
  }
  .mobile-hero-readable{display:flex!important;align-items:flex-start!important;}
  .mobile-hero-shade{
    background:
      linear-gradient(90deg,rgba(2,18,48,.97) 0%,rgba(2,27,65,.88) 45%,rgba(2,27,65,.35) 78%,rgba(2,18,48,.08) 100%),
      linear-gradient(180deg,rgba(2,18,48,.14) 0%,rgba(2,18,48,.03) 54%,rgba(2,18,48,.52) 100%)!important;
  }
  .mobile-hero-content{
    padding:clamp(34px,7vh,64px) 20px 28px!important;
    max-width:100%!important;
  }
  .mobile-hero-content h1{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:baseline!important;
    gap:.16em!important;
    width:100%!important;
    max-width:100%!important;
    white-space:nowrap!important;
    margin:0 0 22px!important;
    font-size:clamp(27px,8.1vw,42px)!important;
    line-height:1!important;
    letter-spacing:-.045em!important;
  }
  .mobile-hero-content h1 span{display:inline!important;flex:0 0 auto!important;}
  .mobile-hero-content h2{
    max-width:330px!important;
    margin:0 0 16px!important;
    font-size:clamp(24px,7vw,34px)!important;
    line-height:1.13!important;
    text-wrap:balance;
  }
  .mobile-hero-content p{
    max-width:330px!important;
    margin:0!important;
    font-size:clamp(15px,4.2vw,18px)!important;
    line-height:1.55!important;
    color:#eef8ff!important;
  }
}
@media (max-width:390px){
  .site-header .brand-logo{height:51px!important;max-width:232px!important;}
  .mobile-hero-content{padding-left:16px!important;padding-right:16px!important;}
  .mobile-hero-content h1{font-size:clamp(25px,7.7vw,31px)!important;gap:.12em!important;}
  .mobile-hero-content h2{font-size:clamp(22px,6.8vw,29px)!important;max-width:300px!important;}
  .mobile-hero-content p{max-width:295px!important;font-size:15px!important;}
}


/* V8.16 — Smartphone horizontal card sliders
   Main content remains vertical. Card collections swipe horizontally with scroll snap. */
.mobile-swipe-hint{display:none;}
@media (max-width: 700px){
  /* Shared horizontal slider behavior */
  .packages-section .package-grid-v7,
  #jobs .portfolio-card-grid,
  #about-us .team-grid-v8,
  #news .news-social-grid{
    display:flex!important;
    grid-template-columns:none!important;
    gap:16px!important;
    width:calc(100% + 20px)!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:-20px!important;
    padding:4px 20px 20px 0!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-left:0!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-inline:contain!important;
    scrollbar-width:none!important;
    touch-action:pan-x pan-y!important;
  }
  .packages-section .package-grid-v7::-webkit-scrollbar,
  #jobs .portfolio-card-grid::-webkit-scrollbar,
  #about-us .team-grid-v8::-webkit-scrollbar,
  #news .news-social-grid::-webkit-scrollbar{display:none!important;}

  /* One large card plus a visible preview of the next card */
  .packages-section .package-card-v7,
  #jobs .portfolio-card,
  #about-us .team-grid-v8 > .team-card,
  #news .news-social-card{
    flex:0 0 min(84vw,360px)!important;
    width:min(84vw,360px)!important;
    min-width:min(84vw,360px)!important;
    max-width:min(84vw,360px)!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:always!important;
    margin:0!important;
    box-sizing:border-box!important;
  }

  /* Keep each slider card visually balanced */
  .packages-section .package-card-v7{min-height:500px!important;display:flex!important;flex-direction:column!important;}
  .packages-section .package-card-v7 .btn{margin-top:auto!important;}
  #jobs .portfolio-card{display:flex!important;flex-direction:column!important;min-height:560px!important;}
  #jobs .portfolio-card-media{aspect-ratio:16/10!important;min-height:0!important;}
  #jobs .portfolio-card-body{flex:1!important;}
  #about-us .team-grid-v8 > .team-card{min-height:620px!important;height:auto!important;}
  #about-us .team-profile-card{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;}
  #news .news-social-card{min-height:158px!important;align-items:center!important;}

  /* Small swipe affordance under section introductions */
  .packages-section .section-title::after,
  #jobs .section-title::after,
  #about-us .team-title::after,
  #news .section-title::after{
    content:'';
    display:block;
    margin:12px auto 2px;
    color:#178ed8;
    font-size:13px;
    font-weight:700;
    letter-spacing:.03em;
    opacity:.9;
  }
  html[lang="th"] .packages-section .section-title::after,
  html[lang="th"] #jobs .section-title::after,
  html[lang="th"] #about-us .team-title::after,
  html[lang="th"] #news .section-title::after{
    content:'ปัดเพื่อดูรายการเพิ่มเติม  →';
  }

  /* Subtle edge fade suggests more content without blocking touch */
  .packages-section .container,
  #jobs .container,
  #about-us .container,
  #news .container{position:relative;}
}
@media (max-width:390px){
  .packages-section .package-card-v7,
  #jobs .portfolio-card,
  #about-us .team-grid-v8 > .team-card,
  #news .news-social-card{
    flex-basis:86vw!important;
    width:86vw!important;
    min-width:86vw!important;
    max-width:86vw!important;
  }
  #about-us .team-grid-v8 > .team-card{min-height:590px!important;}
}


/* V8.16.1 — smartphone-only UX refinements */
@media (max-width: 700px){
  /* Stronger hierarchy while keeping the slogan on one line */
  .mobile-hero-content h1{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:baseline!important;
    white-space:nowrap!important;
    gap:.10em!important;
    font-size:clamp(30px,8.6vw,38px)!important;
    line-height:1!important;
    letter-spacing:-.045em!important;
    margin-bottom:20px!important;
  }
  .mobile-hero-content h1 span{display:inline!important;flex:0 0 auto!important;}
  .mobile-hero-content h2{
    font-size:clamp(23px,6.7vw,31px)!important;
    line-height:1.16!important;
  }
  .mobile-hero-content p{
    font-size:clamp(15px,4.25vw,18px)!important;
    line-height:1.52!important;
  }

  /* Impact figures become a swipeable card rail */
  .home-impact-stats .impact-stats-grid{
    display:flex!important;
    grid-template-columns:none!important;
    gap:16px!important;
    width:calc(100% + 20px)!important;
    max-width:none!important;
    margin-right:-20px!important;
    padding:4px 20px 22px 0!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-left:0!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-inline:contain!important;
    scrollbar-width:none!important;
    touch-action:pan-x pan-y!important;
  }
  .home-impact-stats .impact-stats-grid::-webkit-scrollbar{display:none!important;}
  .home-impact-stats .impact-stat{
    flex:0 0 min(84vw,350px)!important;
    width:min(84vw,350px)!important;
    min-width:min(84vw,350px)!important;
    max-width:min(84vw,350px)!important;
    min-height:300px!important;
    height:300px!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:always!important;
    margin:0!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    align-items:center!important;
  }
  .home-impact-stats .stats-slider{
    position:relative!important;
    padding-bottom:42px!important;
}
.home-impact-stats .stats-slider::after{
    content:' Swipe to view more';
    position:absolute;
    left:50%;
    bottom:8px;
    transform:translateX(-50%);
    width:max-content;
    white-space:nowrap;
    color:#36d5ff;
    font-size:15px;
    font-weight:700;
    z-index:5;
    pointer-events:none;
}
html[lang="th"] .home-impact-stats .stats-slider::after{
content:' ปัดเพื่อดูเพิ่มเติม';
}

  /* Equal-height package cards and aligned actions */
  .packages-section .package-card-v7,
  .packages-section .package-card-v7.featured{
    height:560px!important;
    min-height:560px!important;
    max-height:560px!important;
    padding:24px!important;
    transform:none!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .packages-section .package-card-v7 h3{
    min-height:64px!important;
    display:flex!important;
    align-items:flex-start!important;
    margin:18px 0 10px!important;
  }
  .packages-section .package-card-v7 > p{
    min-height:76px!important;
    margin-top:0!important;
  }
  .packages-section .package-card-v7 ul{
    flex:1 1 auto!important;
    margin:8px 0 20px!important;
    overflow:visible!important;
  }
  .packages-section .package-card-v7 .btn{
    margin-top:auto!important;
    flex:0 0 auto!important;
    width:100%!important;
  }
}
@media (max-width:390px){
  .mobile-hero-content h1{font-size:clamp(29px,8.25vw,33px)!important;gap:.07em!important;}
  .home-impact-stats .impact-stat{
    flex-basis:86vw!important;
    width:86vw!important;
    min-width:86vw!important;
    max-width:86vw!important;
    height:286px!important;
    min-height:286px!important;
  }
  .packages-section .package-card-v7,
  .packages-section .package-card-v7.featured{
    height:575px!important;
    min-height:575px!important;
    max-height:575px!important;
  }
}

/* V8.17 — smartphone sliders for Engineering and Products only */
@media (max-width:700px){
  /* Engineering a New Standard */
  #solutions .solution-cards,
  #products .product-grid-v7{
    display:flex!important;
    grid-template-columns:none!important;
    gap:16px!important;
    width:calc(100% + 20px)!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:-20px!important;
    padding:4px 20px 22px 0!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-left:0!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-inline:contain!important;
    scrollbar-width:none!important;
    touch-action:pan-x pan-y!important;
  }
  #solutions .solution-cards::-webkit-scrollbar,
  #products .product-grid-v7::-webkit-scrollbar{display:none!important;}

  #solutions .solution-cards > .card,
  #products .product-card-v7{
    flex:0 0 min(84vw,360px)!important;
    width:min(84vw,360px)!important;
    min-width:min(84vw,360px)!important;
    max-width:min(84vw,360px)!important;
    min-height:390px!important;
    height:390px!important;
    margin:0!important;
    box-sizing:border-box!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:always!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
  }
  #solutions .solution-cards > .card h3,
  #products .product-card-v7 h3{min-height:58px!important;}
  #solutions .solution-cards > .card p{margin-top:10px!important;}
  #products .product-card-v7 p{min-height:82px!important;}
  #products .product-card-v7 ul{margin-top:auto!important;}

  #solutions .section-title::after,
  #products .section-title::after{
    content:'';
    display:block;
    margin:12px auto 2px;
    color:#178ed8;
    font-size:13px;
    font-weight:700;
    letter-spacing:.03em;
    opacity:.9;
  }
  html[lang="th"] #solutions .section-title::after,
  html[lang="th"] #products .section-title::after{
    content:'ปัดเพื่อดูรายการเพิ่มเติม  →';
  }
}
@media (max-width:390px){
  #solutions .solution-cards > .card,
  #products .product-card-v7{
    flex-basis:86vw!important;
    width:86vw!important;
    min-width:86vw!important;
    max-width:86vw!important;
  }
}


/* V8.17.1 — smartphone-only footer navigation slider */
.footer-reference-layout .footer-mobile-columns{display:contents;}
@media (max-width:700px){
  .footer-reference-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:28px!important;
    overflow:visible!important;
  }
  .footer-reference-layout .footer-brand{
    grid-column:1!important;
    width:100%!important;
  }
  .footer-reference-layout .footer-mobile-columns{
    display:flex!important;
    grid-column:1!important;
    gap:16px!important;
    width:calc(100% + 20px)!important;
    max-width:none!important;
    margin-right:-20px!important;
    padding:4px 20px 18px 0!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-left:0!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-inline:contain!important;
    scrollbar-width:none!important;
    touch-action:pan-x pan-y!important;
  }
  .footer-reference-layout .footer-mobile-columns::-webkit-scrollbar{display:none!important;}
  .footer-reference-layout .footer-mobile-columns > .footer-column{
    flex:0 0 min(78vw,310px)!important;
    width:min(78vw,310px)!important;
    min-width:min(78vw,310px)!important;
    max-width:min(78vw,310px)!important;
    min-height:285px!important;
    margin:0!important;
    padding:24px 22px!important;
    border:1px solid rgba(255,255,255,.14)!important;
    border-radius:18px!important;
    background:linear-gradient(145deg,rgba(17,58,108,.88),rgba(5,28,67,.94))!important;
    box-shadow:0 14px 34px rgba(0,0,0,.22)!important;
    box-sizing:border-box!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:always!important;
  }
  .footer-reference-layout .footer-mobile-columns > .footer-column h3{
    font-size:18px!important;
    margin-bottom:18px!important;
  }
  .footer-reference-layout .footer-mobile-columns > .footer-column a{
    font-size:15px!important;
    line-height:1.5!important;
  }
  .footer-reference-layout .footer-brand::after{
    content:'';
    display:block;
    margin:22px 0 -10px;
    text-align:center;
    color:#8fdcff;
    font-size:13px;
    font-weight:700;
    letter-spacing:.02em;
  }
  html[lang="th"] .footer-reference-layout .footer-brand::after{
    content:'';
  }
}
@media (max-width:390px){
  .footer-reference-layout .footer-mobile-columns > .footer-column{
    flex-basis:84vw!important;
    width:84vw!important;
    min-width:84vw!important;
    max-width:84vw!important;
  }
}


/* V8.17.2 — visible mobile slider pagination */
.silentc-slider-pagination{
  display:none;
}
@media (max-width:700px){
  .silentc-slider-pagination{
    display:flex!important;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    width:100%;
    margin:10px auto 8px;
    padding:0 16px;
    box-sizing:border-box;
  }
  .silentc-slider-dot{
    appearance:none;
    -webkit-appearance:none;
    width:8px;
    height:8px;
    min-width:8px;
    padding:0;
    margin:0;
    border:0;
    border-radius:999px;
    background:#b8c8d9;
    box-shadow:none;
    cursor:pointer;
    transition:width .22s ease, background-color .22s ease, transform .22s ease;
  }
  .silentc-slider-dot.is-active{
    width:24px;
    background:#159ee7;
    transform:scale(1.05);
  }
  .packages-section .silentc-slider-dot,
  .site-footer .silentc-slider-dot{
    background:rgba(255,255,255,.42);
  }
  .packages-section .silentc-slider-dot.is-active,
  .site-footer .silentc-slider-dot.is-active{
    background:#5edcff;
  }
  .footer-mobile-columns + .silentc-slider-pagination{
    margin-top:3px;
    margin-bottom:0;
  }
}


/* V8.18 — Doron review: mobile hero spacing and hierarchy only */
@media (max-width:700px){
  .home-hero-image-only{
    min-height:0!important;
    height:auto!important;
    background-position:center center!important;
  }
  .mobile-hero-readable{
    position:relative!important;
    inset:auto!important;
    min-height:0!important;
    height:auto!important;
  }
  .mobile-hero-shade{position:absolute!important;inset:0!important;}
  .mobile-hero-content{
    position:relative!important;
    padding:30px 16px 20px!important;
  }
  .mobile-hero-content h1{
    display:flex!important;
    flex-wrap:nowrap!important;
    white-space:nowrap!important;
    align-items:baseline!important;
    gap:.04em!important;
    font-size:clamp(31px,8.6vw,38px)!important;
    line-height:1!important;
    letter-spacing:-.055em!important;
    margin:0 0 18px!important;
  }
  .mobile-hero-content h1 span{display:inline!important;flex:0 0 auto!important;}
  .mobile-hero-content h2{margin-bottom:14px!important;}
  .mobile-hero-content p{margin-bottom:0!important;}
}


/* V8.19 — smartphone-only hero slogan sized to the available screen width */
@media (max-width:700px){
  .mobile-hero-content{
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .mobile-hero-content h1{
    width:100%!important;
    display:grid!important;
    grid-template-columns:auto auto auto!important;
    justify-content:space-between!important;
    align-items:baseline!important;
    column-gap:0!important;
    white-space:nowrap!important;
    font-size:clamp(33px,9.25vw,42px)!important;
    line-height:.96!important;
    letter-spacing:-.075em!important;
    margin:0 0 18px!important;
  }
  .mobile-hero-content h1 span{
    display:block!important;
    min-width:0!important;
  }
}
@media (max-width:360px){
  .mobile-hero-content h1{
    font-size:clamp(31px,9.1vw,34px)!important;
    letter-spacing:-.08em!important;
  }
}

/* V8.19.1 — smartphone slogan: larger type with natural compact spacing */
@media (max-width:700px){
  .mobile-hero-content h1{
    width:100%!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    justify-content:flex-start!important;
    align-items:baseline!important;
    column-gap:.07em!important;
    white-space:nowrap!important;
    font-size:clamp(35px,9.75vw,43px)!important;
    line-height:.94!important;
    letter-spacing:-.085em!important;
    margin:0 0 20px!important;
  }
  .mobile-hero-content h1 span{
    display:inline-block!important;
    flex:0 0 auto!important;
    min-width:0!important;
  }
}
@media (max-width:360px){
  .mobile-hero-content h1{
    font-size:clamp(33px,9.45vw,36px)!important;
    column-gap:.055em!important;
    letter-spacing:-.09em!important;
  }
}

/* V8.20 — smartphone value-strip slider and balanced KPI cards */
@media (max-width:700px){
  /* Preserve the original marine-blue visual language while making the
     three value propositions swipeable. */
  .home-value-strip{
    padding:34px 0 28px!important;
    overflow:hidden!important;
  }
  .home-value-strip .container{
    width:calc(100% - 20px)!important;
    margin-left:20px!important;
    margin-right:0!important;
    position:relative!important;
  }
  .home-value-strip .value-grid{
    display:flex!important;
    grid-template-columns:none!important;
    align-items:stretch!important;
    gap:16px!important;
    width:calc(100% + 0px)!important;
    max-width:none!important;
    margin:0!important;
    padding:5px 20px 16px 0!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-left:0!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-inline:contain!important;
    scrollbar-width:none!important;
    touch-action:pan-x pan-y!important;
  }
  .home-value-strip .value-grid::-webkit-scrollbar{display:none!important;}
  .home-value-strip .value-divider{display:none!important;}
  .home-value-strip .value-item{
    flex:0 0 min(84vw,350px)!important;
    width:min(84vw,350px)!important;
    min-width:min(84vw,350px)!important;
    max-width:min(84vw,350px)!important;
    min-height:250px!important;
    margin:0!important;
    padding:28px 24px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    align-items:center!important;
    gap:17px!important;
    text-align:center!important;
    border:1px solid rgba(116,226,255,.28)!important;
    border-radius:24px!important;
    background:linear-gradient(145deg,rgba(18,63,121,.92),rgba(5,34,80,.94))!important;
    box-shadow:0 18px 38px rgba(1,19,51,.28)!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:always!important;
    box-sizing:border-box!important;
  }
  .home-value-strip .value-icon{
    width:82px!important;
    height:82px!important;
    min-width:82px!important;
    margin:0!important;
    display:grid!important;
    place-items:center!important;
    font-size:38px!important;
    color:#55efd1!important;
    border:1px solid rgba(110,233,255,.28)!important;
    background:linear-gradient(145deg,rgba(45,103,164,.88),rgba(17,56,112,.96))!important;
    box-shadow:0 10px 24px rgba(0,0,0,.18)!important;
  }
  .home-value-strip .value-item > div:last-child{
    width:100%!important;
  }
  .home-value-strip .value-item h3{
    margin:0 0 9px!important;
    min-height:0!important;
    font-size:27px!important;
    line-height:1.08!important;
    color:#fff!important;
  }
  .home-value-strip .value-item p{
    max-width:285px!important;
    margin:0 auto!important;
    font-size:17px!important;
    line-height:1.48!important;
    color:#f1f8ff!important;
  }
  .home-value-strip .silentc-slider-pagination{
    margin:5px auto 3px!important;
  }
  .home-value-strip .silentc-slider-dot{
    background:rgba(255,255,255,.42)!important;
  }
  .home-value-strip .silentc-slider-dot.is-active{
    background:#52e6ef!important;
  }
  .home-value-strip .container::after{
    content:'Swipe to view more  →';
    display:block;
    margin:4px auto 0;
    text-align:center;
    color:#83e7ff;
    font-size:13px;
    font-weight:700;
    letter-spacing:.03em;
  }
  html[lang="th"] .home-value-strip .container::after{
    content:'ปัดเพื่อดูข้อมูลเพิ่มเติม  →';
  }

  /* KPI cards: retain their light premium design, but reduce visual bulk and
     improve the number-to-caption hierarchy. */
  .home-impact-stats{
    padding:34px 0 40px!important;
  }
  .home-impact-stats .impact-stats-grid{
    padding-bottom:14px!important;
  }
  .home-impact-stats .impact-stat{
    flex-basis:min(80vw,326px)!important;
    width:min(80vw,326px)!important;
    min-width:min(80vw,326px)!important;
    max-width:min(80vw,326px)!important;
    height:264px!important;
    min-height:264px!important;
    padding:25px 23px 24px!important;
    border-radius:24px!important;
  }
  .home-impact-stats .impact-stat-icon{
    width:76px!important;
    height:76px!important;
    margin-bottom:13px!important;
  }
  .home-impact-stats .impact-stat-icon svg{
    width:40px!important;
    height:40px!important;
  }
  .home-impact-stats .impact-stat strong{
    font-size:clamp(43px,12.4vw,52px)!important;
    line-height:1!important;
    margin:0 0 15px!important;
    letter-spacing:-.045em!important;
  }
  .home-impact-stats .impact-stat span{
    max-width:270px!important;
    font-size:20px!important;
    line-height:1.35!important;
    font-weight:750!important;
  }
  .home-impact-stats .silentc-slider-pagination{
    margin:2px auto 0!important;
  }
  .home-impact-stats .stats-slider::after{
    margin:8px auto 0!important;
  }
}
@media (max-width:390px){
  .home-value-strip .value-item{
    flex-basis:86vw!important;
    width:86vw!important;
    min-width:86vw!important;
    max-width:86vw!important;
    min-height:242px!important;
  }
  .home-value-strip .value-item h3{font-size:25px!important;}
  .home-value-strip .value-item p{font-size:16px!important;}
  .home-impact-stats .impact-stat{
    flex-basis:84vw!important;
    width:84vw!important;
    min-width:84vw!important;
    max-width:84vw!important;
    height:252px!important;
    min-height:252px!important;
  }
  .home-impact-stats .impact-stat strong{font-size:45px!important;}
  .home-impact-stats .impact-stat span{font-size:18px!important;}
}


/* =========================================================
   SilentC V9 Production: accessibility, motion and polish
   ========================================================= */
.skip-link{position:fixed;left:16px;top:-100px;z-index:10000;background:#fff;color:#071b45;padding:12px 18px;border-radius:10px;box-shadow:0 10px 30px rgba(7,27,69,.22);font-weight:800;transition:top .2s ease}.skip-link:focus{top:16px}
:focus-visible{outline:3px solid #16c6e3;outline-offset:3px;border-radius:6px}
.mobile-menu-toggle:focus-visible,.silentc-slider-dot:focus-visible{outline-color:#0a77d5}
img{max-width:100%;height:auto}
.silentc-reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.silentc-reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.silentc-reveal{opacity:1!important;transform:none!important}}
@media(max-width:700px){.silentc-slider-pagination{min-height:22px}.silentc-slider-dot{min-width:12px;min-height:12px}}


/* V9.1 — unified smartphone slider controls
   One reusable pagination + swipe hint component for every mobile carousel. */
@media (max-width:700px){
  /* Disable older pseudo-element hints so controls appear only once. */
  .packages-section .section-title::after,
  #jobs .section-title::after,
  #about-us .team-title::after,
  #news .section-title::after,
  .footer-reference-layout .footer-brand::after,
  .home-value-strip .container::after,
  .home-impact-stats .stats-slider::after,
  .home-value-strip .value-grid::after,
  .home-impact-stats .impact-stats-grid::after{
    content:none!important;
    display:none!important;
  }

  .silentc-slider-controls{
    position:relative!important;
    z-index:5!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
    margin:6px auto 18px!important;
    padding:0 16px!important;
    box-sizing:border-box!important;
    clear:both!important;
    overflow:visible!important;
    text-align:center!important;
  }

  .silentc-slider-controls .silentc-slider-pagination{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:nowrap!important;
    gap:9px!important;
    width:auto!important;
    min-height:14px!important;
    margin:0!important;
    padding:0!important;
  }

  .silentc-slider-controls .silentc-slider-dot{
    display:block!important;
    flex:0 0 auto!important;
    width:9px!important;
    min-width:9px!important;
    height:9px!important;
    min-height:9px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:999px!important;
    background:#b8c8d9!important;
    box-shadow:none!important;
    opacity:.95!important;
    cursor:pointer!important;
    transition:width .22s ease,background-color .22s ease,transform .22s ease!important;
  }

  .silentc-slider-controls .silentc-slider-dot.is-active{
    width:28px!important;
    min-width:28px!important;
    background:#139ee8!important;
    transform:none!important;
  }

  .silentc-slider-hint{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:nowrap!important;
    gap:7px!important;
    width:auto!important;
    max-width:calc(100vw - 40px)!important;
    margin:0 auto!important;
    padding:0!important;
    color:#159ee7!important;
    font-size:13px!important;
    font-weight:800!important;
    line-height:1.3!important;
    letter-spacing:.02em!important;
    text-align:center!important;
    white-space:nowrap!important;
    pointer-events:none!important;
  }

  .silentc-swipe-icon{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:23px!important;
    color:#24cbd8!important;
    font-size:20px!important;
    line-height:1!important;
  }

  /* Dark marine sections use light controls. */
  .home-value-strip .silentc-slider-controls .silentc-slider-dot,
  .packages-section .silentc-slider-controls .silentc-slider-dot,
  .site-footer .silentc-slider-controls .silentc-slider-dot{
    background:rgba(255,255,255,.42)!important;
  }
  .home-value-strip .silentc-slider-controls .silentc-slider-dot.is-active,
  .packages-section .silentc-slider-controls .silentc-slider-dot.is-active,
  .site-footer .silentc-slider-controls .silentc-slider-dot.is-active{
    background:#5de6ef!important;
  }
  .home-value-strip .silentc-slider-hint,
  .packages-section .silentc-slider-hint,
  .site-footer .silentc-slider-hint{
    color:#8beaff!important;
  }

  /* Keep controls inside the content flow and away from the right edge. */
  .home-value-strip .silentc-slider-controls,
  .home-impact-stats .silentc-slider-controls,
  #solutions .silentc-slider-controls,
  #products .silentc-slider-controls,
  .packages-section .silentc-slider-controls,
  #jobs .silentc-slider-controls,
  #about-us .silentc-slider-controls,
  #news .silentc-slider-controls,
  .site-footer .silentc-slider-controls{
    left:auto!important;
    right:auto!important;
    float:none!important;
  }

  .site-footer .silentc-slider-controls{margin-bottom:0!important;}
}

@media (max-width:360px){
  .silentc-slider-hint{font-size:12px!important;gap:5px!important;}
  .silentc-swipe-icon{font-size:18px!important;min-width:20px!important;}
}


/* Contact form submit alignment — PC, notebook, tablet and smartphone */
.inquiry-form .inquiry-submit-wrap{
  display:flex!important;
  width:100%!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
  margin:28px 0 0!important;
  padding:0!important;
  clear:both!important;
}
.inquiry-form .inquiry-submit-wrap .inquiry-submit,
.inquiry-form .inquiry-submit-wrap button[type="submit"]{
  display:inline-flex!important;
  width:auto!important;
  max-width:100%!important;
  min-width:190px!important;
  margin:0 auto!important;
  float:none!important;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
}
@media (max-width:700px){
  .inquiry-form .inquiry-submit-wrap{margin-top:24px!important;}
  .inquiry-form .inquiry-submit-wrap .inquiry-submit,
  .inquiry-form .inquiry-submit-wrap button[type="submit"]{
    min-width:190px!important;
    width:auto!important;
    padding-left:28px!important;
    padding-right:28px!important;
  }
}


/* V2.2 — Jobs section without images */
#jobs.jobs-text-only .portfolio-card-grid{
  align-items:stretch;
}
#jobs.jobs-text-only .portfolio-card{
  overflow:visible;
  min-height:0;
  background:linear-gradient(145deg,#ffffff 0%,#f7fbff 100%);
  border:1px solid #d9e8f5;
}
#jobs.jobs-text-only .portfolio-card-body{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  height:100%;
  padding:30px 30px 34px;
}
#jobs.jobs-text-only .portfolio-card-body>span{
  margin-bottom:4px;
}
#jobs.jobs-text-only .portfolio-card-body h3{
  margin-top:14px;
}
@media (max-width:700px){
  #jobs.jobs-text-only .portfolio-card{
    min-height:360px!important;
  }
  #jobs.jobs-text-only .portfolio-card-body{
    min-height:360px;
    justify-content:center;
    padding:28px 24px 32px;
  }
}

/* V2.3 — Jobs text cards with icon + circular step badges */
#jobs.jobs-text-only .jobs-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
#jobs.jobs-text-only .portfolio-card-body>span{display:none!important;}
#jobs.jobs-text-only .jobs-number{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  min-width:46px;
  padding:0;
  margin:0;
  border-radius:50%;
  background:linear-gradient(135deg,#0a77d5 0%,#16c6e3 100%);
  color:#fff;
  font-size:14px;
  font-weight:900;
  letter-spacing:.04em;
  box-shadow:0 9px 22px rgba(10,119,213,.25);
}
#jobs.jobs-text-only .jobs-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  min-width:58px;
  border-radius:18px;
  color:#0878bd;
  background:linear-gradient(145deg,#edfaff,#dff5ff);
  border:1px solid #ccebf8;
  box-shadow:inset 0 0 22px rgba(22,198,227,.08);
}
#jobs.jobs-text-only .jobs-icon svg{
  width:29px;
  height:29px;
  fill:currentColor;
}
#jobs.jobs-text-only .portfolio-card-body h3{
  margin:0 0 12px;
}
#jobs.jobs-text-only .portfolio-card{
  position:relative;
}
#jobs.jobs-text-only .portfolio-card:before{
  content:"";
  position:absolute;
  top:0;
  left:28px;
  right:28px;
  height:4px;
  border-radius:0 0 6px 6px;
  background:linear-gradient(90deg,#0a77d5,#16c6e3,#15b980);
  opacity:.9;
}
@media(max-width:700px){
  #jobs.jobs-text-only .jobs-card-top{
    justify-content:center;
    margin-bottom:20px;
  }
  #jobs.jobs-text-only .portfolio-card-body{
    text-align:center;
  }
  #jobs.jobs-text-only .portfolio-card-body h3,
  #jobs.jobs-text-only .portfolio-card-body p{
    text-align:center;
  }
}


/* V2.4 — Jobs number badges only; icons removed */
#jobs.jobs-text-only .jobs-icon{display:none!important;}
#jobs.jobs-text-only .jobs-card-top{justify-content:flex-start!important;gap:0!important;}
@media(max-width:700px){
  #jobs.jobs-text-only .jobs-card-top{justify-content:center!important;}
}

/* BLOGS card — first item in News */
.blog-card .news-social-icon{background:linear-gradient(135deg,#073b78,#13a7c7);color:#fff;border-radius:16px}
.blog-card .news-social-icon svg{fill:#fff}
.blog-post-card img{width:100%;height:auto;border-radius:14px;margin-bottom:18px}
.blog-post-card h2 a{color:var(--navy);text-decoration:none}
.blog-date{font-size:14px;color:var(--muted)}
