
/* =========================================================
   NTT Homepage Pro v1.3.1
   Không tác động Footer.
========================================================= */
.ntt-hp,
.ntt-hp *{box-sizing:border-box}

.ntt-hp{
    --green:#0b3a2c;
    --green-2:#14543e;
    --brand:#16822d;
    --gold:#dfbd63;
    --gold-light:#f1d98d;
    --text:#46564f;
    --soft:#f5f7f3;
    color:var(--text);
    background:#fff;
    overflow:hidden;
}

.ntt-hp-wrap{
    width:calc(100% - 40px);
    max-width:1240px;
    margin:0 auto;
}

.ntt-hp img{backface-visibility:hidden;-webkit-backface-visibility:hidden}

/* subtle premium motion */
.ntt-hp-product-card,
.ntt-hp-post-card,
.ntt-hp-gallery figure,
.ntt-hp-about-main,
.ntt-hp-about-mini,
.ntt-hp-trust-grid>div{
    will-change:transform;
}

.ntt-hp-section-label{
    position:relative;
    display:inline-block;
}
.ntt-hp-section-label:after{
    content:"";
    display:block;
    width:42px;
    height:2px;
    margin-top:8px;
    border-radius:10px;
    background:linear-gradient(90deg,var(--gold),rgba(223,189,99,.2));
}

/* soft background accent */
.ntt-hp-about,
.ntt-hp-knowledge{
    position:relative;
    overflow:hidden;
}
.ntt-hp-about:before,
.ntt-hp-knowledge:before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(22,130,45,.05), transparent 70%);
    pointer-events:none;
}
.ntt-hp-about:before{right:-180px; top:40px}
.ntt-hp-knowledge:before{left:-200px; bottom:-80px}

/* HERO */
.ntt-hp-hero{position:relative;background:#0b3a2c}
.ntt-hp-slider{position:relative;height:670px;overflow:hidden}
.ntt-hp-slides,.ntt-hp-slide{position:absolute;inset:0}
.ntt-hp-slide{
    opacity:0;
    visibility:hidden;
    transition:opacity .65s ease,visibility .65s ease;
}
.ntt-hp-hero-copy > *{
    transform:translateY(14px);
    opacity:0;
    transition:transform .55s ease,opacity .55s ease;
}
.ntt-hp-slide.is-active .ntt-hp-hero-copy > *{
    transform:translateY(0);
    opacity:1;
}
.ntt-hp-slide.is-active .ntt-hp-hero-copy > *:nth-child(1){transition-delay:.06s}
.ntt-hp-slide.is-active .ntt-hp-hero-copy > *:nth-child(2){transition-delay:.14s}
.ntt-hp-slide.is-active .ntt-hp-hero-copy > *:nth-child(3){transition-delay:.22s}
.ntt-hp-slide.is-active .ntt-hp-hero-copy > *:nth-child(4){transition-delay:.30s}
.ntt-hp-slide.is-active{opacity:1;visibility:visible;z-index:2}
.ntt-hp-slide-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    transform:scale(1.025);
    transition:transform 7s ease;
}
.ntt-hp-slide.is-active .ntt-hp-slide-bg{transform:scale(1.075)}
.ntt-hp-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(4,31,22,.91) 0%,rgba(4,31,22,.73) 37%,rgba(4,31,22,.25) 70%,rgba(4,31,22,.10) 100%),
        linear-gradient(0deg,rgba(0,0,0,.22),transparent 50%);
}
.ntt-hp-slide .ntt-hp-wrap{
    position:relative;
    z-index:3;
    height:100%;
    display:flex;
    align-items:center;
}
.ntt-hp-hero-copy{max-width:690px;padding-bottom:12px}
.ntt-hp-kicker,
.ntt-hp-section-label{
    display:block;
    margin-bottom:12px;
    color:var(--gold);
    font-size:11px;
    line-height:1.4;
    font-weight:800;
    letter-spacing:1.5px;
}
.ntt-hp-hero h1,
.ntt-hp-slide-title{
    max-width:680px;
    margin:0 0 18px;
    color:#fff;
    font-size:50px;
    line-height:1.12;
    font-weight:730;
    letter-spacing:-1.5px;
    text-shadow:0 4px 22px rgba(0,0,0,.17);
}
.ntt-hp-hero-copy p{
    max-width:620px;
    margin:0;
    color:rgba(255,255,255,.80);
    font-size:15.5px;
    line-height:1.75;
}
.ntt-hp-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:27px}

