/*====================================================
  GONEO.CSS
  PART 1
  HERO
====================================================*/

/* Reset */

.goneo-page{

    position:relative;

}

/* Hero */

.goneo-page.goneo-hero-v2{

    padding:80px 0;

    background:linear-gradient(135deg,#f7fbff 0%,#ffffff 100%);

    overflow:hidden;

}

.goneo-page .goneo-container{

    max-width:1280px;

    margin:0 auto;

    padding:0 25px;

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:70px;

    align-items:center;

}

/* Logo */

.goneo-page .goneo-logo{

    margin-bottom:20px;

}

.goneo-page .goneo-logo img{

    max-width:180px;

}

/* Tag */

.goneo-page .goneo-tag{

    display:inline-flex;

    align-items:center;

    padding:10px 22px;

    border-radius:40px;

    background:#e9f8ef;

    color:#0c8a4d;

    font-size:13px;

    font-weight:700;

    letter-spacing:.8px;

    margin-bottom:25px;

}

/* Heading */

.goneo-page h1{

    font-size:52px;

    line-height:1.18;

    font-weight:800;

    color:#14345d;

    margin-bottom:22px;

}

/* Trust */

.goneo-page .goneo-trust-bar{

    display:flex;

    flex-wrap:wrap;

    gap:15px;

    margin-bottom:28px;

    color:#0b8f56;

    font-weight:600;

}

/* Description */

.goneo-page .goneo-hero-desc{

    font-size:18px;

    line-height:1.9;

    color:#555;

    margin-bottom:35px;

}

/* Stats */

.goneo-page .goneo-stats{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:18px;

    margin-bottom:35px;

}

.goneo-page .goneo-stats>div{

    background:#fff;

    padding:22px;

    border-radius:18px;

    text-align:center;

    border:1px solid #e9eef5;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    transition:.35s;

}

.goneo-page .goneo-stats>div:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.goneo-page .goneo-stats strong{

    display:block;

    color:#0c8a4d;

    font-size:30px;

    margin-bottom:8px;

}

/* Features */

.goneo-page .goneo-hero-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:16px;

    margin-bottom:38px;

}

.goneo-page .goneo-hero-feature{

    background:#fff;

    border-radius:14px;

    padding:15px 18px;

    border:1px solid #edf2f7;

    font-weight:600;

    color:#444;

}

/* Buttons */

.goneo-page .goneo-hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

.goneo-page .goneo-btn-main,

.goneo-page .goneo-btn-phone{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    height:54px;

    min-width:210px;

    padding:0 28px;

    border-radius:999px;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.goneo-page .goneo-btn-main{

    background:#0c8a4d;

    color:#fff;

}

.goneo-page .goneo-btn-main:hover{

    background:#08723f;

    transform:translateY(-3px);

}

.goneo-page .goneo-btn-phone{

    background:#fff;

    color:#14345d;

    border:2px solid #dfe8ef;

}

.goneo-page .goneo-btn-phone:hover{

    border-color:#0c8a4d;

    color:#0c8a4d;

}

/* Right */

.goneo-page .goneo-right{

    text-align:center;

}

.goneo-page .goneo-right img{

    width:100%;

    max-width:560px;

    transition:.45s;

    filter:drop-shadow(0 25px 40px rgba(0,0,0,.15));

}

.goneo-page .goneo-right:hover img{

    transform:translateY(-10px);

}

/* Responsive */

@media(max-width:849px){

.goneo-page.goneo-hero-v2{

padding:50px 0;

}

.goneo-page .goneo-container{

grid-template-columns:1fr;

gap:40px;

padding:0 18px;

}

.goneo-page h1{

font-size:34px;

}

.goneo-page .goneo-stats{

grid-template-columns:1fr;

}

.goneo-page .goneo-hero-features{

grid-template-columns:1fr;

}

.goneo-page .goneo-hero-buttons{

flex-direction:column;

}

.goneo-page .goneo-btn-main,

.goneo-page .goneo-btn-phone{

width:100%;

}

.goneo-page .goneo-logo img{

max-width:150px;

}

}
/*====================================================
  GONEO.CSS
  PART 2
  BENEFITS
====================================================*/

.goneo-page.goneo-benefits{

    max-width:1280px;

    margin:90px auto;

    padding:0 20px;

}

/* Header */

.goneo-page .goneo-benefits-header{

    max-width:860px;

    margin:0 auto 55px;

    text-align:center;

    color:#666;

    font-size:18px;

    line-height:1.9;

}

.goneo-page .goneo-benefits-header h2{

    margin:14px 0 20px;

    font-size:42px;

    font-weight:800;

    line-height:1.25;

    color:#14345d;

}

.goneo-page .goneo-benefits-header::before{

    content:"";

    display:block;

    width:80px;

    height:4px;

    margin:0 auto 22px;

    background:#0c8a4d;

    border-radius:30px;

}

/* Grid */

.goneo-page .goneo-benefits-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:28px;

}

