/*
Theme Name: Unique Azores — Switzerland Landing Page
Theme URI: https://uniqueazores.com/
Author: PULA
Description: Landing page dedicada ao pacote Switzerland → Terceira, com imagens, logótipo, contactos e informação comercial editáveis no Personalizador do WordPress.
Version: 1.0.1
Text Domain: ua-switzerland
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');

    :root {
      --navy: #142238;
      --navy-2: #0d192b;
      --green: #b7d9b2;
      --green-2: #79b78a;
      --mint: #eef6ed;
      --cream: #f7f6f0;
      --ink: #172338;
      --muted: #697383;
      --line: rgba(20,34,56,.13);
      --white: #fff;
      --shadow: 0 24px 70px rgba(15,29,48,.13);
      --radius: 22px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--cream);
      font-family: Manrope, Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
    }
    .admin-bar .topbar { top: 32px; }
    .custom-logo-link { display: block; }
    .custom-logo { width: auto; max-width: 210px; max-height: 56px; }
    .brand-text { display: inline-flex; align-items: center; gap: 11px; }
    .brand.has-logo .brand-text { display: none; }
    .screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
    .notice-success { margin: 0 0 20px; padding: 14px 16px; color: #315c3b; background: var(--mint); border-left: 4px solid var(--green-2); font-size: 13px; font-weight: 700; }
    body.menu-open { overflow: hidden; }
    a { color: inherit; text-decoration: none; }
    button, input, select, textarea { font: inherit; }
    img { max-width: 100%; display: block; }
    .wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

    .topbar {
      position: fixed; z-index: 50; inset: 0 0 auto;
      color: #fff; transition: background .25s, box-shadow .25s;
    }
    .topbar.scrolled { background: rgba(13,25,43,.94); box-shadow: 0 8px 30px rgba(0,0,0,.15); backdrop-filter: blur(14px); }
    .nav { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
    .brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 800; letter-spacing: -.5px; }
    .brand-mark { position: relative; width: 34px; height: 27px; flex: 0 0 auto; }
    .brand-mark i { position: absolute; width: 15px; height: 9px; background: var(--green-2); border-radius: 100% 0 100% 0; transform: rotate(-18deg); }
    .brand-mark i:nth-child(1) { left: 0; top: 12px; }
    .brand-mark i:nth-child(2) { left: 11px; top: 5px; transform: rotate(12deg) scale(.85); }
    .brand-mark i:nth-child(3) { left: 21px; top: 0; transform: rotate(32deg) scale(.68); }
    .brand small { display: block; margin-top: -3px; color: var(--green); font-size: 7px; font-weight: 600; letter-spacing: .15px; }
    .nav-links { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; }
    .nav-links > a:not(.btn):hover { color: var(--green); }
    .btn { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
    .btn:hover { transform: translateY(-2px); }
    .btn-green { color: var(--navy); background: var(--green); box-shadow: 0 12px 30px rgba(183,217,178,.2); }
    .btn-green:hover { background: #c9e5c6; }
    .btn-outline { border-color: rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.06); }
    .btn-outline:hover { background: #fff; color: var(--navy); }
    .menu-btn { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; cursor: pointer; }

    .hero { position: relative; min-height: 790px; color: #fff; overflow: visible; background: var(--navy); }
    .hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,19,34,.88) 0%, rgba(7,19,34,.52) 47%, rgba(7,19,34,.18) 75%), linear-gradient(0deg, rgba(13,25,43,.72), transparent 50%), none center/cover; transform: scale(1.01); }
    .hero::after { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, rgba(13,25,43,.68)); }
    .hero-inner { position: relative; z-index: 2; min-height: 790px; padding: 182px 0 130px; display: grid; grid-template-columns: minmax(0, 680px) 1fr; align-items: center; }
    .eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: 2.2px; text-transform: uppercase; }
    .eyebrow::before { content: ""; width: 12px; height: 12px; background: currentColor; border-radius: 4px 0 4px 0; }
    h1 { margin: 0; max-width: 680px; font-size: clamp(49px, 6vw, 82px); line-height: .99; letter-spacing: -4px; }
    h1 em { display: block; margin-top: 11px; color: var(--green); font-family: "Playfair Display", Georgia, serif; font-weight: 600; }
    .hero-copy { max-width: 610px; margin: 27px 0 34px; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.75; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .hero-facts { position: absolute; z-index: 3; left: 50%; bottom: 0; transform: translate(-50%, 50%); width: min(calc(100% - 40px), var(--max)); display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; color: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
    .fact { min-height: 126px; padding: 26px 29px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line); }
    .fact:last-child { border: 0; }
    .fact-icon { flex: 0 0 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--navy); font-size: 20px; }
    .fact small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
    .fact strong { font-size: 17px; line-height: 1.25; }

    section { padding: 110px 0; }
    .intro { padding-top: 180px; background: #fff; }
    .intro-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
    .photo-stack { position: relative; padding: 0 55px 55px 0; }
    .photo-main { width: 100%; aspect-ratio: .94; object-fit: cover; border-radius: 3px 70px 3px 3px; box-shadow: var(--shadow); }
    .photo-card { position: absolute; right: 0; bottom: 0; width: 56%; padding: 25px 27px; color: #fff; background: var(--navy); border-radius: 3px 3px 28px 3px; }
    .photo-card strong { display: block; color: var(--green); font: 600 34px/1 "Playfair Display", Georgia, serif; }
    .photo-card span { display: block; margin-top: 8px; font-size: 12px; line-height: 1.55; }
    .section-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--green-2); font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
    .section-kicker::after { content: ""; width: 46px; height: 1px; background: currentColor; }
    h2 { margin: 0; font-size: clamp(37px, 4.7vw, 62px); line-height: 1.08; letter-spacing: -2.5px; }
    h2 em { color: var(--green-2); font-family: "Playfair Display", Georgia, serif; }
    .lead { margin: 25px 0 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
    .ticks { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; margin: 32px 0 0; padding: 0; list-style: none; }
    .ticks li { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; font-weight: 700; }
    .ticks li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 22px; height: 22px; border-radius: 50%; color: var(--navy); background: var(--green); font-size: 11px; }

    .journey { background: var(--navy); color: #fff; overflow: hidden; }
    .journey-head { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 54px; }
    .journey-head .lead { max-width: 470px; color: rgba(255,255,255,.62); }
    .days { display: grid; gap: 15px; }
    .day { position: relative; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; overflow: hidden; background: rgba(255,255,255,.035); transition: border .2s, background .2s; }
    .day.active { border-color: rgba(183,217,178,.45); background: rgba(255,255,255,.065); }
    .day-toggle { width: 100%; min-height: 88px; padding: 18px 24px; display: grid; grid-template-columns: 60px 1fr auto 24px; align-items: center; gap: 22px; color: #fff; text-align: left; border: 0; background: transparent; cursor: pointer; }
    .day-no { height: 52px; display: grid; place-items: center; border-radius: 14px 4px 14px 4px; background: var(--green); color: var(--navy); font-size: 17px; font-weight: 800; }
    .day-title small { display: block; margin-bottom: 4px; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
    .day-title strong { font-size: 17px; }
    .day-time { color: rgba(255,255,255,.52); font-size: 12px; font-weight: 700; }
    .plus { position: relative; width: 20px; height: 20px; }
    .plus::before, .plus::after { content: ""; position: absolute; top: 50%; left: 50%; width: 15px; height: 1px; background: var(--green); transition: transform .25s; }
    .plus::before { transform: translate(-50%,-50%); }
    .plus::after { transform: translate(-50%,-50%) rotate(90deg); }
    .day.active .plus::after { transform: translate(-50%,-50%) rotate(0deg); }
    .day-content { max-height: 0; overflow: hidden; transition: max-height .45s ease; }
    .day-inner { padding: 0 24px 28px 106px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 40px; }
    .day-text { color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.75; }
    .day-text p { margin: 0 0 12px; }
    .day-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
    .day-tags span { padding: 7px 11px; border: 1px solid rgba(183,217,178,.28); border-radius: 99px; color: var(--green); font-size: 9px; font-weight: 800; }
    .day-image { width: 100%; height: 205px; object-fit: cover; border-radius: 10px 30px 10px 10px; }

    .included { background: #fff; }
    .included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
    .inclusion-list { margin-top: 38px; border-top: 1px solid var(--line); }
    .incl { padding: 20px 0; display: grid; grid-template-columns: 38px 1fr; gap: 15px; border-bottom: 1px solid var(--line); }
    .incl i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px 3px 10px 3px; background: var(--mint); color: var(--green-2); font-style: normal; }
    .incl strong { display: block; margin-bottom: 5px; font-size: 14px; }
    .incl span { color: var(--muted); font-size: 12px; line-height: 1.55; }
    .price-card { position: sticky; top: 110px; padding: 46px; background: var(--navy); color: #fff; border-radius: 4px 55px 4px 4px; box-shadow: var(--shadow); }
    .price-label { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
    .price { margin: 13px 0 3px; font-size: 62px; line-height: 1; font-weight: 800; letter-spacing: -4px; }
    .price sup { margin-right: 4px; font-size: 24px; vertical-align: top; line-height: 1.7; }
    .price-note { color: rgba(255,255,255,.55); font-size: 11px; }
    .price-rule { height: 1px; margin: 29px 0; background: rgba(255,255,255,.14); }
    .agency { margin-bottom: 25px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.65; }
    .agency strong { color: #fff; }
    .price-card .btn { width: 100%; }

    .quote { position: relative; padding: 95px 0; color: #fff; background: linear-gradient(90deg, rgba(13,25,43,.93), rgba(13,25,43,.60)), none center/cover; }
    .quote blockquote { max-width: 850px; margin: 0; font: 600 clamp(30px,4vw,52px)/1.3 "Playfair Display", Georgia, serif; }
    .quote blockquote em { color: var(--green); }
    .quote p { margin: 24px 0 0; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }

    .contact { background: var(--mint); }
    .contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: start; }
    .contact-copy .lead { max-width: 460px; }
    .contact-details { margin-top: 38px; display: grid; gap: 14px; }
    .contact-details a { font-size: 13px; font-weight: 700; }
    .form { padding: 42px; background: #fff; border-radius: 4px 40px 4px 4px; box-shadow: 0 24px 70px rgba(15,29,48,.08); }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .field { margin-bottom: 16px; }
    .field label { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
    .field input, .field select, .field textarea { width: 100%; min-height: 51px; padding: 0 15px; border: 1px solid var(--line); border-radius: 5px; outline: 0; color: var(--ink); background: #fff; transition: border .2s, box-shadow .2s; }
    .field textarea { min-height: 105px; padding-top: 13px; resize: vertical; }
    .field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(121,183,138,.12); }
    .form .btn { width: 100%; background: var(--navy); color: #fff; }
    .form-status { display: none; margin-top: 16px; padding: 13px; background: var(--mint); color: #315c3b; border-radius: 6px; font-size: 12px; font-weight: 700; text-align: center; }
    .hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

    footer { padding: 52px 0 30px; color: #fff; background: var(--navy-2); }
    .footer-top { display: flex; justify-content: space-between; align-items: center; gap: 35px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
    .footer-nav { display: flex; flex-wrap: wrap; gap: 25px; color: rgba(255,255,255,.65); font-size: 11px; font-weight: 700; }
    .footer-bottom { padding-top: 25px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.37); font-size: 9px; }

    @media (max-width: 920px) {
      .nav-links { position: fixed; inset: 0; padding: 120px 35px 50px; display: flex; flex-direction: column; align-items: flex-start; background: var(--navy-2); transform: translateX(100%); transition: transform .3s; font-size: 21px; }
      .menu-open .nav-links { transform: translateX(0); }
      .menu-btn { position: relative; z-index: 2; display: block; }
      .hero, .hero-inner { min-height: 720px; }
      .hero-inner { grid-template-columns: 1fr; padding-top: 145px; }
      .hero-facts { grid-template-columns: 1fr 1fr; transform: translate(-50%, 63%); }
      .fact { min-height: 100px; }
      .fact:nth-child(2) { border-right: 0; }
      .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
      .intro { padding-top: 230px; }
      .intro-grid, .included-grid, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
      .journey-head { display: block; }
      .journey-head .lead { margin-top: 22px; }
      .price-card { position: relative; top: 0; }
    }

    @media (max-width: 620px) {
      .admin-bar .topbar { top: 46px; }
      .wrap { width: min(calc(100% - 28px), var(--max)); }
      .nav { height: 70px; }
      .brand { font-size: 15px; }
      .hero, .hero-inner { min-height: 680px; }
      .hero-bg { background-position: 61% center; }
      .hero-inner { padding: 120px 0 165px; align-items: start; }
      h1 { font-size: 48px; letter-spacing: -2.8px; }
      .hero-copy { font-size: 14px; line-height: 1.65; }
      .hero-actions .btn { width: 100%; }
      .hero-facts { bottom: 7px; grid-template-columns: 1fr 1fr; width: calc(100% - 28px); }
      .fact { min-height: 91px; padding: 15px 13px; gap: 9px; }
      .fact-icon { width: 35px; height: 35px; flex-basis: 35px; font-size: 15px; }
      .fact strong { font-size: 13px; }
      section { padding: 78px 0; }
      .intro { padding-top: 220px; }
      .photo-stack { padding: 0 25px 40px 0; }
      .photo-card { width: 68%; padding: 18px; }
      h2 { font-size: 39px; letter-spacing: -1.8px; }
      .ticks { grid-template-columns: 1fr; }
      .day-toggle { grid-template-columns: 49px 1fr 20px; gap: 13px; padding: 15px; }
      .day-no { height: 46px; }
      .day-time { display: none; }
      .day-title strong { font-size: 14px; }
      .day-inner { padding: 0 15px 20px; grid-template-columns: 1fr; gap: 20px; }
      .day-image { height: 170px; order: -1; }
      .price-card, .form { padding: 30px 24px; }
      .price { font-size: 52px; }
      .form-row { grid-template-columns: 1fr; gap: 0; }
      .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
    }
    
    
    
    
    
  .ua-prr-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
	margin: 30px 0 22px;
	padding-top: 24px;
}

.ua-prr-logo {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.ua-prr-logo img {
	display: block;
	width: auto;
	max-width: 280px;
	height: auto;
	max-height: 34px;
	object-fit: contain;
}

.ua-prr-link {
	color: #79b78a;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.ua-prr-link:hover {
	color: #ffffff;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.ua-prr-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		margin: 24px 0 18px;
	}

	.ua-prr-logo img {
		max-width: 240px;
		max-height: none;
	}

	.ua-prr-link {
		font-size: 14px;
	}
}




.lang-switcher {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-left: 10px;
	padding-left: 12px;
	border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.lang-switcher a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 28px;
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.lang-switcher a.active {
	background: rgba(168, 207, 166, 0.18);
	color: #a8cfa6;
}

.lang-switcher a:hover {
	color: #ffffff;
}

@media (max-width: 760px) {
	.lang-switcher {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}
}