.ntt-hp-btn{
    min-height:47px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 20px;
    border-radius:9px;
    font-size:13px;
    font-weight:700;
    text-decoration:none!important;
    transition:transform .22s ease,background .22s ease,border-color .22s ease;
}
.ntt-hp-btn:hover{transform:translateY(-2px)}
.ntt-hp-btn-gold{color:#17372b!important;background:var(--gold)}
.ntt-hp-btn-gold:hover{color:#17372b!important;background:#e9ca79}
.ntt-hp-btn-ghost{
    color:#fff!important;
    border:1px solid rgba(255,255,255,.32);
    background:rgba(255,255,255,.07);
    -webkit-backdrop-filter:blur(5px);
    backdrop-filter:blur(5px);
}
.ntt-hp-btn-ghost:hover{color:#fff!important;background:rgba(255,255,255,.13)}

.ntt-hp-arrow{
    position:absolute;
    z-index:5;
    top:50%;
    width:44px;
    height:44px;
    margin-top:-22px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.30);
    border-radius:50%;
    color:#fff;
    background:rgba(5,39,27,.32);
    font-size:28px;
    line-height:1;
    cursor:pointer;
    transition:.2s ease;
}
.ntt-hp-arrow:hover{
    background:rgba(5,39,27,.65);
    border-color:rgba(255,255,255,.55);
    transform:translateY(-2px) scale(1.03);
}
.ntt-hp-prev{left:24px}
.ntt-hp-next{right:24px}

.ntt-hp-dots{
    position:absolute;
    z-index:6;
    left:50%;
    bottom:28px;
    display:flex;
    gap:8px;
    transform:translateX(-50%);
}
.ntt-hp-dots button{
    width:9px;
    height:9px;
    padding:0;
    border:1px solid rgba(255,255,255,.70);
    border-radius:50%;
    background:transparent;
    cursor:pointer;
    transition:.2s ease;
}
.ntt-hp-dots button.is-active{
    width:28px;
    border-radius:20px;
    background:var(--gold);
    border-color:var(--gold);
}

/* TRUST */
.ntt-hp-trust{position:relative;z-index:8;margin-top:-24px}
.ntt-hp-trust-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    overflow:hidden;
    border:1px solid rgba(11,58,44,.08);
    border-radius:15px;
    background:#fff;
    box-shadow:0 15px 42px rgba(8,50,36,.10);
}
.ntt-hp-trust-grid>div{
    position:relative;
    display:flex;
    align-items:center;
    gap:13px;
    padding:21px;
    border-right:1px solid rgba(11,58,44,.07);
    transition:transform .24s ease,background .24s ease,box-shadow .24s ease;
}
.ntt-hp-trust-grid>div:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,var(--gold),rgba(223,189,99,0));
    opacity:0;
    transition:opacity .24s ease;
}
.ntt-hp-trust-grid>div:hover{
    transform:translateY(-3px);
    background:linear-gradient(180deg,rgba(223,189,99,.05),rgba(255,255,255,0));
    box-shadow:inset 0 0 0 1px rgba(223,189,99,.08);
}
.ntt-hp-trust-grid>div:hover:before{opacity:1}
.ntt-hp-trust-grid>div:last-child{border-right:0}
.ntt-hp-trust-grid b{
    color:#c71920;
    font-size:22px;
    font-weight:700;
    text-shadow:0 1px 0 rgba(255,255,255,.35);
}
.ntt-hp-trust-grid span,.ntt-hp-trust-grid strong,.ntt-hp-trust-grid small{display:block}
.ntt-hp-trust-grid strong{margin-bottom:3px;color:#17372b;font-size:12.5px}
.ntt-hp-trust-grid small{color:#7b8681;font-size:10.5px;line-height:1.45}

/* GENERAL */
.ntt-hp-section{padding:76px 0}
.ntt-hp-section h2{
    margin:0;
    color:#17372b;
    font-size:34px;
    line-height:1.25;
    letter-spacing:-.6px;
    font-weight:710;
}
.ntt-hp-section-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:30px;
    margin-bottom:34px;
}
.ntt-hp-section-head>div{max-width:760px}
.ntt-hp-section-head>a,
.ntt-hp-text-link{
    flex-shrink:0;
    color:var(--green)!important;
    font-size:12px;
    font-weight:700;
    text-decoration:none!important;
}

/* ABOUT */
.ntt-hp-about-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:72px;
    align-items:center;
}
.ntt-hp-about-media{position:relative;padding-right:68px;padding-bottom:62px}
.ntt-hp-about-main{
    width:100%;
    height:540px;
    display:block;
    object-fit:cover;
    border-radius:9px 28px 9px 28px;
    box-shadow:0 24px 52px rgba(11,58,44,.15);
    transition:transform .45s ease, box-shadow .45s ease, filter .45s ease;
}
.ntt-hp-about-media:hover .ntt-hp-about-main{
    transform:translateY(-4px) scale(1.01);
    box-shadow:0 30px 60px rgba(11,58,44,.19);
    filter:saturate(1.03);
}
.ntt-hp-about-mini{
    position:absolute;
    right:0;
    bottom:0;
    width:220px;
    height:220px;
    overflow:hidden;
    border:7px solid #fff;
    border-radius:18px;
    box-shadow:0 16px 36px rgba(0,0,0,.18);
    transition:transform .35s ease, box-shadow .35s ease;
}
.ntt-hp-about-media:hover .ntt-hp-about-mini{
    transform:translateY(-6px);
    box-shadow:0 20px 42px rgba(0,0,0,.22);
}
.ntt-hp-about-mini img{width:100%;height:100%;object-fit:cover}
.ntt-hp-about-copy p{
    margin:17px 0 0;
    color:#5e6b65;
    font-size:14px;
    line-height:1.85;
}
.ntt-hp-about-points{
    display:flex;
    flex-direction:column;
    gap:9px;
    margin:24px 0;
    color:#374a41;
    font-size:13px;
}
.ntt-hp-about-points span::first-letter{color:var(--brand)}