/* Card */

.goneo-page .goneo-benefit-item{

    background:#fff;

    padding:38px 30px;

    border-radius:24px;

    text-align:center;

    border:1px solid #e8eef5;

    box-shadow:0 12px 30px rgba(0,0,0,.05);

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.goneo-page .goneo-benefit-item::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:#0c8a4d;

    transform:scaleX(0);

    transition:.35s;

}

.goneo-page .goneo-benefit-item:hover{

    transform:translateY(-8px);

    border-color:#0c8a4d;

    box-shadow:0 22px 50px rgba(12,138,77,.15);

}

.goneo-page .goneo-benefit-item:hover::before{

    transform:scaleX(1);

}

/* Icon */

.goneo-page .goneo-icon{

    width:82px;

    height:82px;

    margin:0 auto 22px;

    border-radius:50%;

    background:linear-gradient(135deg,#0c8a4d,#2cbf6d);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:36px;

    color:#fff;

    box-shadow:0 12px 30px rgba(12,138,77,.25);

    transition:.35s;

}

.goneo-page .goneo-benefit-item:hover .goneo-icon{

    transform:rotate(10deg) scale(1.08);

}

/* Title */

.goneo-page .goneo-benefit-item h3{

    margin-bottom:16px;

    font-size:23px;

    font-weight:700;

    color:#14345d;

    line-height:1.4;

}

/* Text */

.goneo-page .goneo-benefit-item{

    color:#666;

    font-size:16px;

    line-height:1.8;

}

/* Alternate Cards */

.goneo-page .goneo-benefit-item:nth-child(even){

    margin-top:22px;

}

/* Animation */

.goneo-page .goneo-benefit-item{

    animation:goneoFadeUp .7s ease both;

}

.goneo-page .goneo-benefit-item:nth-child(2){

    animation-delay:.1s;

}

.goneo-page .goneo-benefit-item:nth-child(3){

    animation-delay:.2s;

}

.goneo-page .goneo-benefit-item:nth-child(4){

    animation-delay:.3s;

}

.goneo-page .goneo-benefit-item:nth-child(5){

    animation-delay:.4s;

}

.goneo-page .goneo-benefit-item:nth-child(6){

    animation-delay:.5s;

}

@keyframes goneoFadeUp{

from{

opacity:0;

transform:translateY(35px);

}

to{

opacity:1;

transform:none;

}

}

/* Responsive */

@media(max-width:1024px){

.goneo-page .goneo-benefits-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:849px){

.goneo-page.goneo-benefits{

margin:60px auto;

padding:0 15px;

}

.goneo-page .goneo-benefits-header h2{

font-size:30px;

}

.goneo-page .goneo-benefits-header{

font-size:16px;

}

.goneo-page .goneo-benefits-grid{

grid-template-columns:1fr;

gap:20px;

}

.goneo-page .goneo-benefit-item:nth-child(even){

margin-top:0;

}

.goneo-page .goneo-benefit-item{

padding:30px 22px;

}

.goneo-page .goneo-icon{

width:70px;

height:70px;

font-size:30px;

}

.goneo-page .goneo-benefit-item h3{

font-size:20px;

}

}
/*====================================================
  GONEO.CSS
  PART 3
  PRODUCTS + HIGHLIGHT
====================================================*/

/*====================================
  Products Section
====================================*/

.goneo-page.goneo-products{

    max-width:1280px;

    margin:90px auto;

    padding:0 20px;

}

.goneo-page .goneo-products-header{

    max-width:860px;

    margin:0 auto 55px;

    text-align:center;

    color:#666;

    font-size:18px;

    line-height:1.9;

}

.goneo-page .goneo-products-header h2{

    margin:14px 0 20px;

    font-size:42px;

    font-weight:800;

    color:#14345d;

    line-height:1.25;

}

.goneo-page .goneo-products-header::before{

    content:"";

    display:block;

    width:80px;

    height:4px;

    background:#0c8a4d;

    margin:0 auto 22px;

    border-radius:20px;

}

/*====================================
  Category Grid
====================================*/

.goneo-page .goneo-category-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:28px;

    margin-top:45px;

}

