/*!
Theme Name: digitalProSuite
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digitalprosuite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Custom
  - Variables
  - Reset custom
  - Layout & Container
  - Header & Nav
  - Buttons
  - Sections
  - Hero
  - Components (Cards, Pills, Pricing, Benefits, FAQ, CTA)
  - Footer
  - Responsive
# Generic (Underscores base)
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
# Components WP
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# Plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility
  - Alignments
--------------------------------------------------------------*/


/*==============================================================
# CUSTOM — Prioritaire
==============================================================*/

/* Variables
--------------------------------------------- */
:root {
	--bg:       #f8fafc;
	--card:     #ffffff;
	--text:     #111827;
	--muted:    #6b7280;
	--line:     #e5e7eb;
	--soft:     #f3f4f6;
	--blue:     #2563eb;
	--blue2:    #1d4ed8;
	--blueSoft: #dbeafe;
	--success:  #10b981;
	--radius:   18px;
	--shadow:   0 10px 30px rgba(15, 23, 42, .06);
	--max:      1180px;
}

/* Reset custom
--------------------------------------------- */
* { box-sizing: border-box; }

html {
	scroll-behavior: smooth;
	box-sizing: border-box;
}

*,
*::before,
*::after { box-sizing: inherit; }

body {
	margin: 0;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system,
	BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--text);
	background: linear-gradient(
		to bottom,
		#fff 0%, #fff 12%,
		var(--bg) 12%, var(--bg) 100%
	);
	line-height: 1.5;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

section:nth-child(even) { background: var(--bg); }

/* Layout & Container
--------------------------------------------- */
.container {
	width: min(var(--max), calc(100% - 40px));
	margin: 0 auto;
}

/* Header & Nav
--------------------------------------------- */
.header {
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: saturate(180%) blur(14px);
	background: rgba(255, 255, 255, .85);
	border-bottom: 1px solid rgba(229, 231, 235, .8);
}

.nav {
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.brand {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: 14px;
	white-space: nowrap;
}

.logo {
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--blue), #60a5fa);
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 8px 20px rgba(37, 99, 235, .25);
}

.navlinks {
	display: flex;
	gap: 28px;
	color: #374151;
	font-size: 14px;
}
.navlinks a         { opacity: .8; }
.navlinks a:hover   { opacity: 1; }

/* Buttons
--------------------------------------------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 999px;
	padding: 12px 18px;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid transparent;
	transition: .2s ease;
	cursor: pointer;
	white-space: nowrap;
}

.btn-primary {
	background: var(--blue);
	color: #fff;
	box-shadow: 0 10px 24px rgba(37, 99, 235, .18);
}
a.btn.btn-primary {
	color: #fff;
}
.btn-primary:hover  { background: var(--blue2); }

.btn-secondary {
	background: #fff;
	border-color: var(--line);
	color: #111827;
}
.btn-secondary:hover { background: #f9fafb; }

/* Sections
--------------------------------------------- */
section {
	padding: 92px 0;
	border-top: 1px solid rgba(229, 231, 235, .5);
}
section:first-of-type {
	border-top: none;
	background: #fff;
}
#offres { background: #fff; }

.eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border: 1px solid var(--line);
	border-radius: 999px;
	font-size: 12px;
	color: #64748b;
	background: #fff;
}

.section-title {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 30px;
}
.section-title h1,
.section-title h2 {
	margin: 14px 0 10px;
	font-size: clamp(30px, 4vw, 54px);
	line-height: 1.08;
	letter-spacing: -.03em;
}
.section-title p {
	margin: 0 auto;
	color: var(--muted);
	max-width: 680px;
	font-size: 16px;
}

.section-label {
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #7c8aa5;
	font-weight: 700;
	margin-bottom: 10px;
}

/* Hero
--------------------------------------------- */
.hero {
	padding: 104px 0 110px;
	text-align: center;
}
.hero p { font-size: 16px; }