/* PRODUCTS */
.ntt-hp-products{background:var(--soft)}
.ntt-hp-product-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}
.ntt-hp-product-card{
    position:relative;
    display:block;
    overflow:hidden;
    border:1px solid rgba(11,58,44,.08);
    border-radius:15px;
    color:inherit!important;
    background:#fff;
    box-shadow:0 6px 20px rgba(8,50,36,.045);
    text-decoration:none!important;
    transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}
.ntt-hp-product-card:before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:15px;
    padding:1px;
    background:linear-gradient(135deg, rgba(223,189,99,.50), rgba(22,130,45,0), rgba(22,130,45,.10));
    -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
    opacity:0;
    transition:opacity .3s ease;
    pointer-events:none;
}
.ntt-hp-product-card:hover:before{opacity:1}
.ntt-hp-product-card:hover{
    transform:translateY(-7px);
    border-color:rgba(22,130,45,.22);
    box-shadow:0 20px 40px rgba(8,50,36,.12);
}
.ntt-hp-product-img{overflow:hidden;aspect-ratio:1/1;background:#eef1ec}
.ntt-hp-product-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .65s cubic-bezier(.2,.7,.2,1);
}
.ntt-hp-product-card:hover img{transform:scale(1.045)}
.ntt-hp-product-body{padding:18px}
.ntt-hp-product-body span,
.ntt-hp-product-body strong,
.ntt-hp-product-body small,
.ntt-hp-product-body b{display:block}
.ntt-hp-product-body span{
    margin-bottom:6px;
    color:var(--brand);
    font-size:9px;
    font-weight:800;
    letter-spacing:1px;
}
.ntt-hp-product-body strong{
    min-height:44px;
    color:#17372b;
    font-size:15px;
    line-height:1.45;
}
.ntt-hp-product-body small{
    min-height:56px;
    margin-top:8px;
    color:#7b8681;
    font-size:11.5px;
    line-height:1.6;
}
.ntt-hp-product-body b{margin-top:12px;color:var(--green);font-size:11.5px}