.goneo-page .goneo-product-card{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    border:1px solid #e8edf4;

    box-shadow:0 12px 35px rgba(0,0,0,.05);

    transition:.35s;

}

.goneo-page .goneo-product-card:hover{

    transform:translateY(-8px);

    box-shadow:0 22px 55px rgba(0,0,0,.12);

    border-color:#0c8a4d;

}

.goneo-page .goneo-product-icon{

    width:85px;

    height:85px;

    margin:35px auto 20px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#0c8a4d,#2dbf6d);

    color:#fff;

    font-size:38px;

}

.goneo-page .goneo-product-card h3{

    text-align:center;

    font-size:24px;

    color:#14345d;

    margin-bottom:20px;

}

.goneo-page .goneo-product-card ul{

    list-style:none;

    margin:0;

    padding:0 30px 30px;

}

.goneo-page .goneo-product-card li{

    padding:10px 0;

    border-bottom:1px dashed #edf2f7;

    color:#555;

}

.goneo-page .goneo-product-card li:last-child{

    border-bottom:none;

}

/*====================================
  Product Grid
====================================*/

.goneo-page.goneo-product-grid{

    max-width:1280px;

    margin:70px auto;

    padding:0 20px;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.goneo-page .goneo-product-image{

    overflow:hidden;

}

.goneo-page .goneo-product-image img{

    width:100%;

    display:block;

    transition:.45s;

}

.goneo-page .goneo-product-card:hover .goneo-product-image img{

    transform:scale(1.08);

}

.goneo-page .goneo-product-content{

    padding:28px;

}

.goneo-page .goneo-product-content h3{

    margin-bottom:18px;

}

.goneo-page .goneo-product-content ul{

    padding:0;

    list-style:none;

    margin-bottom:28px;

}

.goneo-page .goneo-product-content li{

    padding:10px 0;

    color:#555;

    border-bottom:1px dashed #edf2f7;

}

.goneo-page .goneo-product-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:100%;

    height:52px;

    border-radius:50px;

    background:#0c8a4d;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.goneo-page .goneo-product-btn:hover{

    background:#08723f;

    transform:translateY(-3px);

}

/*====================================
  Highlight
====================================*/

.goneo-page.goneo-highlight{

    margin:100px auto;

    padding:0 20px;

}

.goneo-page .goneo-highlight-wrap{

    max-width:1280px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:center;

    background:#fff;

    border-radius:30px;

    padding:60px;

    box-shadow:0 20px 55px rgba(0,0,0,.06);

}

.goneo-page .goneo-highlight-image img{

    width:100%;

    transition:.45s;

}

.goneo-page .goneo-highlight-image:hover img{

    transform:scale(1.05);

}

.goneo-page .goneo-section-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:30px;

    background:#e9f8ef;

    color:#0c8a4d;

    font-weight:700;

    margin-bottom:20px;

}

.goneo-page .goneo-highlight-content h2{

    font-size:40px;

    color:#14345d;

    margin-bottom:20px;

    line-height:1.3;

}

.goneo-page .goneo-highlight-content{

    color:#555;

    font-size:18px;

    line-height:1.9;

}

/* Specs */

.goneo-page .goneo-spec-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:18px;

    margin-top:35px;

}

.goneo-page .goneo-spec-item{

    background:#f8fbfd;

    border-radius:18px;

    padding:22px;

    text-align:center;

}

.goneo-page .goneo-spec-item strong{

    display:block;

    color:#0c8a4d;

    font-size:28px;

    margin-bottom:8px;

}

/*====================================
  Responsive
====================================*/

@media(max-width:1024px){

.goneo-page .goneo-category-grid,

.goneo-page.goneo-product-grid,

.goneo-page .goneo-highlight-wrap{

grid-template-columns:1fr;

}

.goneo-page .goneo-spec-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:849px){

.goneo-page.goneo-products,

.goneo-page.goneo-product-grid,

.goneo-page.goneo-highlight{

padding:0 15px;

margin:60px auto;

}

.goneo-page .goneo-products-header h2,

.goneo-page .goneo-highlight-content h2{

font-size:30px;

}

.goneo-page .goneo-highlight-wrap{

padding:30px 22px;

}

.goneo-page .goneo-spec-grid{

grid-template-columns:1fr;

}

}
/*====================================================
  GONEO.CSS
  PART 4
  STREET LIGHT + GARDEN LIGHT
====================================================*/

