
:root{
  --navy:#0c477f;
  --navy2:#064a85;
  --blue:#0b79bd;
  --cyan:#16a8ce;
  --pale:#f4fbff;
  --line:#d9ebf5;
  --green:#18cf58;
  --text:#123f70;
  --muted:#67839a;
  --shadow:0 14px 34px rgba(15,77,124,.09);
}
*{box-sizing:border-box}
html{background:#eaf6fb;scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#effaff,#e8f5fb);-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit} img{display:block;max-width:100%}
.boat-page{width:min(100%,720px);margin:0 auto;background:#fff;min-height:100vh;overflow:hidden;box-shadow:0 0 60px rgba(15,73,112,.12)}
.boat-hero{position:relative;height:400px;color:#fff;overflow:hidden;border-radius:0 0 34px 34px;background:#0a5c94}
.boat-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.03)}
.boat-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,54,100,.90) 0%,rgba(5,54,100,.72) 42%,rgba(5,54,100,.18) 74%,rgba(5,54,100,.05) 100%)}
.boat-head{position:absolute;z-index:3;left:0;right:0;top:0;height:70px;display:flex;align-items:flex-start;justify-content:space-between;padding-right:14px}
.logo-tab{background:#fff;border-radius:0 0 28px 0;padding:13px 20px 16px 18px;box-shadow:0 8px 20px rgba(0,62,112,.08)}
.logo-tab img{width:190px;height:auto}
.head-actions{display:flex;align-items:center;gap:10px;padding-top:10px}
.wa-small,.wa-main,.wa-footer{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--green);color:#fff;border-radius:999px;font-weight:800;box-shadow:0 8px 18px rgba(24,207,88,.26)}
.wa-small{padding:10px 15px;font-size:13px}.wa-main{padding:13px 18px;font-size:15px}.wa-footer{padding:12px 18px;font-size:14px}
.wa-small img,.wa-main img,.wa-footer img{width:19px;height:19px}
.menu{width:42px;height:42px;border:0;background:transparent;position:relative}
.menu span,.menu:before,.menu:after{content:"";position:absolute;left:9px;width:24px;height:3px;background:#0c477f;border-radius:3px}.menu:before{top:11px}.menu span{top:19px}.menu:after{top:27px}
.boat-copy{position:relative;z-index:2;padding:80px 22px 40px;width:57%;min-width:320px}
.crumb{font-size:11px;color:rgba(255,255,255,.88);margin-bottom:13px}.eyeb{font-size:11px;letter-spacing:.20em;text-transform:uppercase;font-weight:800;margin-bottom:7px}.boat-copy h1{margin:0;font-size:52px;line-height:.94;letter-spacing:-.04em}.boat-model{font-size:25px;line-height:1.05;margin-top:5px}.boat-copy p{font-size:14px;line-height:1.35;margin:11px 0 12px;max-width:270px}.hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.avail{display:inline-flex;align-items:center;gap:9px;background:#fff;color:var(--navy);border-radius:12px;padding:11px 16px;font-weight:800;font-size:13px;box-shadow:0 8px 18px rgba(8,68,116,.12)}
.cal{width:16px;height:16px;border:2px solid currentColor;border-radius:3px;position:relative}.cal:after{content:"";position:absolute;left:2px;right:2px;top:4px;height:2px;background:currentColor}
.hero-wave{position:absolute;left:-5%;right:-5%;bottom:-1px;height:36px;background:#fff;border-radius:50% 50% 0 0/100% 100% 0 0;z-index:3}
.quick{padding:16px 12px 8px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.quick-card{min-width:0;background:#fbfeff;border:1px solid var(--line);border-radius:14px;padding:12px 6px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;min-height:80px}
.icon{width:26px;height:26px;color:#0c78ba;margin-bottom:6px}.icon svg{width:100%;height:100%;display:block;fill:currentColor}
.quick-card .big{font-weight:800;font-size:12px;line-height:1.15}.quick-card .small{font-size:10px;color:var(--muted);line-height:1.15;margin-top:2px}
.main-photo-wrap{padding:4px 12px 0}.main-photo{border-radius:18px;overflow:hidden;box-shadow:var(--shadow);background:#eaf6fb}.main-photo img{width:100%;height:365px;object-fit:cover;object-position:center}
.wave-gap{height:24px;margin-top:-6px;position:relative;background:#fff}.wave-gap:before{content:"";position:absolute;left:-5%;right:-5%;top:-12px;height:24px;background:#fff;border-radius:50% 50% 0 0/100% 100% 0 0}
.section{padding:4px 14px 0}.section h2{font-size:25px;line-height:1;margin:0 0 12px;letter-spacing:-.03em;color:var(--navy)}.section h2:after{content:"";display:block;width:34px;height:3px;background:#1dc4bc;border-radius:3px;margin-top:7px}
.tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.tech-card{background:#fbfeff;border:1px solid var(--line);border-radius:12px;padding:11px 10px;min-height:74px;display:flex;gap:9px;align-items:center;min-width:0}.tech-card .icon{margin:0;flex:0 0 24px}.tech-card .label{font-size:9px;color:var(--muted);line-height:1.1}.tech-card .value{font-size:12px;font-weight:800;line-height:1.12;margin-top:2px}
.faq{padding:22px 14px 0}.faq h2{font-size:23px;line-height:1;margin:0 0 10px;letter-spacing:-.03em}.faq h2:after{content:"";display:block;width:34px;height:3px;background:#1dc4bc;border-radius:3px;margin-top:7px}.faq details{border:1px solid #e2eef5;border-radius:10px;background:#fff;margin-bottom:7px;overflow:hidden}.faq summary{cursor:pointer;list-style:none;padding:10px 12px;font-size:12px;display:flex;justify-content:space-between;align-items:center}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"⌄";font-size:16px}.faq details[open] summary:after{content:"⌃"}.faq details p{font-size:11px;line-height:1.4;color:var(--muted);margin:0;padding:0 12px 11px}
.end{position:relative;margin-top:18px;background:linear-gradient(135deg,#0c65a2,#074478);color:#fff;padding:48px 16px 28px}.end:before{content:"";position:absolute;left:-6%;right:-6%;top:-26px;height:40px;background:#fff;border-radius:50% 50% 0 0/100% 100% 0 0}.end-top{display:flex;align-items:center;gap:12px;justify-content:space-between}.end-brand{display:flex;align-items:center;gap:12px;min-width:0}.end-brand img{width:150px;filter:brightness(0) invert(1)}.end-brand .vline{width:1px;height:32px;background:rgba(255,255,255,.35)}.end-copy strong{display:block;font-size:16px}.end-copy span{font-size:10px;color:rgba(255,255,255,.82)}.contacts{display:grid;grid-template-columns:1.2fr .8fr 1.4fr;gap:8px;margin-top:18px;font-size:10px}.contact-item{display:flex;gap:7px;align-items:center;min-width:0}.contact-item svg{width:18px;height:18px;fill:#fff;flex:0 0 auto}.copyright{font-size:9px;color:rgba(255,255,255,.6);margin-top:14px}
@media(max-width:520px){
 .boat-page{width:100%;box-shadow:none}.boat-hero{height:390px}.logo-tab img{width:165px}.wa-small{padding:9px 12px;font-size:12px}.boat-copy{padding:78px 16px 34px;width:59%;min-width:255px}.boat-copy h1{font-size:49px}.boat-model{font-size:22px}.boat-copy p{font-size:13px;max-width:230px}.wa-main{padding:12px 15px;font-size:13px}.avail{padding:10px 14px;font-size:12px}.quick{gap:6px;padding-left:8px;padding-right:8px}.quick-card{padding:10px 4px;min-height:76px}.quick-card .big{font-size:11px}.quick-card .small{font-size:9px}.main-photo-wrap{padding-left:9px;padding-right:9px}.main-photo img{height:360px}.section{padding-left:10px;padding-right:10px}.tech-grid{gap:6px}.tech-card{padding:10px 7px;min-height:72px;gap:6px}.tech-card .label{font-size:8px}.tech-card .value{font-size:11px}.faq{padding-left:10px;padding-right:10px}.end{padding-left:12px;padding-right:12px}.end-brand img{width:128px}.end-copy strong{font-size:14px}.wa-footer{padding:11px 13px;font-size:12px}.contacts{grid-template-columns:1.15fr .8fr 1.3fr;font-size:9px;gap:5px}
}
@media(min-width:700px){.boat-hero{height:430px}.boat-copy{padding-left:28px}.main-photo img{height:420px}.quick{padding-left:18px;padding-right:18px}.section,.faq{padding-left:18px;padding-right:18px}.tech-card .value{font-size:14px}}