/* GALLERY */
.ntt-hp-gallery{
    display:grid;
    grid-template-columns:1.45fr 1fr 1fr;
    gap:16px;
    height:475px;
}
.ntt-hp-gallery figure{
    position:relative;
    margin:0;
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 12px 30px rgba(8,50,36,.08);
    transition:transform .35s ease, box-shadow .35s ease;
}
.ntt-hp-gallery figure:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 42px rgba(8,50,36,.15);
}
.ntt-hp-gallery img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .7s cubic-bezier(.2,.7,.2,1);
}
.ntt-hp-gallery figure:hover img{transform:scale(1.04)}
.ntt-hp-gallery figure:after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(to top,rgba(5,37,27,.67),transparent 52%),
        linear-gradient(135deg,rgba(255,255,255,.10),transparent 38%);
}
.ntt-hp-gallery figcaption{
    position:absolute;
    z-index:2;
    left:17px;
    bottom:15px;
    color:#fff;
    font-size:13px;
    font-weight:650;
}

/* POSTS */
.ntt-hp-knowledge{background:#f7f8f5;padding-bottom:78px}
.ntt-hp-post-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}
.ntt-hp-post-card{
    position:relative;
    overflow:hidden;
    border:1px solid rgba(11,58,44,.07);
    border-radius:14px;
    background:#fff;
    box-shadow:0 5px 18px rgba(8,50,36,.04);
    transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}
