/*
Theme Name:     north Child Theme
Theme URI:      http://higo2.com/
Description:    Child theme for the North theme
Author:         north
Author URI:     http://theme.com
Template:       north
Version:        1.1.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework


ul.products {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

ul.products li.product {
    width: 100% !important;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
}

ul.products li.product img {
    width: 100px;
    height: auto;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    margin: 0;
}

*/

.higo-plan {
    background: #0d1117;
    color: white;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #222;
    transition: 0.3s;
}

.higo-plan:hover {
    transform: translateY(-5px);
    border-color: #3b82f6;
}

.higo-plan-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.higo-plan-price {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.higo-plan-price span {
    font-size: 14px;
    color: #aaa;
}

.higo-plan-desc {
    margin-bottom: 20px;
    color: #aaa;
}

.higo-plan-features {
    text-align: left;
    margin-bottom: 20px;
}

.higo-plan-features div {
    margin-bottom: 8px;
}

.higo-plan-btn {
    display: block;
    background: #3b82f6;
    color: white;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

.higo-plan-btn:hover {
    background: #2563eb;
}

.higo-card .vc_column-inner {
  background: #f8fafc;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.25s ease;
}

.higo-card:hover .vc_column-inner {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}


/* === HIGO CONTACT PREMIUM === */

/* === CONTACT PAGE PREMIUM === */

.higo-contact-card {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
  transition: all 0.3s ease;
}

.higo-contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.18);
}

.higo-contact-card h2 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #0f172a;
}

.higo-contact-card p {
  color: #64748b;
  margin-bottom: 18px;
  font-size: 14px;
}

/* inputs modernes */
.higo-contact-card input,
.higo-contact-card textarea {
  width: 100%;
  padding: 1px 1px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  margin-bottom: 1px;
  background: #f9fafb;
  transition: all 0.2s ease;
}

.higo-contact-card input:focus,
.higo-contact-card textarea:focus {
  background: #ffffff;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.15);
  outline: none;
}

/* bouton premium */
.higo-contact-card input[type="submit"] {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  border: none;
  font-weight: 600;
  padding: 14px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.higo-contact-card input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(59,130,246,0.4);
}

/* bloc infos gauche */

.higo-contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(135deg, #ffffff, #f1f5f9);
  padding: 18px;
  border-radius: 16px;
  margin-bottom: 15px;
  transition: all 0.25s ease;
  border: 1px solid #e2e8f0;
}

.higo-contact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* icônes */
.higo-contact-item i {
  font-size: 30px;
  color: #3b82f6;
  background: rgba(59,130,246,0.1);
  padding: 12px;
  border-radius: 12px;
}

.higo-contact-item.whatsapp i {
  color: #25D366;
  background: rgba(37,211,102,0.1);
}

/* titre */
.higo-contact-info h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #3b82f6, #2563eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* texte intro */
.higo-contact-intro {
  font-size: 16px;
  color: #64748b;
  margin-bottom: 30px;
}

/* === HIGO PRODUCT PAGE === */

.higo-product-hero {
  padding: 20px 0;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.16), transparent 35%),
    linear-gradient(135deg, #f8fafc 0%, #eef4ff 100%);
}

.higo-product-badge {
  display: inline-block;
  background: rgba(37,99,235,.12);
  color: #2563eb;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  margin-bottom: 18px;
}

.higo-product-hero h1 {
  font-size: 56px;
  line-height: 1.05;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 22px;
}

.higo-product-lead {
  font-size: 20px;
  line-height: 1.7;
  color: #475569;
  max-width: 620px;
}

.higo-product-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.higo-btn-primary,
.higo-btn-secondary {
  display: inline-block;
  padding: 15px 24px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
}

.higo-btn-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff !important;
  box-shadow: 0 18px 40px rgba(37,99,235,.28);
}

.higo-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 55px rgba(37,99,235,.38);
}

.higo-btn-secondary {
  background: #fff;
  color: #2563eb !important;
  border: 1px solid #dbeafe;
}

.higo-image-placeholder {
  min-height: 360px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.9), rgba(241,245,249,.9));
  border: 1px solid #dbe3ef;
  box-shadow: 0 30px 80px rgba(15,23,42,.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-weight: 700;
  text-align: center;
  padding: 20px;
}

.higo-product-section {
  padding: 20px 0 20px;
  background: #fff;
}

.higo-section-title {
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  color: #0f172a;
}

.higo-section-subtitle {
  text-align: center;
  max-width: 760px;
  margin: 15px auto 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.7;
}