/*==============================
  Street Light
==============================*/

.goneo-page.goneo-streetlight{

    margin:90px auto;

    padding:0 20px;

}

.goneo-page .goneo-streetlight-container{

    max-width:1280px;

    margin:auto;

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:60px;

    align-items:center;

    background:#fff;

    border-radius:32px;

    padding:60px;

    box-shadow:0 18px 50px rgba(0,0,0,.06);

}

.goneo-page .goneo-streetlight-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    background:#e9f8ef;

    color:#0c8a4d;

    font-weight:700;

    margin-bottom:20px;

}

.goneo-page .goneo-streetlight-content h2{

    font-size:42px;

    line-height:1.3;

    font-weight:800;

    color:#14345d;

    margin-bottom:22px;

}

.goneo-page .goneo-streetlight-content{

    color:#555;

    font-size:18px;

    line-height:1.9;

}

.goneo-page .goneo-streetlight-image{

    text-align:center;

}

.goneo-page .goneo-streetlight-image img{

    width:100%;

    transition:.45s;

    filter:drop-shadow(0 18px 35px rgba(0,0,0,.15));

}

.goneo-page .goneo-streetlight-image:hover img{

    transform:translateY(-8px);

}

/* Feature Grid */

.goneo-page .goneo-streetlight-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:16px;

    margin:35px 0;

}

.goneo-page .goneo-feature-item{

    background:#f8fbfd;

    border:1px solid #e8eef5;

    border-radius:14px;

    padding:15px 18px;

    transition:.3s;

}

.goneo-page .goneo-feature-item:hover{

    background:#0c8a4d;

    color:#fff;

    transform:translateY(-4px);

}

/* Applications */

.goneo-page .goneo-streetlight-apps{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin-top:20px;

}

.goneo-page .goneo-streetlight-apps{

    font-weight:600;

    color:#14345d;

}

/*==============================
  Garden Light
==============================*/

.goneo-page.goneo-garden-light{

    margin:90px auto;

    padding:0 20px;

}

.goneo-page .goneo-garden-container{

    max-width:1280px;

    margin:auto;

    display:grid;

    grid-template-columns:.9fr 1.1fr;

    gap:60px;

    align-items:center;

    background:#fff;

    border-radius:32px;

    padding:60px;

    box-shadow:0 18px 50px rgba(0,0,0,.06);

}

.goneo-page .goneo-garden-image img{

    width:100%;

    transition:.45s;

    filter:drop-shadow(0 18px 35px rgba(0,0,0,.15));

}

.goneo-page .goneo-garden-image:hover img{

    transform:scale(1.04);

}

.goneo-page .goneo-garden-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    background:#e9f8ef;

    color:#0c8a4d;

    font-weight:700;

    margin-bottom:20px;

}

.goneo-page .goneo-garden-content h2{

    font-size:42px;

    line-height:1.3;

    font-weight:800;

    color:#14345d;

    margin-bottom:22px;

}

.goneo-page .goneo-garden-content{

    color:#555;

    font-size:18px;

    line-height:1.9;

}

/* Garden Feature */

.goneo-page .goneo-garden-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-top:35px;

}

.goneo-page .goneo-feature-box{

    background:#f8fbfd;

    border-radius:16px;

    border:1px solid #e8eef5;

    padding:18px;

    transition:.3s;

    font-weight:600;

}

.goneo-page .goneo-feature-box:hover{

    background:#0c8a4d;

    color:#fff;

    transform:translateY(-5px);

}

/*==============================
  Responsive
==============================*/

@media(max-width:1024px){

.goneo-page .goneo-streetlight-container,

.goneo-page .goneo-garden-container{

grid-template-columns:1fr;

}

}

@media(max-width:849px){

.goneo-page.goneo-streetlight,

.goneo-page.goneo-garden-light{

margin:60px auto;

padding:0 15px;

}

.goneo-page .goneo-streetlight-container,

.goneo-page .goneo-garden-container{

padding:30px 22px;

gap:35px;

}

.goneo-page .goneo-streetlight-content h2,

.goneo-page .goneo-garden-content h2{

font-size:30px;

}

.goneo-page .goneo-streetlight-features,

.goneo-page .goneo-garden-features{

grid-template-columns:1fr;

}

.goneo-page .goneo-streetlight-content,

.goneo-page .goneo-garden-content{

font-size:16px;

}

}
/*====================================================
  GONEO.CSS
  PART 5
  FAQ • CTA • FOOTER • ANIMATION
====================================================*/