.ntt-hp-post-card:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,var(--green),var(--gold));
    opacity:0;
    transition:opacity .25s ease;
}
.ntt-hp-post-card:hover:before{opacity:1}
.ntt-hp-post-card:hover{
    transform:translateY(-6px);
    box-shadow:0 17px 35px rgba(8,50,36,.10);
    border-color:rgba(22,130,45,.14);
}
.ntt-hp-post-img{display:block;overflow:hidden;aspect-ratio:16/9;background:#e9eee8}
.ntt-hp-post-img img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.ntt-hp-post-card:hover .ntt-hp-post-img img{transform:scale(1.04)}
.ntt-hp-post-body{padding:17px}
.ntt-hp-post-date{display:block;margin-bottom:6px;color:#8a948f;font-size:10px}
.ntt-hp-post-title{
    display:block;
    min-height:46px;
    color:#17372b!important;
    font-size:14px;
    line-height:1.55;
    font-weight:680;
    text-decoration:none!important;
}
.ntt-hp-post-more{
    display:inline-block;
    margin-top:12px;
    color:var(--green)!important;
    font-size:11.5px;
    font-weight:700;
    text-decoration:none!important;
}

/* Responsive */
@media(max-width:980px){
    .ntt-hp-slider{height:610px}
    .ntt-hp-trust-grid,.ntt-hp-product-grid{grid-template-columns:repeat(2,1fr)}
    .ntt-hp-about-grid{grid-template-columns:1fr;gap:45px}
    .ntt-hp-post-grid{grid-template-columns:repeat(2,1fr)}
    .ntt-hp-gallery{grid-template-columns:1fr 1fr;height:auto}
    .ntt-hp-gallery .is-large{grid-column:1/-1;height:410px}
    .ntt-hp-gallery figure:not(.is-large){height:320px}
}

@media(max-width:600px){
    .ntt-hp-wrap{width:calc(100% - 30px)}
    .ntt-hp-slider{height:570px}
    .ntt-hp-slide-bg{object-position:center}
    .ntt-hp-overlay{
        background:linear-gradient(90deg,rgba(4,31,22,.91),rgba(4,31,22,.64)),linear-gradient(0deg,rgba(0,0,0,.20),transparent 50%);
    }
    .ntt-hp-hero h1,.ntt-hp-slide-title{font-size:34px;letter-spacing:-.7px}
    .ntt-hp-hero-copy p{font-size:14px}
    .ntt-hp-arrow{display:none}
    .ntt-hp-dots{bottom:18px}
    .ntt-hp-trust{margin-top:-16px}
    .ntt-hp-trust-grid{grid-template-columns:1fr 1fr}
    .ntt-hp-trust-grid>div{padding:14px}
    .ntt-hp-trust-grid b{font-size:18px}
    .ntt-hp-section{padding:58px 0}
    .ntt-hp-section h2{font-size:27px}
    .ntt-hp-section-head{align-items:flex-start}
    .ntt-hp-section-head>a{display:none}
    .ntt-hp-about-media{padding-right:30px;padding-bottom:42px}
    .ntt-hp-about-main{height:410px}
    .ntt-hp-about-mini{width:145px;height:145px}
    .ntt-hp-product-grid{gap:10px}
    .ntt-hp-product-body{padding:13px}
    .ntt-hp-product-body strong{min-height:40px;font-size:13px}
    .ntt-hp-product-body small{display:none}
    .ntt-hp-gallery{grid-template-columns:1fr}
    .ntt-hp-gallery .is-large,.ntt-hp-gallery figure:not(.is-large){grid-column:auto;height:300px}
    .ntt-hp-post-grid{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
    .ntt-hp *, .ntt-hp *:before, .ntt-hp *:after{transition:none!important;animation:none!important}
}


/* =========================================================
   V1.2 PREMIUM MOTION - HIỆU ỨNG RÕ HƠN NHƯNG KHÔNG LÒE LOẸT
========================================================= */

/* Reveal on scroll */
.ntt-hp .ntt-reveal{
    opacity:0;
    transform:translateY(34px);
    transition:
        opacity .78s cubic-bezier(.2,.7,.2,1),
        transform .78s cubic-bezier(.2,.7,.2,1);
}
.ntt-hp .ntt-reveal.is-visible{
    opacity:1;
    transform:translateY(0);
}
.ntt-hp .ntt-reveal-delay-1{transition-delay:.08s}
.ntt-hp .ntt-reveal-delay-2{transition-delay:.16s}
.ntt-hp .ntt-reveal-delay-3{transition-delay:.24s}
.ntt-hp .ntt-reveal-delay-4{transition-delay:.32s}

/* Headings get a subtle luxury underline */
.ntt-hp-section-head h2,
.ntt-hp-about-copy h2{
    position:relative;
}
.ntt-hp-section-head h2:after,
.ntt-hp-about-copy h2:after{
    content:"";
    display:block;
    width:64px;
    height:3px;
    margin-top:14px;
    border-radius:20px;
    background:linear-gradient(90deg,var(--brand),var(--gold));
    transform-origin:left center;
    transform:scaleX(.55);
    transition:transform .45s ease;
}
.ntt-hp-section-head:hover h2:after,
.ntt-hp-about-copy:hover h2:after{
    transform:scaleX(1);
}

/* Trust strip: clearly more dimensional */
.ntt-hp-trust-grid{
    position:relative;
    box-shadow:
        0 18px 48px rgba(8,50,36,.11),
        0 1px 0 rgba(255,255,255,.9) inset;
}
.ntt-hp-trust-grid>div{
    overflow:hidden;
}
.ntt-hp-trust-grid>div:after{
    content:"";
    position:absolute;
    top:-80%;
    left:-55%;
    width:45%;
    height:260%;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.60),
        transparent
    );
    transform:rotate(18deg);
    opacity:0;
    transition:left .65s ease,opacity .25s ease;
    pointer-events:none;
}
.ntt-hp-trust-grid>div:hover:after{
    left:120%;
    opacity:.7;
}

/* About: frame + soft floating image */
.ntt-hp-about-media:before{
    content:"";
    position:absolute;
    left:-18px;
    top:22px;
    width:calc(100% - 55px);
    height:calc(100% - 85px);
    border:1px solid rgba(223,189,99,.28);
    border-radius:12px 32px 12px 32px;
    pointer-events:none;
    transition:transform .4s ease,border-color .4s ease;
}
.ntt-hp-about-media:hover:before{
    transform:translate(6px,-5px);
    border-color:rgba(223,189,99,.48);
}
.ntt-hp-about-main{
    transform-origin:center center;
}
.ntt-hp-about-mini img{
    transition:transform .65s cubic-bezier(.2,.7,.2,1);
}
.ntt-hp-about-media:hover .ntt-hp-about-mini img{
    transform:scale(1.06);
}

/* Product cards: stronger premium hover */
.ntt-hp-product-card{
    isolation:isolate;
}
.ntt-hp-product-card:after{
    content:"";
    position:absolute;
    inset:auto 18px 0 18px;
    height:3px;
    border-radius:10px 10px 0 0;
    background:linear-gradient(90deg,var(--brand),var(--gold));
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .35s ease;
    z-index:4;
}
.ntt-hp-product-card:hover:after{
    transform:scaleX(1);
}
.ntt-hp-product-card:hover{
    transform:translateY(-10px);
    box-shadow:
        0 24px 50px rgba(8,50,36,.15),
        0 0 0 1px rgba(223,189,99,.11);
}
.ntt-hp-product-card:hover .ntt-hp-product-body strong{
    color:var(--brand);
}
.ntt-hp-product-body strong{
    transition:color .25s ease;
}

/* Gallery: luxury zoom + overlay */
.ntt-hp-gallery figure{
    isolation:isolate;
}
.ntt-hp-gallery figure:before{
    content:"";
    position:absolute;
    inset:12px;
    z-index:2;
    border:1px solid rgba(255,255,255,.0);
    border-radius:11px;
    transition:border-color .35s ease, inset .35s ease;
    pointer-events:none;
}
.ntt-hp-gallery figure:hover:before{
    inset:10px;
    border-color:rgba(255,255,255,.42);
}
.ntt-hp-gallery figcaption{
    transition:transform .35s ease,letter-spacing .35s ease;
}
.ntt-hp-gallery figure:hover figcaption{
    transform:translateY(-4px);
    letter-spacing:.15px;
}

/* Blog cards */
.ntt-hp-post-card:hover{
    transform:translateY(-9px);
}
.ntt-hp-post-title{
    transition:color .25s ease;
}
.ntt-hp-post-card:hover .ntt-hp-post-title{
    color:var(--brand)!important;
}

/* Section breathing / separation */
.ntt-hp-about{
    background:
        radial-gradient(circle at 88% 10%,rgba(22,130,45,.045),transparent 26%),
        #fff;
}
.ntt-hp-products{
    background:
        radial-gradient(circle at 10% 0%,rgba(223,189,99,.065),transparent 27%),
        var(--soft);
}

/* Hero buttons slightly more premium */
.ntt-hp-btn{
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}
.ntt-hp-btn-gold{
    box-shadow:0 10px 25px rgba(223,189,99,.22);
}
.ntt-hp-btn-gold:hover{
    box-shadow:0 15px 32px rgba(223,189,99,.30);
}

/* Mobile: keep motion elegant, not heavy */
@media(max-width:600px){
    .ntt-hp .ntt-reveal{
        transform:translateY(22px);
    }
    .ntt-hp-product-card:hover,
    .ntt-hp-post-card:hover,
    .ntt-hp-gallery figure:hover{
        transform:none;
    }
}

/* Respect reduced motion */
@media(prefers-reduced-motion:reduce){
    .ntt-hp .ntt-reveal,
    .ntt-hp .ntt-reveal.is-visible{
        opacity:1;
        transform:none;
        transition:none!important;
    }
}


/* =========================================================
   V1.3 - PROCESS / VIDEO / PRODUCT POLISH
========================================================= */

/* Process */
.ntt-hp-process{
    position:relative;
    background:#fff;
}
.ntt-hp-process:before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        radial-gradient(circle at 8% 20%,rgba(223,189,99,.07),transparent 24%),
        radial-gradient(circle at 92% 75%,rgba(22,130,45,.05),transparent 27%);
}
.ntt-hp-process-grid{
    position:relative;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}