.higo-features-grid {
  background: #fff;
  padding: 15px 0;
}

.higo-feature-card,
.higo-highlight-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 18px 45px rgba(15,23,42,.07);
  transition: all .25s ease;
}

.higo-feature-card:hover,
.higo-highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(15,23,42,.13);
}

.higo-feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
}

.higo-feature-card h3,
.higo-highlight-card h3 {
  font-size: 22px;
  font-weight: 850;
  color: #0f172a;
  margin-bottom: 10px;
}

.higo-feature-card p,
.higo-highlight-card p {
  color: #64748b;
  line-height: 1.7;
  font-size: 16px;
}

.higo-mobile-section {
  padding: 20px 0;
  background: #f8fafc;
}

.higo-mobile-section h2 {
  font-size: 38px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 18px;
}

.higo-mobile-section p {
  color: #64748b;
  font-size: 18px;
  line-height: 1.7;
}

.higo-check-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}

.higo-check-list li {
  background: #fff;
  margin-bottom: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-weight: 650;
}

.higo-check-list li:before {
  content: "✓";
  color: #16a34a;
  font-weight: 900;
  margin-right: 10px;
}

.higo-highlight-card {
  background:
    radial-gradient(circle at top right, rgba(34,197,94,.18), transparent 35%),
    #ffffff;
}

.higo-product-cta {
  text-align: center;
  padding: 20px 0;
  background:
    radial-gradient(circle at top, rgba(37,99,235,.18), transparent 35%),
    linear-gradient(135deg, #0f172a, #1e293b);
}

.higo-product-cta h2 {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 14px;
}

.higo-product-cta p {
  color: #cbd5e1;
  font-size: 18px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .higo-product-hero h1 {
    font-size: 38px;
  }

  .higo-product-lead {
    font-size: 17px;
  }

  .higo-section-title,
  .higo-mobile-section h2,
  .higo-product-cta h2 {
    font-size: 30px;
  }

  .higo-image-placeholder {
    min-height: 240px;
    margin-top: 30px;
  }
}

.single-product .summary,
.single-product form.cart,
.single-product .woocommerce-variation-add-to-cart,
.single-product button.single_add_to_cart_button {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

.single-product .higo-product-hero,
.single-product .higo-product-section,
.single-product .higo-features-grid,
.single-product .higo-mobile-section,
.single-product .higo-product-cta {
  pointer-events: auto;
}


.product_meta {
  display: none;
}

.higo-solution-line {
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 38px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 155px rgba(0,0,0,0.08);
}

.higo-solution-line.reverse {
    flex-direction: row-reverse;
}

.higo-solution-img {
    width: 45%;
    min-height: 320px;
}

.higo-solution-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.higo-solution-content {
    width: 95%;
    padding: 25px 25px;
}

.higo-solution-content span {
    color: #ff6b00;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.higo-solution-content h3 {
    font-size: 30px;
    margin: 12px 0 15px;
    color: #111827;
}

.higo-solution-content p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}

.higo-solution-content a {
    display: inline-block;
    color: #111827;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #ff6b00;
    padding-bottom: 5px;
}

.higo-cta-btn-alt {
    display: inline-block;
    background: #ff6b00;
    color: #fff !important;
    padding: 16px 75px;
    border-radius: 50px;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 700;
}

.higo-cta-btn-alt:hover {
    background: #e65f00;
}

@media (max-width: 768px) {
    .higo-solution-line,
    .higo-solution-line.reverse {
        flex-direction: column;
    }

    .higo-solution-img,
    .higo-solution-content {
        width: 100%;
    }

    .higo-solution-content {
        padding: 30px 25px;
    }

    .higo-solution-img,
    .higo-solution-img img {
        min-height: 220px;
        height: 220px;
    }
}

/* Bandeau 45° sur les vignettes de plans */
.higo-plan {
    position: relative;
    overflow: hidden;
}

.higo-plan-ribbon {
    position: absolute;
    top: 18px;
    right: -30px;
    background: #ff6b00;
    color: #fff;
    padding: 5px 40px;
    transform: rotate(45deg);
    font-size: 11px;
    font-weight: 700;
    z-index: 10;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* Bandeau 45° sur image produit WooCommerce */
.woocommerce-product-gallery {
    position: relative;
    overflow: hidden;
}

.higo-product-ribbon {
    position: absolute;
    top: 25px;
    left: -35px;
    background: #ff6b00;
    color: #fff;
    padding: 6px 50px;
    transform: rotate(-45deg);
    font-size: 12px;
    font-weight: 700;
    z-index: 10;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