.hero-actions {
	margin-top: 26px;
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

/* Split layout
--------------------------------------------- */
.split {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 60px;
	align-items: center;
}
.split h2 {
	font-size: clamp(28px, 3vw, 46px);
	margin: 0;
	line-height: 1.1;
	letter-spacing: -.03em;
}
.split p {
	color: var(--muted);
	font-size: 16px;
	margin: 0 0 14px;
}

/* Pricing
--------------------------------------------- */
.pricing {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 28px;
}

.card {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.price-card {
	padding: 26px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.price-card.featured {
	background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
	border-color: #93c5fd;
	transform: translateY(-4px);
}

.badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	background: var(--blue);
	margin-left: 8px;
}

.plan-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 12px;
}
.plan-name  { font-weight: 700; }
.plan-desc  { color: var(--muted); font-size: 14px; margin-bottom: 18px; }

.price {
	font-size: 34px;
	font-weight: 800;
	letter-spacing: -.04em;
	margin: 0 0 18px;
}
.price small { font-size: 14px; font-weight: 600; color: var(--muted); }

.features {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	display: grid;
	gap: 10px;
	color: #374151;
	font-size: 14px;
}
.features li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.check {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	color: var(--success);
	flex: 0 0 18px;
	margin-top: 1px;
}

.price-card .btn { margin-top: auto; }

/* Pills grid
--------------------------------------------- */
.pill-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-top: 28px;
}

.pill {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #334155;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

.pill-icon {
	width: 24px;
	height: 24px;
	border-radius: 8px;
	background: #eff6ff;
	color: var(--blue);
	display: grid;
	place-items: center;
	font-size: 13px;
	flex: 0 0 24px;
}

/* Exclusions
--------------------------------------------- */
.exclusions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: start;
}

.list-plain { display: grid; gap: 12px; }