.ntt-hp-process-grid:before{
    content:"";
    position:absolute;
    left:8%;
    right:8%;
    top:48px;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(223,189,99,.55),rgba(22,130,45,.22),transparent);
}
.ntt-hp-process-card{
    position:relative;
    z-index:1;
    min-height:265px;
    padding:26px 22px 22px;
    overflow:hidden;
    border:1px solid rgba(11,58,44,.08);
    border-radius:16px;
    background:rgba(255,255,255,.94);
    box-shadow:0 8px 24px rgba(8,50,36,.05);
    transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease;
}
.ntt-hp-process-card:after{
    content:"";
    position:absolute;
    right:-45px;
    bottom:-55px;
    width:120px;
    height:120px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(223,189,99,.16),transparent 68%);
    transition:transform .4s ease;
}
.ntt-hp-process-card:hover{
    transform:translateY(-8px);
    border-color:rgba(223,189,99,.30);
    box-shadow:0 22px 44px rgba(8,50,36,.11);
}
.ntt-hp-process-card:hover:after{transform:scale(1.22)}
.ntt-hp-process-no{
    position:absolute;
    right:18px;
    top:15px;
    color:rgba(199,25,32,.22);
    font-size:42px;
    line-height:1;
    font-weight:800;
    transition:color .28s ease,transform .28s ease;
}
.ntt-hp-process-icon{
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
    border:1px solid rgba(223,189,99,.30);
    border-radius:14px;
    color:var(--green);
    background:linear-gradient(135deg,rgba(223,189,99,.16),rgba(22,130,45,.05));
    box-shadow:0 8px 20px rgba(8,50,36,.06);
}
.ntt-hp-process-icon svg{
    width:25px;
    height:25px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.ntt-hp-process-card h3{
    margin:0 0 10px;
    color:#17372b;
    font-size:16px;
    line-height:1.4;
    font-weight:700;
}
.ntt-hp-process-card p{
    margin:0;
    color:#77827d;
    font-size:12px;
    line-height:1.72;
}

/* Video section */
.ntt-hp-video-section{
    position:relative;
    background:
        radial-gradient(circle at 82% 15%,rgba(223,189,99,.08),transparent 28%),
        #f5f7f3;
}
.ntt-hp-video-grid{
    display:grid;
    grid-template-columns:1.12fr .88fr;
    gap:62px;
    align-items:center;
}
.ntt-hp-video-card{
    position:relative;
    min-height:470px;
    overflow:hidden;
    border-radius:10px 30px 10px 30px;
    background:#0a382a;
    box-shadow:0 24px 55px rgba(8,50,36,.17);
    cursor:pointer;
    outline:none;
    transition:transform .38s ease,box-shadow .38s ease;
}
.ntt-hp-video-card:focus-visible{
    box-shadow:0 0 0 3px rgba(223,189,99,.65),0 24px 55px rgba(8,50,36,.17);
}
.ntt-hp-video-card:hover{
    transform:translateY(-6px);
    box-shadow:0 31px 68px rgba(8,50,36,.22);
}
.ntt-hp-video-card img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .75s cubic-bezier(.2,.7,.2,1),filter .4s ease;
}
.ntt-hp-video-card:hover img{
    transform:scale(1.045);
    filter:saturate(1.05);
}
.ntt-hp-video-shade{
    position:absolute;
    inset:0;
    background:
        linear-gradient(to top,rgba(5,36,26,.82),rgba(5,36,26,.12) 60%),
        linear-gradient(135deg,rgba(223,189,99,.08),transparent 40%);
}
.ntt-hp-video-play{
    position:absolute;
    left:50%;
    top:50%;
    width:78px;
    height:78px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.75);
    border-radius:50%;
    color:#17372b;
    background:rgba(223,189,99,.96);
    box-shadow:0 14px 35px rgba(0,0,0,.22);
    transform:translate(-50%,-50%);
    transition:transform .3s ease,box-shadow .3s ease;
}
.ntt-hp-video-play:after{
    content:"";
    position:absolute;
    inset:-10px;
    border:1px solid rgba(255,255,255,.36);
    border-radius:50%;
    animation:nttVideoPulse 2.5s infinite;
}
.ntt-hp-video-card:hover .ntt-hp-video-play{
    transform:translate(-50%,-50%) scale(1.07);
    box-shadow:0 18px 42px rgba(0,0,0,.27);
}
.ntt-hp-video-play svg{width:30px;height:30px;fill:currentColor;margin-left:4px}
.ntt-hp-video-caption{
    position:absolute;
    left:24px;
    right:24px;
    bottom:22px;
    z-index:2;
}
.ntt-hp-video-caption small,
.ntt-hp-video-caption strong{display:block}
.ntt-hp-video-caption small{
    margin-bottom:6px;
    color:var(--gold-light);
    font-size:10px;
    font-weight:800;
    letter-spacing:1.2px;
}
.ntt-hp-video-caption strong{
    max-width:590px;
    color:#fff;
    font-size:18px;
    line-height:1.45;
}
.ntt-hp-video-copy p{
    margin:18px 0 0;
    color:#68756f;
    font-size:14px;
    line-height:1.85;
}



