:root{
  --primary:#13a895;
  --primary-dark:#087e74;
  --primary-soft:#e9fbf8;
  --ink:#123f40;
  --muted:#587173;
  --line:#d9f1ee;
  --white:#ffffff;
  --shadow:0 20px 55px rgba(6,126,116,.16);
  --radius:28px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fff;color:var(--ink);line-height:1.6}img{max-width:100%;display:block}a{color:inherit}.container{width:min(1140px,92%);margin:auto}.section-pad{padding:88px 0}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:14px clamp(18px,4vw,54px)}.brand{display:flex;align-items:center;gap:14px;text-decoration:none;min-width:0}.brand-logo{width:76px;height:76px;border-radius:22px;background:#fff;display:grid;place-items:center;box-shadow:0 12px 30px rgba(8,126,116,.14);border:1px solid var(--line);flex:0 0 auto;overflow:hidden}.brand-logo img{width:62px;height:62px;object-fit:contain}.brand-name{font-weight:900;font-size:clamp(1.05rem,2.4vw,1.45rem);color:var(--primary-dark);letter-spacing:.2px;white-space:normal}.nav{display:flex;align-items:center;gap:8px}.nav a{text-decoration:none;color:var(--ink);font-weight:800;font-size:.94rem;padding:10px 14px;border-radius:999px}.nav a:hover{background:var(--primary-soft);color:var(--primary-dark)}.menu-toggle{display:none;border:0;background:var(--primary-soft);border-radius:18px;padding:13px;width:58px;height:58px;cursor:pointer}.menu-toggle span{display:block;height:4px;background:var(--primary-dark);border-radius:8px;margin:6px 4px}.hero{background:linear-gradient(135deg,#fff 0%,#f3fffd 46%,#e8fbf7 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;right:-150px;top:80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(19,168,149,.18),transparent 65%)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:44px;align-items:center;position:relative}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.15em;font-size:.78rem;color:var(--primary-dark);font-weight:900;margin-bottom:14px}.hero h1,.section-title h2,.feature-copy h2,.contact-card h2{margin:0;color:var(--ink);line-height:1.05}.hero h1{font-size:clamp(3rem,8vw,6.5rem);letter-spacing:-.06em}.lead{font-size:clamp(1.14rem,2.5vw,1.55rem);color:var(--muted);max-width:680px;margin:22px 0 28px}.hero-actions,.contact-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 22px;border-radius:999px;text-decoration:none;font-weight:900;border:2px solid var(--primary);transition:.2s ease}.btn.primary{background:var(--primary);color:#fff}.btn.ghost{background:#fff;color:var(--primary-dark)}.btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(8,126,116,.18)}.hero-points{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-points span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 14px;color:var(--primary-dark);font-weight:800}.hero-card{position:relative;border-radius:38px;overflow:hidden;background:#fff;padding:16px;box-shadow:var(--shadow);border:1px solid var(--line)}.hero-card>img{width:100%;height:560px;object-fit:cover;border-radius:28px}.hero-logo-badge{position:absolute;left:30px;bottom:30px;width:116px;height:116px;border-radius:30px;background:#fff;display:grid;place-items:center;box-shadow:0 18px 35px rgba(3,52,51,.16);border:1px solid var(--line)}.hero-logo-badge img{width:86px;height:86px;object-fit:contain}.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:center}.section-title{text-align:center;max-width:760px;margin:0 auto 40px}.section-title.left{text-align:left;margin:0}.section-title h2,.feature-copy h2,.contact-card h2{font-size:clamp(2.2rem,5vw,4rem);letter-spacing:-.04em}.section-title p,.feature-copy p,.contact-card p{color:var(--muted);font-size:1.08rem}.soft-card{background:var(--primary-soft);padding:34px;border-radius:var(--radius);border:1px solid var(--line);box-shadow:0 14px 35px rgba(8,126,116,.08);font-size:1.16rem}.laser-section{background:#fff}.feature-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:44px;align-items:center;background:linear-gradient(135deg,var(--primary-soft),#fff);padding:28px;border-radius:42px;border:1px solid var(--line)}.feature-image{border-radius:34px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.feature-image img{width:100%;height:440px;object-fit:cover}.feature-copy{padding:20px}.services-section{background:#fbfffe}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.service-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 12px 30px rgba(8,126,116,.08);min-height:150px}.image-card img{width:100%;height:220px;object-fit:cover}.service-body{padding:20px}.service-card h3{margin:0;font-size:1.2rem;color:var(--ink)}.simple-card{display:grid;place-items:center;text-align:center;padding:28px;background:linear-gradient(135deg,#fff,var(--primary-soft))}.simple-card span{font-weight:900;color:var(--primary-dark);font-size:1.18rem}.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.gallery-grid img{width:100%;height:230px;object-fit:cover;border-radius:22px;border:1px solid var(--line);box-shadow:0 10px 24px rgba(8,126,116,.08)}.contact-section{background:linear-gradient(135deg,#f2fffd,#fff)}.contact-card{display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:42px;box-shadow:var(--shadow);padding:38px}.contact-list{margin:24px 0}.contact-list p{background:var(--primary-soft);padding:16px 18px;border-radius:18px;border:1px solid var(--line)}.contact-logo{display:grid;place-items:center;background:linear-gradient(135deg,#fff,var(--primary-soft));border-radius:34px;min-height:300px;border:1px solid var(--line)}.contact-logo img{width:min(260px,80%);height:auto;object-fit:contain}.footer{text-align:center;padding:28px 18px;background:var(--primary-dark);color:#fff;font-weight:800}
@media(max-width:980px){.nav{position:absolute;left:0;right:0;top:100%;display:none;flex-direction:column;align-items:stretch;background:#fff;border-bottom:1px solid var(--line);padding:14px 22px}.nav.active{display:flex}.nav a{padding:14px 18px}.menu-toggle{display:block}.hero-grid,.split,.feature-grid,.contact-card{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.hero-card>img{height:430px}.brand-logo{width:68px;height:68px}.brand-logo img{width:54px;height:54px}}
@media(max-width:560px){.section-pad{padding:62px 0}.site-header{padding:12px 16px}.brand{gap:10px}.brand-logo{width:58px;height:58px;border-radius:17px}.brand-logo img{width:46px;height:46px}.brand-name{font-size:1.02rem}.hero h1{font-size:3.05rem}.hero-card{padding:10px;border-radius:28px}.hero-card>img{height:340px;border-radius:22px}.hero-logo-badge{width:86px;height:86px;left:20px;bottom:20px;border-radius:24px}.hero-logo-badge img{width:66px;height:66px}.services-grid,.gallery-grid{grid-template-columns:1fr}.gallery-grid img,.image-card img{height:240px}.feature-image img{height:310px}.contact-card{padding:24px;border-radius:30px}.contact-logo{min-height:220px}.menu-toggle{width:54px;height:54px}}
