:root {
  --navy: #11243d;
  --blue: #1f6f9f;
  --orange: #f47b42;
  --cream: #f8f6f0;
  --light-blue: #eaf3f7;
  --text: #536174;
  --white: #ffffff;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { color: var(--navy); background: var(--cream); font-family: "Inter", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 48px)); margin: auto; }
.site-header { background: var(--cream); border-bottom: 1px solid #e8e4da; position: sticky; top: 0; z-index: 10; }
.nav-wrapper { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; gap: 11px; align-items: center; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: white; background: var(--orange); border-radius: 50%; font-size: 13px; font-weight: 800; letter-spacing: -1px; }
.brand-logo { width: 52px; height: 52px; object-fit: contain; border-radius: 50%; }
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand strong { font-size: 14px; letter-spacing: .8px; }
.brand small { margin-top: 4px; color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: 1.7px; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #637080; font-size: 13px; font-weight: 600; }
.main-nav > a:hover, .dropdown-toggle:hover { color: var(--orange); }
.dropdown { position: relative; }
.dropdown-toggle { border: 0; background: none; color: inherit; cursor: pointer; font: inherit; }
.dropdown-toggle span { color: var(--orange); font-size: 18px; margin-left: 3px; }
.dropdown-menu { display: none; position: absolute; top: 27px; left: -18px; min-width: 190px; padding: 9px; background: white; border-radius: 9px; box-shadow: 0 12px 30px #11243d20; }
.dropdown:hover .dropdown-menu, .dropdown.open .dropdown-menu { display: block; }
.dropdown-menu a { display: block; padding: 9px 12px; border-radius: 5px; }
.dropdown-menu a:hover { color: var(--orange); background: #fff4ee; }
.nav-button, .button { border-radius: 5px; font-size: 12px; font-weight: 700; transition: .25s; }
.nav-button { padding: 12px 18px; color: white; background: var(--orange); }
.nav-button:hover, .button-primary:hover { background: #d9602b; transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: none; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--navy); }

.hero { overflow: hidden; background: linear-gradient(110deg, var(--cream) 52%, #e9f2f4 52%); }
.hero-content { min-height: 580px; display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.hero-text { max-width: 580px; padding: 65px 0; }
.eyebrow { margin-bottom: 13px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: 2px; }
h1, h2 { line-height: 1.13; letter-spacing: -1.5px; }
h1 { max-width: 570px; font-size: clamp(38px, 5vw, 64px); }
h1 span, h2 em { color: var(--orange); font-family: "Playfair Display", serif; font-weight: 700; }
.hero-description { max-width: 510px; margin: 25px 0 30px; color: var(--text); font-size: 15px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; gap: 20px; padding: 14px 19px; }
.button b { font-size: 18px; font-weight: 400; }
.button-primary { color: white; background: var(--orange); }
.button-outline { border: 1px solid #d6d7d3; }
.button-outline:hover { border-color: var(--orange); color: var(--orange); }
.hero-statistics { display: flex; gap: 35px; margin-top: 54px; }
.hero-statistics strong, .hero-statistics span { display: block; }
.hero-statistics strong { font-size: 20px; }
.hero-statistics span { color: var(--text); font-size: 10px; }
.hero-visual { position: relative; width: 410px; height: 390px; flex-shrink: 0; }
.visual-card { position: absolute; border-radius: 15px; box-shadow: 0 20px 35px #18344a22; }
.card-back { right: 5px; top: 20px; width: 300px; height: 330px; background: var(--orange); transform: rotate(8deg); }
.card-main { right: 38px; top: 2px; width: 300px; height: 340px; padding: 18px; background: #f9f8f1; transform: rotate(-6deg); }
.print-preview { position: relative; height: 265px; overflow: hidden; padding: 27px 18px; background: var(--blue); color: white; }
.preview-label { position: relative; z-index: 1; font-family: "Playfair Display"; font-size: 28px; line-height: 1.05; }
.preview-circle { position: absolute; right: -40px; bottom: -42px; width: 180px; height: 180px; border: 20px solid #f4a97b; border-radius: 50%; }
.preview-line { position: absolute; bottom: 27px; left: 18px; width: 75px; height: 4px; background: var(--orange); }
.preview-footer { display: flex; justify-content: space-between; padding: 13px 2px; font-size: 8px; font-weight: 700; letter-spacing: 1px; }
.floating-badge { position: absolute; right: -14px; bottom: 25px; display: flex; align-items: center; gap: 9px; padding: 12px 16px; color: white; background: var(--navy); border-radius: 8px; box-shadow: 0 10px 20px #11243d30; }
.floating-badge > span { color: var(--orange); font-size: 26px; }
.floating-badge strong, .floating-badge small { display: block; line-height: 1.2; }
.floating-badge strong { font-size: 12px; }
.floating-badge small { color: #b5c0cd; font-size: 9px; }
.trust-bar { padding: 22px 0; background: white; }
.trust-content { display: flex; align-items: center; justify-content: space-between; color: #a2a7ab; font-size: 10px; letter-spacing: 1px; }
.trust-content strong { color: #7d8791; font-size: 12px; letter-spacing: 2px; }
.section { padding: 100px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 42px; }
h2 { font-size: clamp(30px, 4vw, 44px); }
.section-heading > p { max-width: 360px; color: var(--text); font-size: 13px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 270px; padding: 27px 23px; background: white; border-radius: 8px; transition: .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 15px 28px #11243d12; }
.service-card.featured { color: white; background: var(--navy); }
.service-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; color: var(--orange); background: #fff0e9; font-size: 22px; }
.featured .service-icon { color: white; background: #29405a; }
.service-card h3 { margin-bottom: 12px; font-size: 17px; }
.service-card p { min-height: 72px; color: var(--text); font-size: 12px; }
.featured p { color: #b9c4d0; }
.service-card a { display: inline-flex; gap: 18px; color: var(--orange); font-size: 11px; font-weight: 700; }
.service-card a span { font-size: 17px; }
.product-section { padding: 90px 0; background: var(--light-blue); }
.product-content { display: flex; align-items: center; justify-content: space-between; gap: 90px; }
.product-image { position: relative; width: 430px; height: 360px; flex-shrink: 0; }
.product-stack { position: absolute; width: 250px; height: 280px; border-radius: 8px; box-shadow: 0 18px 25px #11243d20; }
.stack-one { top: 42px; left: 10px; background: #f2c8ab; transform: rotate(-13deg); }
.stack-two { top: 29px; left: 78px; background: var(--orange); transform: rotate(7deg); }
.stack-three { top: 20px; left: 55px; padding: 45px 28px; color: white; background: var(--navy); transform: rotate(-3deg); }
.stack-three span { display: block; font-family: "Playfair Display"; font-size: 43px; line-height: .95; }
.stack-three small { display: block; margin-top: 25px; color: var(--orange); font-size: 10px; letter-spacing: 2px; }
.product-text { max-width: 480px; }
.product-text > p:not(.eyebrow) { margin: 22px 0; color: var(--text); font-size: 14px; }
.benefit-list { list-style: none; margin: 24px 0 28px; }
.benefit-list li { display: flex; gap: 14px; margin: 16px 0; }
.benefit-list li > span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: white; background: var(--orange); font-size: 12px; }
.benefit-list strong, .benefit-list small { display: block; line-height: 1.3; }
.benefit-list strong { font-size: 13px; }
.benefit-list small { color: var(--text); font-size: 11px; }
.about-section { padding: 70px 0; background: white; }
.about-box { display: flex; justify-content: space-between; gap: 80px; align-items: center; }
.about-box > p { max-width: 480px; color: var(--text); font-size: 14px; }

.machine-section { background: var(--cream); }
.machine-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.machine-card { overflow: hidden; background: var(--white); border-radius: 10px; box-shadow: 0 10px 25px #11243d12; transition: .25s; }
.machine-card:hover { transform: translateY(-6px); box-shadow: 0 16px 30px #11243d20; }
.machine-card img { display: block; width: 100%; height: 190px; object-fit: cover; background: var(--light-blue); }
.machine-info { padding: 18px; }
.machine-info h3 { margin-bottom: 8px; font-size: 16px; }
.machine-info p { color: var(--text); font-size: 12px; line-height: 1.6; }

.contact-section { padding: 75px 0; background: var(--navy); color: white; }
.contact-box { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.contact-box > div:first-child { max-width: 440px; }
.contact-box > div:first-child > p:last-child { margin-top: 19px; color: #b8c4d1; font-size: 13px; }
.contact-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.contact-item { display: flex; gap: 10px; align-items: center; }
.contact-item > span { color: var(--orange); font-size: 26px; }
.contact-item small, .contact-item strong { display: block; }
.contact-item small { color: #9eafbd; font-size: 10px; }
.contact-item strong { font-size: 12px; }
.address-item { max-width: 210px; }
.address-item strong { line-height: 1.4; }
.button-light { color: var(--navy); background: white; }
.button-light:hover { color: white; background: var(--orange); }
footer { padding: 25px 0; background: #0b1a2d; color: #8c9aaa; }
.footer-content { display: flex; align-items: center; justify-content: space-between; font-size: 10px; }
.footer-brand { color: white; transform: scale(.85); transform-origin: left center; }
.back-top:hover { color: var(--orange); }

@media (max-width: 850px) {
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 24px 25px; background: var(--cream); box-shadow: 0 15px 20px #11243d15; }
  .main-nav.active { display: flex; }
  .main-nav > a, .dropdown-toggle { display: block; padding: 12px 0; text-align: left; }
  .nav-button { text-align: center !important; margin-top: 10px; }
  .dropdown-menu { position: static; box-shadow: none; background: #f0eee7; }
  .hero { background: var(--cream); }
  .hero-content { min-height: auto; padding: 50px 0 70px; flex-direction: column; align-items: flex-start; }
  .hero-visual { align-self: center; }
  .service-grid, .machine-grid { grid-template-columns: repeat(2, 1fr); }
  .product-content { gap: 35px; }
  .product-image { transform: scale(.8); margin: -35px; }
  .contact-box { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 32px, 1120px); }
  .trust-content { flex-wrap: wrap; gap: 13px 20px; }
  .trust-content span { width: 100%; }
  .hero-statistics { gap: 18px; }
  .hero-visual { width: 100%; transform: scale(.78); transform-origin: left center; margin-bottom: -75px; }
  .section { padding: 65px 0; }
  .section-heading, .about-box { display: block; }
  .section-heading > p, .about-box > p { margin-top: 20px; }
  .service-grid, .machine-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .product-content { display: block; }
  .product-image { width: 100%; margin: -20px 0 10px; transform: scale(.72); transform-origin: center; }
  .contact-actions { display: grid; }
  .footer-content { display: block; }
  .footer-content > p { margin: 10px 0; }
}