
:root{
    --navy:#05264f;
    --navy2:#071d38;
    --navy3:#0b3567;
    --blue:#2368df;
    --blue2:#4e8ff7;
    --ice:#edf5ff;
    --white:#fff;
    --ink:#10213b;
    --muted:#66758a;
    --line:#dce5f0;
    --bg:#f6f8fb;
    --shadow:0 18px 60px rgba(5,38,79,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.ma-v3{
    margin:0;
    font-family:Inter,"Segoe UI",Arial,sans-serif;
    color:var(--ink);
    background:#fff;
    overflow-x:hidden;
}
.ma-v3 a{text-decoration:none}
.ma-v3 img{display:block;max-width:100%}
.ma3-wrap{width:min(1240px,calc(100% - 56px));margin:auto}

.ma3-topbar{
    background:var(--navy2);
    color:#d6e3f2;
    font-size:11px;
}
.ma3-topbar-inner{
    min-height:34px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
}
.ma3-topbar-right{display:flex;align-items:center;gap:10px}
.ma3-topbar a{color:#fff}
.ma3-lang-divider{height:14px;width:1px;background:rgba(255,255,255,.28);margin:0 3px}
.ma3-topbar a.active{color:#6ea2ff;font-weight:800}

.ma3-header{
    position:sticky;
    top:0;
    z-index:100;
    background:rgba(255,255,255,.97);
    border-bottom:1px solid rgba(5,38,79,.10);
    backdrop-filter:blur(14px);
}
.ma3-nav{
    min-height:88px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
}
.ma3-brand{
    width:190px;
    height:72px;
    overflow:hidden;
    display:flex;
    align-items:center;
}
.ma3-brand img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.ma3-menu{
    display:flex;
    align-items:center;
    gap:25px;
}
.ma3-menu>a{
    color:#112644;
    font-size:12px;
    font-weight:750;
    transition:.2s ease;
}
.ma3-menu>a:hover{color:var(--blue)}
.ma3-nav-rfq{
    background:var(--navy)!important;
    color:#fff!important;
    padding:14px 18px;
    border-radius:7px;
    box-shadow:0 7px 20px rgba(5,38,79,.14);
}
.ma3-nav-rfq span{margin-left:8px}
.ma3-menu-btn{display:none;border:0;background:none;width:42px;height:42px;padding:8px}
.ma3-menu-btn span{display:block;height:2px;background:var(--navy);margin:6px 0}

.ma3-hero{
    min-height:650px;
    position:relative;
    overflow:hidden;
    color:#fff;
    background:var(--navy2);
}
.ma3-hero-bg{position:absolute;inset:0}
.ma3-hero-bg img{
    width:100%;height:100%;object-fit:cover;
    object-position:center 52%;
}
.ma3-hero-shade{
    position:absolute;inset:0;
    background:
        linear-gradient(90deg,rgba(3,23,47,.97) 0%,rgba(5,38,79,.90) 33%,rgba(4,31,64,.58) 58%,rgba(3,21,42,.28) 100%),
        linear-gradient(0deg,rgba(2,20,40,.45),transparent 48%);
}
.ma3-hero-layout{
    min-height:650px;
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.05fr .75fr;
    gap:70px;
    align-items:center;
    padding:72px 0 82px;
}
.ma3-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:10px;
    letter-spacing:.16em;
    color:var(--blue);
    font-weight:850;
    text-transform:uppercase;
}
.ma3-eyebrow:before{content:"";width:33px;height:2px;background:currentColor}
.ma3-eyebrow.light{color:#77a9f7}
.ma3-hero h1{
    font-size:clamp(58px,6vw,88px);
    line-height:.98;
    letter-spacing:-.055em;
    margin:20px 0 24px;
    max-width:730px;
}
.ma3-hero h1 span{display:block;color:#6da2f6}
.ma3-hero-copy>p{
    margin:0;
    max-width:610px;
    font-size:16px;
    line-height:1.8;
    color:#d5dfeb;
}
.ma3-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.ma3-btn{
    min-height:48px;
    padding:0 20px;
    border-radius:6px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-size:12px;
    font-weight:850;
    font-family:inherit;
    cursor:pointer;
    border:1px solid transparent;
}
.ma3-btn.primary{background:var(--blue);color:#fff}
.ma3-btn.ghost{background:rgba(255,255,255,.04);color:#fff;border-color:rgba(255,255,255,.38)}
.ma3-btn.outline-dark{border-color:#9bb0ca;color:var(--navy);background:#fff}
.ma3-btn.submit{width:100%;background:var(--blue);color:#fff;border:0}

.ma3-sector-switch{
    overflow:hidden;
    border-radius:12px;
    box-shadow:0 18px 65px rgba(0,0,0,.25);
}
.ma3-sector-row{
    display:grid;
    grid-template-columns:58px 1fr 44px;
    gap:18px;
    min-height:190px;
    align-items:center;
    padding:27px 28px;
}
.ma3-sector-row.dark{background:rgba(4,38,79,.94);color:#fff}
.ma3-sector-row.light{background:#fff;color:var(--ink)}
.ma3-sector-icon{
    width:48px;height:48px;border:1px solid rgba(255,255,255,.25);
    border-radius:50%;display:grid;place-items:center;font-size:23px
}
.ma3-sector-row.light .ma3-sector-icon{border-color:#c8d8ea;color:var(--blue)}
.ma3-sector-text small{font-size:9px;letter-spacing:.12em;font-weight:850;color:#9db5d0}
.ma3-sector-row.light .ma3-sector-text small{color:#6d7e92}
.ma3-sector-text strong{display:block;font-size:19px;margin:8px 0}
.ma3-sector-text p{margin:0;font-size:11px;line-height:1.55;color:#c2d1e0}
.ma3-sector-row.light p{color:#66778b}
.ma3-sector-arrow{
    width:37px;height:37px;border-radius:50%;background:var(--blue);color:#fff;
    display:grid;place-items:center;font-size:17px
}

.ma3-stats{
    background:var(--navy2);
    color:#fff;
    border-top:1px solid rgba(255,255,255,.08);
}
.ma3-stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}
.ma3-stat{
    min-height:112px;
    display:flex;
    align-items:center;
    gap:17px;
    padding:20px 26px;
    border-right:1px solid rgba(255,255,255,.13);
}
.ma3-stat:first-child{border-left:1px solid rgba(255,255,255,.13)}
.ma3-stat-icon{
    width:34px;height:34px;border:1px solid rgba(255,255,255,.35);
    border-radius:50%;display:grid;place-items:center;color:#6ea2ff
}
.ma3-stat strong{display:block;font-size:24px}
.ma3-stat small{display:block;color:#9fb2c7;font-size:10px;margin-top:5px}

.ma3-section{padding:96px 0}
.ma3-company{background:#fff}
.ma3-company-grid{display:grid;grid-template-columns:1fr 1fr;gap:95px}
.ma3-company h2,
.ma3-poultry h2,
.ma3-section-head h2,
.ma3-products-intro h2,
.ma3-why h2,
.ma3-process h2,
.ma3-export h2,
.ma3-gallery h2,
.ma3-rfq h2{
    font-size:clamp(36px,4vw,54px);
    line-height:1.06;
    letter-spacing:-.045em;
    margin:15px 0 0;
}
.ma3-company p{color:var(--muted);line-height:1.8;font-size:14px}
.ma3-company .ma3-lead{color:var(--ink);font-size:18px}

.ma3-poultry{
    padding:96px 0;
    background:linear-gradient(90deg,#f4f8fe 0%,#fff 55%);
}
.ma3-poultry-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:56px;
    align-items:center;
}
.ma3-poultry-copy>p{
    color:var(--muted);font-size:14px;line-height:1.8;max-width:610px
}
.ma3-benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}
.ma3-benefit{background:#fff;border:1px solid var(--line);border-radius:9px;padding:17px;box-shadow:0 8px 30px rgba(5,38,79,.05)}
.ma3-benefit>span{font-size:9px;color:var(--blue);font-weight:850}
.ma3-benefit strong{display:block;font-size:13px;margin:7px 0}
.ma3-benefit p{margin:0;color:#6a7b90;font-size:11px;line-height:1.55}
.ma3-poultry-visual{position:relative;height:590px;border-radius:12px;overflow:hidden}
.ma3-poultry-visual img{width:100%;height:100%;object-fit:cover}
.ma3-poultry-label{
    position:absolute;left:22px;bottom:22px;background:rgba(5,38,79,.94);
    color:#fff;padding:18px 20px;border-radius:8px;min-width:220px
}
.ma3-poultry-label span{font-size:9px;color:#82aff6;letter-spacing:.14em}
.ma3-poultry-label strong{display:block;font-size:17px;margin-top:6px}

.ma3-sectors{background:var(--bg)}
.ma3-section-head.centered{text-align:center;max-width:850px;margin:0 auto 38px}
.ma3-sector-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.ma3-sector-card{position:relative;min-height:450px;border-radius:12px;overflow:hidden;color:#fff}
.ma3-sector-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ma3-sector-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,24,49,.94),rgba(5,38,79,.12) 65%)}
.ma3-sector-card-content{position:absolute;left:28px;right:28px;bottom:28px;z-index:2}
.ma3-sector-card-content small{color:#86b2f2;font-size:9px;letter-spacing:.14em;font-weight:850}
.ma3-sector-card-content h3{font-size:28px;margin:10px 0}
.ma3-sector-card-content p{font-size:12px;line-height:1.65;color:#d5e1ee;max-width:440px}
.ma3-sector-card-content a{color:#fff;font-size:11px;font-weight:850}

.ma3-products{background:#fff}
.ma3-products-layout{display:grid;grid-template-columns:260px 1fr;gap:32px;align-items:start}
.ma3-products-intro p{color:var(--muted);font-size:13px;line-height:1.7;margin-bottom:26px}
.ma3-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.ma3-product-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:var(--shadow)}
.ma3-product-image{height:190px;overflow:hidden}
.ma3-product-image img{width:100%;height:100%;object-fit:cover;transition:.35s ease}
.ma3-product-card:hover .ma3-product-image img{transform:scale(1.04)}
.ma3-product-body{padding:17px}
.ma3-product-body>span{font-size:9px;color:var(--blue);font-weight:850;text-transform:uppercase}
.ma3-product-body h3{font-size:16px;margin:8px 0;color:var(--navy)}
.ma3-product-body p{font-size:11px;color:#68798e;line-height:1.6;min-height:53px}
.ma3-product-body a{font-size:10px;color:var(--navy);font-weight:850}

.ma3-why{background:var(--navy2);color:#fff;padding:88px 0}
.ma3-why-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:55px;align-items:center}
.ma3-why-intro p{color:#aebfd1;font-size:13px;line-height:1.75}
.ma3-why-items{display:grid;grid-template-columns:repeat(4,1fr)}
.ma3-why-item{padding:22px;border-left:1px solid rgba(255,255,255,.13)}
.ma3-why-icon{width:40px;height:40px;border:1px solid #4979b8;border-radius:50%;display:grid;place-items:center;color:#76a7f4}
.ma3-why-item strong{display:block;font-size:13px;margin:18px 0 8px}
.ma3-why-item p{font-size:10px;line-height:1.6;color:#aebfd1;margin:0}

.ma3-process{padding:96px 0;background:#fff}
.ma3-process-head{display:grid;grid-template-columns:1fr .7fr;gap:70px;align-items:end;margin-bottom:35px}
.ma3-process-head>p{color:var(--muted);font-size:13px;line-height:1.75;margin:0}
.ma3-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ma3-process-img{height:185px;border-radius:9px;overflow:hidden;position:relative}
.ma3-process-img img{width:100%;height:100%;object-fit:cover}
.ma3-process-img>span{position:absolute;left:12px;bottom:12px;width:30px;height:30px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:850}
.ma3-process-card h3{font-size:14px;color:var(--navy);margin:14px 0 7px}
.ma3-process-card p{color:var(--muted);font-size:11px;line-height:1.55;margin:0}

.ma3-export{position:relative;min-height:610px;color:#fff;display:flex;align-items:center;overflow:hidden}
.ma3-export-bg{position:absolute;inset:0}
.ma3-export-bg img{width:100%;height:100%;object-fit:cover}
.ma3-export-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,27,55,.96),rgba(5,38,79,.82) 47%,rgba(4,27,55,.25))}
.ma3-export-inner{position:relative;z-index:2;width:100%;padding:70px 0}
.ma3-export-panel{max-width:570px}
.ma3-export-panel>p{font-size:13px;line-height:1.75;color:#c7d5e4}
.ma3-export-list{margin:25px 0 28px}
.ma3-export-list>div{display:grid;grid-template-columns:25px 1fr;gap:10px;padding:11px 0;border-top:1px solid rgba(255,255,255,.14)}
.ma3-export-list p{margin:0;font-size:11px;color:#d3deea;line-height:1.5}
.ma3-export-list span{color:#73a7f4}

.ma3-gallery{background:var(--bg)}
.ma3-gallery-head{display:grid;grid-template-columns:1fr .7fr;gap:60px;align-items:end;margin-bottom:30px}
.ma3-gallery-head p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}
.ma3-gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:220px;gap:10px}
.ma3-gallery-grid>div{overflow:hidden;border-radius:8px}
.ma3-gallery-grid>div.wide{grid-row:span 2}
.ma3-gallery-grid img{width:100%;height:100%;object-fit:cover;transition:.35s ease}
.ma3-gallery-grid>div:hover img{transform:scale(1.035)}

.ma3-rfq{background:#0a3264;color:#fff;padding:96px 0}
.ma3-rfq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:55px;align-items:start}
.ma3-rfq-copy>p{color:#bfd0e1;font-size:13px;line-height:1.75}
.ma3-rfq-contact{display:grid;gap:8px;margin-top:26px}
.ma3-rfq-contact a{color:#fff;font-size:12px}
.ma3-rfq-card{background:#fff;color:var(--ink);border-radius:12px;padding:28px}
.ma3-form{display:grid;gap:14px}
.ma3-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ma3-form label{display:grid;gap:6px}
.ma3-form label>span{font-size:9px;font-weight:850;color:#52657b;text-transform:uppercase;letter-spacing:.04em}
.ma3-form input,.ma3-form select,.ma3-form textarea{
    width:100%;border:1px solid #d5e0eb;border-radius:6px;background:#fbfdff;color:var(--ink);
    padding:11px 12px;font-family:inherit;font-size:12px;outline:none
}
.ma3-form input,.ma3-form select{min-height:43px}
.ma3-form textarea{min-height:110px;resize:vertical}
.ma3-full{grid-column:1/-1}
.ma3-message{padding:11px 13px;border-radius:6px;margin-bottom:14px;font-size:11px;font-weight:750}
.ma3-message.success{background:#eaf7ee;color:#24633a;border:1px solid #cae4d2}
.ma3-message.error{background:#fff0f0;color:#8d2727;border:1px solid #efcaca}

.ma3-footer{background:#061b36;color:#fff;padding:70px 0 24px}
.ma3-footer-grid{display:grid;grid-template-columns:1.4fr .7fr .9fr 1fr;gap:48px}
.ma3-footer-logo{background:#fff;width:170px;height:84px;border-radius:6px;display:flex;align-items:center;padding:5px;overflow:hidden}
.ma3-footer-logo img{width:100%;height:100%;object-fit:contain}
.ma3-footer-brand p{color:#91a6bc;line-height:1.7;font-size:11px;max-width:310px}
.ma3-footer-badges{display:flex;flex-wrap:wrap;gap:6px}
.ma3-footer-badges span{font-size:8px;color:#81a9d6;border:1px solid rgba(129,169,214,.35);padding:5px 7px;border-radius:99px}
.ma3-footer-col{display:flex;flex-direction:column;gap:9px}
.ma3-footer-col strong{font-size:11px;margin-bottom:5px}
.ma3-footer-col a,.ma3-footer-col p{color:#91a6bc;font-size:10px;line-height:1.65;margin:0}
.ma3-footer-col a:hover{color:#fff}
.ma3-footer-rfq{margin-top:10px;background:var(--blue);color:#fff!important;padding:10px 12px;border-radius:5px;width:max-content}
.ma3-footer-bottom{border-top:1px solid rgba(255,255,255,.10);margin-top:46px;padding-top:18px;display:flex;justify-content:space-between;color:#6f89a4;font-size:9px}
.ma3-footer-bottom a{color:#8da8c4}

@media(max-width:1100px){
    .ma3-menu{gap:15px}
    .ma3-menu>a{font-size:11px}
    .ma3-hero-layout{grid-template-columns:1fr;gap:40px}
    .ma3-sector-switch{max-width:680px}
    .ma3-company-grid,.ma3-poultry-grid,.ma3-why-grid,.ma3-rfq-grid{grid-template-columns:1fr}
    .ma3-products-layout{grid-template-columns:1fr}
    .ma3-product-grid{grid-template-columns:repeat(2,1fr)}
    .ma3-why-items{grid-template-columns:repeat(2,1fr)}
    .ma3-footer-grid{grid-template-columns:1.3fr 1fr 1fr}
    .ma3-footer-brand{grid-column:1/-1}
}
@media(max-width:850px){
    .ma3-wrap{width:min(100% - 32px,1240px)}
    .ma3-topbar{display:none}
    .ma3-nav{min-height:76px}
    .ma3-brand{width:155px;height:60px}
    .ma3-menu-btn{display:block}
    .ma3-menu{
        display:none;
        position:absolute;
        top:76px;left:0;right:0;
        flex-direction:column;
        align-items:stretch;
        background:#fff;
        padding:16px 20px 20px;
        box-shadow:0 16px 40px rgba(5,38,79,.12);
        border-bottom:1px solid var(--line);
    }
    .ma3-menu.open{display:flex}
    .ma3-menu>a{padding:10px 3px;border-bottom:1px solid #edf1f5}
    .ma3-nav-rfq{text-align:center;margin-top:8px}
    .ma3-hero,.ma3-hero-layout{min-height:auto}
    .ma3-hero-layout{padding:80px 0}
    .ma3-stats-grid{grid-template-columns:1fr 1fr}
    .ma3-sector-cards{grid-template-columns:1fr}
    .ma3-process-head,.ma3-gallery-head{grid-template-columns:1fr;gap:20px}
    .ma3-process-grid{grid-template-columns:1fr 1fr}
    .ma3-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:580px){
    .ma3-wrap{width:min(100% - 24px,1240px)}
    .ma3-hero h1{font-size:48px}
    .ma3-hero-actions{flex-direction:column}
    .ma3-hero-actions .ma3-btn{width:100%}
    .ma3-sector-row{grid-template-columns:45px 1fr 35px;padding:20px 18px;min-height:170px}
    .ma3-stats-grid{grid-template-columns:1fr 1fr}
    .ma3-stat{padding:15px;min-height:94px}
    .ma3-stat strong{font-size:19px}
    .ma3-benefit-grid,.ma3-product-grid,.ma3-why-items,.ma3-process-grid,.ma3-form-grid{grid-template-columns:1fr}
    .ma3-poultry-visual{height:430px}
    .ma3-why-item{border-left:0;border-top:1px solid rgba(255,255,255,.13)}
    .ma3-gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:170px}
    .ma3-gallery-grid>div.wide{grid-column:1/-1;grid-row:span 1}
    .ma3-footer-grid{grid-template-columns:1fr}
    .ma3-footer-brand{grid-column:auto}
    .ma3-footer-bottom{flex-direction:column;gap:8px}
}
