{"id":667,"date":"2026-03-05T12:06:47","date_gmt":"2026-03-05T12:06:47","guid":{"rendered":"https:\/\/danielepatente.it\/?page_id=667"},"modified":"2026-03-05T12:19:39","modified_gmt":"2026-03-05T12:19:39","slug":"ht-logistica","status":"publish","type":"page","link":"https:\/\/danielepatente.it\/index.php\/ht-logistica\/","title":{"rendered":"HT LOGISTICA"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"667\" class=\"elementor elementor-667\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9efc2bd e-con-full e-flex e-con e-parent\" data-id=\"9efc2bd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afa1255 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"afa1255\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<?php\r\n\/**\r\n * Template Name: HT Logistica Landing\r\n * Template Post Type: page\r\n *\/\r\n?><!DOCTYPE html>\r\n<html lang=\"it\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n  <title>HT Logistica &ndash; Trasporto Veicoli e Macchinari<\/title>\r\n  <meta name=\"description\" content=\"HT Logistica &ndash; Trasporto professionale di auto, furgoni, camion, rimorchi, scavatori e trattori in tutta Italia e in Europa.\" \/>\r\n  <?php wp_head(); ?>\r\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\r\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\" \/>\r\n  <link href=\"https:\/\/fonts.googleapis.com\/icon?family=Material+Icons+Round\" rel=\"stylesheet\" \/>\r\n  <style>\r\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\r\n\r\n    :root {\r\n      --blue:    #0a3d91;\r\n      --blue-d:  #072d6e;\r\n      --blue-lt: #e8f0ff;\r\n      --orange:  #f7941d;\r\n      --orange-d:#e07e0a;\r\n      --gray:    #f5f7fa;\r\n      --text:    #1a1a2e;\r\n      --muted:   #6b7280;\r\n      --white:   #ffffff;\r\n      --border:  #e0e4ef;\r\n      --radius:  10px;\r\n      --shadow:  0 4px 24px rgba(10,61,145,.10);\r\n    }\r\n\r\n    html { scroll-behavior: smooth; }\r\n\r\n    body.ht-landing {\r\n      font-family: 'Inter', sans-serif !important;\r\n      background: var(--white) !important;\r\n      color: var(--text) !important;\r\n      line-height: 1.6 !important;\r\n      margin: 0 !important;\r\n      padding: 0 !important;\r\n    }\r\n\r\n    \/* \u2500\u2500 NAVIGATION \u2500\u2500 *\/\r\n    .ht-nav {\r\n      position: fixed; top: 0; left: 0; right: 0; z-index: 1000;\r\n      background: var(--white);\r\n      box-shadow: 0 2px 12px rgba(0,0,0,.08);\r\n      display: flex; align-items: center; justify-content: space-between;\r\n      padding: 0 6vw; height: 70px;\r\n    }\r\n    .ht-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }\r\n    .ht-logo-icon { width: 42px; height: 42px; background: var(--blue); border-radius: 8px; display: flex; align-items: center; justify-content: center; }\r\n    .ht-logo-icon svg { width: 26px; height: 26px; fill: var(--white); }\r\n    .ht-logo-text { font-size: 1.25rem; font-weight: 800; color: var(--blue); letter-spacing: -.5px; }\r\n    .ht-logo-text span { color: var(--orange); }\r\n    .ht-nav-links { display: flex; gap: 2rem; list-style: none; }\r\n    .ht-nav-links a { text-decoration: none; color: var(--text); font-weight: 500; font-size: .92rem; transition: color .2s; }\r\n    .ht-nav-links a:hover { color: var(--blue); }\r\n    .ht-nav-cta { background: var(--orange); color: var(--white); border: none; padding: .55rem 1.4rem; border-radius: 6px; font-weight: 700; font-size: .9rem; cursor: pointer; text-decoration: none; transition: background .2s; }\r\n    .ht-nav-cta:hover { background: var(--orange-d); color: var(--white); }\r\n\r\n    \/* \u2500\u2500 HERO \u2500\u2500 *\/\r\n    .ht-hero {\r\n      min-height: 100vh; background: var(--white);\r\n      display: flex; align-items: center;\r\n      padding: 100px 6vw 60px; position: relative; overflow: hidden;\r\n      border-bottom: 1px solid var(--border);\r\n    }\r\n    .ht-hero::before {\r\n      content: ''; position: absolute; inset: 0;\r\n      background: radial-gradient(ellipse at 72% 50%, rgba(10,61,145,.05) 0%, transparent 65%);\r\n      pointer-events: none;\r\n    }\r\n    .ht-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; max-width: 1200px; margin: 0 auto; width: 100%; }\r\n    .ht-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(247,148,29,.10); border: 1px solid rgba(247,148,29,.35); color: #b85e00; padding: .35rem .9rem; border-radius: 20px; font-size: .8rem; font-weight: 600; margin-bottom: 1.2rem; }\r\n    .ht-badge::before { content: ''; width: 8px; height: 8px; background: var(--orange); border-radius: 50%; display: block; }\r\n    .ht-hero h1 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900; color: var(--text); line-height: 1.15; margin-bottom: 1.2rem; }\r\n    .ht-hero h1 span { color: var(--blue); }\r\n    .ht-hero p { color: var(--muted); font-size: 1.05rem; max-width: 480px; margin-bottom: 2rem; }\r\n    .ht-hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }\r\n    .ht-btn-primary { background: var(--orange); color: var(--white) !important; padding: .85rem 2rem; border-radius: 8px; font-weight: 700; font-size: 1rem; text-decoration: none !important; transition: background .2s, transform .15s; display: inline-block; }\r\n    .ht-btn-primary:hover { background: var(--orange-d); transform: translateY(-2px); }\r\n    .ht-btn-outline { background: transparent; color: var(--blue) !important; border: 2px solid var(--blue); padding: .85rem 2rem; border-radius: 8px; font-weight: 700; font-size: 1rem; text-decoration: none !important; transition: background .2s, color .2s; display: inline-block; }\r\n    .ht-btn-outline:hover { background: var(--blue); color: var(--white) !important; }\r\n    .ht-stats { display: flex; gap: 2rem; flex-wrap: wrap; }\r\n    .ht-stat-num { font-size: 1.8rem; font-weight: 900; color: var(--blue); line-height: 1; }\r\n    .ht-stat-label { font-size: .78rem; color: var(--muted); margin-top: 2px; }\r\n    .ht-hero-visual { display: flex; justify-content: center; align-items: center; }\r\n    .ht-hero-card { width: 100%; max-width: 480px; position: relative; }\r\n    .ht-hero-img { width: 100%; border-radius: 16px; background: var(--gray); border: 1px solid var(--border); padding: 2rem; display: flex; flex-direction: column; align-items: center; box-shadow: 0 12px 40px rgba(10,61,145,.10); }\r\n    .ht-chip { position: absolute; background: var(--white); border-radius: 10px; padding: .6rem 1rem; box-shadow: 0 8px 24px rgba(0,0,0,.12); display: flex; align-items: center; gap: .5rem; font-size: .8rem; font-weight: 600; color: var(--text); border: 1px solid var(--border); animation: htfloat 3s ease-in-out infinite; }\r\n    .ht-chip-1 { top: -16px; right: -20px; }\r\n    .ht-chip-2 { bottom: -16px; left: -20px; animation-delay: 1.5s; }\r\n    .ht-chip-icon { width: 28px; height: 28px; border-radius: 6px; display: flex; align-items: center; justify-content: center; }\r\n    @keyframes htfloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }\r\n\r\n    \/* \u2500\u2500 TRUST BAR \u2500\u2500 *\/\r\n    .ht-trust { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 1.2rem 6vw; }\r\n    .ht-trust-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; }\r\n    .ht-trust-item { display: flex; align-items: center; gap: .6rem; color: var(--muted); font-size: .85rem; font-weight: 500; }\r\n    .ht-trust-item svg { width: 20px; height: 20px; fill: var(--blue); flex-shrink: 0; }\r\n\r\n    \/* \u2500\u2500 SECTIONS \u2500\u2500 *\/\r\n    .ht-section { padding: 80px 6vw; }\r\n    .ht-section-inner { max-width: 1200px; margin: 0 auto; }\r\n    .ht-tag { display: inline-block; background: var(--blue-lt); color: var(--blue); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .3rem .8rem; border-radius: 20px; margin-bottom: .9rem; }\r\n    .ht-section-title { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: var(--text); margin-bottom: .8rem; line-height: 1.2; }\r\n    .ht-section-sub { color: var(--muted); font-size: 1rem; max-width: 580px; }\r\n    .ht-section-head { margin-bottom: 3rem; }\r\n    .ht-section-head.center { text-align: center; }\r\n    .ht-section-head.center .ht-section-sub { margin: 0 auto; }\r\n    .ht-border-top { border-top: 1px solid var(--border); }\r\n\r\n    \/* \u2500\u2500 SERVICES \u2500\u2500 *\/\r\n    .ht-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }\r\n    .ht-service-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 1.8rem 1.4rem; text-align: center; transition: box-shadow .25s, border-color .25s, transform .2s; }\r\n    .ht-service-card:hover { box-shadow: var(--shadow); border-color: var(--blue); transform: translateY(-4px); }\r\n    .ht-service-icon { width: 64px; height: 64px; border-radius: 14px; background: var(--blue-lt); margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; }\r\n    .ht-service-icon .material-icons-round { font-size: 34px; color: var(--blue); }\r\n    .ht-service-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: .4rem; color: var(--text); }\r\n    .ht-service-card p { font-size: .84rem; color: var(--muted); }\r\n\r\n    \/* \u2500\u2500 STEPS \u2500\u2500 *\/\r\n    .ht-steps { display: flex; gap: 0; flex-wrap: wrap; position: relative; }\r\n    .ht-steps::before { content: ''; position: absolute; top: 36px; left: 0; right: 0; height: 2px; background: linear-gradient(to right, var(--blue), var(--orange)); z-index: 0; }\r\n    .ht-step { flex: 1 1 180px; text-align: center; position: relative; z-index: 1; padding: 0 1rem; }\r\n    .ht-step-num { width: 72px; height: 72px; border-radius: 50%; background: var(--blue); color: var(--white); font-size: 1.4rem; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; border: 4px solid var(--white); box-shadow: 0 0 0 2px var(--blue); }\r\n    .ht-step:last-child .ht-step-num { background: var(--orange); box-shadow: 0 0 0 2px var(--orange); }\r\n    .ht-step h3 { font-size: .95rem; font-weight: 700; margin-bottom: .4rem; color: var(--text); }\r\n    .ht-step p { font-size: .82rem; color: var(--muted); }\r\n\r\n    \/* \u2500\u2500 WHY \u2500\u2500 *\/\r\n    .ht-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }\r\n    .ht-why-list { display: flex; flex-direction: column; gap: 1.4rem; }\r\n    .ht-why-item { display: flex; gap: 1rem; }\r\n    .ht-why-bullet { width: 44px; height: 44px; border-radius: 10px; background: var(--blue-lt); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }\r\n    .ht-why-bullet svg { width: 22px; height: 22px; fill: var(--blue); }\r\n    .ht-why-item h4 { font-size: .97rem; font-weight: 700; margin-bottom: .2rem; color: var(--text); }\r\n    .ht-why-item p { font-size: .84rem; color: var(--muted); }\r\n    .ht-metrics { background: var(--white); border: 1.5px solid var(--border); border-radius: 16px; padding: 2rem; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 1rem; }\r\n    .ht-metrics-title { font-size: .8rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: .4rem; }\r\n    .ht-metric { background: var(--gray); border: 1px solid var(--border); border-radius: 10px; padding: 1rem 1.2rem; display: flex; align-items: center; gap: 1rem; }\r\n    .ht-metric-icon { width: 40px; height: 40px; border-radius: 8px; background: var(--blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\r\n    .ht-metric-icon svg { width: 22px; height: 22px; fill: var(--white); }\r\n    .ht-metric-num { font-size: 1.4rem; font-weight: 900; color: var(--text); line-height: 1; }\r\n    .ht-metric-desc { font-size: .78rem; color: var(--muted); }\r\n\r\n    \/* \u2500\u2500 VEHICLES \u2500\u2500 *\/\r\n    .ht-vehicles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }\r\n    .ht-vehicle-card { background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1.5px solid var(--border); transition: box-shadow .25s, transform .2s; }\r\n    .ht-vehicle-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }\r\n    .ht-vehicle-img { height: 130px; display: flex; align-items: center; justify-content: center; font-size: 4.5rem; background: var(--blue-lt); }\r\n    .ht-vehicle-body { padding: 1rem 1.2rem; }\r\n    .ht-vehicle-body h3 { font-size: .95rem; font-weight: 700; margin-bottom: .25rem; color: var(--text); }\r\n    .ht-vehicle-body p { font-size: .8rem; color: var(--muted); }\r\n\r\n    \/* \u2500\u2500 COVERAGE \u2500\u2500 *\/\r\n    .ht-coverage-flex { display: flex; gap: 3rem; align-items: center; flex-wrap: wrap; }\r\n    .ht-coverage-text { flex: 1 1 300px; }\r\n    .ht-coverage-text h2 { font-size: clamp(1.5rem,2.5vw,2rem); font-weight: 800; margin-bottom: 1rem; color: var(--text); }\r\n    .ht-coverage-text p { color: var(--muted); margin-bottom: 1.5rem; }\r\n    .ht-zone-tags { display: flex; flex-wrap: wrap; gap: .6rem; }\r\n    .ht-zone-tag { background: var(--blue-lt); color: var(--blue); border-radius: 6px; padding: .35rem .8rem; font-size: .82rem; font-weight: 600; border: 1px solid rgba(10,61,145,.12); }\r\n    .ht-coverage-map { flex: 1 1 300px; border-radius: 16px; overflow: hidden; min-height: 280px; background: var(--blue-lt); border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; }\r\n\r\n    \/* \u2500\u2500 REVIEWS \u2500\u2500 *\/\r\n    .ht-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }\r\n    .ht-review-card { background: var(--white); border-radius: var(--radius); padding: 1.6rem; box-shadow: 0 2px 16px rgba(10,61,145,.08); border: 1.5px solid var(--border); }\r\n    .ht-stars { color: var(--orange); font-size: 1rem; margin-bottom: .8rem; letter-spacing: 2px; }\r\n    .ht-review-text { font-size: .9rem; color: var(--text); margin-bottom: 1.2rem; font-style: italic; line-height: 1.7; }\r\n    .ht-reviewer { display: flex; align-items: center; gap: .8rem; }\r\n    .ht-reviewer-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--blue); color: var(--white); font-weight: 700; font-size: .9rem; display: flex; align-items: center; justify-content: center; }\r\n    .ht-reviewer-name { font-size: .88rem; font-weight: 700; color: var(--text); }\r\n    .ht-reviewer-role { font-size: .77rem; color: var(--muted); }\r\n\r\n    \/* \u2500\u2500 CONTACT \u2500\u2500 *\/\r\n    .ht-contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }\r\n    .ht-contact-info h2 { font-size: clamp(1.6rem,3vw,2.2rem); font-weight: 800; color: var(--text); margin-bottom: 1rem; }\r\n    .ht-contact-info p { color: var(--muted); margin-bottom: 2rem; }\r\n    .ht-contact-details { display: flex; flex-direction: column; gap: 1rem; }\r\n    .ht-contact-row { display: flex; align-items: center; gap: .8rem; }\r\n    .ht-contact-row-icon { width: 40px; height: 40px; border-radius: 8px; background: var(--blue-lt); border: 1px solid rgba(10,61,145,.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\r\n    .ht-contact-row-icon svg { width: 20px; height: 20px; fill: var(--blue); }\r\n    .ht-contact-row span { color: var(--text); font-size: .9rem; font-weight: 500; }\r\n    .ht-contact-form { background: var(--white); border-radius: 14px; padding: 2rem; box-shadow: var(--shadow); border: 1.5px solid var(--border); }\r\n    .ht-form-title { font-size: 1.1rem; font-weight: 800; margin-bottom: 1.4rem; color: var(--text); }\r\n    .ht-form-group { margin-bottom: 1rem; }\r\n    .ht-form-group label { font-size: .82rem; font-weight: 600; color: var(--muted); display: block; margin-bottom: .35rem; }\r\n    .ht-form-group input, .ht-form-group select, .ht-form-group textarea { width: 100%; border: 1.5px solid var(--border); border-radius: 8px; padding: .65rem .9rem; font-size: .9rem; font-family: inherit; outline: none; transition: border-color .2s; background: var(--gray); }\r\n    .ht-form-group input:focus, .ht-form-group select:focus, .ht-form-group textarea:focus { border-color: var(--blue); background: var(--white); }\r\n    .ht-form-group textarea { resize: vertical; min-height: 90px; }\r\n    .ht-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }\r\n    .ht-btn-submit { width: 100%; background: var(--orange); color: var(--white); border: none; padding: .9rem; border-radius: 8px; font-weight: 800; font-size: 1rem; cursor: pointer; transition: background .2s; margin-top: .4rem; }\r\n    .ht-btn-submit:hover { background: var(--orange-d); }\r\n    .ht-form-note { font-size: .75rem; color: var(--muted); text-align: center; margin-top: .6rem; }\r\n\r\n    \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\r\n    .ht-footer { background: var(--text); color: rgba(255,255,255,.7); padding: 3rem 6vw 2rem; }\r\n    .ht-footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; }\r\n    .ht-footer-brand p { font-size: .85rem; margin-top: .8rem; line-height: 1.7; max-width: 260px; }\r\n    .ht-footer-col h4 { color: var(--white); font-size: .9rem; font-weight: 700; margin-bottom: 1rem; }\r\n    .ht-footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .5rem; padding: 0; }\r\n    .ht-footer-col ul li a { color: rgba(255,255,255,.6); text-decoration: none; font-size: .85rem; transition: color .2s; }\r\n    .ht-footer-col ul li a:hover { color: var(--orange); }\r\n    .ht-footer-bottom { max-width: 1200px; margin: 2rem auto 0; border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: .8rem; }\r\n    .ht-footer-bottom a { color: rgba(255,255,255,.6); text-decoration: none; }\r\n    .ht-footer-bottom a:hover { color: var(--white); }\r\n\r\n    \/* \u2500\u2500 STICKY CTA \u2500\u2500 *\/\r\n    .ht-sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; background: var(--orange); color: var(--white) !important; padding: 1rem; text-align: center; font-weight: 700; font-size: .95rem; text-decoration: none !important; box-shadow: 0 -4px 16px rgba(0,0,0,.15); }\r\n\r\n    \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\r\n    @media (max-width: 900px) {\r\n      .ht-hero-grid { grid-template-columns: 1fr; gap: 2.5rem; text-align: center; }\r\n      .ht-hero p { margin-left: auto; margin-right: auto; }\r\n      .ht-hero-btns { justify-content: center; }\r\n      .ht-stats { justify-content: center; }\r\n      .ht-hero-visual { display: none; }\r\n      .ht-why-grid, .ht-contact-wrap { grid-template-columns: 1fr; }\r\n      .ht-services-grid, .ht-vehicles-grid { grid-template-columns: repeat(2, 1fr); }\r\n      .ht-footer-inner { grid-template-columns: 1fr 1fr; }\r\n      .ht-steps::before { display: none; }\r\n    }\r\n    @media (max-width: 640px) {\r\n      .ht-nav-links, .ht-nav-cta { display: none; }\r\n      .ht-section { padding: 56px 5vw; }\r\n      .ht-services-grid, .ht-vehicles-grid { grid-template-columns: 1fr 1fr; }\r\n      .ht-footer-inner { grid-template-columns: 1fr; }\r\n      .ht-form-row { grid-template-columns: 1fr; }\r\n      .ht-sticky-cta { display: block; }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body class=\"ht-landing\">\r\n\r\n  <nav class=\"ht-nav\">\r\n    <a href=\"#\" class=\"ht-logo\">\r\n      <div class=\"ht-logo-icon\">\r\n        <svg viewBox=\"0 0 24 24\"><path d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4z\"\/><\/svg>\r\n      <\/div>\r\n      <span class=\"ht-logo-text\">HT <span>LOGISTICA<\/span><\/span>\r\n    <\/a>\r\n    <ul class=\"ht-nav-links\">\r\n      <li><a href=\"#servizi\">Servizi<\/a><\/li>\r\n      <li><a href=\"#veicoli\">Veicoli<\/a><\/li>\r\n      <li><a href=\"#come-funziona\">Come Funziona<\/a><\/li>\r\n      <li><a href=\"#copertura\">Copertura<\/a><\/li>\r\n      <li><a href=\"#testimonianze\">Recensioni<\/a><\/li>\r\n    <\/ul>\r\n    <a href=\"#contatti\" class=\"ht-nav-cta\">Richiedi Preventivo<\/a>\r\n  <\/nav>\r\n\r\n  <section class=\"ht-hero\" id=\"home\">\r\n    <div class=\"ht-hero-grid\">\r\n      <div>\r\n        <div class=\"ht-badge\">Trasporti Specializzati dal 2008<\/div>\r\n        <h1>Trasportiamo i tuoi <span>Veicoli<\/span> ovunque tu ne abbia bisogno<\/h1>\r\n        <p>Auto, furgoni, camion, rimorchi, scavatori, trattori: affidiamo ogni mezzo alle mani giuste. Puntualita, sicurezza e tracciabilita in tempo reale.<\/p>\r\n        <div class=\"ht-hero-btns\">\r\n          <a href=\"#contatti\" class=\"ht-btn-primary\">Richiedi Preventivo Gratuito<\/a>\r\n          <a href=\"#come-funziona\" class=\"ht-btn-outline\">Come Funziona<\/a>\r\n        <\/div>\r\n        <div class=\"ht-stats\">\r\n          <div><div class=\"ht-stat-num\">15.000+<\/div><div class=\"ht-stat-label\">Veicoli Trasportati<\/div><\/div>\r\n          <div><div class=\"ht-stat-num\">98%<\/div><div class=\"ht-stat-label\">Clienti Soddisfatti<\/div><\/div>\r\n          <div><div class=\"ht-stat-num\">48h<\/div><div class=\"ht-stat-label\">Consegna Rapida<\/div><\/div>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"ht-hero-visual\">\r\n        <div class=\"ht-hero-card\">\r\n          <div class=\"ht-hero-img\">\r\n            <svg viewBox=\"0 0 400 220\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:380px\">\r\n              <rect x=\"20\" y=\"60\" width=\"240\" height=\"100\" rx=\"6\" fill=\"#0a3d91\" opacity=\".08\"\/>\r\n              <rect x=\"20\" y=\"60\" width=\"240\" height=\"100\" rx=\"6\" fill=\"none\" stroke=\"#0a3d91\" stroke-width=\"2\" opacity=\".3\"\/>\r\n              <rect x=\"80\" y=\"90\" width=\"120\" height=\"40\" rx=\"4\" fill=\"#0a3d91\" opacity=\".12\"\/>\r\n              <text x=\"140\" y=\"117\" font-family=\"Inter,sans-serif\" font-size=\"18\" font-weight=\"900\" fill=\"#0a3d91\" text-anchor=\"middle\" opacity=\".7\">HT<\/text>\r\n              <rect x=\"20\" y=\"140\" width=\"240\" height=\"10\" fill=\"#f7941d\" opacity=\".6\"\/>\r\n              <rect x=\"265\" y=\"70\" width=\"110\" height=\"90\" rx=\"8\" fill=\"#0a3d91\" opacity=\".12\"\/>\r\n              <rect x=\"265\" y=\"70\" width=\"110\" height=\"90\" rx=\"8\" fill=\"none\" stroke=\"#0a3d91\" stroke-width=\"2\" opacity=\".3\"\/>\r\n              <rect x=\"270\" y=\"75\" width=\"100\" height=\"55\" rx=\"6\" fill=\"#0a3d91\" opacity=\".15\"\/>\r\n              <rect x=\"350\" y=\"40\" width=\"8\" height=\"35\" rx=\"4\" fill=\"#6b7280\" opacity=\".4\"\/>\r\n              <circle cx=\"80\"  cy=\"168\" r=\"22\" fill=\"#1a1a2e\"\/><circle cx=\"80\"  cy=\"168\" r=\"12\" fill=\"#444\"\/><circle cx=\"80\"  cy=\"168\" r=\"4\" fill=\"#888\"\/>\r\n              <circle cx=\"130\" cy=\"168\" r=\"22\" fill=\"#1a1a2e\"\/><circle cx=\"130\" cy=\"168\" r=\"12\" fill=\"#444\"\/><circle cx=\"130\" cy=\"168\" r=\"4\" fill=\"#888\"\/>\r\n              <circle cx=\"295\" cy=\"168\" r=\"22\" fill=\"#1a1a2e\"\/><circle cx=\"295\" cy=\"168\" r=\"12\" fill=\"#444\"\/><circle cx=\"295\" cy=\"168\" r=\"4\" fill=\"#888\"\/>\r\n              <circle cx=\"350\" cy=\"168\" r=\"22\" fill=\"#1a1a2e\"\/><circle cx=\"350\" cy=\"168\" r=\"12\" fill=\"#444\"\/><circle cx=\"350\" cy=\"168\" r=\"4\" fill=\"#888\"\/>\r\n              <rect x=\"0\" y=\"188\" width=\"400\" height=\"6\" rx=\"3\" fill=\"#e0e4ef\"\/>\r\n            <\/svg>\r\n          <\/div>\r\n          <div class=\"ht-chip ht-chip-1\"><div class=\"ht-chip-icon\" style=\"background:#e8f0ff\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"#0a3d91\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg><\/div>Tracking in tempo reale<\/div>\r\n          <div class=\"ht-chip ht-chip-2\"><div class=\"ht-chip-icon\" style=\"background:#fff3e0\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"#f7941d\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\/><\/svg><\/div>Spedizione Assicurata<\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <div class=\"ht-trust\">\r\n    <div class=\"ht-trust-inner\">\r\n      <div class=\"ht-trust-item\"><svg viewBox=\"0 0 24 24\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z\"\/><\/svg>Spedizioni assicurate<\/div>\r\n      <div class=\"ht-trust-item\"><svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/><\/svg>Autisti certificati<\/div>\r\n      <div class=\"ht-trust-item\"><svg viewBox=\"0 0 24 24\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg>GPS tracking 24\/7<\/div>\r\n      <div class=\"ht-trust-item\"><svg viewBox=\"0 0 24 24\"><path d=\"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm4.24 16L12 15.45 7.77 18l1.12-4.81-3.73-3.23 4.92-.42L12 5l1.92 4.53 4.92.42-3.73 3.23L16.23 18z\"\/><\/svg>Oltre 15 anni di esperienza<\/div>\r\n      <div class=\"ht-trust-item\"><svg viewBox=\"0 0 24 24\"><path d=\"M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>Supporto 7 giorni su 7<\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <section class=\"ht-section ht-border-top\" id=\"servizi\">\r\n    <div class=\"ht-section-inner\">\r\n      <div class=\"ht-section-head center\">\r\n        <span class=\"ht-tag\">I Nostri Servizi<\/span>\r\n        <h2 class=\"ht-section-title\">Soluzioni di trasporto per ogni esigenza<\/h2>\r\n        <p class=\"ht-section-sub\">Offriamo un servizio completo per il trasporto di beni mobili su tutto il territorio italiano ed europeo.<\/p>\r\n      <\/div>\r\n      <div class=\"ht-services-grid\">\r\n        <div class=\"ht-service-card\"><div class=\"ht-service-icon\"><span class=\"material-icons-round\">directions_car<\/span><\/div><h3>Trasporto Auto<\/h3><p>Autovetture singole o multipla carica su bisarca aperta o chiusa.<\/p><\/div>\r\n        <div class=\"ht-service-card\"><div class=\"ht-service-icon\"><span class=\"material-icons-round\">local_shipping<\/span><\/div><h3>Trasporto Furgoni<\/h3><p>Veicoli commerciali leggeri e pesanti in totale sicurezza.<\/p><\/div>\r\n        <div class=\"ht-service-card\"><div class=\"ht-service-icon\"><span class=\"material-icons-round\">fire_truck<\/span><\/div><h3>Trasporto Camion<\/h3><p>Mezzi pesanti, autocarri e veicoli industriali con pianale ribassato.<\/p><\/div>\r\n        <div class=\"ht-service-card\"><div class=\"ht-service-icon\"><span class=\"material-icons-round\">rv_hookup<\/span><\/div><h3>Trasporto Rimorchi<\/h3><p>Semirimorchi, rimorchi cisterna e caravan su tutto il territorio.<\/p><\/div>\r\n        <div class=\"ht-service-card\"><div class=\"ht-service-icon\"><span class=\"material-icons-round\">construction<\/span><\/div><h3>Trasporto Scavatori<\/h3><p>Escavatori, pale meccaniche e macchinari da cantiere.<\/p><\/div>\r\n        <div class=\"ht-service-card\"><div class=\"ht-service-icon\"><span class=\"material-icons-round\">agriculture<\/span><\/div><h3>Trasporto Trattori<\/h3><p>Macchine agricole, trattori e attrezzature speciali.<\/p><\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"ht-section ht-border-top\" id=\"come-funziona\" style=\"border-bottom:1px solid var(--border)\">\r\n    <div class=\"ht-section-inner\">\r\n      <div class=\"ht-section-head center\">\r\n        <span class=\"ht-tag\">Processo<\/span>\r\n        <h2 class=\"ht-section-title\">Come funziona il servizio<\/h2>\r\n        <p class=\"ht-section-sub\">In pochi semplici passi il tuo veicolo arrivera a destinazione in perfette condizioni.<\/p>\r\n      <\/div>\r\n      <div class=\"ht-steps\">\r\n        <div class=\"ht-step\"><div class=\"ht-step-num\">1<\/div><h3>Richiedi il preventivo<\/h3><p>Compila il form online o chiamaci. Ricevi un preventivo gratuito entro poche ore.<\/p><\/div>\r\n        <div class=\"ht-step\"><div class=\"ht-step-num\">2<\/div><h3>Conferma e ritiro<\/h3><p>Stabiliamo data e luogo di ritiro. Il nostro team preleva il mezzo direttamente da te.<\/p><\/div>\r\n        <div class=\"ht-step\"><div class=\"ht-step-num\">3<\/div><h3>Trasporto sicuro<\/h3><p>Il veicolo viene trasportato da autisti certificati e monitorato via GPS in tempo reale.<\/p><\/div>\r\n        <div class=\"ht-step\"><div class=\"ht-step-num\">4<\/div><h3>Consegna garantita<\/h3><p>Il mezzo viene consegnato nei tempi concordati. Ricevi notifica di avvenuta consegna.<\/p><\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"ht-section ht-border-top\" id=\"perche\">\r\n    <div class=\"ht-section-inner\">\r\n      <div class=\"ht-why-grid\">\r\n        <div>\r\n          <span class=\"ht-tag\">Perche Sceglierci<\/span>\r\n          <h2 class=\"ht-section-title\">Il partner logistico di cui ti puoi fidare<\/h2>\r\n          <p class=\"ht-section-sub\" style=\"margin-bottom:2rem\">Con oltre 15 anni di esperienza, garantiamo professionalita, puntualita e massima cura per ogni veicolo.<\/p>\r\n          <div class=\"ht-why-list\">\r\n            <div class=\"ht-why-item\"><div class=\"ht-why-bullet\"><svg viewBox=\"0 0 24 24\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\/><\/svg><\/div><div><h4>Assicurazione Completa<\/h4><p>Ogni spedizione e coperta da polizza all risks. Nessun rischio per il cliente.<\/p><\/div><\/div>\r\n            <div class=\"ht-why-item\"><div class=\"ht-why-bullet\"><svg viewBox=\"0 0 24 24\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg><\/div><div><h4>Tracking in Tempo Reale<\/h4><p>Monitora la posizione del tuo veicolo 24\/7 tramite piattaforma online o WhatsApp.<\/p><\/div><\/div>\r\n            <div class=\"ht-why-item\"><div class=\"ht-why-bullet\"><svg viewBox=\"0 0 24 24\"><path d=\"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67V7z\"\/><\/svg><\/div><div><h4>Consegna Puntuale<\/h4><p>Rispettiamo i tempi concordati. In caso di imprevisti ti contatteremo immediatamente.<\/p><\/div><\/div>\r\n            <div class=\"ht-why-item\"><div class=\"ht-why-bullet\"><svg viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z\"\/><\/svg><\/div><div><h4>Assistenza Dedicata<\/h4><p>Un referente personale segue ogni spedizione dall'inizio alla fine.<\/p><\/div><\/div>\r\n          <\/div>\r\n        <\/div>\r\n        <div class=\"ht-metrics\">\r\n          <div class=\"ht-metrics-title\">I nostri numeri<\/div>\r\n          <div class=\"ht-metric\"><div class=\"ht-metric-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4z\"\/><\/svg><\/div><div><div class=\"ht-metric-num\">15.000+<\/div><div class=\"ht-metric-desc\">Veicoli trasportati con successo<\/div><\/div><\/div>\r\n          <div class=\"ht-metric\"><div class=\"ht-metric-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z\"\/><\/svg><\/div><div><div class=\"ht-metric-num\">18+<\/div><div class=\"ht-metric-desc\">Paesi raggiunti in Europa<\/div><\/div><\/div>\r\n          <div class=\"ht-metric\"><div class=\"ht-metric-icon\" style=\"background:var(--orange)\"><svg viewBox=\"0 0 24 24\"><path d=\"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm4.24 16L12 15.45 7.77 18l1.12-4.81-3.73-3.23 4.92-.42L12 5l1.92 4.53 4.92.42-3.73 3.23L16.23 18z\"\/><\/svg><\/div><div><div class=\"ht-metric-num\">4.9 \/ 5<\/div><div class=\"ht-metric-desc\">Valutazione media clienti<\/div><\/div><\/div>\r\n          <div class=\"ht-metric\"><div class=\"ht-metric-icon\" style=\"background:#16a34a\"><svg viewBox=\"0 0 24 24\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z\"\/><\/svg><\/div><div><div class=\"ht-metric-num\">0<\/div><div class=\"ht-metric-desc\">Sinistri gravi negli ultimi 3 anni<\/div><\/div><\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"ht-section ht-border-top\" id=\"veicoli\">\r\n    <div class=\"ht-section-inner\">\r\n      <div class=\"ht-section-head center\">\r\n        <span class=\"ht-tag\">Tipi di Veicoli<\/span>\r\n        <h2 class=\"ht-section-title\">Trasportiamo qualsiasi tipo di mezzo<\/h2>\r\n        <p class=\"ht-section-sub\">Dalla city car allo scavatore da 30 tonnellate, disponiamo delle attrezzature giuste.<\/p>\r\n      <\/div>\r\n      <div class=\"ht-vehicles-grid\">\r\n        <div class=\"ht-vehicle-card\"><div class=\"ht-vehicle-img\">&#128664;<\/div><div class=\"ht-vehicle-body\"><h3>Autovetture<\/h3><p>City car, berlina, SUV, sportive e veicoli di lusso.<\/p><\/div><\/div>\r\n        <div class=\"ht-vehicle-card\"><div class=\"ht-vehicle-img\">&#128656;<\/div><div class=\"ht-vehicle-body\"><h3>Furgoni<\/h3><p>Furgoncini, van, furgoni refrigerati e commerciali.<\/p><\/div><\/div>\r\n        <div class=\"ht-vehicle-card\"><div class=\"ht-vehicle-img\">&#128666;<\/div><div class=\"ht-vehicle-body\"><h3>Camion<\/h3><p>Autocarri leggeri, medi e pesanti fino a 44t.<\/p><\/div><\/div>\r\n        <div class=\"ht-vehicle-card\"><div class=\"ht-vehicle-img\">&#128667;<\/div><div class=\"ht-vehicle-body\"><h3>Rimorchi<\/h3><p>Semirimorchi, cisterne, caravan e roulotte.<\/p><\/div><\/div>\r\n        <div class=\"ht-vehicle-card\"><div class=\"ht-vehicle-img\">&#9935;<\/div><div class=\"ht-vehicle-body\"><h3>Escavatori<\/h3><p>Mini escavatori, cingolati e macchine da cantiere.<\/p><\/div><\/div>\r\n        <div class=\"ht-vehicle-card\"><div class=\"ht-vehicle-img\">&#127815;<\/div><div class=\"ht-vehicle-body\"><h3>Trattori<\/h3><p>Trattori agricoli, mietitrebbie e attrezzature speciali.<\/p><\/div><\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"ht-section ht-border-top\" id=\"copertura\">\r\n    <div class=\"ht-section-inner\">\r\n      <div class=\"ht-coverage-flex\">\r\n        <div class=\"ht-coverage-text\">\r\n          <span class=\"ht-tag\">Copertura Geografica<\/span>\r\n          <h2>Operiamo in tutta Italia e in Europa<\/h2>\r\n          <p>La nostra rete logistica copre l'intero territorio italiano con consegne espresse in 24-48 ore. Per le destinazioni europee offriamo servizi settimanali e su richiesta.<\/p>\r\n          <div class=\"ht-zone-tags\">\r\n            <span class=\"ht-zone-tag\">Nord Italia<\/span><span class=\"ht-zone-tag\">Centro Italia<\/span><span class=\"ht-zone-tag\">Sud Italia<\/span><span class=\"ht-zone-tag\">Isole<\/span><span class=\"ht-zone-tag\">Francia<\/span><span class=\"ht-zone-tag\">Germania<\/span><span class=\"ht-zone-tag\">Spagna<\/span><span class=\"ht-zone-tag\">Portogallo<\/span><span class=\"ht-zone-tag\">Belgio<\/span><span class=\"ht-zone-tag\">Olanda<\/span><span class=\"ht-zone-tag\">Austria<\/span><span class=\"ht-zone-tag\">Svizzera<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        <div class=\"ht-coverage-map\">\r\n          <svg viewBox=\"0 0 360 300\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:90%;max-width:360px;opacity:.9\">\r\n            <path d=\"M30 50 L80 30 L130 35 L190 20 L250 30 L310 45 L340 80 L330 130 L300 170 L280 200 L260 220 L230 240 L200 250 L170 240 L150 220 L120 200 L90 190 L60 170 L35 140 L25 100 Z\" fill=\"rgba(10,61,145,.08)\" stroke=\"rgba(10,61,145,.3)\" stroke-width=\"1.5\"\/>\r\n            <path d=\"M170 120 L185 115 L195 125 L200 140 L195 155 L190 168 L188 182 L185 194 L182 206 L178 218 L175 228 L172 220 L170 210 L168 198 L166 186 L164 175 L162 162 L160 148 L162 135 Z\" fill=\"rgba(247,148,29,.3)\" stroke=\"rgba(247,148,29,.6)\" stroke-width=\"1.5\"\/>\r\n            <circle cx=\"180\" cy=\"155\" r=\"6\" fill=\"#f7941d\"\/><circle cx=\"120\" cy=\"95\" r=\"4\" fill=\"#0a3d91\" opacity=\".7\"\/><circle cx=\"230\" cy=\"105\" r=\"4\" fill=\"#0a3d91\" opacity=\".7\"\/>\r\n            <line x1=\"180\" y1=\"155\" x2=\"120\" y2=\"95\" stroke=\"rgba(10,61,145,.2)\" stroke-width=\"1\" stroke-dasharray=\"4,3\"\/>\r\n            <line x1=\"180\" y1=\"155\" x2=\"230\" y2=\"105\" stroke=\"rgba(10,61,145,.2)\" stroke-width=\"1\" stroke-dasharray=\"4,3\"\/>\r\n            <text x=\"155\" y=\"148\" font-family=\"Inter,sans-serif\" font-size=\"8\" fill=\"#f7941d\" font-weight=\"700\">Italia<\/text>\r\n          <\/svg>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"ht-section ht-border-top\" id=\"testimonianze\">\r\n    <div class=\"ht-section-inner\">\r\n      <div class=\"ht-section-head center\">\r\n        <span class=\"ht-tag\">Recensioni<\/span>\r\n        <h2 class=\"ht-section-title\">Cosa dicono i nostri clienti<\/h2>\r\n        <p class=\"ht-section-sub\">Oltre 2.000 clienti soddisfatti ci hanno scelto per il trasporto dei loro veicoli.<\/p>\r\n      <\/div>\r\n      <div class=\"ht-reviews-grid\">\r\n        <div class=\"ht-review-card\"><div class=\"ht-stars\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div><p class=\"ht-review-text\">\"Ho affidato ad HT Logistica il trasporto di due auto d'epoca da Milano a Napoli. Servizio impeccabile, veicoli arrivati perfetti e in anticipo. Consigliatissimi!\"<\/p><div class=\"ht-reviewer\"><div class=\"ht-reviewer-avatar\">MR<\/div><div><div class=\"ht-reviewer-name\">Marco Rossi<\/div><div class=\"ht-reviewer-role\">Collezionista di auto d'epoca<\/div><\/div><\/div><\/div>\r\n        <div class=\"ht-review-card\"><div class=\"ht-stars\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div><p class=\"ht-review-text\">\"Gestiamo un'azienda edile e abbiamo bisogno di spostare spesso escavatori. HT Logistica e il nostro partner da tre anni: sempre puntuali e professionali.\"<\/p><div class=\"ht-reviewer\"><div class=\"ht-reviewer-avatar\">LB<\/div><div><div class=\"ht-reviewer-name\">Luigi Bianchi<\/div><div class=\"ht-reviewer-role\">Titolare Bianchi Costruzioni Srl<\/div><\/div><\/div><\/div>\r\n        <div class=\"ht-review-card\"><div class=\"ht-stars\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div><p class=\"ht-review-text\">\"Ho acquistato un trattore in Germania e usato HT Logistica per il trasporto in Sicilia. Comunicazione eccellente, tracking puntuale e nessuna sorpresa.\"<\/p><div class=\"ht-reviewer\"><div class=\"ht-reviewer-avatar\">GF<\/div><div><div class=\"ht-reviewer-name\">Giovanni Ferrara<\/div><div class=\"ht-reviewer-role\">Agricoltore, Agrigento<\/div><\/div><\/div><\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"ht-section ht-border-top\" id=\"contatti\">\r\n    <div class=\"ht-section-inner\">\r\n      <div class=\"ht-contact-wrap\">\r\n        <div class=\"ht-contact-info\">\r\n          <span class=\"ht-tag\">Contattaci<\/span>\r\n          <h2>Richiedi il tuo preventivo gratuito<\/h2>\r\n          <p>Compila il modulo o contattaci direttamente. Risponderemo entro poche ore con un preventivo personalizzato e senza impegno.<\/p>\r\n          <div class=\"ht-contact-details\">\r\n            <div class=\"ht-contact-row\"><div class=\"ht-contact-row-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\"\/><\/svg><\/div><span>+39 02 1234 5678<\/span><\/div>\r\n            <div class=\"ht-contact-row\"><div class=\"ht-contact-row-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg><\/div><span>info@htlogistica.it<\/span><\/div>\r\n            <div class=\"ht-contact-row\"><div class=\"ht-contact-row-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg><\/div><span>Via della Logistica 12, 20121 Milano (MI)<\/span><\/div>\r\n            <div class=\"ht-contact-row\"><div class=\"ht-contact-row-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm.01 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67V7z\"\/><\/svg><\/div><span>Lun&ndash;Sab 8:00&ndash;19:00 &nbsp;|&nbsp; Reperibile 24\/7<\/span><\/div>\r\n          <\/div>\r\n        <\/div>\r\n        <div class=\"ht-contact-form\">\r\n          <div class=\"ht-form-title\">Invia una richiesta<\/div>\r\n          <form onsubmit=\"var b=this.querySelector('.ht-btn-submit');b.textContent='Richiesta inviata!';b.style.background='#16a34a';setTimeout(function(){b.textContent='Richiedi Preventivo Gratuito';b.style.background='';},3000);event.preventDefault();\">\r\n            <div class=\"ht-form-row\">\r\n              <div class=\"ht-form-group\"><label>Nome *<\/label><input type=\"text\" placeholder=\"Mario\" required><\/div>\r\n              <div class=\"ht-form-group\"><label>Cognome *<\/label><input type=\"text\" placeholder=\"Rossi\" required><\/div>\r\n            <\/div>\r\n            <div class=\"ht-form-row\">\r\n              <div class=\"ht-form-group\"><label>Telefono *<\/label><input type=\"tel\" placeholder=\"+39 333 000 0000\" required><\/div>\r\n              <div class=\"ht-form-group\"><label>Email<\/label><input type=\"email\" placeholder=\"mario@email.it\"><\/div>\r\n            <\/div>\r\n            <div class=\"ht-form-group\"><label>Tipo di veicolo *<\/label><select required><option value=\"\">Seleziona...<\/option><option>Auto \/ Autovettura<\/option><option>Furgone<\/option><option>Camion \/ Autocarro<\/option><option>Rimorchio \/ Semirimorchio<\/option><option>Escavatore \/ Macchina da cantiere<\/option><option>Trattore \/ Macchina agricola<\/option><option>Altro<\/option><\/select><\/div>\r\n            <div class=\"ht-form-row\">\r\n              <div class=\"ht-form-group\"><label>Ritiro<\/label><input type=\"text\" placeholder=\"es. Milano\"><\/div>\r\n              <div class=\"ht-form-group\"><label>Consegna<\/label><input type=\"text\" placeholder=\"es. Roma\"><\/div>\r\n            <\/div>\r\n            <div class=\"ht-form-group\"><label>Note<\/label><textarea placeholder=\"Informazioni aggiuntive sul veicolo...\"><\/textarea><\/div>\r\n            <button type=\"submit\" class=\"ht-btn-submit\">Richiedi Preventivo Gratuito<\/button>\r\n            <p class=\"ht-form-note\">Risposta garantita entro 2 ore lavorative. Nessun impegno.<\/p>\r\n          <\/form>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <footer class=\"ht-footer\">\r\n    <div class=\"ht-footer-inner\">\r\n      <div class=\"ht-footer-brand\">\r\n        <a href=\"#\" class=\"ht-logo\"><div class=\"ht-logo-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4z\"\/><\/svg><\/div><span class=\"ht-logo-text\" style=\"color:white\">HT <span>LOGISTICA<\/span><\/span><\/a>\r\n        <p>Trasporto specializzato di veicoli e macchinari in Italia e in Europa. Professionalita, sicurezza e puntualita dal 2008.<\/p>\r\n      <\/div>\r\n      <div class=\"ht-footer-col\"><h4>Servizi<\/h4><ul><li><a href=\"#servizi\">Trasporto Auto<\/a><\/li><li><a href=\"#servizi\">Trasporto Furgoni<\/a><\/li><li><a href=\"#servizi\">Trasporto Camion<\/a><\/li><li><a href=\"#servizi\">Trasporto Rimorchi<\/a><\/li><li><a href=\"#servizi\">Macchine Operatrici<\/a><\/li><\/ul><\/div>\r\n      <div class=\"ht-footer-col\"><h4>Azienda<\/h4><ul><li><a href=\"#\">Chi Siamo<\/a><\/li><li><a href=\"#copertura\">Copertura<\/a><\/li><li><a href=\"#testimonianze\">Recensioni<\/a><\/li><li><a href=\"#\">Lavora con noi<\/a><\/li><li><a href=\"#\">Blog<\/a><\/li><\/ul><\/div>\r\n      <div class=\"ht-footer-col\"><h4>Supporto<\/h4><ul><li><a href=\"#contatti\">Preventivo<\/a><\/li><li><a href=\"#come-funziona\">Come funziona<\/a><\/li><li><a href=\"#\">FAQ<\/a><\/li><li><a href=\"#\">Privacy Policy<\/a><\/li><li><a href=\"#\">Cookie Policy<\/a><\/li><\/ul><\/div>\r\n    <\/div>\r\n    <div class=\"ht-footer-bottom\">\r\n      <span>&copy; 2024 HT Logistica S.r.l. &ndash; P.IVA 12345678901 &ndash; Tutti i diritti riservati<\/span>\r\n      <span><a href=\"#\">Privacy<\/a> &nbsp;|&nbsp; <a href=\"#\">Cookie<\/a> &nbsp;|&nbsp; <a href=\"#\">Termini<\/a><\/span>\r\n    <\/div>\r\n  <\/footer>\r\n\r\n  <a href=\"#contatti\" class=\"ht-sticky-cta\">Richiedi Preventivo Gratuito &rarr;<\/a>\r\n\r\n  <?php wp_footer(); ?>\r\n  <script>\r\n    document.querySelectorAll('a[href^=\"#\"]').forEach(function(a) {\r\n      a.addEventListener('click', function(e) {\r\n        var t = document.querySelector(this.getAttribute('href'));\r\n        if (t) { e.preventDefault(); t.scrollIntoView({ behavior: 'smooth' }); }\r\n      });\r\n    });\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>HT Logistica &ndash; Trasporto Veicoli e Macchinari HT LOGISTICA Servizi Veicoli Come Funziona Copertura Recensioni Richiedi Preventivo Trasporti Specializzati dal [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-667","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/danielepatente.it\/index.php\/wp-json\/wp\/v2\/pages\/667","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/danielepatente.it\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/danielepatente.it\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/danielepatente.it\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/danielepatente.it\/index.php\/wp-json\/wp\/v2\/comments?post=667"}],"version-history":[{"count":7,"href":"https:\/\/danielepatente.it\/index.php\/wp-json\/wp\/v2\/pages\/667\/revisions"}],"predecessor-version":[{"id":684,"href":"https:\/\/danielepatente.it\/index.php\/wp-json\/wp\/v2\/pages\/667\/revisions\/684"}],"wp:attachment":[{"href":"https:\/\/danielepatente.it\/index.php\/wp-json\/wp\/v2\/media?parent=667"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}