.minus-item {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 13px 14px;
	color: #374151;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Benefits
--------------------------------------------- */
.benefits {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-top: 28px;
}

.benefit {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 22px;
	box-shadow: var(--shadow);
}
.benefit h3 { margin: 0 0 8px; font-size: 16px; }
.benefit p  { margin: 0; color: var(--muted); font-size: 14px; }

/* FAQ
--------------------------------------------- */
.faq {
	max-width: 760px;
	margin: 28px auto 0;
	overflow: hidden;
}

details {
	border-bottom: 1px solid var(--line);
	background: #fff;
}
details:first-child {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
details:last-child {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	border-bottom: none;
}

summary {
	list-style: none;
	cursor: pointer;
	padding: 16px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-weight: 500;
	color: #111827;
	font-size: 14px;
}
summary::-webkit-details-marker { display: none; }
summary::after {
	content: "⌄";
	color: #94a3b8;
	font-size: 18px;
	transition: .2s;
}
details[open] summary::after { transform: rotate(180deg); }

.faq-content {
	padding: 0 18px 16px;
	color: var(--muted);
	font-size: 14px;
}

/* CTA
--------------------------------------------- */
.cta { text-align: center; }
.cta p { color: var(--muted); max-width: 620px; margin: 0 auto 24px; }

/* Footer
--------------------------------------------- */
footer {
	padding: 22px 0;
	border-top: 1px solid var(--line);
	background: #fff;
	color: #64748b;
	font-size: 13px;
}

.footer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

/* Responsive
--------------------------------------------- */
@media (max-width: 960px) {
	.navlinks { display: none; }
	.split,
	.exclusions,
	.pricing,
	.benefits,
	.pill-grid { grid-template-columns: 1fr 1fr; }
	section { padding: 72px 0; }
	.hero   { padding: 84px 0 90px; }
}

@media (max-width: 680px) {
	body { background: #fff; }
	.container { width: min(var(--max), calc(100% - 28px)); }
	.split,
	.exclusions,
	.pricing,
	.benefits,
	.pill-grid   { grid-template-columns: 1fr; }
	.nav         { height: 68px; }
	.hero        { padding: 70px 0 78px; }
	.section-title h1,
	.section-title h2 { font-size: clamp(28px, 8vw, 40px); }
	.price       { font-size: 30px; }
	.price-card.featured { transform: none; }
	.footer-row  { justify-content: center; text-align: center; }
}


/*==============================================================
# GENERIC — Underscores base
==============================================================*/

/* Normalize (normalize.css v8.0.1 | MIT License)
--------------------------------------------- */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body  { margin: 0; }
main  { display: block; }
h1    { font-size: 2em; margin: 0.67em 0; }

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre { font-family: monospace, monospace; font-size: 1em; }
a   { background-color: transparent; }

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b, strong { font-weight: bolder; }

code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small           { font-size: 80%; }

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub { bottom: -0.25em; }
sup { top: -0.5em; }

img { border-style: none; }

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input   { overflow: visible; }
button, select  { text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] { -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

fieldset { padding: 0.35em 0.75em 0.625em; }

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress  { vertical-align: baseline; }
textarea  { overflow: auto; }

[type="checkbox"],
[type="radio"] { box-sizing: border-box; padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

details { display: block; }
summary { display: list-item; }
template, [hidden] { display: none; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
	Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 { clear: both; }
p       { margin-bottom: 1.5em; }
dfn, cite, em, i { font-style: italic; }
blockquote { margin: 0 1.5em; }
address    { margin: 0 0 1.5em; }

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins { background: #fff9c0; text-decoration: none; }
big       { font-size: 125%; }

/* Elements
--------------------------------------------- */
body { background: #fff; }

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol { margin: 0 0 1.5em 3em; }
ul { list-style: disc; }
ol { list-style: decimal; }

li > ul,
li > ol { margin-bottom: 0; margin-left: 1.5em; }

dt { font-weight: 700; }
dd { margin: 0 1.5em 1.5em; }

embed, iframe, object { max-width: 100%; }
img    { height: auto; max-width: 100%; }
figure { margin: 1em 0; }
table  { margin: 0 0 1.5em; width: 100%; }

/* Links
--------------------------------------------- */
a         { color: #4169e1; }
a:visited { color: #800080; }
a:hover, a:focus, a:active { color: #191970; }
a:focus   { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover { border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active, input[type="button"]:focus,
input[type="reset"]:active,  input[type="reset"]:focus,
input[type="submit"]:active, input[type="submit"]:focus { border-color: #aaa #bbb #bbb; }

input[type="text"], input[type="email"], input[type="url"],
input[type="password"], input[type="search"], input[type="number"],
input[type="tel"], input[type="range"], input[type="date"],
input[type="month"], input[type="week"], input[type="time"],
input[type="datetime"], input[type="datetime-local"],
input[type="color"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus,
input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus,
input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus,
input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="color"]:focus, textarea:focus { color: #111; }

select   { border: 1px solid #ccc; }
textarea { width: 100%; }

/*--------------------------------------------------------------
# Components WP
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation { display: block; width: 100%; }
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul { left: -999em; top: 0; }
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul { display: block; left: auto; }
.main-navigation ul ul a  { width: 200px; }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul { left: auto; }
.main-navigation li { position: relative; }
.main-navigation a  { display: block; text-decoration: none; }

.menu-toggle,
.main-navigation.toggled ul { display: block; }

@media screen and (min-width: 37.5em) {
	.menu-toggle         { display: none; }
	.main-navigation ul  { display: flex; }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation { margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation   .nav-links,
.post-navigation    .nav-links { display: flex; }

.comment-navigation .nav-previous,
.posts-navigation   .nav-previous,
.post-navigation    .nav-previous { flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation   .nav-next,
.post-navigation    .nav-next { text-align: end; flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky   { display: block; }
.post, .page { margin: 0 0 1.5em; }
.updated:not(.published) { display: none; }
.page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; }
.page-links { clear: both; margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a { word-wrap: break-word; }
.bypostauthor      { display: block; }

/* Widgets
--------------------------------------------- */
.widget        { margin: 0 0 1.5em; }
.widget select { max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.custom-logo-link { display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.wp-caption-text { text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item { display: inline-block; text-align: center; width: 100%; }
.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }
.gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }
.gallery-columns-5 { grid-template-columns: repeat(5, 1fr); }
.gallery-columns-6 { grid-template-columns: repeat(6, 1fr); }
.gallery-columns-7 { grid-template-columns: repeat(7, 1fr); }
.gallery-columns-8 { grid-template-columns: repeat(8, 1fr); }
.gallery-columns-9 { grid-template-columns: repeat(9, 1fr); }
.gallery-caption   { display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none; }
.infinity-end.neverending .site-footer    { display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#primary[tabindex="-1"]:focus { outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft  { /*rtl:ignore*/ float: left;  /*rtl:ignore*/ margin-right: 1.5em; margin-bottom: 1.5em; }
.alignright { /*rtl:ignore*/ float: right; /*rtl:ignore*/ margin-left:  1.5em; margin-bottom: 1.5em; }
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}