@keyframes nttVideoPulse{
    0%{transform:scale(.88);opacity:.75}
    70%{transform:scale(1.25);opacity:0}
    100%{transform:scale(1.25);opacity:0}
}

/* Video modal */
.ntt-hp-video-modal{
    position:fixed;
    inset:0;
    z-index:100000;
    display:none;
    align-items:center;
    justify-content:center;
    padding:24px;
}
.ntt-hp-video-modal.is-open{display:flex}
.ntt-hp-video-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(2,21,15,.88);
    -webkit-backdrop-filter:blur(8px);
    backdrop-filter:blur(8px);
}
.ntt-hp-video-modal-dialog{
    position:relative;
    z-index:2;
    width:min(980px,94vw);
    overflow:hidden;
    border:1px solid rgba(255,255,255,.14);
    border-radius:16px;
    background:#071f17;
    box-shadow:0 30px 90px rgba(0,0,0,.45);
}
.ntt-hp-video-frame{
    position:relative;
    aspect-ratio:16/9;
}
.ntt-hp-video-frame iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
}
.ntt-hp-video-close{
    position:absolute;
    z-index:3;
    right:10px;
    top:10px;
    width:38px;
    height:38px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:50%;
    color:#fff;
    background:rgba(5,37,27,.72);
    font-size:26px;
    line-height:1;
    cursor:pointer;
}

