
  * {
	box-sizing: border-box;
  }
  
  body {
	  margin: 0;
	  padding: 0;
	  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
	  background-color: #f6f7fb;
	  color: #1a1a1a;
	  min-height: 100vh;
	  display: flex;
	  flex-direction: column;
	}
	
	/* HEADER PAGINA >>>>>>>>>>>>>>>>>>>>>>>>>>>> */
	
	header {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding: 24px 48px;
	  background-color: #fff;
	  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	  flex-shrink: 0;
	}
	
	header .logo-circle {
	  width: 36px;
	  height: 36px;
	  border-radius: 50%;
	  background: radial-gradient(circle at center, #0072ce 40%, #004c91 100%);
	}
	
	header .logo-text {
	  font-weight: 700;
	  font-size: 1.3rem;
	}
	
	header .help-btn {
	 background-color: #222;
	   color: #fff;
	   padding: 10px 18px;
	   border-radius: 24px;
	   font-weight: 600;
	   display: flex;
	   align-items: center;
	   gap: 6px;
	}
	
	/* VERIFICA  COPERTURA >>>>>>>>>>>>>>>>>>>>> */
	
	button.verify-btn {
	  background: #1b8ae3;
	  color: #fff;
	  border: none;
	  border-radius: 25px;
	  padding: 12px 25px;
	  font-size: 0.95rem;
	  font-weight: 700;
	  cursor: pointer;
	  margin-top: 10px;
	  float: right;
	}
	
	button.verify-btn::after {
	  content: " →";
	  font-weight: bold;
	}
 
	/* CARD OFFERTE >>>>>>>>>>>>>>>>>>>>>>>>>>>>  */
	
	main {
	  flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: left;
		padding: 40px 20px;
	  }
	
	  .cardverifica {
		background: #fff;
		border-radius: 20px;
		box-shadow: 15px 15px 15px rgba(18, 23, 28, 0.08);
		border-top: 2px solid #ddd;
		padding: 40px; 
		max-width: 790px;
		width: 100%;
	  }
  
	h1 {
	  font-size: 28px;
	  font-weight: 800;
	  margin-bottom: 8px;
	}
  
	p.subtitle {
	  font-size: 16px;
	  color: #555;
	  margin-bottom: 24px;
	}
  
	h2 {
	  font-size: 20px;
	  font-weight: 800;
	  margin-top: 24px;
	  margin-bottom: 16px;
	}
  
	label {
	  font-weight: 700;
	  margin-bottom: 6px;
	  display: block;
	  color: #333;
	}
  
	.input, .select {
	  width: 100%;
	  border: 1px solid #dcdce0;
	  border-radius: 30px;
	  padding: 14px 18px;
	  font-size: 15px;
	  font-weight: 600;
	  color: #333;
	  background-color: #f8f8f8;
	  margin-bottom: 14px;
	}
	
	.suggestions { position: relative; }
	.list { position: absolute; left:0; right:0; background:#fff; border:1px solid #ccc; border-top:none; max-height:220px; overflow:auto; z-index:9999; }
	.item { padding:10px; cursor:pointer; border-top:1px solid #eee; }
	.item:hover, .item.active { background:#f0f6ff; }
	
	.form-row {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 20px;
	}
  
	.form-row .input {
	  flex: 1;
	}
  
	.small {
	  flex: 0 0 150px;
	}
  
	
	@media (max-width: 600px) {
	  header {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	  }
	  .form-row {
		flex-direction: column;
	  }
	}
	
	
	/* FOOTER PAGINA >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
	footer {
	  background: #0d1726;
	  color: #fff;
	  text-align: center;
	  padding: 40px 20px;
	  font-size: 0.85rem;
	  flex-shrink: 0;
	}
	
	footer .footer-logo {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  gap: 10px;
	  margin-bottom: 10px;
	}
	
	footer .footer-logo .logo-circle {
	  width: 28px;
	  height: 28px;
	  border-radius: 50%;
	  background: radial-gradient(circle at center, #0072ce 40%, #004c91 100%);
	}
	
	footer a {
	  color: #4da3ff;
	  text-decoration: none;
	}
	
	footer a:hover {
	  text-decoration: underline;
	}
	
	@media (max-width: 600px) {
	  header {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		padding: 20px;
	  }
	
	  .cardverifica {
		padding: 25px;
	  }
	
	  .row {
		flex-direction: column;
	  }
	
	  button.verify-btn {
		width: 100%;
	  }
	}
	
	////////////////////////////////////////// 
  
  .page-header{
	
	margin:0 auto 18px;
	background:var(--card-bg);
	border-radius:12px;
	box-shadow:0 6px 20px rgba(20,30,40,0.08);
	padding:18px 22px;
	max-width:800px;
  }
  
  .header-inner{
	  display:flex;
	  align-items:center;
	  justify-content:space-between;
	  gap:12px;
	  margin-bottom: 30px;  
	  padding-left: 10px;
	  padding-right: 10px;
	}
  .address{display:flex;align-items:center;gap:12px}
  
  .address-badge{
    flex-shrink: 0; 
  	width:36px;
  	height:36px;
  	border-radius:50%;
  	background:var(--green);
  	display:flex;align-items:center;justify-content:center;
  	color:#fff;
  	font-weight:700;
  	box-shadow:0 2px 6px rgba(0,0,0,0.12)
  	}
  	
  .address-badge i{
 	 font-size:14px
  }
  
  .address-badge-error{
    flex-shrink: 0; 
  	width:36px;
  	height:36px;
  	border-radius:50%;
  	background:#FF0000;
  	display:flex;align-items:center;justify-content:center;
  	color:#fff;
  	font-weight:700;
  	box-shadow:0 2px 6px rgba(0,0,0,0.12)
  	
  	}
  	
  .address-badge-error i{
 	 font-size:14px
  }
  
  .street{font-weight:700;color:#333}
  .edit-address{display:inline-block;margin-top:4px;color:var(--accent);text-decoration:underline;font-size:13px}
  .coverage{font-size:15px;color:var(--muted);text-align:center;margin-left:auto;padding-left:20px}
  
  :root{
	--bg:#f1f4f8;
	--card-bg:#fff;
	--muted:#6b6b6b;
	--accent:#e6007e;
	--blue:#1e90ff;
	--green:#00a652;
	--card-border:#0b79ff22;
  }
  	
	.outer-border {
	  border: 2px solid #37aee4;
	  border-radius: 16px;
	  padding: 16px;
	  background-color: #fff;
	  max-width: 800px;
	  box-shadow: 0 8px 18px rgba(0,0,0,0.05);
	  width: 100%;
	  margin-bottom: 10px;
	}
	.card {
	  background: #f7fbff;
	  border-radius: 12px;
	  border: 1px solid #e3e7ef;
	  padding: 32px;
	  position: relative;
	}
	.top-badges {
	  display: flex;
	  gap: 8px;
	  position: absolute;
	  top: 24px;
	  right: 24px;
	  flex-wrap: wrap;
	  justify-content: flex-end;
	}
	
	@media screen and (max-width: 768px) {
	  .top-badges {
		display: none;
	  }
	}
	
	.pink-badge {
	  background-color: #ff007f;
	  color: #fff;
	  font-size: 13px;
	  font-weight: 600;
	  padding: 6px 10px;
	  border-radius: 50px;
	  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	  white-space: nowrap;
	}
	.gray-badge {
	  background-color: #f0f0f0;
	  color: #444;
	  font-size: 13px;
	  font-weight: 600;
	  padding: 6px 10px;
	  border-radius: 50px;
	  border: 1px solid #ddd;
	  white-space: nowrap;
	}
	.card-header {
	  margin-top: 5px;
	  margin-bottom: 25px;
	}
	.title {
	  font-size: 28px;
	  font-weight: 800;
	  color: #000;
	}
	.subtitle {
	  font-size: 14px;
	  color: #555;
	  font-weight: 500;
	  margin-bottom: 8px;
	}
	
	.fiber-type {
	  display: inline-flex;
	  align-items: center;
	  background-color: #9da9a3;
	  color: #484c4a;
	  border-radius: 50px;
	  padding: 5px 10px;
	  font-size: 13px;
	  font-weight: 600;
	}
	.fiber-type svg {
	  width: 16px;
	  height: 16px;
	  margin-right: 6px;
	}
	
	.fiber-type1 {
	  display: inline-flex;
	  align-items: center;
	  background-color: #e9f6ef;
	  color: #007a47;
	  border-radius: 50px;
	  padding: 5px 10px;
	  font-size: 13px;
	  font-weight: 600;
	}
	.fiber-type1 svg {
	  width: 16px;
	  height: 16px;
	  margin-right: 6px;
	}
	
	.fiber-type2 {
	  display: inline-flex;
	  align-items: center;
	  background-color: #eff697;
	  color: #797101;
	  border-radius: 50px;
	  padding: 5px 10px;
	  font-size: 13px;
	  font-weight: 600;
	}
	.fiber-type2 svg {
	  width: 16px;
	  height: 16px;
	  margin-right: 6px;
	}
	
	.fiber-type3 {
	  display: inline-flex;
	  align-items: center;
	  background-color: #cee4ff;
	  color: #1102a4;
	  border-radius: 50px;
	  padding: 5px 10px;
	  font-size: 13px;
	  font-weight: 600;
	}
	.fiber-type3 svg {
	  width: 16px;
	  height: 16px;
	  margin-right: 6px;
	}
	
	.fiber-type4 {
	  display: inline-flex;
	  align-items: center;
	  background-color: #ca71b9;
	  color: #830371;
	  border-radius: 50px;
	  padding: 5px 10px;
	  font-size: 13px;
	  font-weight: 600;
	}
	.fiber-type4 svg {
	  width: 16px;
	  height: 16px;
	  margin-right: 6px;
	}
	
	.speeds {
	  display: flex;
	  gap: 40px;
	  margin: 20px 0;
	  flex-wrap: wrap;
	}
	.speed {
	  display: flex;
	  align-items: center;
	  gap: 8px;
	}
	.speed svg {
	  width: 22px;
	  height: 22px;
	  color: #d1005d;
	}
	.speed-text {
	  display: flex;
	  flex-direction: column;
	  line-height: 1.2;
	}
	.speed-text span {
	  font-size: 13px;
	  color: #555;
	}
	.speed-text strong {
	  font-size: 20px;
	  color: #000;
	}
	.details {
	  font-size: 14px;
	  color: #333;
	  line-height: 1.6;
	  margin-bottom: 20px;
	}
	.details ul {
	  list-style: none;
	  padding-left: 0;
	}
	.details li {
	  margin-bottom: 6px;
	  display: flex;
	  align-items: center;
	  gap: 6px;
	}
	.details li svg {
	  width: 14px;
	  height: 14px;
	  color: #d1005d;
	  flex-shrink: 0;
	}
	.price {
	  font-size: 22px;
	  font-weight: 700;
	  color: #000;
	  margin: 10px 0 4px;
	}
	.old-price {
	  text-decoration: line-through;
	  color: #777;
	  font-size: 14px;
	}
	.advantages {
	  display: flex;
	  justify-content: space-between;
	  border-top: 1px solid #ddd;
	  padding-top: 16px;
	  margin-top: 20px;
	  flex-wrap: wrap;
	  font-size: 14px;
	}
	.advantages div {
	  margin: 5px 0;
	  display: flex;
	  align-items: center;
	  gap: 8px;
	}
	.advantages svg {
	  width: 18px;
	  height: 18px;
	  color: #333;
	}
	
	@media screen and (max-width: 768px) {
	  .advantages {
		display: none;
	  }
	}
	.extra-options {
	  background-color: #f5f6fa;
	  border-radius: 8px;
	  padding: 12px;
	  font-size: 13px;
	  margin-top: 16px;
	  margin-bottom: 16px;
	}
	.extra-options a {
	  color: #0066cc;
	  text-decoration: none;
	}
	
	@media screen and (max-width: 768px) {
	  .extra-options {
		display: none;
	  }
	}
	.cta {
	  display: block;
	  width: 100%;
	  background-color: #185abc;
	  color: #fff;
	  text-align: center;
	  font-size: 16px;
	  padding: 14px;
	  border-radius: 25px;
	  margin-top: 24px;
	  text-decoration: none;
	  font-weight: 600;
	}
	.cta:hover {
	  background-color: #333;
	}
	@media (max-width: 650px) {
	  .top-badges {
		position: static;
		justify-content: flex-start;
		margin-bottom: 10px;
	  }
	  .card {
		padding: 24px;
	  }
	}
	
	/* MODAL AIUTO >>>>>>>>>>>>>>>>>>>>>>>>>>> */
	.modal {
	  display: none;
	  position: fixed;
	  z-index: 10;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.5);
	  justify-content: center;
	  align-items: center;
	}
	
	
	.modal-content {
	  background: #f7f7f7;
	  padding: 40px;
	  border-radius: 15px;
	  max-width: 700px;
	  width: 90%;
	  position: relative;
	  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
	  animation: fadeIn 0.3s ease;
	}
	
	.close-btn {
	  position: absolute;
	  top: 15px;
	  right: 20px;
	  font-size: 20px;
	  cursor: pointer;
	  color: #333;
	  border: none;
	  background: none;
	}
	
	.modal h2 {
	  font-size: 1.4rem;
	  font-weight: 700;
	  margin-top: 0;
	}
	
	.modal p {
	  margin: 5px 0 20px;
	  color: #444;
	}
	
	/* MODAL GRID FORM */
	.modal-form {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  gap: 10px;
	}
	
	.modal-form label {
	  display: block;
	  font-size: 0.9rem;
	  margin-bottom: 5px;
	}
	
	.modal-form input {
	  width: 100%;
	  padding: 12px 15px;
	  border: 1px solid #ccc;
	  border-radius: 20px;
	  font-size: 0.95rem;
	}
	
	.privacy {
	  display: flex;
	  align-items: center;
	  gap: 10px;
	  margin-top: 15px;
	  grid-column: span 2;
	  font-size: 0.9rem;
	}
	
	.privacy a {
	  color: #0072ce;
	  font-weight: 700;
	  text-decoration: none;
	}
	
	.privacy a:hover {
	  text-decoration: underline;
	}
	
	.send-btn {
	  background: #185abc;
	  color: #fff;
	  border: none;
	  border-radius: 25px;
	  padding: 12px 25px;
	  font-weight: 700;
	  font-size: 0.95rem;
	  display: block;
	  margin: 20px auto; /* centra orizzontalmente */
  	}
	
	.send-btn::after {
	  align-items: center;
	  font-weight: bold;
	}
	
	.modal hr {
	  border: none;
	  border-top: 1px solid #ddd;
	  margin: 40px 0 25px;
	}
	
	.help {
	  text-align: center;
	}
	
	.help strong {
	  font-weight: 700;
	}
	
	.offertaformattiva {
	  text-align: center;
	}
	
	.offertaformattiva strong {
	  font-weight: 700;
	}
	
	
	.call-now {
	  text-align: center;
	}
	
	.call-now strong {
	  font-weight: 700;
	}
	
	.call-now .phone-link {
	  display: inline-block;
	  margin-top: 10px;
	  background: #185abc;
	  color: #fff;
	  padding: 10px 25px;
	  border-radius: 25px;
	  text-decoration: none;
	  font-weight: 700;
	  font-size: 1rem;
	}
	
	.call-now .phone-link:hover {
	  background: #185abc;
	}
	
	.ok-message h2{
	  text-align: center;
	  font-size: 1.4rem;
	  font-weight: 700;
	  color:#006400; 
	}
	
	.ok-message p{
	  text-align: center;
	  color:#000000; 
	}
	
	.error-message h2{
	  text-align: center;
	  font-size: 1.4rem;
	  font-weight: 700;
	  color:#FF0000; 
	}
	
	.ok-message-richiedi p{
	  text-align: center;
	  color:#000000; 
	}
	
	.ok-message-richiedi h2{
	  text-align: center;
	  font-size: 1.4rem;
	  font-weight: 700;
	  color:#006400; 
	}
	
	.ok-message p{
	  text-align: center;
	  color:#000000; 
	}
	
	.error-message-richiedi h2{
	  text-align: center;
	  font-size: 1.4rem;
	  font-weight: 700;
	  color:#FF0000; 
	}
	
	.error-message-richiedi p{
	  text-align: center;
	  color:#000000; 
	}
	
	
	@keyframes fadeIn {
	  from { opacity: 0; transform: scale(0.95); }
	  to { opacity: 1; transform: scale(1); }
	}
	
	@media (max-width: 600px) {
	  .modal-form {
		grid-template-columns: 1fr;
	  }
	  .send-btn {
		float: none;
		width: 100%;
	  }
	}