/*==============================
 FAQ
==============================*/

.goneo-page.goneo-faq{

    max-width:1100px;
    margin:90px auto;
    padding:0 20px;

}

.goneo-page .goneo-faq-header{

    text-align:center;
    margin-bottom:50px;

}

.goneo-page .goneo-faq-header h2{

    font-size:42px;
    color:#14345d;
    margin-bottom:15px;
    font-weight:800;

}

.goneo-page .goneo-faq-header p{

    color:#666;
    font-size:18px;

}

.goneo-page .goneo-faq-item{

    background:#fff;
    border-radius:18px;
    margin-bottom:18px;
    border:1px solid #e8eef5;
    overflow:hidden;
    transition:.3s;

}

.goneo-page .goneo-faq-item:hover{

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.goneo-page .goneo-faq-item summary{

    cursor:pointer;
    list-style:none;
    padding:22px 28px;
    font-size:18px;
    font-weight:700;
    color:#14345d;
    position:relative;

}

.goneo-page .goneo-faq-item summary::-webkit-details-marker{

    display:none;

}

.goneo-page .goneo-faq-item summary:after{

    content:"+";
    position:absolute;
    right:25px;
    top:20px;
    font-size:28px;
    color:#0c8a4d;
    transition:.3s;

}

.goneo-page .goneo-faq-item[open] summary:after{

    transform:rotate(45deg);

}

.goneo-page .goneo-faq-content{

    padding:0 28px 25px;
    color:#666;
    line-height:1.9;

}

/*==============================
 CTA
==============================*/

.goneo-page.goneo-cta{

    margin:90px auto;
    padding:0 20px;

}

.goneo-page .goneo-cta-wrap{

    max-width:1280px;

    margin:auto;

    background:linear-gradient(135deg,#0c8a4d,#17a05b);

    border-radius:30px;

    color:#fff;

    padding:70px 60px;

    text-align:center;

}

.goneo-page .goneo-cta-wrap h2{

    font-size:42px;

    margin-bottom:20px;

    color:#fff;

}

.goneo-page .goneo-cta-wrap p{

    max-width:760px;

    margin:auto;

    font-size:18px;

    line-height:1.9;

    opacity:.95;

}

.goneo-page .goneo-cta-buttons{

    margin-top:40px;

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.goneo-page .goneo-cta-btn{

    height:56px;

    min-width:220px;

    border-radius:999px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.goneo-page .goneo-btn-white{

    background:#fff;

    color:#0c8a4d;

}

.goneo-page .goneo-btn-white:hover{

    transform:translateY(-4px);

}

.goneo-page .goneo-btn-outline{

    border:2px solid rgba(255,255,255,.5);

    color:#fff;

}

.goneo-page .goneo-btn-outline:hover{

    background:#fff;

    color:#0c8a4d;

}

/*==============================
 Utilities
==============================*/

.goneo-page img{

    max-width:100%;

    height:auto;

}

.goneo-page a{

    transition:.3s;

}

.goneo-page section{

    position:relative;

}

.goneo-page h1,
.goneo-page h2,
.goneo-page h3{

    letter-spacing:-.4px;

}

/*==============================
 Animation
==============================*/

.goneo-page{

    animation:goneoFade .8s ease;

}

@keyframes goneoFade{

    from{

        opacity:0;

        transform:translateY(25px);

    }

    to{

        opacity:1;

        transform:none;

    }

}

.goneo-page img:hover{

    transform:translateY(-4px);

}

/*==============================
 Mobile
==============================*/

@media(max-width:849px){

.goneo-page.goneo-faq,
.goneo-page.goneo-cta{

margin:60px auto;

padding:0 15px;

}

.goneo-page .goneo-faq-header h2{

font-size:30px;

}

.goneo-page .goneo-faq-item summary{

font-size:17px;

padding:18px 20px;

}

.goneo-page .goneo-faq-content{

padding:0 20px 20px;

}

.goneo-page .goneo-cta-wrap{

padding:40px 25px;

}

.goneo-page .goneo-cta-wrap h2{

font-size:30px;

}

.goneo-page .goneo-cta-wrap p{

font-size:16px;

}

.goneo-page .goneo-cta-buttons{

flex-direction:column;

}

.goneo-page .goneo-cta-btn{

width:100%;

}

}