/* Product cards: better hierarchy */
.ntt-hp-product-body{
    position:relative;
}
.ntt-hp-product-body:before{
    content:"CÂY GIỐNG";
    position:absolute;
    right:16px;
    top:17px;
    padding:4px 7px;
    border:1px solid rgba(22,130,45,.12);
    border-radius:20px;
    color:rgba(11,58,44,.62);
    background:rgba(22,130,45,.045);
    font-size:8px;
    line-height:1;
    font-weight:800;
    letter-spacing:.6px;
}
.ntt-hp-product-body>span{padding-right:68px}
.ntt-hp-product-body b{
    display:inline-flex;
    align-items:center;
    min-height:31px;
    padding:0 10px;
    border-radius:7px;
    background:rgba(22,130,45,.06);
    transition:background .25s ease,transform .25s ease;
}
.ntt-hp-product-card:hover .ntt-hp-product-body b{
    background:rgba(223,189,99,.18);
    transform:translateX(2px);
}

/* Fine spacing */
.ntt-hp-section-head{margin-bottom:30px}
.ntt-hp-about-grid{gap:64px}
.ntt-hp-products .ntt-hp-section-head{margin-bottom:28px}
.ntt-hp-gallery{height:455px}

/* Responsive */
@media(max-width:980px){
    .ntt-hp-process-grid{grid-template-columns:repeat(2,1fr)}
    .ntt-hp-process-grid:before{display:none}
    .ntt-hp-video-grid{grid-template-columns:1fr;gap:38px}
    .ntt-hp-video-card{min-height:440px}
}
@media(max-width:600px){
    .ntt-hp-section{padding:54px 0}
    .ntt-hp-process-grid{grid-template-columns:1fr;gap:12px}
    .ntt-hp-process-card{min-height:0;padding:22px 18px}
    .ntt-hp-video-card{min-height:330px;border-radius:10px 22px 10px 22px}
    .ntt-hp-video-play{width:64px;height:64px}
    .ntt-hp-video-caption{left:17px;right:17px;bottom:16px}
    .ntt-hp-video-caption strong{font-size:15px}
    .ntt-hp-video-modal{padding:12px}
}
@media(prefers-reduced-motion:reduce){
    .ntt-hp-video-play:after{animation:none}
}


/* v1.3.1 - brand red numbering + cleaner video copy */
.ntt-hp-process-card:hover .ntt-hp-process-no{
    color:rgba(199,25,32,.38);
    transform:translateY(-2px);
}
.ntt-hp-video-copy p{
    margin-bottom:24px;
}
.ntt-hp-video-copy .ntt-hp-text-link{
    display:inline-flex;
    align-items:center;
    min-height:38px;
    padding:0 12px;
    border-radius:8px;
    background:rgba(22,130,45,.055);
    transition:background .25s ease,transform .25s ease;
}
.ntt-hp-video-copy .ntt-hp-text-link:hover{
    background:rgba(223,189,99,.17);
    transform:translateX(3px);
}
